access: Administrators, Managers
Allows you to set the value of several IPMI global enable variables.
ipmi set global enable {-n |--name} GLOBAL_NAME {{-e|--enabled) | {-d|--disabled}}
| Argument | Description |
|---|---|
| {-n |--name} | The name of one of the IPMI global enable variables (see table below). You can either use a quoted long string or alias without quotes for the list of global enables. |
| {-e|--enabled} | Turns the channel on. |
| {-d|--disabled} | Turns the channel off. |
| Alias | Name String | Values | Default |
|---|---|---|---|
| oem0 | OEM0 Enable | Enabled/Disabled | Disabled |
| oem1 | OEM1 Enable | Enabled/Disabled | Disabled |
| oem2 | OEM 2 Enable | Enabled/Disabled | |
| logging | Enable System Event Logging | Enabled/Disabled | Enabled |
| msg_buf | Enable Event Message Buffer | Enabled/Disabled | TBD |
| msg_buf_interrupt | Enable the Event Message Buffer Full | Enabled/Disabled | TBD |
| msg_queue_interrupt | Enable Receive Message Queue Interrupt | Enabled/Disabled | Enabled |
Return Codes
Following are the return values for this command:
| Code | Numeric Code | Description |
|---|---|---|
| NWSE_Success | 0 | Command successfully completed. |
| NWSE_InvalidUsage | 1 | Invalid usage: bad parameter usage, conflicting options specified. |
| NWSE_InvalidArgument | 4 | Invalid arguments: incorrect or missing. The format of the date string was invalid. |
| NWSE_NoPermission | 6 | Not authorized to perform this operation. |