2017-11-14 20:55:03 +00:00
|
|
|
nodereseat(8) -- Request a reseat of a node
|
|
|
|
============================================
|
|
|
|
|
|
|
|
## SYNOPSIS
|
|
|
|
|
|
|
|
`nodereseat <noderange>`
|
|
|
|
|
|
|
|
## DESCRIPTION
|
|
|
|
|
|
|
|
`nodereseat` requests the enclosure manager of the current node to reseat that
|
|
|
|
node's slot. This should be equivalent to removing the system entirely from
|
|
|
|
the chassis and putting it back in, but without actually having to do so.
|
|
|
|
|
2021-03-08 08:06:08 +00:00
|
|
|
## OPTIONS
|
|
|
|
|
2021-03-22 10:28:17 +00:00
|
|
|
* `-m MAXNODES`, `--maxnodes=MAXNODES`:
|
2021-03-08 08:06:08 +00:00
|
|
|
Specify a maximum number of nodes to reseat, prompting if over the threshold
|
2021-03-22 10:28:17 +00:00
|
|
|
|
|
|
|
* `-h`, `--help`:
|
|
|
|
Show help message and exit
|
2021-03-08 08:06:08 +00:00
|
|
|
|
2017-11-14 20:55:03 +00:00
|
|
|
## EXAMPLES
|
|
|
|
|
|
|
|
* Reseating the node `s1`:
|
|
|
|
`# nodereseat s1`
|
|
|
|
`s1: Reseat successful`
|