- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 11.0 & LARGE MEMORY
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-28-2004 04:10 PM
06-28-2004 04:10 PM
HP-UX 11.0 & LARGE MEMORY
How to ensure that OS is able to see all 10GB RAM?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 04:15 PM
06-28-2004 04:15 PM
Re: HP-UX 11.0 & LARGE MEMORY
# dmesg | grep -i physical
or
# cat /var/adm/syslog/syslog.log | grep -i physical
You could also bring stm, cstm, or xstm up if you have diagnostics installed and see what they show.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 04:39 PM
06-28-2004 04:39 PM
Re: HP-UX 11.0 & LARGE MEMORY
check what the following command output
/usr/sam/lbin/getmem
Regards
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2004 05:35 PM
06-28-2004 05:35 PM
Re: HP-UX 11.0 & LARGE MEMORY
But if its in there, it will be seen.
dmesg will work
swapinfo -tam will also give you some good figures to look at.
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
06-30-2004 10:56 AM
06-30-2004 10:56 AM
Re: HP-UX 11.0 & LARGE MEMORY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2004 11:25 AM
06-30-2004 11:25 AM
Re: HP-UX 11.0 & LARGE MEMORY
As mentioned above, donâ t go by TOP - I guess you might be looking at the active virtual memory field or something.
I donâ t believe in using dmesg to find the physical memory installed in the system - dmesg buffer is very temporary by design and it is bound to be overwritten.
Use adb
echo "phys_mem_pages/D" | adb -k /stand/vmunix /dev/kmem
The output is in Pages - one page is 4KB (by default) - multiply the output by 4 to get the amount of physical memory i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2004 02:19 PM
06-30-2004 02:19 PM
Re: HP-UX 11.0 & LARGE MEMORY
getconf KERNEL_BITS
If it says 32, then your 64bit processor is running a 32bit kernel. A 32bit kernel can never 'see' anything above 3.75Gb regardless of how much physical memory you have. If SAM's Performance Monitors-> System Properties shows Physical memory at less than 4Gb, then check the tab that says Operating System. It report the current opsystem bit size.
Check your firmware level to make sure it is high enough for 64bit kernels. You'll need to either upgrade your current system to 64bits or reinstall. On systems thaty can handle 32 and 64, the installer will ask you which version you want. If your 11.0 media is too old (several years) then it may not understand what the J6700 is and defauot to 32. You must get new media.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2004 03:34 PM
06-30-2004 03:34 PM
Re: HP-UX 11.0 & LARGE MEMORY
Look for some patches for "top"
May be
http://www1.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHCO_26020&context=hpux:800:11:00
Kaps