On 02/29/2012 10:11 PM, Vijay Bellur wrote: > On 02/29/2012 07:38 PM, Deepak C Shetty wrote: >> Latest cli.log ... >> >> [2012-02-01 03:39:33.096303] W >> [rpc-transport.c:183:rpc_transport_load] 0-rpc-transport: missing >> 'option transport-type'. defaulting to "socket" >> [2012-02-01 03:39:33.220545] E [socket.c:1713:socket_connect_finish] >> 0-glusterfs: connection to failed (Connection refused) >> [2012-02-01 03:41:40.198853] I [cli-cmd.c:142:cli_cmd_process] 0-: >> Exiting with: 110 >> [2012-02-01 21:04:39.178904] W >> [rpc-transport.c:183:rpc_transport_load] 0-rpc-transport: missing >> 'option transport-type'. defaulting to "socket" >> [2012-02-01 21:04:39.303686] E [socket.c:1713:socket_connect_finish] >> 0-glusterfs: connection to failed (Connection refused) >> >> > > Do you have firewalling on? Can you telnet to port 24007 on the > machine being probed? > Yes I am able to. Pls see the below output... tried using both hostname and IP, 24007 is not blocked. [root at llm65 ~]# telnet llm19.in.ibm.com 24007 Trying 9.124.111.25... Connected to llm19.in.ibm.com. Escape character is '^]'. ^] telnet> q Connection closed. [root at llm65 ~]# [root at llm65 ~]# telnet 9.124.111.25 24007 Trying 9.124.111.25... Connected to 9.124.111.25. Escape character is '^]'. ^] telnet> q Connection closed. What else can I do to debug further ? I looked up errno 107 - it stands for transport endpoint not connected. Do i need to do anything special on the destination / peer for the host / src to connect ? thanx, deepak