- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: SCP transfer from unix to vms fails
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
09-25-2008 12:03 AM
09-25-2008 12:03 AM
I have a little conumbrum... We're trying to transfer files from a Solaris 10 machine to a OpenVMS 7.3-2.
The requirements we have is that there's no password so we choose public-key authentication. The public-key authentication works if you use try to pass commands via:
ssh
But it doesn't work to scp a file from the unix -> openvms using:
scp file.txt
Or if the ~ is replaced by a full path.
From what I can see in the logfiles it does authenticate and accept the public-key authentication but something else fails and I can't seem to find where and what.
I've attached a log containing the logs from both solaris and from vms.
Anyone ever seen this before?
Best regards
Fredrik Eriksson
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-25-2008 01:59 AM
09-25-2008 01:59 AM
Re: SCP transfer from unix to vms fails
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-25-2008 02:20 AM
09-25-2008 02:20 AM
SolutionIf the Unix side is using OpenSSH, then its SCP is probably equivalent to RCP over SSH, and TCP/IP Services does not offer this functionality. TCP/IP Services only supports the SFTP protocol, so you may have to use SFTP instead of SCP.
Process Software's MultiNet, TCPware, and SSH for OpenVMS product support the "RCP over SSH" implementation of SCP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-25-2008 02:43 AM
09-25-2008 02:43 AM
Re: SCP transfer from unix to vms fails
Wim, the keys as I said works fine. They've already been converted.
Richard, I've tried sftp also, problem with that is that it hangs when it's supposed to exit and doesn't return a prompt.
We are using the RCP solution at the moment but our unix group doesn't want us to use that and wants us to use SCP. This is why I'm trying to figure out why it doesn't work.
Thou I ran into another thread that i missed completely where you already answered this :P
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=979727
So basiclly my options are:
1) Fix sftp so it doesn't hang or use standard ftp.
2) Buy SSH and get rid of the openSSH
3) Continue using RCP (to the unix-admins wrath :P)
Did I get it right?
Best regards
Fredrik Eriksson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-25-2008 04:03 AM
09-25-2008 04:03 AM
Re: SCP transfer from unix to vms fails
Wim (on multinet)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-25-2008 04:41 AM
09-25-2008 04:41 AM
Re: SCP transfer from unix to vms fails
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-25-2008 04:51 AM
09-25-2008 04:51 AM
Re: SCP transfer from unix to vms fails
> that is that it hangs when it's supposed to
> exit and doesn't return a prompt.
Details? Evidence?
$ uname -a
SunOS ra 5.10 Generic_127127-11 sun4u sparc SUNW,UltraSPARC-IIi-cEngine
$ ssh -V
Sun_SSH_1.1, SSH protocols 1.5/2.0, OpenSSL 0x0090704f
$ ssh alp 'dire /date fred_scp.dat'
%DIRECT-W-NOFILES, no files found
$ echo 'put fred_scp.dat' | sftp alp
Connecting to alp...
sftp> Uploading fred_scp.dat to /ALP$DKA0/sms/fred_scp.dat
sftp>
$ ssh alp 'dire /date fred_scp.dat'
Directory ALP$DKA0:[SMS]
FRED_SCP.DAT;1 25-SEP-2008 07:43:38.99
Total of 1 file.
$
$ ssh alp 'tcpip show version'
HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 7
on a COMPAQ Professional Workstation XP1000 running OpenVMS V7.3-2
I have seen problems with hanging when using
SSH on the VMS side, but, as I recall, there
was a cure for that, too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-25-2008 05:28 AM
09-25-2008 05:28 AM
Re: SCP transfer from unix to vms fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-25-2008 06:08 AM
09-25-2008 06:08 AM
Re: SCP transfer from unix to vms fails
Best regards
Fredrik Eriksson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-20-2008 03:19 AM
11-20-2008 03:19 AM
Re: SCP transfer from unix to vms fails
Best regards
Fredrik Eriksson
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP