How to list all nodes on SGE cluster?
Asked Answered
W

1

12

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?

Wireworm answered 13/6, 2013 at 22:50 Comment(0)
L
16

This can be done with the qconf command:

qconf -sh

Alternatively, depending on your configuration you may want:

qconf -sel
Lexical answered 4/10, 2013 at 23:44 Comment(1)
qconf -sh displays the Sun Grid Engine administrative host list ("nodes that submit jobs). qconf -sel displays the Sun Grid Engine execution host list (nodes that run jobs).Merlynmermaid

© 2022 - 2024 — McMap. All rights reserved.