1. Command to list the running VPSs in a node
# vzlist
Example:
# vzlist CTID NPROC STATUS IP_ADDR HOSTNAME 106 104 running xx.xx.xx.xx server1.test.com 107 46 running xx.xx.xx.xx server2.test.com 108 83 running xx.xx.xx.xx server3.test.com 109 86 running xx.xx.xx.xx server4.test.com
2. This command lists all (running and stopped) the VPSs in a node.
# vzlist -a
Example:
# vzlist -a CTID NPROC STATUS IP_ADDR HOSTNAME 106 104 running xx.xx.xx.xx server1.test1.com 107 46 running xx.xx.xx.xx server2.test2.com 108 83 running xx.xx.xx.xx server3.test3.com 109 86 running xx.xx.xx.xx server4.test4.com 110 - stopped xx.xx.xx.xx server5.test5.com