Operating System - HP-UX
1832678 Members
2832 Online
110043 Solutions
New Discussion

how to shutdown ISEE and ia64_corehw service ?

 
rayche
Frequent Advisor

how to shutdown ISEE and ia64_corehw service ?

Because these two service will affect my new application, who can tell me how to shutdown these two service ?

Thanks.

RayChe
1 REPLY 1
Ivan Krastev
Honored Contributor

Re: how to shutdown ISEE and ia64_corehw service ?

It's not a good idea to stop this application/services.

1. ia64_corehw is part of EMS monitoring service - see log and start/stop files - http://docs.hp.com/en/diag/ems/emd_ia64core.htm

2. For isee :

In the file /etc/rc.config.d/hpservices.conf change the value of START_TUNER from 1
to 0.
In the file /etc/rc.config.d/rstemsListener change the value of RST_LISTENER from
0 to 1.
Execute /sbin/init.d/hpservices stop.
Execute /sbin/init.d/rstemsListener stop.



regards,
ivan