Friday, January 13, 2012

OVOU Server and Agent v8.x Services - Start and Stop



To continue with the basics of OMU - Server and Agent

To start the OMU services
#> opcsv -start

To stop the OMU services
#> opcsv -stop

To check for the status of OMU services
#> opcsv -status
OVO Management Server status:
-----------------------------
Control Manager           opcctlm     (9638) is running
Action Manager            opcactm     (9662) is running
Message Manager           opcmsgm     (9663) is running
TT & Notify Mgr           opcttnsm    (9664) is running
Forward Manager           opcforwm    (9665) is running
Service Engine            opcsvcm     (9670) is running
Cert. Srv Adapter         opccsad     (9668) is running
BBC config adapter        opcbbcdist  (9669) is running
Display Manager           opcdispm    (9666) is running
Distrib. Manager          opcdistm    (9667) is running

Open Agent Management status:
-----------------------------
Request Sender            ovoareqsdr  (9417) is running
Request Handler           ovoareqhdlr (9639) is running
Message Receiver (HTTPS)  opcmsgrb    (9640) is running
Message Receiver (DCE)    opcmsgrd    (9641) is running

OV Control Core components status:
----------------------------------
OV Control                ovcd        (8737) is running
OV Communication Broker   ovbbccb     (8738) is running
OV Certificate Server     ovcs        (8761) is running



The OMU services can also be stopped using
#> /opt/OV/bin/ovstop opc ovoacomm ovctrl

ovoacomm is the agent communication service
ovctrl is the control broker service

Start HPOM integrated services by entering:
#> /opt/OV/bin/ovc -start

Start the HPOM agent on the management server:
#> /opt/OV/bin/ovc -start

Stop the HPOM agents on your management server by entering:
#> /opt/OV/bin/ovc -kill

Check the status of the HPOM agents on your management server by entering:
#> /opt/OV/bin/ovc -status
ovcd        OV Control                          CORE         (8737)   Running
ovbbccb     OV Communication Broker             CORE         (8738)   Running
coda        OV Performance Core                 COREXT       (12643)  Running
ovconfd     OV Config and Deploy                COREXT       (12644)  Running
ovcs        OV Certificate Server               SERVER       (8761)   Running
opcmsga     OVO Message Agent                   AGENT,EA     (2556)   Running
opcacta     OVO Action Agent                    AGENT,EA     (2561)   Running
opcmsgi     OVO Message Interceptor             AGENT,EA     (2569)   Running
opcle       OVO Logfile Encapsulator            AGENT,EA     (2570)   Running
opcmona     OVO Monitor Agent                   AGENT,EA     (2571)   Running
opctrapi    OVO SNMP Trap Interceptor           AGENT,EA     (2585)   Running

Also, the command 'opcagt' can be used to check for the status, start and stop the agent. This command will also tell us if the agent is buffering or not.
This command is effective only for the Event/Action agent and CODA.

#> opcagt -status
coda        OV Performance Core                 COREXT       (12643)  Running
opcmsga     OVO Message Agent                   AGENT,EA     (2556)   Running
opcacta     OVO Action Agent                    AGENT,EA     (2561)   Running
opcmsgi     OVO Message Interceptor             AGENT,EA     (2569)   Running
opcle       OVO Logfile Encapsulator            AGENT,EA     (2570)   Running
opcmona     OVO Monitor Agent                   AGENT,EA     (2571)   Running
opctrapi    OVO SNMP Trap Interceptor           AGENT,EA     (2585)   Running
Message Agent is not buffering.

#> opcagt -cleanstart  
This will restart Event/Action Agent doing a cleanup of temporary files.





No comments:

Post a Comment