You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/servers/manage-agent.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The azcmagent tool is used to configure the Azure Connected Machine agent during
29
29
30
30
***-h or --help** - Shows available command-line parameters
31
31
32
-
For example, to see detailed help for the **Connect** parameter, type `azcmagent connect -h`.
32
+
For example, to see detailed help for the **Connect** parameter, type `azcmagent connect -h`.
33
33
34
34
***-v or --verbose** - Enable verbose logging
35
35
@@ -220,7 +220,7 @@ Actions of the [apt](https://help.ubuntu.com/lts/serverguide/apt.html) command,
220
220
sudo yum update azcmagent
221
221
```
222
222
223
-
Actions of the [yum](https://access.redhat.com/articles/yum-cheat-sheet) command, such as installation and removal of packages, are logged in the `/var/log/yum.log` log file.
223
+
Actions of the [yum](https://access.redhat.com/articles/yum-cheat-sheet) command, such as installation and removal of packages, are logged in the `/var/log/yum.log` log file.
224
224
225
225
#### Upgrade the agent on SUSE Linux Enterprise
226
226
@@ -238,7 +238,7 @@ Actions of the [yum](https://access.redhat.com/articles/yum-cheat-sheet) command
238
238
239
239
Actions of the [zypper](https://en.opensuse.org/Portal:Zypper) command, such as installation and removal of packages, are logged in the `/var/log/zypper.log` log file.
240
240
241
-
## Renaming an Azure Arc-enabled sever resource
241
+
## Renaming an Azure Arc-enabled server resource
242
242
243
243
When you change the name of the Linux or Windows machine connected to Azure Arc-enabled servers, the new name is not recognized automatically because the resource name in Azure is immutable. As with other Azure resources, you have to delete the resource and re-create it in order to use the new name.
244
244
@@ -319,19 +319,19 @@ To uninstall the agent manually from the Command Prompt or to use an automated m
319
319
320
320
To uninstall the Linux agent, the command to use depends on the Linux operating system.
321
321
322
-
- For Ubuntu, run the following command:
322
+
* For Ubuntu, run the following command:
323
323
324
324
```bash
325
325
sudo apt purge azcmagent
326
326
```
327
327
328
-
- For RHEL, CentOS, Oracle Linux, and Amazon Linux, run the following command:
328
+
* For RHEL, CentOS, Oracle Linux, and Amazon Linux, run the following command:
0 commit comments