- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel Question
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
Discussions
Discussions
Discussions
Forums
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
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-19-2006 06:45 AM
тАО12-19-2006 06:45 AM
Kernel Question
Why? Did something go wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-19-2006 07:03 AM
тАО12-19-2006 07:03 AM
Re: Kernel Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-19-2006 07:08 AM
тАО12-19-2006 07:08 AM
Re: Kernel Question
Please check out this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1085071
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-19-2006 07:26 AM
тАО12-19-2006 07:26 AM
Re: Kernel Question
But now that your here, diff the /stand/system and system.old files for diffeences and 'ls' for time stamps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-19-2006 07:38 AM
тАО12-19-2006 07:38 AM
Re: Kernel Question
Here how it should be, (Looks like you missed the mk_kernel portion.)
--
change the values of the parameters,
maxfiles 60
maxfiles_lim 1024
maxusers 100
maxvgs 16
msgseg 2048
msgssz 128
nflocks 4096
npty 200
nstrtel 200
swchunk 4096
vps_ceiling 64
1.# kmtune -s maxfiles-60
# kmtune -s masfiles_lim=1024
....
2. # kmtune -q maxfiles
( To check current value and planned value.)
3. # ./mk_kernel
4. # ./kmupdate
5. # shutdown -r -y 0
6. After reboot verify the kernel paramters:
# kmtune -q maxfiles.
Hope this will help,
Cheers,
Raj.