- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel parameters 64 bit v. 32 bit
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
07-01-2004 09:58 PM
07-01-2004 09:58 PM
I've been asked to compare the kernel parameters on two servers and correct any discrepancies. Unfortunately, one server is 64 bit and the other is 32 bit, so it's possible that some differences are appropriate and should not be corrected.
There are many parameters which are different - too many to post here. I would be grateful if someone could give me a list, even a partial list, of parameters which are supposed to be different between the two systems.
Mark Syder (like the drink but spelt different)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 10:14 PM
07-01-2004 10:14 PM
Solutionmaxdsiz
maxtsiz
maxssiz
are parameters for 32 bit.For 64 bit you have maxdsiz_64 and their equ.
shmmax
take a look at
http://docs.hp.com/hpux/onlinedocs/939/KCParms/KCparams.OverviewAll.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 10:23 PM
07-01-2004 10:23 PM
Re: Kernel parameters 64 bit v. 32 bit
On the other hand you could assume the application is 32 bit. So it shouldn't matter. Then again there is the problem of knowing which system is correct...
And are the same SW and patches installed on both?
It seems to me you have been given a simple task. That turns out to be not so simple. Quite common I would say. :-)
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 10:25 PM
07-01-2004 10:25 PM
Re: Kernel parameters 64 bit v. 32 bit
We can get the kenerl parameters with the kmtune or kctune command. Execute on the both machine and check difference.
On 11.23 using kctune
=========
maxdsiz_64bit 4396972765184 4396972765184 Immed
maxrsessiz_64bit 8388608 Default
maxssiz_64bit 0x40000000 0x40000000 Immed
maxtsiz_64bit 1073741824 Default Immed
nsysmap64 8400 Default
pa_maxssiz_32bit 83648512 Default
pa_maxssiz_64bit 536870912 Default
I have searched on the 64 bit machines. But i don't have 32 bit machine here. You can get the kernel parameter description with -d option.
Regards,
Muthukumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 10:58 PM
07-01-2004 10:58 PM
Re: Kernel parameters 64 bit v. 32 bit
I already know what the parameters are - it's just a case of knowing which are the correct ones.
I'm not awarding points to the other suggestions yet as I don't want to award a rabbit too soon - people might think it's resolved and not make any more suggestions. I have no objection to giving more than two rabbits!
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 11:14 PM
07-01-2004 11:14 PM
Re: Kernel parameters 64 bit v. 32 bit
If you have certain application running on both systems like Oracle, SAP etc. They will have some parameter values documented. If that is not the case you have to go by common sense or go for the biggest value.. Or a combination. But don't do the misstake of setting dbc_max_pct to 50 unless there is a good reason for it.
If there are certain parameters you are in bupt about, post them.
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 10:35 PM
07-04-2004 10:35 PM
Re: Kernel parameters 64 bit v. 32 bit
Trond - dbc_max_pct is already set to 50 on both servers. Why is this a bad thing?
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 11:21 PM
07-04-2004 11:21 PM
Re: Kernel parameters 64 bit v. 32 bit
This parameter gets enabled when your nbuf and bufpages are set to zero.
These parameters
dbc_max_pct
dbc_min_pct
defines the dynamic buffer cache on the
system
By default the value is 50% of the memory on the system.
If you are running machine with huge memory resources then you can bring them down to make the programs use the real memory for their purpose instead of locking them for buffer cache.
For ex, if your system runs with 2Gb ram you can bring down the dbc_max_pct to 20% which would equate to 400MB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 11:29 PM
07-04-2004 11:29 PM
Re: Kernel parameters 64 bit v. 32 bit
dbc_max_pct 300-500Mb
dbc_min_pct no less than 200mb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 11:29 PM
07-04-2004 11:29 PM
Re: Kernel parameters 64 bit v. 32 bit
dbc_max_pct 300-500Mb
dbc_min_pct not to be less than 200mb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 12:00 AM
07-05-2004 12:00 AM
Re: Kernel parameters 64 bit v. 32 bit
Mark