This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
aix:vios_ssp [2025/10/16 16:39] manu [Pb with SSP] |
aix:vios_ssp [2025/10/16 16:40] (current) manu |
||
---|---|---|---|
Line 8: | Line 8: | ||
To take a node offline for maintenance, type the command as follows: | To take a node offline for maintenance, type the command as follows: | ||
- | clstartstop -stop -n clustername -m nodeA | + | <cli prompt='$'> |
+ | $ clstartstop -stop -n clustername -m nodeA | ||
+ | </cli> | ||
To bring the node back online after maintenance is completed, type the command as follows: | To bring the node back online after maintenance is completed, type the command as follows: | ||
- | clstartstop -start -n clustername -m nodeA | + | <cli prompt='$'> |
+ | $ clstartstop -start -n clustername -m nodeA | ||
+ | </cli> | ||
To take all the nodes offline for maintenance, type the command as follows: | To take all the nodes offline for maintenance, type the command as follows: | ||
- | clstartstop -stop -n clustername -a | + | <cli prompt='$'> |
+ | $ clstartstop -stop -n clustername -a | ||
+ | </cli> | ||
To bring all the nodes back online after maintenance is completed, type the command as follows: | To bring all the nodes back online after maintenance is completed, type the command as follows: | ||
- | clstartstop -start -n clustername -a | + | <cli prompt='$'> |
+ | $ clstartstop -start -n clustername -a | ||
+ | </cli> | ||
| | ||
===== Custom script ===== | ===== Custom script ===== |