- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- backup kernel
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
07-13-2003 05:11 AM
07-13-2003 05:11 AM
backup kernel
I am trying to change kernel parameters. I am using the procedure below.
1. Take backup of exisiting kernel.(create copies of vmunix & system as vmunix.prev/system.prev )
2. Change parameters using SAM
3. Re-boot by SAM
When I reboot, the parameters would have changed as I have desired.
If I restart the system using backup kernel using the /stand/vmunix.prev, then I expected to see the old kernel parameters. But I get the new kernel parameter set.
Is this normal or abnormal. Why am I not able to see all the old parameter settings? If I restart using /stand/vmunix.prev will the HP-UX use /stand/system.prev or /stand/system file.
Could you please let me know if there is any way I can tell HP-UX to use system.prev & not system file?
Regards,
Raghu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2003 05:38 AM
07-13-2003 05:38 AM
Re: backup kernel
Sam should so the same thing.
This happens even if you boot off of /stand/vmunix.prev
Try reversing the two system files and see what kmtune reports.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2003 06:55 AM
07-13-2003 06:55 AM
Re: backup kernel
not the /stand/vmunix file.
use kmtune -S
it uses /stand/system even if you boot with
any kernel you like.
Zeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2003 09:29 AM
07-13-2003 09:29 AM
Re: backup kernel
How are you verifying the kernel parameters?. If you are using "kmtune" command, then it will show the entries in /stand/system as "planned" and the values from the current kernel as "current".
Another way of grabbing the current kernel is to use system_prep
/usr/lbin/sysadm/system_prep -s /tmp/system.now
Look at the system.now it should be different from /stand/system.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2003 11:35 AM
07-13-2003 11:35 AM
Re: backup kernel
The parameters that you see are from the
/stand/system so it maybe difrent when you
boot with other kernel.
Caesar