- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel OS= hp-ux 11
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
06-04-2003 06:15 AM
06-04-2003 06:15 AM
Kernel OS= hp-ux 11
Also can U add your own kernel parameters in /stand/system.
The OS is hp-ux 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 06:19 AM
06-04-2003 06:19 AM
Re: Kernel OS= hp-ux 11
What do you mean by your own kernel parameters? You can't set foobar=1. You can change legitimate kernel parms in /stand/system, though.
Personally, I always go through SAM. You can still postpone the re-boot and SAM will update /stand/system and build the kernel for you.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 06:19 AM
06-04-2003 06:19 AM
Re: Kernel OS= hp-ux 11
You can add your parameter in /stand/system file. You need to make a copy of original system and vmunix files, then change the system file. After the file change, build new kernel from the new system file, do kmupdate and reboot the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 06:26 AM
06-04-2003 06:26 AM
Re: Kernel OS= hp-ux 11
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2003 06:30 AM
06-04-2003 06:30 AM
Re: Kernel OS= hp-ux 11
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x17fc5dc05a7ad711abdc0090277a778c,00.html
Having said that I did a quick test on 11.0 ..
# kmtune -q maxuprc
==> shows value=75
# kmtune -s maxuprc=125
# kmtune -q maxuprc
==> shows value=125
# grep maxuprc /stand/system
==> shows maxuprc 125
Now at this point you can manually compile your kernel and reboot for the changes to take effect. So a reboot is still require.