- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: kernel values
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
12-05-2001 02:22 AM
12-05-2001 02:22 AM
kernel values
i wuold like to know if there is a way (more quickly than sam) to modify the values of some parameters in the kernel.
I have see the file /stand/system but i don't know if is possibile modify it with vi or something
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 02:26 AM
12-05-2001 02:26 AM
Re: kernel values
man and look at examples.
sysdef to see settings and limits.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 02:30 AM
12-05-2001 02:30 AM
Re: kernel values
Starting with 11.0 you can use 'kmsystem' and 'kmtune' to tune kernel parameters. See the man pages (1m) for more details. Other than using SAM the other method is to edit /stand/system directly. In a future release this this methodology will disappear.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 02:34 AM
12-05-2001 02:34 AM
Re: kernel values
All parameters, at least supported ones, are modifable from kmtune.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 02:39 AM
12-05-2001 02:39 AM
Re: kernel values
Edit /stand/system and set the correct value for the parameter you want to change in there.
Then, execute the following commands :
/usr/sbin/mk_kernel # This creates a new /stand/build/vmunix_test.
/usr/sbin/kmupdate # This will move the above vmunix_test to /stand/vmunix at the next restart of the system.
Now restart your system, preferably with sutdown, not with reboot. The new kernel will be moved into place during the restart procedure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 02:44 AM
12-05-2001 02:44 AM
Re: kernel values
Yes, I meant to say "kmupdate", not "kmsystem".
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 03:44 AM
12-05-2001 03:44 AM
Re: kernel values
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 05:25 AM
12-05-2001 05:25 AM
Re: kernel values
Try this link on how to reconfigure the kernel,
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90742/B2355-90742_top.html&con=/hpux/onlinedocs/B2355-90742/00/00/32-con.html&toc=/hpux/onlinedocs/B2355-90742/00/00/32-toc.html&searchterms=rebuild%20kernel&queryid=20011205-052519
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=d3e866ea0437385507/screen=ckiDisplayDocument?docId=200000024598454
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=d3e866ea0437385507/screen=ckiDisplayDocument?docId=200000049790715
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 05:37 AM
12-05-2001 05:37 AM
Re: kernel values
1) Save a copy of the following files: /stand/system to /stand/system.prev
/stand/vmunix to /stand/vmunix.prev
2) Perform a vi of /stand/system and enter in your parameter changes.
3) Then execute /usr/sbin/mk_kernel: this will create a new /stand/build/vmunix_test file.
4) Now perform the following:
/usr/sbin/kmupdate: This will move the above vmunix_test to /stand/vmunix at the next restart of the system.
5) Shutdown and reboot. The new kernel will be generated and the old one saved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 05:52 AM
12-05-2001 05:52 AM
Re: kernel values
I don't think, SAM is slow. Infact, it does everything for you and you are assured of not missing any step. A few seconds wait for the
SAM screen to pop up is worth it. You can use the SAM text menu to beat that wait time too.
If you are doing manually, do not forget the
kmupdate step!!
HTH
raj