1751933 Members
4755 Online
108783 Solutions
New Discussion юеВ

Re: FC60 status

 
SOLVED
Go to solution
SIMON  PARROTT
Occasional Advisor

FC60 status

what is the hpux console command to verify the amount of installed memory on an fc60 controller?

I have installed a replacment fc60 controller in a dual controller enclosure. the existing enclosure is running fw 04000315 and bootcode 0400301. Should the replacement controller be running the same versions of firmware/bootcode? what is the weblink for these firmware updates?
5 REPLIES 5
Michael Steele_2
Honored Contributor
Solution

Re: FC60 status

Have you tried STM > Expert tools to verify the amount of memory installed?

stm
Select -all
Select Dev #
ExpertTool

Here's an example of how to navigate Expert Tools in STM. Reviewing this example, after selecting the device, the usage of the RUN command displays errors, so I might try INFO instead of RUN.

http://www6.itrc.hp.com/service/iv/node.do?source=search&node=prodITRC/WW_Start/N1|11|12|7|2|3|2|2|2

Sometimes you have to hang onto the HP CEs before they leave.

All replacement parts are supposed to be delivered with the latest firmware version. But with a disk array communicating with other servers I would also try to stay at the same firmware version. Some server HBA's will have have problems, especially if you have different HBA's and different HBA's at various firmware levels.

Support Fatherhood - Stop Family Law
Robert_Jewell
Honored Contributor

Re: FC60 status

As Michael states, STM will give info on the array. You can also run the following command:

# /opt/hparray/bin/amdsp -i
(to obtain array info)
# /opt/hparray/bin/amdsp -a
(to get all details on the array)

See man amdsp to look for more details.

On the firmware:
a) The replacement controller should copy firmware from the other one to it, thus making everything the same.
b) The latest rev that I recall is HP12 (for the controller anyway)
c) New firmware is not available to the public. HP can update it for T&M (at least for a while - these arrays are getting old).

-Bob
----------------
Was this helpful? Like this post by giving me a thumbs up below!
Andrew Rutter
Honored Contributor

Re: FC60 status

hi,

Both controllers should be the same yes, to avoid problems. some versions only support 11.0 and some versions have problems with 11.i.
Unfortunatley not all versions are available to download and it should be done by HP CE.

use amdsp commands to check the status and info of the array
#man amdsp

or use sam, you can gather some info from here

Andy
SIMON  PARROTT
Occasional Advisor

Re: FC60 status


Thanks to all for your answers.
SIMON  PARROTT
Occasional Advisor

Re: FC60 status

thanks to all for your answers