Operating System - HP-UX
1753683 Members
5550 Online
108799 Solutions
New Discussion юеВ

Re: Power Path Software is running or not?

 
SOLVED
Go to solution
praveen..
Super Advisor

Power Path Software is running or not?

hi,
i need to check on my server that Power Path Software is running or not?

how to check it?

Thanks
2 REPLIES 2
Arunvijai_4
Honored Contributor
Solution

Re: Power Path Software is running or not?

Hi Praveen,

Check the following,

1) # swlist |grep -i emcpower to make sure you have powerpath installed.

2) # ps -ef |grep -i emc, it should list the following processes

root 54 1 0 Jun 12 ? 0:00 /etc/emcpdaemon
root 55 0 0 Jun 12 ? 0:00 emcpProcd
root 56 0 0 Jun 12 ? 0:06 emcpd
root 57 0 0 Jun 12 ? 0:00 emcpdfd
root 58 0 0 Jun 12 ? 0:17 emcpwdd
root 59 0 0 Jun 12 ? 0:00 emcpstratd

-Arun

"A ship in the harbor is safe, but that is not what ships are built for"
praveen..
Super Advisor

Re: Power Path Software is running or not?

thanks,
it works