Versions Compared

Key

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

...

  1. 1.     MS host puts KVM host A in Maintenance Mode to allow for power on of VMs that reside on this host
  2. 2.     MS host checks for cluster level IPMI default action in case of host outage, 4 options should be present, all of which will send email/snmp SNMP trap notification: do nothing, power off, reboot or issue led blink
  3. 3.     We would like the IPMI interface to be as generic as possible to cover most IPMI vendors (while HP ILO is primary use case at the moment), proposed cluster level setting would allow for end user to specify IPMI parameters, perhaps under IMPI tab
    1. a.     IPMI HA Default Fencing Action “do nothing, stop, reboot, blink”
    2. b.     IPMI Username
    3. c.      IPMI Password
    4. d.     IPMI Exec {user configurable string}
    5. e.     IPMI Action Stop {user configurable string}
    6. f.      IPMI Action Start {user configurable string}
    7. g.     IPMI Action Reboot {user configurable string}
    8. h.     IPMI Action Blink {user configurable string}
    9. i.       IPMI Action Test {user configurable string} -> simple operation to test IPMI interface
    10. j.      IPMI Execution Syntax “$IPMI_EXEC --username $IPMI_Username --password  $IPMI_password   --command $IPMI_ACTION --host $IPMI_HOST”

...