- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Total Memory is not displayed on top
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
03-24-2004 02:58 AM
03-24-2004 02:58 AM
Total Memory is not displayed on top
I have a doubt about the total memory on my rp7410.
At begin, have 6 Gb.
Now have 10 Gb of Memory, but the top utility show only 6 Gb.
This it a one part of top utility:
Memory: 6657500K (5363964K) real, 8309524K (6701264K) virtual, 1114096K free Pa
ge# 1/47
At begin, i think that top utility have a bug or similar, but today i install the Spotlight by Quest Software and the tool monitor Spotlight show me just 5 Gb (real on top utility).
My doubt it's:
I need to tunning some on kernel parameters??
I need to execute a command line utility for do a upgrade on information system????
Thanks in advanced
Pablo Salazar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 02:59 AM
03-24-2004 02:59 AM
Re: Total Memory is not displayed on top
Did you have enough swap for the new RAM you have insatlled?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 03:04 AM
03-24-2004 03:04 AM
Re: Total Memory is not displayed on top
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 03:05 AM
03-24-2004 03:05 AM
Re: Total Memory is not displayed on top
from : http://hpux.ws/merijn/
How much memory do I have
a5:/ 112 # echo "selclass qualifier memory;info;wait;infolog" | cstm | grep 'Total Configured'
Total Configured Memory : 2048 MB
a5:/ 113 # echo 'memory_installed_in_machine/D' | adb -k /stand/vmunix /dev/mem | perl -nle'/(\d+)/&&print$1*4,"k"'
2097152k
a5:/ 114 # grep Physical /var/adm/syslog/syslog.log
Aug 25 08:01:07 a5 vmunix: Physical: 2097152 Kbytes, lockable: 1562360 Kbytes, available: 1801856 Kbytes
Regards,
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 03:07 AM
03-24-2004 03:07 AM
Re: Total Memory is not displayed on top
You may runthis command to verify you memory configuration:
echo "selclass qualifier memory;info;wait;infolog" |cstm > /tmp/meminfo
Elena.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 03:09 AM
03-24-2004 03:09 AM
Re: Total Memory is not displayed on top
1. dmesg|grep Phy
2. If you have Online Diag installed:
echo "selclass qualifier Memory;info;wait;il"|cstm |grep -i "System Total"
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 03:19 AM
03-24-2004 03:19 AM
Re: Total Memory is not displayed on top
Since this is a cell-based system, how many nPars does this system have?
If only 1, do you have 1 or 2 cell boards in this system?
If 2 are both cell boards attached to the cell #0 partition?
I'm wondering if the memory was added to the second cell board & it's not in the cell #0 complex.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 03:22 AM
03-24-2004 03:22 AM
Re: Total Memory is not displayed on top
Output like:
# hpmem
HP-UX pc0003 B.11.11 U 9000/800 2504392627 unlimited-user license
CPU Count: 6
CPU Speed: 750 MHz
CPU HW Support: 64-bit
Kernel Support: 64-bit
RAM Size: 10080 MB
bufpages: 806 MB
maxuprc: 800
maxvgs: 128
maxfiles: 2048
max_thread_proc: 256
nfile: 189100
nflock: 1200
nproc: 2560
ninode: 16384
shmmax: 1073741824
shmmni: 256
dbc_max_pct: 8
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 03:26 AM
03-24-2004 03:26 AM
Re: Total Memory is not displayed on top
OR do
#dmesg |grep -i physical
Use Galnce if you have on system
#glance
do ? to see for options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 03:36 AM
03-24-2004 03:36 AM
Re: Total Memory is not displayed on top
Thanks to all people.
I see that all people say me that i execute some commands or utilitys and on efect, all commands show me 10 Gb installed.
Now, my question is, i never will see all memory configured on my system information or in this case SpotLight????
Regards,
Pablo Salazar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 03:41 AM
03-24-2004 03:41 AM
Re: Total Memory is not displayed on top
http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHCO_29072&context=hpux:800:11:11
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 01:04 AM
03-25-2004 01:04 AM
Re: Total Memory is not displayed on top
Now, an application such as Spolight will work as the manufacturer designed it. That means that it may report installed memory by looking at hardware information, or it may wander through kernel tables like top does...there's nothing you can do to influence the way the application works. As mentioned, there are numerous HP tools that come with the system to view installed memory and other components.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 02:32 AM
03-25-2004 02:32 AM
Re: Total Memory is not displayed on top
I see that i never will see the total memory installed.
Just running command-line utilities.
Thanks to all people that response to me.
Pablo Salazar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2007 12:16 PM
02-12-2007 12:16 PM