Sunday, July 24, 2011

HP OM Commands

HP OM Commands

############################################

To Start the OMU management server process
ostart –c

Ovc -start

To Stop the OMU management server process
ovstop –c

Ovc -kill

To check the OMU server status
ovstatus –c

Opcagt -status

To install agent on Unix
opc_inst -s

To install agent on Windows
cscript opc_inst.vbs -s

To Unistall agent
opc_inst -r

To check the agent status
opcagt status [local agent status]
opcragt [ remote agent status from management server ]

To Distribute Monitor, Action, Commands & Templates
opcragt -distrib -monitor -action -commands -templates -force

To add a node to node bank
opcnode -add_node node_name="" node_label="

4 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Do you know how are the equivalent commands in OMW?

    ReplyDelete
  3. hi Bharath, please help ovc -kill command gets hung sometimes, what do we need to do in such cases?

    ReplyDelete
    Replies
    1. Use "ps -ef" command option to kill the process which are hung.
      In windows systems use task manager to identify the process and then kill it

      Delete