Reputation: 145
I am trying to list all nodes on the cluster, but don't know the command. I searched if I use qhost it can list part of nodes. Any idea how to list all nodes?
Upvotes: 12
Views: 11066
Reputation: 315
This can be done with the qconf
command:
qconf -sh
Alternatively, depending on your configuration you may want:
qconf -sel
Upvotes: 16