SUMMARY: Jumpstart revisted

2007-12-24 20:15:00

Did not see this come out so I am resending it...

I would like to thank the following for their fast response-
in order of receipt:

o Chris Cariffe [chris at zippy.baydat.org]
o Ken_Germann at bluecrossmn.com
o Sean Quaint [squaint at mediaone.net]
o Valeriy Glinskiy [val at research.telcordia.com]
o hall at egr.msu.edu
o Steve Hastings [stevehas at us.ibm.com]
o Russell Ruby [russ at MATH.ORST.EDU]
o Mark McManus [mmcmanus at houston.geoquest.slb.com]
o Ben Strother [bstrothe at airmail.fltops.jpl.nasa.gov]
o Allan West [allan at clas.ufl.edu]
o Roy Rapoport [rsr at aegsys.com]

There are two basic methods you can use, remove the

# system software
package SUNWpmowu delete # don't install sleep (/usr)
package SUNWpmowr delete # don't install sleep (/)
package SUNWpmu delete # don't install sleep (conf & rc)
package SUNWpmr delete # don't install sleep (binaries)

or, the second method is to create a file $(BASE)/noautoshutdown
as part of the finish script

# turn off autoshutdown
touch /a/touchdown
# Disable dtpower
if [ -f /etc/rc2.d/S85power ]; then
mv /etc/rc2.d/S85power /etc/rc2.d/s85power
fi

We decided to use the second option(ya never know when the mandate
will come down and I do not want to have to install it on hundreds of
boxes).
I just happen to be jumpstarting a box and it worked!!!

Thanks Again,

-ar

-----Original Message-----
From: Rivera, Angel R [SMTP:Angel.R.Rivera at usa.conoco.com]
Sent: Thursday, June 28, 2001 2:11 PM
To: codeprof at codeprof.com
Subject: Jumpstart revisited...

Hello Gurus,

Well, we are almost ready to start jumpstarting our boxes to Solaris
8 04/01
but have one issue I am trying to resolve. How can I disable power
management
during the jumpstart process? TIA, -ar

Angel R. Rivera
Technical Computing Environment
angel.r.rivera at usa.conoco.com
281-293-4035

_______________________________________________
codeprof mailing list
codeprof at codeprof.com
http://www.codeprof.com/execute/ask/?codeinfoid=4895

Angel R. Rivera
Technical Computing Environment
angel.r.rivera at usa.conoco.com
281-293-4035

Comments

Got something to say?

You must be logged in to post a comment.