# /opt/hpvm/bin/hpvmstatus
[Virtual Machines]
Virtual Machine Name VM # OS Type State #VCPUs #Devs #Nets Memory Rmt Host
==================== ===== ======= ========= ====== ===== ===== ======= ========
ipt001 2 HPUX On (OS) 8 24 3 96 GB 9
ipt002 3 HPUX On (OS) 8 50 3 96 GB 9
ipt003 4 HPUX On (RMT) 12 17 3 96 GB 7
ipt004 11 HPUX On (RMT) 4 51 3 64 GB 7
# /usr/sbin/cmviewcl
CLUSTER STATUS
cl_ipt up
NODE STATUS STATE
pst001 up running
PACKAGE STATUS STATE AUTO_RUN NODE
ipt001 up running disabled pst001
ipt002 up running enabled pst001
NODE STATUS STATE
pst002 up running
PACKAGE STATUS STATE AUTO_RUN NODE
ipt003 up running disabled pst002
ipt004 up running enabled pst002
There are two VSP machine (pst001 and pst002)
Each VSP machine running with 2 hpvm configured in cluster
HPVM version is 4.30
Now I need to move the ipt001 from pst001 to pst002.
commands are same as moving one package from one node to other node.
please confirm if my steps are correct.
#cmhaltpkg -v -n pst001 ipt002
#cmrunpkg -v -n pst002 ipt002
WIll those above works or any other commands to move hpvm from one node to other node.