- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SCP Failure
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
03-01-2007 04:05 PM
03-01-2007 04:05 PM
SCP Failure
I am trying secure copy of file between two machines. But the file is never getting copied to the destination box, also no error is been thrown during the copy.
SSH between the boxes are working fine - I am able to execute command successful or SSH session to the destination host. The machines I am trying are HPUX 11i and holds T1471AA Secure shell installed.
Any clues?
TIA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 04:46 PM
03-01-2007 04:46 PM
Re: SCP Failure
Please have a look on following files:Here you will get more information regarding to your query.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1075312
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1067928
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1099940
http://www1.itrc.hp.com/service/james/search.do?todo=search&admit=-682735245+1172814214283+28353475&searchtext=scp+problem&from=forums&submit.x=9&origin=0&wpa=forums1.itrc.hp.com%3A80&submit.y=7&searchcategory=ALL&hpl=1&searchcriteria=allwords&rn=25&source=7000&chkServStor=on&presort=rank&esc=us.support.itrc.hp.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 04:51 PM
03-01-2007 04:51 PM
Re: SCP Failure
Reshma,
Thanks for your time!
I've already done quite some of search for this blank issues and came across above reference threads, no luck!
Cheers, Amar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 04:52 PM
03-01-2007 04:52 PM
Re: SCP Failure
To add, I even tried with remsh & rcp - after configuring .rhosts for the server the remsh is working good.
But rcp is also in the same situation, where it failed to copy and no error being thrown!!!
Any idea?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 07:52 PM
03-01-2007 07:52 PM
Re: SCP Failure
If there are any commands that are requesting input or outputting a lot of text, this might confuse scp and rcp.
These customizations should be prefixed with something like:
if tty -s
then
# add customizations here
fi
This will cause the customizations to be skipped if the session is not a real login, but a scp/rcp copy job.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 08:09 PM
03-01-2007 08:09 PM
Re: SCP Failure
but does something like this work?
$ ssh rlogin@rhost cat \>/tmp/some_name < /some/local_file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2007 07:43 AM
05-31-2007 07:43 AM
Re: SCP Failure
The issue is to do with the tty / shell mode between the users I am trying for copy.
In my case, the source system user had k-shell and other end destination system user was c-shell. Change from c-shell to bourne or k-shell started this data copy working...
Dont know the reason behind this, but with c-shell on target system for remote / secure copy are not working is the bottom line!
Cheers, Amar.