[torqueusers] Re: Pbs_server error
scoggins
JScoggins at lbl.gov
Wed Apr 4 10:20:24 MDT 2007
Did you create a nodes file in /var/spool/torque/server_priv called
"nodes"? Inside that file you will have the following syntax:
# nodename number of processes properties
# ========================================
node0000 np=4 shared
You will also need to restart mom on each of the nodes.
Once you create this then restart the pbs_server process and do the
following commands to verify:
pbsnodes -a
qmgr -c 'p n node0000'
you can print out the individual nodes if you like to see what the
server thinks that nodes has.
I hope this helps.
Jackie
On Apr 3, 2007, at 8:19 PM, SCIPIONI Roberto wrote:
> Hi there,
>
>
> Thanks I solved that problem but now the server does not seem to
> see the nodes and I get the following messages
>
>
> pbsnodes -a
> pbsnodes: Server has no node list MSG=node list is empty
> shizuwo:~ # print server
> -bash: print: command not found
> shizuwo:~ # qmgr
> Max open servers: 4
>
> Qmgr: print server
> #
> # Create queues and set their attributes.
> #
> #
> # Create and define queue batch
> #
> create queue batch
> set queue batch queue_type = Execution
> set queue batch resources_default.nodes = 1
> set queue batch resources_default.walltime = 01:00:00
> set queue batch enabled = True
> set queue batch started = True
> #
> # Set server attributes.
> #
> set server scheduling = True
> set server default_queue = batch
> set server log_events = 511
> set server mail_from = adm
> set server scheduler_iteration = 600
> set server node_check_rate = 150
> set server tcp_timeout = 6
> set server pbs_version = 2.1.8
>
>
> Can you help me to set the nodes where and how you set the MSG=node
> specifications ?
>
>
> Thank for your help
>
>
> Roberto
More information about the torqueusers
mailing list