- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: What files kernel files do i backup before cha...
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
10-19-2003 04:28 PM
10-19-2003 04:28 PM
What files kernel files do i backup before changing kernel parameter?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2003 04:35 PM
10-19-2003 04:35 PM
Re: What files kernel files do i backup before changing kernel parameter?
I as a matter of practise always create an ignite tape prior to booting off a new kernel or loading patches.
# /opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/?mn
To create new kernel (not using SAM. SAM will create a backup kernel as well)
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# vi system (make your changes)
Save the file
# mk_kernel -s system (generates new kernel)
if no errors
# kmupdate (which will return information as to the booting kernel and the backup kernel)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2003 04:37 PM
10-19-2003 04:37 PM
Re: What files kernel files do i backup before changing kernel parameter?
/stand/system --> Kernel parameters file.
/stand/dlkm --> Dynamically loaded modules.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2003 04:41 PM
10-19-2003 04:41 PM
Re: What files kernel files do i backup before changing kernel parameter?
If you use sam it handles backups for you.
The normal thing to do is cp vmunix to vmunix.prev
vmunix must be on an HFS filesystem to boot off of it, but if you need to keep a few of them handy, you can store them on a vxfs filesystem.
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
10-19-2003 04:43 PM
10-19-2003 04:43 PM
Re: What files kernel files do i backup before changing kernel parameter?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2003 08:15 PM
10-19-2003 08:15 PM