Operating System - HP-UX
1834483 Members
4003 Online
110067 Solutions
New Discussion

Re: swinstall & kernel parameter changes

 
MikeL_4
Super Advisor

swinstall & kernel parameter changes

I have some sowtware updates that need to be applied for some new Peoplesoft upgrades, and along with it some kernel parameter changes.

What system file can I make the changes in,
/stand/system or /stand/build/system to get
swinstall to pick them up when it rebuilds the kernel for the patches ??

thanks
5 REPLIES 5
Sanjay_6
Honored Contributor

Re: swinstall & kernel parameter changes

Hi,

It is not a good idea to combine the two. If you run into a problem, it may become difficult for you to indetify the cause of the problem since there are more number of variables involved.

Hope this helps.

Regds
Sridhar Bhaskarla
Honored Contributor

Re: swinstall & kernel parameter changes

Hi,

swinstall uses /stand/system to build the kernel (from the man page). However, it will not pick up the changes you made to the system file.

You will have to schedule two reboots. One for the kernel change and the other for the patches.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Michael Tully
Honored Contributor

Re: swinstall & kernel parameter changes

Just a further comment on this:
Suggest you do the kernel changes before installing the patches. That way you know that your system is reasonably stable. The next thing to is to cut an ignite tape before applying any patches. If something does go wrong you can recover from the tape. To create the tape:
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/?mn

(substitute the ?mn for your device, and make sure you use the no-rewind device)
Anyone for a Mutiny ?
MikeL_4
Super Advisor

Re: swinstall & kernel parameter changes

I always do a make_recovery tape before any maintenance, thats a no brainer...

these patches and kernel changes were already applied, individualy on our development server over a week ago and we have had no problems.

I just wanted to save myself and extra 45 minutes of time working tonight doing an extra reboot...
Dani Seely
Valued Contributor

Re: swinstall & kernel parameter changes

Hey Mike,
I would suggest you keep these two activiites separate. Perform your software upgrade, performing a reboot if needed/required, see the recommendations in your software docs.

Most likely the kernel paramater changes will require a reboot. I suggest performing a backup first, installing your software upgrade, check your product to ensure the upgrade worked and your application still functions, then perform the kernel parameter changes, then again check your product to ensure the upgrade worked and you application still functions properly. If everything is working, I suggest performing another backup and keeping this tape marked clearly and protected so you won't have to go through this process again if something fails later.

Good luck!
Together We Stand!