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-20-2006 01:52 AM
06-20-2006 01:52 AM
rcp
I gave a user access to rcp from one HPUX machine to another. No PW needed when loggin on. I needed this for oracle webserver.
Yet, whenever the rcp is being send, I receive message remshd: Login incorrect.
what else do I need to pay attention to?
Thanks for helping
Barbara
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 02:07 AM
06-20-2006 02:07 AM
Re: rcp
do you have a .rhosts set up for this user? Then check for correct entries and format. Also check the filepermissions and owner of this file (afaik 400 or 600 owned by this user).
Also check if the remshd is running on the target machine.
If this fails you might have a inetd.sec rule set forbidding an remote command (/var/adm/inted.sec).
HOpe this helps
regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 02:07 AM
06-20-2006 02:07 AM
Re: rcp
Did you create a .rhosts file in the users home directory?
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 06:41 PM
06-20-2006 06:41 PM
Re: rcp
hostB
In /home/user/.rhosts
hostB user
If the user doesn't look the same in /etc/passwd to both host machines you'll get 'remshd: Login incorrect'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2006 03:02 AM
06-26-2006 03:02 AM
Re: rcp
well, finaly had time to get back to the problem.
I have had created .rhosts in the users home already. I had also had a hosts.equiv file under /etc.
I can rlogin with the user on machine A.
But I can not rcp to machine A.
The deamon is running on machine A.
I can rcp/rlogin to machine A from a different machine C, with no problems.
The same has been done to machine C, as to machine A. Both machines A and C run HPUX 11.i. The machine B, I want to rcp from is running 11.0. I can rcp from any machine to machine B.
What is there to do?
Any ideas?
Thanks Barbara