- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sytem memory diffrence in glance report
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
12-07-2010 09:52 PM
12-07-2010 09:52 PM
Sytem memory diffrence in glance report
Please see the attached document, why the system memory is diffrence in servers.both the servers are same configuration. Kindly explain,
OS HP uX 11.31
regards
panneer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2010 10:07 PM
12-07-2010 10:07 PM
Re: Sytem memory diffrence in glance report
To find this, use the following command.
kctune -S
Shibin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2010 10:48 PM
12-07-2010 10:48 PM
Re: Sytem memory diffrence in glance report
i have checked , Below value difference in servers. If any impact these values for system memory diffrence.
maxdsiz 2147483648 2147483648 Immed Server A
maxdsiz 2063835136 2063835136 Immed Server B
regards
Panneer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2010 11:47 PM
12-07-2010 11:47 PM
Re: Sytem memory diffrence in glance report
Server A has configured for maximum value ( i.e 2GB ) and server B has slightly less.
There are no issues with this. Your static data segment of process can grow up to the maximum in one server and it is slightly less to other server.
Please check your other areas of memory utilization. What processes are mainly utilizing? Is there any runaway process?
Shibin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2010 04:09 AM
12-08-2010 04:09 AM
Re: Sytem memory diffrence in glance report
> maxdsiz 2063835136 2063835136 Immed Server B
These do not occupy any space in the kernel. Since SysMem differes by 2GB, it would appear that you have some significant differences in kernel modules and settings. Start by comparing the output of kctune:
On serverA:
# kctune > /tmp/kcA
# ssh svrB /usr/sbin/kctune > /tmp/kcB
# diff /tmp/kc[AB]
Then check the modules that are in or out with kcmodule:
# kcmodule > /tmp/kmA
# ssh svrB /usr/sbin/kcmodule > /tmp/kmB
# diff /tmp/km[AB]
Now compare the system files:
# sort /stand/system > /tmp/sysAsorted
# scp svrB:/stand/system /tmp/sysB
# sort /tmp/sysB > /tmp/sysBsorted
# diff /tmp/sysAsorted /tmp/sysBsorted
Bill Hassell, sysadmin