- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Check RAM pl. URGENT
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
01-23-2005 07:01 PM
01-23-2005 07:01 PM
Check RAM pl. URGENT
I am look out for command - ie i want to know how much RAM is there in my server HP rp7400, i have check thro. sam -> Perf. Mon. -> Sys. Prop. ie 4GB RAM
But the issue is i want the same from command line. I have tried following
1) sar
2) vmstat
3) 1ostat
4) dmesg
but all in veins..
If anybody knows pl. mail urgent
Regds
vishal
vishalnhcl@yahoo.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2005 07:04 PM
01-23-2005 07:04 PM
Re: Check RAM pl. URGENT
dmesg|grep -i phy
regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2005 07:07 PM
01-23-2005 07:07 PM
Re: Check RAM pl. URGENT
Assuming ignite-us is installed on ur server, you can use the folowing also for a better result.
# print_manifest|grep -i "Main Memory"
Main Memory: 6117 MB
regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2005 07:23 PM
01-23-2005 07:23 PM
Re: Check RAM pl. URGENT
you may also try this:
echo "selclass qualifier memory; info; wait; il" | cstm
which will give you an output as follows: (an extract)
Memory Board Inventory
DIMM Slot Size (MB)
--------- ---------
0a 512
1a 512
0b 512
1b 512
--------- ---------
System Total (MB): 2048
hope this helps!
regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2005 08:12 PM
01-23-2005 08:12 PM
Re: Check RAM pl. URGENT
#dmesg |grep -i physical