[vi-admin@scofield ~]$ cat vmList
Quentin
VCAP
[vi-admin@scofield ~]$ ./vmPowerOps.pl --config .viconfig --operation suspend --vmfile vmList
Trying to suspend Quentin
Successfully suspended Quentin
Trying to suspend VCAP
Successfully suspended VCAP
[vi-admin@scofield ~]$ ./vmPowerOps.pl --config .viconfig --operation poweroff --vmfile vmList
Trying to poweroff Quentin
Successfully poweredoff Quentin
Trying to poweroff VCAP
Successfully poweredoff VCAP
Comments |
|
There are no comments on this document |