Uninstalling TPVM completely

The undeploy-force command will remove the configured TPVM from running configuration along with the disks associated with the TPVM without failing for any reason.

To remove the configured TPVM and its associated disks:

  1. Access global configuration mode.
    SLX # configure terminal
    SLX (config) # 
  2. Access the TPVM mode.
    SLX (config)# tpvm TPVM
    SLX (config-tpvm-TPVM)# 
  3. Remove the configured TPVM and associated disks.
    SLX (config-tpvm-TPVM)# undeploy-force
  4. Exit out of the TPVM configuration mode.
    SLX (config-tpvm-TPVM)# exit
    SLX (config)# 

The TPVM and the disks associated with it are removed. This command can also remove those virtual disks associated with TPVM uninstalled using the no deploy command.