- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Help regarding kernel parameter change
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
01-23-2008 03:37 AM
01-23-2008 03:37 AM
Help regarding kernel parameter change
I have received a change from customer to change following kernel parameters
maxdsiz 0xF9000000
maxssiz 0x04D00000
maxdsiz_64bit 0x0000039999999999
maxssiz_64bit 0x04D00000
At this moment the above kernl parameteres have following values ( from kctune command)
maxdsiz 1073741824
maxdsiz_64bit 4294967296
maxssiz 8388608
maxssiz_64bit 268435456
The current value seems to be in decimal but the values given by customer are in hexadecimal. Now if I convert the hexadecimal values to decimal. i get a very huge number which doesnt seem to be correct.
Can some one let me know if the conversion I am doing is correct or is it some thing i am doing wrong.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 03:40 AM
01-23-2008 03:40 AM
Re: Help regarding kernel parameter change
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 04:20 AM
01-23-2008 04:20 AM
Re: Help regarding kernel parameter change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 04:23 AM
01-23-2008 04:23 AM
Re: Help regarding kernel parameter change
>Now if I convert the hexadecimal values to decimal. i get a very huge number
Yes, the maxdsiz_64bit seems bogus:
(gdb) p 0x0000039999999999 $3 = 3958241859993
(gdb) p 0x0000039999999999 / (1024 * 1024 * 1024)
$7 = 3686
That's about 3 Tb! Do you have that much swap space?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 07:12 AM
01-23-2008 07:12 AM
Re: Help regarding kernel parameter change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2008 09:41 AM
01-23-2008 09:41 AM
Re: Help regarding kernel parameter change
maxdsiz goes to 4177526784
maxssiz goes to 80740352
...(if I entered the right number of zeroes..)
Only question to ask is "...is the customer always right ?"
Rgrds,
Rita