RSH, Solaris and AIX


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers RSH, Solaris and AIX
# 1  
Old 04-17-2007
RSH, Solaris and AIX

All,

I have two AIX 5.3 systems that needs to run rsh commands on a Solaris 8 system, and one is failing. One, xx402 is a dedicated machine, and the other, xx452 is a virtual one on (via VIO).

The xx402 has no problem with the rsh commands but I keep getting "Permission Denied" when the same command is run from xx452. The .rhosts file on the Solaris server is set exactly the same for both machines, and no /etc/hosts.equiv is on either (nor is it on an HPUX machine which works fine).

Any help would be appreciated.

Thanks.
# 2  
Old 04-17-2007
Check /etc/hosts.equiv on the target (Solaris) system.
# 3  
Old 04-17-2007
Sorry, I neglected to mention that I have that set as well. So far, no luck. I have tried putting in IP's, full qualifying domain name, etc.

Stumped Smilie
# 4  
Old 04-17-2007
Login interactively from the machine that isn't working, and enter 'who am i' the host value needs to be the same as what is in parenthesis in the last field, whether this is an ip address, hostname or FQN, if you have used the same value as this, then the issue is not with the name of the host.
# 5  
Old 04-17-2007
It's all set for now. The xx402 server is in the .rhosts just as is and the xx452 server needed the fully qualified domain name.

I need to find out why and fix it, but that is a different issue.

Thanks all for the help.
# 6  
Old 05-14-2007
Hello,

Just wanted to find out if you were able to determine why you had to put it fqdn. I am having similar if not same issue after I "unconfigured" HACMP on my two node cluster.

I am using rsynch and use rsh to run rsynch. Rsync worked before I took out HACMP config.

I am able to rsh from node 2 to node one with node2 name in .rhosts on node1.
i could not rsh to node 2 unless I put fqdn of node1 in .rhosts for node 2.
the only differencebetween my issue and yours is that I am prompted for a password


Thanks,
SkyyBugg
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

rsh logs in Solaris

Hi we run rsh (password-less) among solaris 9/10 boxes very frequently and would like to know if there exist any logs which will capture either login session or the commands run (using rsh) or with any other info. TIA Reddy (0 Replies)
Discussion started by: reddyr
0 Replies

2. IP Networking

RSH to Ubuntu machine from Solaris machine?

This is probably really basic compared to what you guys are usually talking about here, but I have a problem and I have no idea what to do about it. I try to RSH to my Ubuntu computer from my Solaris one and run into a dead end: >> rsh 192.168.1.103 ::ffff:192.168.1.103: Connection timed out... (4 Replies)
Discussion started by: Bradj47
4 Replies

3. AIX

AIX 5.3 ML10 new install, rsh only partially working

Two boxes we just reloaded to use as a two node HACMP cluster to insure our software is compatible. Install disks we received at our library on 5/2009 AIX 5.3-ML10 For sake of argument names ibmaix1 and ibmaix2 On both: ibmaix1# oslevel -r 5300-10 .rhosts files with 600 permissions... (0 Replies)
Discussion started by: DrKillPatient
0 Replies

4. UNIX for Dummies Questions & Answers

vxWorks connection to solaris 9.0 rsh vs ftp problem

Can anyone point me in the right direction.. I have a test system which requires vxWorks to be loaded via TCPIP I am using a Sun ultra10 box with Sol 9.0 installed as the server I have configured the server and am able to load the boot image without any problems. I assume it is using the... (0 Replies)
Discussion started by: shortsrkt
0 Replies

5. Solaris

Unable to execute commands using rsh in Solaris 9 and 10.

Unable to execute commands using rsh in Solaris 9 and 10. When I execute this command " rsh -n 172.16.67.91 ls -l " I am getting this error message. ::ffff:172.16.67.91: Connection refused Please guide me how to enable rsh. Thanks & Regards Durgaprasad (1 Reply)
Discussion started by: durgaprasadr13
1 Replies

6. Solaris

stop rsh in solaris

dear all Please suggest how to stop rsh on Solaris 10 Thanks murad jaber (2 Replies)
Discussion started by: murad.jaber
2 Replies

7. Solaris

rsh commands not getting executed from Solaris 10 System to AIX System

Hi Friends, I am trying to execute rsh commands from Solaris 10 system to AIX system. When I give; Solaris10# rsh <hostname> ls -l , it gives me an error rshd : 0826-826 The host name for your address is not known At the same time, Solaris10# rsh <hostname> ---- gives me remote shell of... (25 Replies)
Discussion started by: jumadhiya
25 Replies

8. Solaris

how to stop rsh on solaris 10

Hi Guys, Please suggest how to stop rsh on Solaris 10 Thanks Manu (1 Reply)
Discussion started by: b_manu78
1 Replies

9. UNIX for Dummies Questions & Answers

How to enable rsh on Solaris 5.9 and Tru64 4F

Hi everyone, I'n new on this... And I don't have experience. I need to know how to enable rsh between solaris and tru64. I don't know what i need to modify or install. I really don't have idea. If somebody has documentation about this, or has a procedure to do this. I really will... (1 Reply)
Discussion started by: cm247a
1 Replies

10. UNIX for Advanced & Expert Users

rsh in crontab for solaris 7

I am putting a shell script in cron of root for solaris 7 server . This shell script runs rsh commands within the script. The result is the shell script does not run in cron. The cron syntax is perfect. When I run stand alone manually it works fine.I undesrstand I need to initialize everything... (6 Replies)
Discussion started by: Hitesh Shah
6 Replies
Login or Register to Ask a Question