mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 17:43:14 +00:00
ee8ad66959
OPTIONS chapter has been added to match the output from nodebmcreset -h
26 lines
577 B
Markdown
26 lines
577 B
Markdown
nodebmcreset(8) -- Reset management controller
|
|
=========================================================
|
|
|
|
## SYNOPSIS
|
|
|
|
`nodebmcreset <noderange>`
|
|
|
|
## DESCRIPTION
|
|
|
|
`nodebmcreset` allows you to reset the management controller of the specified noderange
|
|
|
|
## OPTIONS
|
|
|
|
* `-m`, `--maxnodes`:
|
|
Number of nodes to affect before prompting for
|
|
confirmation
|
|
|
|
## EXAMPLES:
|
|
|
|
* Reset the management controller for nodes n1 through n4:
|
|
`# nodebmcreset n1-n4`
|
|
`n1: BMC Reset Successful`
|
|
`n2: BMC Reset Successful`
|
|
`n3: BMC Reset Successful`
|
|
`n4: BMC Reset Successful`
|