Specifications
3
Configuring Shelf Manager and HPI Behavior
38
Enabling the Shelf Manager
Important:Ifyouareremovingamodulefromanon‐RadisysorRadisysMPCH0001shelfand
reinstallingitinanATCA‐6xxxshelf,youmustfirstenablethemodule’sShelfManagerbefore
removingit.Otherwise,youwillneedtoinstallthemoduleinashelf(Radisysornon‐Radisys)
thatalreadyhasanactiveShelfManagerrunning.
1. Establishaserialconnectiontothemoduleandlogonasroot.SeetheInstallationGuide
fordetails.
2. EnabletheShelfMangerbyentering:
rsys‐ipmitoolrsysoemshmcenable<address1><address2>
Forexample,toenableanSCMatthetwohubslotaddresses:
rsys‐ipmitoolrsysoemshmcenable0x820x84
3. Toverifythatthemodule’sShelfManagerisenabled,enter:
rsys‐ipmitoolrsysoemshmcinfo
IftheShelfManagerisenabled,theresponseisShMCstate:Active
4. Ifapplicable,removethemoduleandreinstallitinaRadisysshelf.Forremoval
instructions,seethemodule’sReference.Forinstallationinstructions,seethemodule’s
InstallationGuide.
5. IfyouareplanningtoremoveasecondSCMfromthenon‐Radisysshelf,connecttoitand
runthroughthesamesetofproceduresdescribedinsteps1through4.
Configuring multiple modules
Multiplemodulesinstalledinashelfcanbeconfiguredatthesametimebygeneratingascript
thatexecutesthersys‐ipmitoolcommandseveraltimes.Thescriptcouldberunfromahead
systemthroughanRMCPconnection.
Forexample,thisisthecommandsyntaxtodisabletheShelfManager:
rsys‐ipmitool‐ H<ShelfManager/RMCPserverIPaddress>‐ A<authenticationtype>
‐t<IPMBaddressofmoduletoconfigure>rsysoemshmcdisable
Specifically,thefollowingcommanddisablestheShMCforaCPMataddress0x86throughan
ATCA‐2210runningShelfManageratIP10.100.19.242:
rsys‐ipmitool‐H10.100.19.242‐Anone‐t0x86rsysoemshmcdisable
Toscripttheprocess,multipleinvo cationsofthersys‐ipmitoolcommandcouldbecalledin
thescript,witheachinvocationreferencingadifferentmoduleIPMBaddress.