- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- cannot rcp from linux to hpux 11.11
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 11:20 AM
06-03-2004 11:20 AM
I'm working in linux for the first time so with that in mind here is my problem trying to rcp from linux to hpux 11.11 server. When I try to do this get the following error message from from the linux box:
/usr/bin/rcp testrcp jonah:/tmp
remshd: Login incorrect.
On the hpux side of things I have made entries in the .rhosts file and /etc/hosts.equiv files for the linux box on the hpux server. In hpux land the above command usually indicates you do not have a entry the .rhosts file on the server one is attempting to copy files to.
Oh yes here is my version linux:
Linux version 2.4.21-15.ELsmp (bhcompile@bugs.build.redhat.com) (gcc version 3.4
What am i missing here?
Thankyou for your input.
Norm
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 12:31 PM
06-03-2004 12:31 PM
Re: cannot rcp from linux to hpux 11.11
1. Check the ownership of the .rhosts file - should be owned by the owner of the home directory or root.
2. Check that the host defined in the .rhosts and hosts.equiv has the correct ip address on the /etc/hosts file.
HTH,
Abdul.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 07:28 PM
06-03-2004 07:28 PM
Re: cannot rcp from linux to hpux 11.11
The problem is on the HPUX box. The error is from "remshd" which is an hpux daemon. However, in addition to the suggestions above, check your UID on both machines is the same or use a user name specification as in "name@host:/tmp".
Also have a look in the syslog on the HPUX box, it may tell you exactly why authentication is failing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 04:25 AM
06-04-2004 04:25 AM
Re: cannot rcp from linux to hpux 11.11
Question are you suggesting the rcp command from linux be as follows:
rcp file name@host:/tmp
If so this did not work either. Hopefully something comes to mind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 10:23 AM
06-04-2004 10:23 AM
Re: cannot rcp from linux to hpux 11.11
1) Assign points to those who helped you before.
2) Replace rcp with scp from openssh/secure shell. Its standard with any recent linux install and available here for HP-UX...
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
openssh/secureshell is secure without exposing your machines to security hazards. Its likely that the problem on the hp-ux box is caused by measures such as /etc/hosts.equiv or /var/adm/inetd.sec that are put in to prevent abuse of the .rhosts files and such.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 10:28 AM
06-04-2004 10:28 AM
Re: cannot rcp from linux to hpux 11.11
$ rcp stuff.txt hpsystem:/home/kittel/
remshd: Login incorrect.
Then I added .rhosts on the hp-ux acct, and now it works.
On hp-ux system,
# cat .rhosts
linuxsystem.mydomain.com kittel
On the linux system,
$ rcp stuff.txt hpsystem:/home/kittel/
$
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 11:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 04:39 AM
06-07-2004 04:39 AM
Re: cannot rcp from linux to hpux 11.11
Thanks to all of you for your responses. I did post points, all were good answers the last input gave me a clue, knew it was simple, on the hpux server I had the .rhosts in / instead of roots home directory. Moved the .rhosts file and low and behold my rcp now works.
Yes I would like to install secure shell on the hpux server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 06:58 AM
06-07-2004 06:58 AM
Re: cannot rcp from linux to hpux 11.11
You read my comments diffrently but after all u solved ur problem.
To tell you the truth, "Multihomed Node" is one node with multiple interfaces (LAN).
Hv fun,
Kaps