Home > other >  PBS submission example has been in a state of Q
PBS submission example has been in a state of Q

Time:09-29

Background: laboratory installed ROCKS cluster computing cluster management software, system is centos, PBS is troque,
Question: after submit numerical example has been is in a state of Q waiting for scheduling,
[BGB @ cluster test] $qstat
Job id Name User Time Use Queue S
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
25. 0.01 0.00001 BGB cluster 0 Q default
Compulsory run
[BGB @ cluster test] $qrun 25. Cluster
Pbs_iff: Access from the host not allowed, or unknown host MSG=request not authorized from host cluster. The local
Pbs_iff: Access from the host not allowed, or unknown host MSG=request not authorized from host cluster. The local
MSG=qrun: Unknown Job Id always locate a Job 25. Cluster. The local
Who has examined the pbs_iff, saying is related to user authentication, provides the PBS credentials for PBS server, but the vi pbs_iff is all the code
Get a day I don't know what is the reason?
And ask questions about the Pbs queue configuration:
I found in/opt/troque directory has a PBS. The default file, the default is my definition of a queue, after open is as follows:
#
# the Create and define the queue default
#
Create the queue default
Set the queue default queue_type=Execution
Set the queue default keep_completed=120
Set the queue default enabled=True
Set the queue default started=True
#
# Set server attributes.
#
Set server scheduling=True
Set server acl_host_enable=False
Set server [email protected]
Set server managers [email protected]
Set server default_queue=default
Set server log_events=511
Set server mail_from=adm
Set server query_other_jobs=True
Set server allow_node_submit=True
Set server moab_array_compatible=True

This and I use QMGR - c 'p' s command to check the queue configuration:
[BGB @ cluster test] $QMGR - c 's p
#
# the Create the queues and set their attributes.
#
#
# the Create and define the queue default
#
Create the queue default
Set the queue default queue_type=Execution
Set the queue default acl_host_enable=True
Set the queue default acl_user_enable=True
Set the queue default acl_users=BGB
Set the queue default enabled=True
Set the queue default started=True
#
# Set server attributes.
#
Set server scheduling=True
Set server acl_host_enable=True
Set server acl_hosts=cluster.hpc.org
Set server acl_users=root @ *
Set server default_queue=default
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 poll_jobs=True
Set server mom_job_sync=True
Set server auto_node_np=True
Set server next_job_number=26
Different, exactly which configuration was carried out? Part of the configuration of the following is write their own, there should be many wrong place still hope everybody can help to correct me,
thank you
  • Related