OVM2 ovm 명령어

Jmnote (토론 | 기여)님의 2015년 3월 6일 (금) 11:34 판 (→‎서버 목록)
OVM2 정보 조회

1 서버풀 목록

[root@myovm ~]# ovm -u admin -p P@ssw0rd svrp ls
Server_Pool_Name Status HA
POOL-01          Active Disabled
POOL-02          Active Disabled

2 서버 목록

[root@myovm ~]# ovm -u admin -p P@ssw0rd svr ls
Server_Host/IP Server_Name Status Server_Pool
135.79.24.101  SERVER01    Active POOL-01
135.79.24.102  SERVER01    Active POOL-01
135.79.24.101  SERVER02    Active POOL-02
135.79.24.102  SERVER02    Active POOL-02

3 VM 목록

[root@myovm ~]# ovm -u admin -p P@ssw0rd vm ls
Name  Size(MB) Mem  VCPUs Status      Server_Pool
web01 153601   2048 2     Running     POOL-01
web03 153601   2048 2     Powered Off POOL-01
db01  204801   7168 12    Powered Off POOL-01
web02 153601   2048 2     Running     POOL-02
web05 153601   2048 2     Running     POOL-02
db02  204801   7168 12    Running     POOL-02

4 참고 자료