Skip to main content
Snapdrive for Unix

Migrating to new Vserver name

Contributors

If you have migrated from an old Vserver to a new Vserver, you must ensure that the new Vserver name is configured on the host system to execute any SnapDrive operations on the Vserver.

The following steps must be performed on the host system whenever you migrate to a new Vserver name:

Steps
  1. Delete the old Vserver name that is configured using the following command:

    snapdrive config delete appliance_name

    The old configured Vserver name is removed from the host system.

  2. Delete the port set that is assigned to the old configured Vserver using the following command:

    snapdrive portset delete filername [filername…​]

  3. Configure the new Vserver name using the following command:

    snapdrive config set vsadmin filername [filername…​]

  4. Assign the port set using the following command:

    snapdrive portset add portset_name filername [filername…​]

  5. Migrate the new Vserver name using the following command: snapdrive config migrate set old_entrynew_entry

After you have migrated to the new Vserver, you are ready to execute SnapDrive operations in the host system for this new Vserver name.

Related information