File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed
articles/azure-arc/servers Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -115,23 +115,33 @@ After you install the agent you see the following changes made to your servers.
115
115
116
116
Services installed:
117
117
118
- * Himds - The ** Azure Connected Machine Agent** service.
119
- * Dscservice -
118
+ * ` Himds ` - The ** Azure Connected Machine Agent** service.
119
+ * ` Dscservice ` or ` gcd ` - The ** Guest Configuration ** service.
120
120
121
121
Files added to the server:
122
122
123
- * ` %ProgramFiles%\AzureConnectedMachineAgent\*.* `
123
+ * ` %ProgramFiles%\AzureConnectedMachineAgent\*.* ` - Location of ** Azure Connected Machine Agent** files.
124
+ * ` %SystemDrive%:\Packages\Plugins\*.* ` - ** Azure Arc for Servers** extension packages location.
125
+ * ` %ProgramData%\GuestConfig\*.* ` - ** Guest Configuration** logs.
126
+
127
+ Registry key locations:
128
+
129
+ * ` HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Azure Connected Machine Agent ` - Registry keys for ** Azure Connected Machine Agent** .
130
+ * ` HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Azure\ScriptHandler ` - Registry keys for Custom Script Extension.
124
131
125
132
### Linux
126
133
127
134
Services installed:
128
135
129
- * Himdsd - The ** Azure Connected Machine Agent** service.
130
- * dscd -
136
+ * ` Himdsd ` - The ** Azure Connected Machine Agent** service.
137
+ * ` dscd ` or ` gcd ` - The ** Guest Configuration** service.
138
+ * ` extd ` - The ** Azure Arc for Servers** extension manager service.
131
139
132
140
Files added to the server:
133
141
134
- * ` /var/opt/azcmagent/** `
142
+ * ` /var/opt/azcmagent/** ` - Location of ** Azure Connected Machine Agent** files.
143
+ * ` /var/lib/extmgragent/** ` - ** Azure Arc for Servers** extension packages location.
144
+ * ` /var/lib/GuestConfig/** ` - ** Guest Configuration** logs.
135
145
136
146
## Supported Scenarios
137
147
You can’t perform that action at this time.
0 commit comments