How to change the disk label to disable the agent

How to change the disk label to disable the agent

Challenge

The machine can't mount a disk and boot because a previous label is written in fstab.

Cause

This happens because the boot partition label was updated during the P2V conversion, but fstab entry points to the old label.

Solution

1. Type your root password and press "enter" to log into a maintenance session.

2. Run the "blkid" command to find UUID of the boot partition. This partition is labeled "hx_lock":



3. Open /etc/fstab file with a text editor of your choice. The boot partition has a label that does not exist anymore:


4. Replace "LABEL=<label>" to "UUID=<uuid>" using the UUID you got from "blkid":


5. Save your changes and reboot.


    • Related Articles

    • How to change the name of the cloud agent image

      Task Change the name of the cloud agent image Solution "Hystax_CATI" is the default Cloud Agent image name used while we deploy Hystax Acura. To let Acura use a different image name for an existing deployment, you can do the following: 1. Rename the ...
    • How to edit the "hosts" file of a VMware agent

      Task Edit the "hosts" file of a VMware agent. Solution The "hosts" file of the VMware agent is mounted into the agent system and can be edited from its console. Perform the following steps: Go to the agent command line by pressing the "To console" ...
    • How to change your password (manage passwords)

      Task Change the password (manage passwords). Solution To change the password for the current user, perform the following steps: Click on the drop-down "Menu" list in the top right corner, select “Settings”. Click on the “Users settings” tab and reset ...
    • How to set volume exclusion for the Windows replication agent

      Task Set a volume exclusion for the Windows replication agent. Solution In case there are disks on the machines that are not needed for replication, they can be excluded by setting certain parameters in the cbt.conf configuration file: 1. Stop the ...
    • How to change the hostname of a VMware replication agent

      Task Change the hostname of a VMware replication agent. Solution The VMware replication agent hostname ("hwragent", by default) can be changed from the agents's console. Go to the agent command line by pressing the "To console" button in TUI. Edit ...