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
08-25-2009 06:12 AM
08-25-2009 06:12 AM
any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 06:15 AM
08-25-2009 06:15 AM
Re: SFTP
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 06:54 AM
08-25-2009 06:54 AM
Re: SFTP
Server" (which, I assume is actually a remote
SFTP server) might be helpful. Similarly, a
transcript showing the actual command(s)
used, with the actual output therefrom, might
also have some value (greater than that of
your vague description)
TCPIP SHOW VERSION
> (SSH (V1.0) 2.4.1)
Around here:
alp $ ssh "-V"
alp$dka0:[sys0.syscommon.][sysexe]tcpip$ssh_ssh2.exe: SSH Secure Shell OpenVMS (V5.5) 3.2.0 on COMPAQ Professional Workstation - VMS V7.3-2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 06:59 AM
08-25-2009 06:59 AM
Re: SFTP
on a COMPAQ AlphaServer DS20E 666 MHz running OpenVMS V7.3-2
DAVE$ sftp2 "-V"
dave$dkb0:[sys0.syscommon.][sysexe]tcpip$ssh_sftp2.exe: SSH Secure Shell OpenVMS
(V1.0) 2.4.1 on COMPAQ AlphaServer DS20E 666 MHz - VMS V7.3-2
will try and find out more info on the remote sftp server - thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 07:02 AM
08-25-2009 07:02 AM
Re: SFTP
egduser@128.8.204.122's password:
sftp> cd /home/users/fosexe/feeds/data/egd/in
/home/users/fosexe/feeds/data/egd/in
sftp> ls
.
after the ls command the system just hangs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 07:08 AM
08-25-2009 07:08 AM
Re: SFTP
What does the following command show for diagnostics:
$ sftp "-D9" "user@host.example.com"
Are you using compatible (and valid) certificates?
Any firewalls lurking?
Any virtual LAN (VLAN) connections or managed switches lurking?
(These days, having another box working is basically meaningless in a non-trivial network environment. Even the journeyman network folks have available a veritable arsenal of tools expressly designed to prevent network connectivity.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 07:10 AM
08-25-2009 07:10 AM
Re: SFTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 07:17 AM
08-25-2009 07:17 AM
Re: SFTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 07:17 AM
08-25-2009 07:17 AM
Re: SFTP
you appear to be runnnig an unpatched version of TCP/IP Services - and the early versions of SFTP were riddled with bugs.
Try updating the TCP stack.
DEVT02> tcpip show ver
HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 7
on a COMPAQ AlphaServer DS20E 666 MHz running OpenVMS V7.3-2
DEVT02> sftp2 "-V"
$1$dga1316:[sys0.syscommon.][sysexe]tcpip$ssh_sftp2.exe: SSH Secure Shell OpenVMS (V5.5) 3.2.0 on COMPAQ AlphaServer DS20E 666 MHz -
VMS V7.3-2
DEVT02>
Duncan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 07:18 AM
08-25-2009 07:18 AM
Re: SFTP
/home/users/fosexe/feeds/data/egd/in
You don't say whether "ls" works after the initial connection. I've encountered issues in the past with SFTP getting lost after changing directories. Perhaps this path is just too deep (I've not had occasion to try one with 14 levels). If "ls" does work upon initial connection, you might try marching down the directory tree and see where the failure occurs.
sftp> ls
sftp> cd /home
sftp> ls
sftp> cd /home/users
sftp> ls
sftp> cd /home/users/fosexe/
.
.
.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 07:22 AM
08-25-2009 07:22 AM
Re: SFTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 07:24 AM
08-25-2009 07:24 AM
Re: SFTP
How do you update the stack?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 07:38 AM
08-25-2009 07:38 AM
Re: SFTP
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1366372
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 07:58 AM
08-25-2009 07:58 AM
Re: SFTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 07:59 AM
08-25-2009 07:59 AM
Re: SFTP
Apr 30 2008 00:00 2296 TCPIPJA_ECO-V0503-182.txt
Am I looking at the right kit here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 08:07 AM
08-25-2009 08:07 AM
Re: SFTP
I think that this is the JAPANESE kit!
Go through the itrc search page:
http://www13.itrc.hp.com/service/patch/search.do?BC=main|&pageOsid=openvms
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 08:08 AM
08-25-2009 08:08 AM
Re: SFTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 08:19 AM
08-25-2009 08:19 AM
Re: SFTP
> [...]
Right. The headless chicken who organized
this stuff spread it around pretty well. It
often helps to start at:
ftp://ftp.itrc.hp.com/openvms_patches/
and then explore more branches of the tree
than you would reasonably expect to be
useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 08:27 AM
08-25-2009 08:27 AM
Re: SFTP
No. The JA variants are the Japanese language variant kits.
Read the associated text files, too. Those files are the release notes for the kits, and (bluntly) there can be the occasional, um, surprises lurking within some of the patch kits.
As for patch area access directly from an IP-connected OpenVMS box:
DIRECTORY /FTP /ANONYMOUS -
ftp.itrc.hp.com::"/slash/path/to/file"
and
COPY /FTP /ANONYMOUS ...
There's also the master listing file (over in the OpenVMS directory) that is worth a read.
If you're running Mac OS X, you can typically run all this processing right from Finder, including reading the release notes text files and the patch download.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 08:47 AM
08-25-2009 08:47 AM
Re: SFTP
problem using SSH
errors as follows:-
DAVE$ sftp2 egduser@128.8.204.122
warning: Unrecognized configuration parameter 'AuthorizationFile'.
warning: Failed to parse some variables from config file '/etc/ssh2/ssh2_config'
.
warning:
******************
You may have a old style configuration file. Please follow the
instructions in the release notes to use the new configuration
files.
******************
tcpip$ssh_ssh2: FATAL: Error reading config file /etc/ssh2/ssh2_config.
Warning: child process (/sys$system/tcpip$ssh_ssh2) exited with code 188.
%TCPIP-E-SSH_FC_ERROR, error in ssh file transfer operation
DAVE$ sftp egduser@128.8.204.122
warning: Unrecognized configuration parameter 'AuthorizationFile'.
warning: Failed to parse some variables from config file '/etc/ssh2/ssh2_config'
.
warning:
******************
You may have a old style configuration file. Please follow the
instructions in the release notes to use the new configuration
files.
******************
tcpip$ssh_ssh2: FATAL: Error reading config file /etc/ssh2/ssh2_config.
Warning: child process (/sys$system/tcpip$ssh_ssh2) exited with code 188.
%TCPIP-E-SSH_FC_ERROR, error in ssh file transfer operation
DAVE$
any clues?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 08:54 AM
08-25-2009 08:54 AM
Re: SFTP
HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 6
on a COMPAQ AlphaServer DS20E 666 MHz running OpenVMS V7.3-2
version the server is now at - if this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 08:57 AM
08-25-2009 08:57 AM
SolutionHere's another discussion with some related details:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1050353
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2009 11:35 AM
08-25-2009 11:35 AM
Re: SFTP
Why not ECO 7?
> You may have a old style configuration file. Please follow the
> instructions in the release notes to use the new configuration
> files.
> any clues?
Wasn't that message a clue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2009 12:02 AM
08-26-2009 12:02 AM
Re: SFTP
working now
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2009 12:03 AM
08-26-2009 12:03 AM
Re: SFTP
Cheers guys
Appreciated