Ok I finally installed torque under yellowdog/ppc but now I have another problem. I set up my pbs server as rufian.perrera.local but when I issue a job it shows itself in localhost.localdomain and it stays on queued state forever. And if i try to qdel the job it cant reach the server and the conection times out. Any ideas of what could be wrong? <br>
I'm not trying to set up anything complicated, is just one machine that works as server and client.<br><br>this is the shell output<br><br>[root@rufian bin]# /opt/pbs/bin/qstat -a<br><br>rufian.perrera.local: <br> Req'd Req'd Elap<br>
Job ID Username Queue Jobname SessID NDS TSK Memory Time S Time<br>-------------------- -------- -------- ---------------- ------ ----- --- ------ ----- - -----<br>7.localhost.loca samir batch STDIN -- 1 -- -- 01:00 Q -- <br>
8.localhost.loca samir batch STDIN -- 1 -- -- 01:00 Q -- <br>9.localhost.loca samir batch STDIN -- 1 -- -- 01:00 Q -- <br>10.localhost.loc samir batch STDIN -- 1 -- -- 01:00 Q -- <br>
[root@rufian bin]# /opt/pbs/bin/qdel 7.localhost.localdomain<br>Connection timed out<br>qdel: cannot connect to server localhost.localdomain (errno=110) Connection timed out<br>You have new mail in /var/spool/mail/root<br>
[root@rufian bin]# /opt/pbs/bin/qdel 7.rufian.perrera.local<br>qdel: Unknown Job Id 7.rufian.perrera.local<br>[root@rufian bin]# su - samir<br>[samir@rufian ~]$ /opt/pbs/bin/qdel 7.localhost.localdomain<br>Connection timed out<br>
qdel: cannot connect to server localhost.localdomain (errno=110) Connection timed out<br>[samir@rufian ~]$ <br><br>