Do you know HP has stop supporting DCE Agents and you need to upgrade all your DCE Agents to HTTPS if you wanted to continue receive support from HP in terms of patching and troubleshooting.
Although you can upgrade agents from Management Server GUI you can create script that you can use to run from command line for (un-attended) installation. You just need to pass parameters to inst.sh script through a file so you dont have to input them during installation just make sure your nodes are rsh reachable through your OVO Mgmt. Server. Enjoy...
Monday
Command Line Operations for HPOVO
Here are some command line options that I use to manage better. I will keep updating it. Let me know if you have ay specific requirement.
To Check OVO Agent Status on Node
OVO 8
#ovc -status
OVO 7
#opcagt -status
To Check OVO Agent Status from Server
OVO 7/8
#opcragt NODENAME
List Templates on Node
OVO 8
#ovpolicy -l
#opctemplate
OVO 7
#opctemplate
List all Nodes in OVO NodeBank
#opcnode -list_nodes
List assign templates to a Node
#opcnode -list_ass_templs node_name=NODENAME net_type=NETWORK_IP
List assign templates to a NodeGroup
#opcnode -list_ass_templs group_name=NODEGROUPNAME
To Check OVO Agent Status on Node
OVO 8
#ovc -status
OVO 7
#opcagt -status
To Check OVO Agent Status from Server
OVO 7/8
#opcragt NODENAME
List Templates on Node
OVO 8
#ovpolicy -l
#opctemplate
OVO 7
#opctemplate
List all Nodes in OVO NodeBank
#opcnode -list_nodes
List assign templates to a Node
#opcnode -list_ass_templs node_name=NODENAME net_type=NETWORK_IP
List assign templates to a NodeGroup
#opcnode -list_ass_templs group_name=NODEGROUPNAME
Subscribe to:
Posts (Atom)