DisableBmcColdReset
You can use the DisableBmcColdReset
method to disable the background task that periodically resets the Baseboard Management Controller (BMC) for all nodes in the cluster.
|
SolidFire Enterprise SDS does not support this method. If you use this method on a SolidFire eSDS system, the method will return an error. |
Parameter
This method has no input parameter.
Return values
This method has the following return value:
Name | Description | Type |
---|---|---|
cBmcResetDurationMinutes |
Returns the time between reset intervals. The interval should always be 0 after the command completes. |
integer |
Request example
Requests for this method are similar to the following example:
{ "method": "DisableBmcColdReset", "params": {}, "id" : 1 }
Response example
This method returns a response similar to the following example:
{ "id": 1, "result": { "cBmcResetDurationMinutes": 0 } }
New since version
12.0