Skip to content

Commit 9bfc58f

Browse files
Update repair-linux-vm-using-ALAR.md
1 parent aae98f0 commit 9bfc58f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

support/azure/virtual-machines/linux/repair-linux-vm-using-ALAR.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ ALAR utilizes the VM repair extension that's described in [Repair a Linux VM by
2727
ALAR covers the following repair scenarios:
2828

2929
- No-boot scenarios
30-
- Malformed /etc/fstab
30+
- Malformed */etc/fstab*
3131
- syntax error
3232
- missing disk
33-
- Damaged initrd or missing initrd line in the /boot/grub/grub.cfg
33+
- Damaged initrd or missing initrd line in the */boot/grub/grub.cfg*
3434
- Last installed kernel isn't bootable
3535
- GRUB/EFI installation or configuration damaged
36-
- disk space / auditd forced shutdowns
36+
- Disk space/auditd forced shutdowns
3737
- Configuration issues
3838
- Serial console and GRUB serial are incorrectly configured or are missing
39-
- sudo misconfiguration
39+
- Sudo misconfiguration
4040

4141
## How to use ALAR
4242

@@ -63,7 +63,7 @@ The ALAR scripts use the [az vm repair](/cli/azure/vm/repair) extension, `run` c
6363
az vm repair run --verbose --resource-group <RG-NAME> --name <VM-NAME> --run-id linux-alar2 --parameters <action1,action2,...> --run-on-repair
6464
```
6565
66-
valid action names are given below.
66+
See the following for valid action names.
6767
6868
3. Swap the copy of the OS disk back to the original VM and delete the temporary resources:
6969
@@ -80,7 +80,7 @@ In all of the example commands these are the parameters shown:
8080
- `VM-NAME`: The name of the broken VM.
8181
- `RESCUE-USERNAME`: The user created on the repair VM for login. It's the equivalent of the user created on a new VM in the Azure portal.
8282
- `RESCUE-PASS`: The password for `RESCUE-USERNAME`, enclosed in single quotes. For example: `'password!234'`.
83-
- `action1,action2`, etc.: One or more of the defined actions available to apply to the broken VM. See the complete list of actions below, and in the [ALAR GitHub ReadMe](https://github.com/Azure/ALAR). You can pass one or more actions that are run consecutively. For multiple operations, delineate them using commas without spaces, such as `fstab,sudo`.
83+
- `action1,action2`, etc.: One or more of the defined actions available to apply to the broken VM. See the following for a complete list of actions as well as in the [ALAR GitHub ReadMe](https://github.com/Azure/ALAR). You can pass one or more actions that are run consecutively. For multiple operations, delineate them using commas without spaces, like `fstab,sudo`.
8484
8585
## The ALAR actions
8686
@@ -149,3 +149,5 @@ If you experience a bug or want to request an enhancement to the ALAR tool, post
149149
You can also find the latest information about the ALAR tool on [GitHub](https://github.com/Azure/ALAR).
150150
151151
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
152+
153+
[!INCLUDE [Third-party contact disclaimer](~/includes/third-party-contact-disclaimer.md)]

0 commit comments

Comments
 (0)