- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Request to fellow admins
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-12-2003 11:50 AM
06-12-2003 11:50 AM
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 11:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 12:04 PM
06-12-2003 12:04 PM
Re: Request to fellow admins
...
maxdsiz 520093696 * 0x1f000000 *
maxdsiz_64bit 4127195136 * 0xf6000000 *
maxfiles 256 * 0x100 *
...
Attached is the default kernel values for 11.0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 12:08 PM
06-12-2003 12:08 PM
Re: Request to fellow admins
Here's a nifty script that prints only the non-default parameters:
kmtune -l | awk '
/^Parameter/ { para=$2 }
/^Value/ { value=$2 }
/^Default/ { def =$2 ; if ( value != def ) { printf "%-40s %20s %20s\n", para, value, def }}'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 12:08 PM
06-12-2003 12:08 PM
Re: Request to fellow admins
Here's a nifty script that prints only the non-default parameters:
kmtune -l | awk '
/^Parameter/ { para=$2 }
/^Value/ { value=$2 }
/^Default/ { def =$2 ; if ( value != def ) { printf "%-40s %20s %20s\n", para, value, def }}'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 12:10 PM
06-12-2003 12:10 PM
Re: Request to fellow admins
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 12:13 PM
06-12-2003 12:13 PM
Re: Request to fellow admins
This was taken from a machine that recently was upgraded to 11.0. No changes to the Kernel have been made.
Regards,
Dario