1833783 Members
2149 Online
110063 Solutions
New Discussion

Info in manifest

 
Praveen Bezawada
Respected Contributor

Info in manifest

Hi
Does print_manifest show the correct amount of RAM present in the machine. Cos, we had added some extra RAM in the machine but print_manifest still gives the old value.
How to get the exact amount of ram in the system.
4 REPLIES 4
Bill McNAMARA_1
Honored Contributor

Re: Info in manifest

Yes it should!
Make sure that top shows the same and that you've increased swap space etc..

You might also want to grep the syslog for Physical to see what it says.

Is print_manifest the only util out of sync?
Perhaps you want to get it up to date.
software.hp.com/products/IUX/

Bill
It works for me (tm)
Vincenzo Restuccia
Honored Contributor

Re: Info in manifest

If you have installed STM check the ram with:
#echo "selclass qualifier memory;info;wait;infolog"|cstm
Vincenzo Restuccia
Honored Contributor

Re: Info in manifest

print_manifest get info from kernel also adb,try `echo "physmem/D" | adb /stand/vmunix /dev/kmem | tail -1 | awk '$2 > 0 {print $2 / 256 , "MByte" }'`

Re: Info in manifest

Hi Praveen,

Just go into /var/ignite/local/manifest/
delete the files in there
and rerun the command.

Strive for perfection