I'm trying configure Torque v6.1.1.1 on one server (-> one node, the server itself) with Ubuntu 14.04. I install it with defauts parameters (configure). After building packages, I installed these modules : server, client and mom. I configure like this :
- server_priv/nodes
hostname
- server_name
hostname
- mom_priv/config
$pbsserver hostname
$logevent 20
I get this error from mom_log:
LOG_ERROR::read_tcp_reply, Mismatching protocols. Expected protocol 4 but read reply for 0
from server_log
LOG_ERROR::tcp_connect_sockaddr, Failed when trying to open tcp connection - connect() failed [rc = -2] [addr = 127.0.1.1:15003]
I tried severals things like : give a name for mom in config file and add this name in /etc/hosts, replaced hostname by localhost without results.
How can i do for resolved it ? Thanks a lot
I suggest killing the pbs_server
and pbs_mom
processes and then restarting them. You can check each one separately with pbsnodes
and momctl -d0
.
Tkanks a lot, i solved it by
install v6.0.1
run
./torque.setup localhost root
server_priv/nodes :
localhost
mom_priv/config :
$pbsserver <hostname>
and$mom_host localhost
servername :
<hostname>
https://stackoverflow.com/questions/45459105/torque-with-single-node-mismatching-protocol