Friday, October 14, 2022

Shutdown service on GPFS node

 GPFS on AIX

------------------------------------------------------

On GPFS node sometime AIX admin need to stop GPFS on  that specific node.

command for that is:


mmshutdown -N nodename //stop gpfs service on only specific node

mmshutdown -a //it will stop GPFS on all node of cluster

mmgetstate -aLs //show status of GPFS cluster,generally use for GPFS cluster health check

mmstartup -a //It will start GPFS on all cluster node




No comments:

Post a Comment