This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
aix:vios_ssp [2023/08/16 23:31] manu [Convert a LU thick to thin in a SSP] |
aix:vios_ssp [2025/10/16 16:40] (current) manu |
||
---|---|---|---|
Line 4: | Line 4: | ||
https://www.ibm.com/support/pages/shared-storage-pool-ssp-best-practice | https://www.ibm.com/support/pages/shared-storage-pool-ssp-best-practice | ||
+ | |||
+ | ===== Stop/start a cluster SSP ===== | ||
+ | |||
+ | To take a node offline for maintenance, type the command as follows: | ||
+ | <cli prompt='$'> | ||
+ | $ clstartstop -stop -n clustername -m nodeA | ||
+ | </cli> | ||
+ | To bring the node back online after maintenance is completed, type the command as follows: | ||
+ | <cli prompt='$'> | ||
+ | $ clstartstop -start -n clustername -m nodeA | ||
+ | </cli> | ||
+ | To take all the nodes offline for maintenance, type the command as follows: | ||
+ | <cli prompt='$'> | ||
+ | $ clstartstop -stop -n clustername -a | ||
+ | </cli> | ||
+ | To bring all the nodes back online after maintenance is completed, type the command as follows: | ||
+ | <cli prompt='$'> | ||
+ | $ clstartstop -start -n clustername -a | ||
+ | </cli> | ||
+ | | ||
+ | ===== Custom script ===== | ||
So here is a quick one line script "ncluster" | So here is a quick one line script "ncluster" | ||
Line 255: | Line 276: | ||
===== Pb with SSP ===== | ===== Pb with SSP ===== | ||
+ | |||
+ | http://gibsonnet.net/blog/cgaix/html/vios_ssp_wont_start.html | ||
+ | |||
Remove cluster: | Remove cluster: | ||
Line 266: | Line 290: | ||
Then reboot | Then reboot | ||
+ | |||
+ | | ||
===== Where is store the config of SSP ===== | ===== Where is store the config of SSP ===== | ||