Operating System - HP-UX
1837069 Members
2525 Online
110111 Solutions
New Discussion

Hpux 11i Sept 2005 DVD Java disable at boot

 
Jos de Ruiter
Advisor

Hpux 11i Sept 2005 DVD Java disable at boot

I have install hpux 11i from de dvd sept 2005.
With this version, with default software install, he loads also java apllication.
It used a a lot of memory.

How can i disable this at boot time.

Groet,
Jos.
Jos de Ruiter
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Hpux 11i Sept 2005 DVD Java disable at boot

Shalom Jos,

All startup scripts reside in /sbin/rc1.d /sbin/rc2.d and /sbin/rc3.d

These are actualy soft links to scripts in /sbin/init.d

The soft link you seek lives in /sbin/rc3.d

It probably has java in the name and starts with a captial S.

remove it or rename it to a small s and then it will stop autostarting.

There is a Kill script starting with a capital K in the /sbin/rc2.d directory.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Pete Randall
Outstanding Contributor

Re: Hpux 11i Sept 2005 DVD Java disable at boot

It should be started by a script in /sbin/init.d and there should be a corresponding control script in /etc/rc.config.d where you can set the control parameter to zero which indicates you don't want it to start.


Pete

Pete
Jos de Ruiter
Advisor

Re: Hpux 11i Sept 2005 DVD Java disable at boot

Hi, It seem's to be ISEE. when i do not install this at default, or i remove it with swremove then there is no Java process running.

Jos.
Jos de Ruiter