1833828 Members
2227 Online
110063 Solutions
New Discussion

verify memory bank

 
SOLVED
Go to solution
Andre Lemieux
New Member

verify memory bank

How can we verify how many bank of memory we have available on a hpux 11 ?

which program can give us this information?
4 REPLIES 4
Jaimin Parikh
Frequent Advisor

Re: verify memory bank

Hi,

One of the utility is the sysdiag utility, and run sysmap and memmap to find out memory configuration.

Alternatively,you can use configuration menu from ISL prompt.

Hope this will help.

Regards,
Jaimin Parikh
JAIMIN PARIKH : Share your knowledge and help those who need your help!!
James R. Ferguson
Acclaimed Contributor
Solution

Re: verify memory bank

Hi:

# echo "selclass qualifier memory;info;wait;infolog"|cstm > /tmp/meminfo

...will show you the memory chip sizes and positions in which they are installed. This assumes that you have loaded the Support Tools Manager (STM) product from either the SupportPlus cdrom (./DIAGNOSTICS/B.xx.xx directory) or from the ITRC web:

http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B6191AAE

...JRF...
Jaimin Parikh
Frequent Advisor

Re: verify memory bank

Hi,

SYSDIAG utility is part of MPE/ix tools.

Also,you can use HP Predictive support for your requirement.

Regards,
Jaimin Parikh
JAIMIN PARIKH : Share your knowledge and help those who need your help!!
Vincenzo Restuccia
Honored Contributor

Re: verify memory bank

If you have STM:
echo "selclass qualifier memory;info;wait;infolog"|cstm