- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- rcp problem between HP-UX & RH 9 servers
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
04-14-2005 10:07 PM
04-14-2005 10:07 PM
rcp problem between HP-UX & RH 9 servers
i am facing a problem bettween HP-UX server & RH 9 server while using rcp from HP server to RH 9 server
i am giving the following command
"rcp file_name IPADDR@21.1.4.8:/home/HOME_of_user"
the error is "stty: standard input: Invalid argument"
please help me to solve this prob
regards
prabu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 10:12 PM
04-14-2005 10:12 PM
Re: rcp problem between HP-UX & RH 9 servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 10:16 PM
04-14-2005 10:16 PM
Re: rcp problem between HP-UX & RH 9 servers
Please move the appropriate shell initialization file and try again.
Might be
stty commands in the .profile file are creating problems.
If you are using a bourne shell rename your .profile file and try again.
Revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 10:18 PM
04-14-2005 10:18 PM
Re: rcp problem between HP-UX & RH 9 servers
This should be
if you are copying from local to remote
rcp
If this is remote to local is should be like
rcp user@host:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 10:20 PM
04-14-2005 10:20 PM
Re: rcp problem between HP-UX & RH 9 servers
You need to give the next command:
rcp file_name remoteuser@remotehost:remotefile
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2005 11:02 PM
04-14-2005 11:02 PM
Re: rcp problem between HP-UX & RH 9 servers
Suppose you want to copy the file /mnt1/users/test from the hpux server (hpux) to /tmp/users on the linux server (linux), use the following command.
rcp /mnt1/users/test testuser@linux:/tmp/users
You must have the proper trust relationship between hpux and linux for the user, "testuser"
Regards,
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2005 12:08 AM
04-15-2005 12:08 AM
Re: rcp problem between HP-UX & RH 9 servers
if i am renaming the .bashrc the rcp getting copy without fail
but when the user login,proper prompt doesn't comes.
it comes like "-bash-2.05b$" the orignal one is"[USER_NAME@server FILE_NAME]$
now how to solve this ?
regadrs
prabu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2005 08:50 AM
04-15-2005 08:50 AM
Re: rcp problem between HP-UX & RH 9 servers
Try moving the stty command out of your bashrc into the bash profile and see if that works.
--Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2005 05:07 PM
04-15-2005 05:07 PM
Re: rcp problem between HP-UX & RH 9 servers
Now made changes in the .bashrc file & which is pointing to the /etc/bashrc script.
Actually i copied the hole content of the /etc/bashrc file to /hoe/HOME_DIR/.bashrc & i put remarks in one of the stty setting "#stty erase ^H"
Now rcp is working without any error message
thanks for u r valuable replies
Regards
PM Prabu