- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: necessary kernel changes after memory upgrade?...
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
04-24-2006 03:43 AM
04-24-2006 03:43 AM
thank you
derek
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2006 03:52 AM
04-24-2006 03:52 AM
Re: necessary kernel changes after memory upgrade???
As you have increased memory
1. You need to increase your swap space
2. You may reduce the dbc_max_pct kernel parameter - if set to default 50% - can reduce to say 10%-15% depending on how much buffer cache you need - which equals to 200MB-300MB out of your 2GB memory
3. You may increase the maxdsiz, maxssiz, maxtsiz and the 64 bit params - maxdsiz_64 ... only if you need additional data/stack/text space for your programs otherwise not necessary.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2006 03:55 AM
04-24-2006 03:55 AM
Re: necessary kernel changes after memory upgrade???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 06:34 AM
05-01-2006 06:34 AM
Re: necessary kernel changes after memory upgrade???
dbsmith@DUBHADM1# chatr /usr/sbin/named
/usr/sbin/named:
shared executable
shared library dynamic path search:
SHLIB_PATH disabled second
embedded path enabled first /usr/lib:
shared library list:
dynamic /usr/lib/libdld.2
dynamic /usr/lib/libc.2
dynamic /usr/lib/libnsl.1
shared library binding:
deferred
global hash table disabled
plabel caching disabled
global hash array size:1103
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 07:48 AM
05-01-2006 07:48 AM
Re: necessary kernel changes after memory upgrade???
You are right. If your named is 32-bit then you have the limitation of addressing 1st quadrant of memory.
If you see towards the end of chatr named [which you have not posted] will show you if the third quadrant private data space and fourth quadrant space is enabled for use for named - most certainly would not be enabled.
But why do you need the named to access more data area - are you getting any errors ? or how much data area can you see the named consuming from glance and then doing a s , then giving the pid of named and then pressing M.
You can also have a look thru this thread
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=983809
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 08:03 AM
05-01-2006 08:03 AM
Re: necessary kernel changes after memory upgrade???
To be specific, HP recommends that you have 2x RAM worth of device swap so you need 4 GB of RAM worth of device swap or you may run into problems.
Best regards,
Oz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 08:17 AM
05-01-2006 08:17 AM
Re: necessary kernel changes after memory upgrade???
I don't have ANY machines with that much swap space. Eating up that much disk for what should never be used is ridiculous.
I set up primary swap to be about 25% of my total RAM Size and then set swapmem_on to 1. From there I monitor usage. I also set the maxswapchunks kernel parameter to its maximum value, just in case I need to add more space in the future.
I honestly can't remember the last time any of the machines actually paged out to any significant degree.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 08:26 AM
05-01-2006 08:26 AM
Re: necessary kernel changes after memory upgrade???
Just make sure swap is greater than half RAM to handle a dump and call in the morning.
I'd take it up to 1 times ram and see if any actual paging happens.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2006 08:31 AM
05-01-2006 08:31 AM
Re: necessary kernel changes after memory upgrade???
http://docs.hp.com/en/B2355-90950/ch06s03.html
That is the "Managing Swap and Dump" section from "Chapter 6. Administering a System: Managing Disks and Files" of the "Managing Systems and Workgroups" manual.
The main manual is available here:
http://docs.hp.com/en/B2355-90950/index.html
The key sentence is: "Typically, unless the amount of physical memory on your system is extremely large, the minimum amount of swap space should equal the amount of physical memory on the system. "
Now the next sentence does say: "In general, make swap space to be roughly two to four times your physical memory."
I disagree with that. With current machines and a decent amount of RAM, one should not need that much swap space since one should not be paging out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 01:31 AM
05-02-2006 01:31 AM
Re: necessary kernel changes after memory upgrade???
The question remains is named considered a user process or a system process and therefore is it releveant to modify maxd_siz? I say no but a co-worker says yes.
Is there a metric within glance I can pull via gpm script that will tell me if a process is using maxd_siz, maxs_siz or mazt_siz? Or any other tool to tell me this?
thanks again
derek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 01:38 AM
05-02-2006 01:38 AM
SolutionI have mentioned how to see how much data,stack and text is being used in my earlier reply.
do a ps -eaf | grep named and note the pid
then
glance
Press s and enter the pid no
Press M [ Note capital M]
This will show you the data, stack, text etc.
As far as named is concerned - my opinion is that first see whether you require to increase the limit for data segment in the 1st place - thru glance.
Next thing can you increase the limit - I think you can do, but any upgrades will overwrite this.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 02:00 AM
05-02-2006 02:00 AM