|
RSH problem
Hi all
I have one problem in rsh.
I want to run the script which is located at remote system like 172.16.2.3
the script has " rsh -l root 172.16.2.3 "sh scriptx loc1 " line. Every line of the script executed properly. but when i run the script it shows the following error
select: protocol failure in circuit setup
when the " rsh -l root 172.16.2.3 "sh scriptx loc1" in command prompt it has run properly.
I traced the script. it is fine.
note : in that script some more rsh lines for running other scripts which are located at the same remote system. so rsh is proper.
Kinldy help me
|