- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swinstall & kernel parameter changes
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 08:01 AM
05-18-2004 08:01 AM
swinstall & 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 08:09 AM
05-18-2004 08:09 AM
Re: swinstall & kernel parameter changes
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 08:09 AM
05-18-2004 08:09 AM
Re: swinstall & kernel parameter changes
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 03:31 PM
05-18-2004 03:31 PM
Re: swinstall & kernel parameter changes
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)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 02:05 AM
05-19-2004 02:05 AM
Re: swinstall & kernel parameter changes
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 02:38 AM
05-19-2004 02:38 AM
Re: swinstall & kernel parameter changes
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!