1837191 Members
2545 Online
110114 Solutions
New Discussion

Re: Check RAM pl. URGENT

 
vishal_18
Occasional Contributor

Check RAM pl. URGENT

Dear all

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
4 REPLIES 4
Ranjith_5
Honored Contributor

Re: Check RAM pl. URGENT

Use this,

dmesg|grep -i phy


regards,
Syam
Ranjith_5
Honored Contributor

Re: Check RAM pl. URGENT

Hi Vishal,

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
Yogeeraj_1
Honored Contributor

Re: Check RAM pl. URGENT

hi,

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
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Ravi_8
Honored Contributor

Re: Check RAM pl. URGENT

Hi

#dmesg |grep -i physical
never give up