|
Home > Archive > Unix Programming > February 2007 > error running rdist on unix server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
error running rdist on unix server
|
|
|
| Hi ,
I am runing the following "unix command" on unix server to sink up
files with another server
/usr/bin/rdist -f /home/tibco/config/HA/rdistfile
and getting the following error :
updating host tibtst7
rcmd: connect: tibtst7.cos.agilent.com: Connection refused
updating host tibtst7
rcmd: connect: tibtst7.cos.agilent.com: Connection refused
updating host tibtst7
rcmd: connect: tibtst7.cos.agilent.com: Connection refused
updating host tibtst7
rcmd: connect: tibtst7.cos.agilent.com: Connection refused
updating host tibtst6
rcmd: connect: tibtst6.cos.agilent.com: Connection refused
updating host tibtst6
rcmd: connect: tibtst6.cos.agilent.com: Connection refused
updating host tibtst6
rcmd: connect: tibtst6.cos.agilent.com: Connection refused
updating host tibtst6
rcmd: connect: tibtst6.cos.agilent.com: Connection refused
does smone have an idea ???
Thnx
rajnish audichya
| |
| Logan Shaw 2007-02-09, 1:32 am |
| odds wrote:
> I am runing the following "unix command" on unix server to sink up
> files with another server
>
> /usr/bin/rdist -f /home/tibco/config/HA/rdistfile
>
> and getting the following error :
>
> updating host tibtst7
> rcmd: connect: tibtst7.cos.agilent.com: Connection refused
> updating host tibtst7
> rcmd: connect: tibtst7.cos.agilent.com: Connection refused
> updating host tibtst7
> rcmd: connect: tibtst7.cos.agilent.com: Connection refused
> updating host tibtst7
> rcmd: connect: tibtst7.cos.agilent.com: Connection refused
> updating host tibtst6
> rcmd: connect: tibtst6.cos.agilent.com: Connection refused
> updating host tibtst6
> rcmd: connect: tibtst6.cos.agilent.com: Connection refused
> updating host tibtst6
> rcmd: connect: tibtst6.cos.agilent.com: Connection refused
> updating host tibtst6
> rcmd: connect: tibtst6.cos.agilent.com: Connection refused
>
> does smone have an idea ???
Gosh, from that error message, it looks like the host
tibtst6.cos.agilent.com is refusing your connection.
This isn't surprising, though, since rdist usually runs
over rsh, and rsh is obsolete. I would consider using rsync
instead, since it can run over an ssh connection.
If you can't do that, make sure that your rdist connection
can use an ssh connection and isn't trying to use rsh.
- Logan
| |
| Ivan Novick 2007-02-09, 1:17 pm |
| On Feb 8, 9:35 pm, "odds" <audy_savi...@yahoo.co.in> wrote:
> Hi ,
>
> I am runing the following "unix command" on unix server to sink up
> files with another server
>
> /usr/bin/rdist -f /home/tibco/config/HA/rdistfile
>
> and getting the following error :
>
> updating host tibtst7
> rcmd: connect: tibtst7.cos.agilent.com: Connection refused
Can you rsh onto the host without supplying a password. First check
that to determine if there is a connectivity issue. If you can rsh
onto the box without supplying the password and you still get this
error then and only then is it an rdist issue.
Ivan Novick
http://www.0x4849.net
|
|
|
|
|