Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • If there is a problem with the upgrade, you can try rolling back to the old software with the command:

      ...

        • ipmitool-pps

      ...

        • ...

      ...

        • hpm

      ...

        • rollback

      The help that is packaged with ipmitool is pretty good, so there's more info to be found there.

      ...

      • To deactivate the payload (initiate M4->M5 transition):

        Code Block
        languagenone
        ipmitool-pps -I lan -H shlfmgr02 -t 0x86 -b 0 -A NONE picmg policy set 0 2 10
        
      • To activate the payload (initiate M1->M2 transition):

        Code Block
        languagenone
        ipmitool-pps -I lan -H shlfmgr02 -t 0x86 -b 0 -A NONE picmg policy set 0 1 0
        

      ...