- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: RCP problem (remote copy)
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
Discussions
Discussions
Discussions
Forums
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
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-22-2005 07:50 PM
тАО06-22-2005 07:50 PM
RCP problem (remote copy)
Please sugesst me how this problem can be resolved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2005 07:56 PM
тАО06-22-2005 07:56 PM
Re: RCP problem (remote copy)
Check the system access options with SAM.
Hidden in Network & Communications / sytem access .
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2005 08:24 PM
тАО06-22-2005 08:24 PM
Re: RCP problem (remote copy)
I have verified in SAM. Inside system access, i have checked Internet Services & remote logins. And in internet services rloing is allowed.
Please sugesst me.
Regards,
Srichandan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2005 08:40 PM
тАО06-22-2005 08:40 PM
Re: RCP problem (remote copy)
is exec also allowed for remote access?
And how do you have given entries in .rhosts?
Or check this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=732231
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2005 08:45 PM
тАО06-22-2005 08:45 PM
Re: RCP problem (remote copy)
seems to be permissions of
/usr/bin/rcp
Sanjay tells how to fix it.
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2005 11:51 PM
тАО06-22-2005 11:51 PM
Re: RCP problem (remote copy)
Please sugesst me how to get rid of this problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2005 11:59 PM
тАО06-22-2005 11:59 PM
Re: RCP problem (remote copy)
Also make sure you have both a simple hostname *and* a fully-qualified domain name in .rhosts or /etc/hosts.equiv (FQDN might be mycpu.mycompany.com taken from your /etc/resolv.conf file)
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2005 12:23 AM
тАО06-23-2005 12:23 AM
Re: RCP problem (remote copy)
what's about my 2 questions?
One more suggestion would be to do search in ITRC:
http://www4.itrc.hp.com/service/james/search.do?searchtext=bind+rcp&searchcriteria=allwords&searchtype=SEARCH_TECH_DOCS&searchtype=SEARCH_FORUMS&rn=25&presort=rank&x=30&y=10
There are quite much threads about this.
HTH
Volkmar
P.S.
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
You have assigned points to 1 of 22 answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2005 08:16 PM
тАО06-25-2005 08:16 PM
Re: RCP problem (remote copy)
This problem was resolved by setting the uid bit as follows:
# chmod u=rxs /usr/bin/rcp
Note: The "execute" privilege must be applied in order for
the proper "sticky bit" to be set.
or
# chmod 4555 /usr/bin/rcp
Permissions, owner and group for /usr/bin/rcp are as follows:
-r-sr-xr-x 1 root bin 32768 Jul 22 1998 /usr/bin/rcp
regards
Vinod K