Discussion:
[torqueusers] address not trusted error
Mahmood Naderan
2016-10-07 13:03:56 UTC
Permalink
Hi,
There are some discussion on the mail archive regarding the following error

10/07/2016 16:20:45;0001;PBS_Server;Svr;PBS_Server;LOG_ERROR::is_request, bad attempt to connect from 172.20.54.
10:1022 (address not trusted - check entry in server_priv/nodes)


However, I didn't find a clear answer for that.

That node is the frontend and all the compute nodes are working fine.
Please see the information below


# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
10.10.10.1 cluster.local cluster
10.10.10.253 compute-0-1.local compute-0-1
10.10.10.252 compute-0-2.local compute-0-2
10.10.10.251 compute-0-3.local compute-0-3
172.20.54.10 cluster.cua.ac.iq

# cat /var/spool/torque/server_priv/nodes
cluster.local np=15
compute-0-1 np=32
compute-0-2 np=32
compute-0-3 np=32



# ps aux | grep pbs_mom
root 30790 0.0 0.0 21112 8828 ? SLsl 16:25 0:00 pbs_mom
root 32095 0.0 0.0 105300 900 pts/7 S+ 16:29 0:00 grep pbs_mom
# kill 30790
# pbs_mom

# pbsnodes -l all

cluster down
compute-0-0 down
compute-0-1 free
compute-0-2 free
compute-0-3 free



Regards,
Mahmood

Loading...