Below are examples of ovm_poolcontrol
        commands and their respective output.
      
List all server pools and their status:
# ./ovm_poolcontrol -u admin -p password -h localhost -c list
Oracle VM Pool Control utility 0.5.2.
Connected.
Command : list
Repository : 'MyServerPool1'
     ID     : '0004fb0000020000d2ee5d9394b371c5'
     Status : 'Online'
Repository : 'MyServerPool2'
     ID     : '0004fb0000020000183c51866b2fa4a1'
     Status : 'Online'
Exit...Display detailed information of a server pool:
# ./ovm_poolcontrol -u admin -p password -h localhost -s MyServerPool1 -c info
Oracle VM Pool Control utility 0.5.2.
Connected.
Command : info
Server Pool : MyServerPool1
        Status          : Online
        ID              : 0004fb0000020000d2ee5d9394b371c5
        Virtual IP      : 10.172.77.172
        Clustered       : true
        Master Server   : MyServer1
        KeyMap          : en-us
        Load Balancer   : Off
        Pool Memory     : 57342
        Available Memory: 54631
        Total Threads   : 8
        CPU Utilization : 23%
        Servers in this server pool :
           Name   : 'MyServer1'
           Status : 'Running'
           Name   : 'MyServer2'
           Status : 'Running'
           Name   : 'MyServer3'
           Status : 'Running'
Exit...Acknowledge server pool events:
# ./ovm_poolcontrol -u admin -p password -h localhost -s MyServerPool1 -c events -A pool
Oracle VM Pool Control utility 0.5.2.
Connected.
Command : events
Server Pool Events for pool 'MyServerPool'
Exit...