Finding out the memory size via the iLOM

I would like to know if it is possible to find out how much memory is in a machine from the iLOM prompt on an x86 box? I have retrieved the MAC address details from the iLOM promt before using show /SYS/MB/NETx and wondering if I can do the same for the Memory although I can't seem to find anything that looks like a memory description in the directories under the iLOM. Any help would be appreciated.

Thanks

Chains

have you tried the login via webbrowser? go to https://ip_of_ilom and have a look there...

login as sunservice and run ipmitool:

[(flash)root@sys1-sc:~]# ipmitool -H 172.100.100.123 -U root fru | grep MB
Password:
Board Extra : A64_MB
Product Name : 2048MB DDR 400 (PC3200) ECC
Product Name : 2048MB DDR 400 (PC3200) ECC
Product Name : 2048MB DDR 400 (PC3200) ECC
Product Name : 2048MB DDR 400 (PC3200) ECC
Product Name : 2048MB DDR 400 (PC3200) ECC
Product Name : 2048MB DDR 400 (PC3200) ECC
Product Name : 2048MB DDR 400 (PC3200) ECC
Product Name : 2048MB DDR 400 (PC3200) ECC

just curious here... why do you want to find the memory size from the ilom ?

I know that you can get a fair bit of info via the iLOM and was just wondering if you can get details of the memory as well.