Disk Enclosures
1753818 Members
8517 Online
108805 Solutions
New Discussion юеВ

determining controller dram

 
SOLVED
Go to solution
Doug_3
Frequent Advisor

determining controller dram

Hello,
We do not have the original 12h documentation one purchase and installation config.

Can anyone tell me how to determine how much dram is on our 12h autoraid controllers? I'll cross post to lvm and disk array if no response, but hopefully someone has a command than generates the current installed dram.

tia
Doug
3 REPLIES 3
Sanjay_6
Honored Contributor

Re: determining controller dram

Hi Doug,

The controller memory is mentioned on the controller itself. Follow this link for all 12H manuals,

http://www.hp.com/cposupport/manindex/hpsurestor19162_eng_man.html

Hope this helps.

Regds

A. Clay Stephenson
Acclaimed Contributor
Solution

Re: determining controller dram

Hi Doug:

This is easy. Go to the front panel and Press 'Menu'.
Press '+' until 'View Settings' appears; Press 'Enter'.
Press '+' until 'Mbytes of RAM' appears and read the value.
Press 'Cancel'; Press 'Cancel'.

Clay
If it ain't broke, I can fix that.
Bill McNAMARA_1
Honored Contributor

Re: determining controller dram

even quicker..

arraydsp -i
to get the array serial number
(ARMServer must be running - should be by default /sbin/init.d/hparray start)


arraydsp -a ID

and you'll see all the array configuration

arraydsp -c ID

for the controller information

arraydsp -l ID

for the lun configuration.

arraycfg to create/delete luns

arraymgr to set cache and other mgmt params.

Later,
Bill
It works for me (tm)