HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 8GB memory is smaller on C8000
Operating System - HP-UX
1837777
Members
3487
Online
110119
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
11-01-2004 09:43 PM
11-01-2004 09:43 PM
8GB memory is smaller on C8000
Hi,
I try to read out the memory size on an C8000 WS with the following commandline:
echo phys_mem_pages/D | adb /stand/vmunix /dev/kmem|tail -1| awk '{printf "%.0f", $2/256}'
On an C3XXXX the value is correct (8192) on an C8000 the value is 8190. Why?
Thank you for help
Christian
I try to read out the memory size on an C8000 WS with the following commandline:
echo phys_mem_pages/D | adb /stand/vmunix /dev/kmem|tail -1| awk '{printf "%.0f", $2/256}'
On an C3XXXX the value is correct (8192) on an C8000 the value is 8190. Why?
Thank you for help
Christian
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 10:01 PM
11-01-2004 10:01 PM
Re: 8GB memory is smaller on C8000
Hi Cristian,
Could this be a case of a bad round off in the "awk '{printf "%.0f", $2/256}'" command.
# echo "selclass qualifier memory;info;wait;infolog" | cstm | grep 'Total Configured'
# echo 'memory_installed_in_machine/D' | adb -k /stand/vmunix /dev/mem | perl -nle'/(\d+)/&&print$1*4,"k"'
Best regards,
Robert-Jan
Could this be a case of a bad round off in the "awk '{printf "%.0f", $2/256}'" command.
# echo "selclass qualifier memory;info;wait;infolog" | cstm | grep 'Total Configured'
# echo 'memory_installed_in_machine/D' | adb -k /stand/vmunix /dev/mem | perl -nle'/(\d+)/&&print$1*4,"k"'
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 11:30 PM
11-01-2004 11:30 PM
Re: 8GB memory is smaller on C8000
hi,
can you use stm (if it is installed)
#/usr/sbin/cstm
cstm>map
find the dev num of memory. (assuming it is 33)
csrm>sel dev 33;info
cstm>il
and enter q for leaving the session
regds,
can you use stm (if it is installed)
#/usr/sbin/cstm
cstm>map
find the dev num of memory. (assuming it is 33)
csrm>sel dev 33;info
cstm>il
and enter q for leaving the session
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 11:43 PM
11-01-2004 11:43 PM
Re: 8GB memory is smaller on C8000
Hi Robert-Jan,
no, because this the result of this command:
echo 'memory_installed_in_machine/D' | adb -k /stand/vmunix /dev/mem
C8000: 2096640
C3600: 2097152
Both Machine have 8GB MEM. This is the same result as if you using symbol phys_mem_pages
Yes you can do it with cstm, but if you want to scan 4000 machines, you will die by a coffee flash, while waiting and drink coffee ;)
So where are the lost 512 Pages (2Mb)?
Christian
no, because this the result of this command:
echo 'memory_installed_in_machine/D' | adb -k /stand/vmunix /dev/mem
C8000: 2096640
C3600: 2097152
Both Machine have 8GB MEM. This is the same result as if you using symbol phys_mem_pages
Yes you can do it with cstm, but if you want to scan 4000 machines, you will die by a coffee flash, while waiting and drink coffee ;)
So where are the lost 512 Pages (2Mb)?
Christian
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP