Subject:
How to confirm which node is the master using the command line.
Detail:
Run the following command to determine the Master node:
# qs grid-get|egrep 'Name:| Master' |grep -v External
Additional information can be found at this link:
Subject:
How to confirm which node is the master using the command line.
Detail:
Run the following command to determine the Master node:
# qs grid-get|egrep 'Name:| Master' |grep -v External
Additional information can be found at this link:
Comments