- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- kernel parameter configuration info locale
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
09-27-2004 08:32 AM
09-27-2004 08:32 AM
Thanks,
Randy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 08:39 AM
09-27-2004 08:39 AM
Solution/stand/system and /stand/build/system are generally the system files. However, there is no guarantee that they will be upto-date unless you make it a practice that you update and use those files whenever you build the kernel.
One way is to use system_prep to query the kernel. You can probably recover vmunix as say /tmp/vmunix.sysA and then run system_prep against it.. for ex.,
/usr/lbin/sysadm/system_prep -k /tmp/vmunix.sysA -s /tmp/system.sysA
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 08:40 AM
09-27-2004 08:40 AM
Re: kernel parameter configuration info locale
You can try this
1) Restore /stand/vmunix from the "frecover" archive to /tmp in an another system
2) and execute system_prep command against that kernel file
# /usr/lbin/sysadm/system_prep -v -k /tmp/vmunix -s /tmp/system
# kmtune -l -S /tmp/system
I know you can skip recovering /stand/vmunix from the archive and rather extract only the /stand/system file from the archive.
But I prefer to create system file from the kernel than going with the static copy of the system file, because some of us admins miss to move the /stand/build/system file to /stand/ directory :-)
- Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 08:42 AM
09-27-2004 08:42 AM
Re: kernel parameter configuration info locale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2004 06:03 AM
09-28-2004 06:03 AM
Re: kernel parameter configuration info locale
Thank you both for the replies. As soon as
I can get back to that problem, I will do as you both suggested.
Thanks and have a great day!
Points assigned
Randy