- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: knowing physical memory on B.11.00 server
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
08-11-2008 02:01 AM
08-11-2008 02:01 AM
I have one server of version B.11.00.
print_manifest works on the versions B.11.11 and B.11.23 but it doesn't work on the older version. so how can i know the memory in this server ?
please help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 02:11 AM
08-11-2008 02:11 AM
Re: knowing physical memory on B.11.00 server
swapinfo -tam
Will display physical and virtual memory quite nicely.
As will top
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
08-11-2008 02:13 AM
08-11-2008 02:13 AM
Re: knowing physical memory on B.11.00 server
You can find the physical memory using SAM.
SAM --> Performance Monitors --> System Properties --> Memory
Or else, use below command,
# dmesg | grep Physical
Regards,
Vihang.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 02:18 AM
08-11-2008 02:18 AM
Re: knowing physical memory on B.11.00 server
dmesg.
and
glance -->m (for memory)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 02:22 AM
08-11-2008 02:22 AM
Re: knowing physical memory on B.11.00 server
echo "selclass qualifier memory;info;wait;infolog" | /usr/sbin/cstm
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 02:30 AM
08-11-2008 02:30 AM
Re: knowing physical memory on B.11.00 server
CSTM or dmesg | grep Physical will work
Regards
Sanjeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 02:40 AM
08-11-2008 02:40 AM
Re: knowing physical memory on B.11.00 server
echo phys_mem_pages/D | adb /stand/vmunix /dev/kmem
for 64 bit multiply it 4096 to see in bytes.
Kenan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 03:20 AM
08-11-2008 03:20 AM
Re: knowing physical memory on B.11.00 server
Its very simple
glance -m
regards
atul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 03:32 AM
08-11-2008 03:32 AM
Re: knowing physical memory on B.11.00 server
Here is the o/p i got the commands from above
1.only SAM has worked in my case..
2.dmesg | grep Physical didn't work
3.echo "selclass qualifier memory;info;wait;infolog" | /usr/sbin/cstm gave the o/p
cstm>selclass qualifier memory;info;wait;infolog
^-- (SelClass) is currently disabled. --
output of
4.# echo phys_mem_pages/D | adb /stand/vmunix /dev/kmem
Error from elf64_getehdr(application core file)
Not an Elf file: No Elf header
phys_mem_pages:
phys_mem_pages: 524288
O/p of glance -m
5.# glance -m
Welcome to GlancePlus
===================== GlancePlus Fatal Error =====================
Version: GlancePlus C.02.40.00
User : ib_prasatu(/dev/pts/tu) Date: Mon Aug 11 16:48:34
File : /crm/gp/source/glance/terminal.c Line: 180
System : dlora01 B.11.00 9000/800
Unable to initialize terminal.
ansi is not a supported terminal.
======================================================================
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 03:33 AM
08-11-2008 03:33 AM
Re: knowing physical memory on B.11.00 server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 03:53 AM
08-11-2008 03:53 AM
Re: knowing physical memory on B.11.00 server
If dmesg | grep Physical is not working, try below command.
# grep Physical /var/adm/syslog/syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 04:04 AM
08-11-2008 04:04 AM
Re: knowing physical memory on B.11.00 server
Thanks for the reply..but id doesn't work too..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 04:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 04:13 AM
08-11-2008 04:13 AM
Re: knowing physical memory on B.11.00 server
your last solution worked for me..
but tell me what this command
export TERM=vt100 makes the difference as previously glance -m didn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 04:30 AM
08-11-2008 04:30 AM
Re: knowing physical memory on B.11.00 server
The export TERM=vt100 commands sets you terminal to vt100. Glance will only work on certain types of terminals. Initially, it was giving error because your terminal was set to "ansi".
Regards,
Vihang.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 06:28 AM
08-11-2008 06:28 AM
Re: knowing physical memory on B.11.00 server
Sample code attached, compiled on an 11.11 system with just "cc +DD32 -o phys_bytes phys_bytes.c". [You may have to find a machine with the ANSI C compiler to do this -- I don't think in pure K&R C anymore].
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 02:39 PM
08-11-2008 02:39 PM
Re: knowing physical memory on B.11.00 server
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1242952
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1179723
>SEP: swapinfo -tam Will display physical ...
Only an approximation, the 7/8 rule.
>Sanjeev: dmesg | grep Physical
This won't work if the system has been up for awhile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2008 11:41 PM
08-28-2008 11:41 PM