mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-21 17:11:58 +00:00
1605169b92
Changes made for Option chapter: - updated -m command - added -h command
27 lines
662 B
Markdown
27 lines
662 B
Markdown
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.
|
|
|
|
## OPTIONS
|
|
|
|
* `-m MAXNODES`, `--maxnodes=MAXNODES`:
|
|
Specify a maximum number of nodes to reseat, prompting if over the threshold
|
|
|
|
* `-h`, `--help`:
|
|
Show help message and exit
|
|
|
|
## EXAMPLES
|
|
|
|
* Reseating the node `s1`:
|
|
`# nodereseat s1`
|
|
`s1: Reseat successful`
|