Wednesday 30 March 2016

how to stop HPOV application in solaris10?


 # ./ovc -status
ovcd        OV Control                          CORE         (14066)  Running
ovbbccb     OV Communication Broker             CORE         (14067)  Running
coda        OV Performance Core                 COREXT                Aborted
ovconfd     OV Config and Deploy                COREXT       (14069)  Running
opcmsga     OVO Message Agent                   AGENT,EA              Aborted
opcmsgi     OVO Message Interceptor             AGENT,EA     (14072)  Running
opcacta     OVO Action Agent                    AGENT,EA     (14073)  Running
opcle       OVO Logfile Encapsulator            AGENT,EA     (25614)  Running
opcmona     OVO Monitor Agent                   AGENT,EA     (14337)  Running

 # ./bbcutil -status
NOTE:    Sending status request to: 'localhost'.

(Namespace, Port, Bind Address, Open Sockets)

  <default>    383    ANY    1
HP OpenView HTTP Communication Incoming Connections
  BBC 06.10.050; bbcutil unknown version
          127.0.0.1.35175          127.0.0.1.383


 # ./ovcert -check
OvCoreId set                       : OK
Private key installed              : OK
Certificate installed              : OK
Certificate valid                  : OK
Trusted certificates installed     : OK
Trusted certificates valid         : OK
Check succeeded.

 # ./ovc -kill

 #  ./ovc -status
(ctrl-111) Ovcd is not yet started.

# ps -aef|grep OV
    root  4909  4895   0 19:26:10 pts/1       0:00 grep OV

 # ps -aef|grep -i OV
    root  4911  4895   0 19:26:15 pts/1       0:00 grep -i OV
    root 26971   423   0   Nov 15 ?           0:00 /usr/sbin/rpc.metamhd

No comments:

Post a Comment