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
11-21-2005 03:20 AM
11-21-2005 03:20 AM
RCP help
10.20.3.46 2001
I can telnet using the ip but I can not rcp a file to the system as it seems to only work up until the space. I have names the IP in the hosts file and every where needed but it wont connect using rcp. We can not use ftp on the server as its hp to sco.
Can someone please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 03:24 AM
11-21-2005 03:24 AM
Re: RCP help
1. Check you can ping the sco server or where you want to do the ftp or rcp.
2. chech ftp is enable in both the server.
# cat /etc/inted.conf | grep -i ftp
IT should not be commented.
# cat /etc/services | grep -i ftp
3. for rcp .rhosts permission needs to be check, and also /etc/hosts.equiv for trusting.
Hope this will help ,
hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 03:25 AM
11-21-2005 03:25 AM
Re: RCP help
I've done this many times in the past
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 03:30 AM
11-21-2005 03:30 AM
Re: RCP help
I am only able to ping the digi port 10.20.3.46 but not 10.20.3.46 2001
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 06:15 AM
11-21-2005 06:15 AM
Re: RCP help
It maybe possible the port 514 is not opened at the SCO server side. This port is used by rsh and rcp.
Moreover you need to make the trusting using .rhosts file at SCO server end as well.
Ask the SCO guy to enable the port and trusting.
Port 2001 must an application port opened at that IP address. You can not ping the port using ping command.