Hi Bernard,

Here are the results of the tests: (outputs from the two runs are identical)


# ./post_install
Updating pbs_server nodes
/opt/pbs/bin/pbsnodes: Server has no node list
create node node1.mec.ntu.edu.tw np = 4 , properties = all
qmgr obj=node1.mec.ntu.edu.tw svr=default: Unauthorized Request
create node node2.mec.ntu.edu.tw np = 4 , properties = all
qmgr obj=node2.mec.ntu.edu.tw svr=default: Unauthorized Request
create node node3.mec.ntu.edu.tw np = 4 , properties = all
qmgr obj=node3.mec.ntu.edu.tw svr=default: Unauthorized Request
create node node4.mec.ntu.edu.tw np = 4 , properties = all
qmgr obj=node4.mec.ntu.edu.tw svr=default: Unauthorized Request
create node node5.mec.ntu.edu.tw np = 4 , properties = all
qmgr obj=node5.mec.ntu.edu.tw svr=default: Unauthorized Request
Shutting down PBS Server:                                  [  OK  ]
Starting PBS Server:                                       [  OK  ]
Creating pbs workq queue...
Max open servers: 4
create queue workq
qmgr obj=workq svr=default: Unauthorized Request
Configuration of PBS queues failed at ./post_install line 314

Do you know why it complains about "/opt/pbs/bin/pbsnodes: Server has no node list"?
I also notice that the client nodes have the following message when I run the above command:

process 'syslogd' is using obsolete setsockopt SO_BSDCOMPAT
ip_conntrack version 2.1 (4087 buckets, 32696 max) - 300 bytes per conntrack
ip_tables: (C) 2000-2002 Netfiltercore team

The qmgr test gives:

# qmgr -c "print server"
#
# Set server attributes.
#
set server log_events = 511
set server mail_from = adm
set server scheduler_iteration = 600
set server node_ping_rate = 300
set server node_check_rate = 600

The pbs_server.log seems to have lots of similiar messages like:

01/07/2005 22:13:18;0100;PBS_Server;Req;;Type disconnect request received from [EMAIL PROTECTED], sock=9
01/07/2005 22:13:18;0080;PBS_Server;Req;req_reject;Reject reply code=15064, aux=0, type=58, from [EMAIL PROTECTED]
01/07/2005 22:13:18;0100;PBS_Server;Req;;Type authenticateuser request received from [EMAIL PROTECTED], sock=10
01/07/2005 22:13:18;0100;PBS_Server;Req;;Type statusserver request received from [EMAIL PROTECTED], sock=9
01/07/2005 22:13:18;0100;PBS_Server;Req;;Type statusjob request received from [EMAIL PROTECTED], sock=9

Thanks a lot for your help.
Shiang-Tai



Bernard Li wrote:
Hi Shiang-Tai:
 
You should not need to select anything in Step 1, since Torque should be selected by default.  If you need to select it manually, then something is wrong.
 
Can you run the following command and paste the output here?  Run it 2 times at least:
 
% cd /opt/oscar/packages/torque/scripts
% ./post_install
 
also:
 
% qmgr -c "print server"
 
You might also want to check the Torque logs to see what is going on:
 
/var/spool/pbs/server_logs/pbs_server.log
 
Cheers,
 
Bernard

Reply via email to