Operating System - HP-UX
1833758 Members
3269 Online
110063 Solutions
New Discussion

To restart scxcimserver service

 
jayeshkumar
New Member

To restart scxcimserver service

Hi Team,
I have SCOM application in wintel server for monitoring hpux server..Some of my unix server can't respond to scom application .Finaly i found that the service for scom is scxcimserver and its not listed current process list in my hp ux server.What is the procedure to restart the scxcimserver service in hpux..

Thanks in advance..
Jay
1 REPLY 1
Viktor Balogh
Honored Contributor

Re: To restart scxcimserver service

Hello Jay,

Normally it should be started at system restart by an init script. You should find the corresponding init script to these processes by issuing:

# grep -l scxcimserver /sbin/init.d/*

The output will be the name of the script. You should start it with the root user.

# su - root -c

Hope this helps,
Viktor
****
Unix operates with beer.