[torqueusers] simple startup troubleshooting
Christina Salls
christina.salls at noaa.gov
Thu Feb 9 14:39:27 MST 2012
Ok, I got a suggestion and it worked!! This is how I got my nodes to a
free state:
Qmgr: s n
n001,n002,n003,n004,n005,n006,n007,n008,n009,n010,n011,n012,n013,n014,n015,n016,n017,n018,n019,n020
state=free
Qmgr: p n n001,n002,n003
#
# Create nodes and set their properties.
#
#
# Create and define node n001
#
create node n001
set node n001 state = free
set node n001 np = 1
set node n001 ntype = cluster
set node n001 gpus = 0
#
# Create nodes and set their properties.
#
#
# Create and define node n002
#
create node n002
set node n002 state = free
set node n002 np = 1
set node n002 ntype = cluster
set node n002 gpus = 0
#
# Create nodes and set their properties.
#
#
# Create and define node n003
#
create node n003
set node n003 state = free
set node n003 np = 1
set node n003 ntype = cluster
set node n003 gpus = 0
Qmgr: quit
[root at wings ~]# pbsnodes -a
n001
state = free
np = 1
ntype = cluster
gpus = 0
n002
state = free
np = 1
ntype = cluster
gpus = 0
n003
state = free
np = 1
ntype = cluster
gpus = 0
n004
state = free
np = 1
ntype = cluster
gpus = 0
n005
state = free
np = 1
ntype = cluster
gpus = 0
n006
state = free
np = 1
ntype = cluster
gpus = 0
n007
state = free
np = 1
ntype = cluster
gpus = 0
n008
state = free
np = 1
ntype = cluster
gpus = 0
n009
state = free
np = 1
ntype = cluster
gpus = 0
n010
state = free
np = 1
ntype = cluster
gpus = 0
n011
state = free
np = 1
ntype = cluster
gpus = 0
n012
state = free
np = 1
ntype = cluster
gpus = 0
n013
state = free
np = 1
ntype = cluster
gpus = 0
n014
state = free
np = 1
ntype = cluster
gpus = 0
n015
state = free
np = 1
ntype = cluster
gpus = 0
n016
state = free
np = 1
ntype = cluster
gpus = 0
n017
state = free
np = 1
ntype = cluster
gpus = 0
n018
state = free
np = 1
ntype = cluster
gpus = 0
n019
state = free
np = 1
ntype = cluster
gpus = 0
n020
state = free
np = 1
ntype = cluster
gpus = 0
Now I have a lot more work to do to figure out submitting jobs, etc....
Thanks to everyone who responded!!
Christina
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.supercluster.org/pipermail/torqueusers/attachments/20120209/7ccfc127/attachment.html
More information about the torqueusers
mailing list