Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Can't connect to remote Slurm resource manager

Hailong,

To start a remote SLURM resource manager, the IP address of the host
where the PTP resource manager runs should be specified while configuring resource manager.

That is, the value of command line parameter "--host" should be the IP address of your client machine (i.e, 192.168.115.128),
instead of "localhost". With "localhost", ptp_slurm_proxy will try to connect PTP resource manager on the same machine,
which is not what you expect.

Regards,
Jie Jiang


Date: Sun, 19 Sep 2010 22:43:32 +0800
From: hailong.yang1115@xxxxxxxxx
To: ptp-dev@xxxxxxxxxxx
Subject: [ptp-dev] Can't connect to remote Slurm resource manager

Dear all,
 
I have installed PTP server 4.0 and Slurm 2.1.13 on a remote machine(IP: 192.168.115.129). But when I tried to start the slurm resource manager from the ptp runtime view on the client machine(IP: 192.168.115.128), I got the following error.
 
[root@whale-vm eclipse]# ./eclipse 
SLURM@192.168.115.129: /home/whale/org.eclipse.ptp.linux.x86_4.0.0.201006142322/bin/ptp_slurm_proxy --proxy=tcp --host=localhost --port=35969;exit
SLURM@192.168.115.129: proxy connection failed
SLURM@192.168.115.129: Proxy server cleanup...
SLURM@192.168.115.129: Release all resources on slurm proxy exit
SLURM@192.168.115.129: > Shell Completed (exit code = 0)
 
Any help will be appreciated.
 
Yours
 
Hailong
 
2010-09-19

***********************************************
* Hailong Yang, PhD. Candidate
* Sino-German Joint Software Institute,
* School of Computer Science&Engineering, Beihang University
* Phone: (86-010)82315908
* Email: hailong.yang1115@xxxxxxxxx
* Address: G413, New Main Building in Beihang University,
*              No.37 XueYuan Road,HaiDian District,
*              Beijing,P.R.China,100191
***********************************************

_______________________________________________ ptp-dev mailing list ptp-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/ptp-dev

Back to the top