Operating System - HP-UX
1752598 Members
5050 Online
108788 Solutions
New Discussion юеВ

Run Script-Ignite in mode Single Maintenance

 
Gino Vald├йs
Occasional Contributor

Run Script-Ignite in mode Single Maintenance

I want to make scripts to take advantage of the functionalities Software Ignite-UX so that these can be executed by operators in monousuary way (single user).

3 REPLIES 3
Patrick Wessel
Honored Contributor

Re: Run Script-Ignite in mode Single Maintenance

I'm not sure if this is all, but you need at least the following steps:

a. mount /usr #maybe you need a fsck
b. mount /var
c. mount /opt
d. /sbin/init.d/hostname start #set hostname
e. /sbin/init.d/net.init start #configure loopback interface (hp-ux 11.X only)
f. /sbin/init.d/net start #configure LAN interface
g. /sbin/init.d/diagnostic start #start des diagnostic daemon
h. /sbin/init.d/swagentd start #start the swagentd

give it a try and report your results, please
There is no good troubleshooting with bad data
Patrick Wessel
Honored Contributor

Re: Run Script-Ignite in mode Single Maintenance

forget about point g. no idea why you should start the diagnostics daemon!
There is no good troubleshooting with bad data
CHRIS ANORUO
Honored Contributor

Re: Run Script-Ignite in mode Single Maintenance

You have to mount /tmp and also start /sbin/init.d/inetd.
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.