Changes between Version 9 and Version 10 of Apollo SM troubleshooting


Ignore:
Timestamp:
Feb 19, 2020, 2:06:52 PM (4 years ago)
Author:
Dan Gastler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Apollo SM troubleshooting

    v9 v10  
    5656* SETHA 0x34 - set the hw address so the IPMC can power up
    5757
     58
     59----
     60'''Restart shutdown Blade
     61
     62First figure out the ipmb address of the blade.  One way to do this is via the shelf manager webpage.  Since you are probably in a shell, use lynx.
     63
     64> lynx IP
     65Shelf IP = 192.168.0.171 BU,  192.168.0.2 TIF
     66
     67To get the info, select Boards/IPMC/AMCs->Boards->Show
     68
     69Once the page refreshes, go to the bottom and select the board physical slot you want.
     70
     71Once you submit you'll see a listing with the physical address and the IPMB address
     72
     73ex:
     74
     75>Physical Slot # 1
     76>   9a: Entity: (0xa0, 0x60) Maximum FRU device ID: 0x00
     77>       PICMG Version 2.3
     78>       Hot Swap State: M4 (Active), Previous: M3 (Activation In Process), Last State Change Cause: Normal State Change (0x0)
     79>   9a: FRU # 0
     80>       Entity: (0xa0, 0x60)
     81>       Hot Swap State: M4 (Active), Previous: M3 (Activation In Process), Last State Change Cause: Normal State Change (0x0)
     82>       Device ID String: "APOLLO-BLADE"
     83>Physical Slot # 1
     84>   9a: Entity: (0xa0, 0x60) Maximum FRU device ID: 0x00
     85>       PICMG Version 2.3
     86>       Hot Swap State: M4 (Active), Previous: M3 (Activation In Process), Last State Change Cause: Normal State Change (0x0)
     87>   9a: FRU # 0
     88>       Entity: (0xa0, 0x60)
     89>       Hot Swap State: M4 (Active), Previous: M3 (Activation In Process), Last State Change Cause: Normal State Change (0x0)
     90>       Device ID String: "APOLLO-BLADE"
     91
     92
     93Now we can see that physical slot #1 has ipmb address 0x9a and is an Apollo blade
     94
     95Now we can apply a warm restart with
     96>ipmitool -I lanplus -H SHELF_MAN_IP -P "" -t IPMB_ADDR mc reset warm
     97
     98>ipmitool -I lanplus -H 192.168.0.2 -P "" -t 0x9a mc reset warm
     99@CERN