truelies
truelies

Reputation: 145

How to list all nodes on SGE cluster?

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

Answers (1)

Nik
Nik

Reputation: 315

This can be done with the qconf command:

qconf -sh

Alternatively, depending on your configuration you may want:

qconf -sel

Upvotes: 16

Related Questions