Fairfield, Ken :CO IR
2007-09-26 23:00:20 UTC
Background first:
============================================================================
====
$ mu show/vers
Process Software MultiNet V4.4 Rev A-X, hp AlphaServer GS1280 7/1300,
OpenVMS AX
P V7.3-2
$ typ multinet:multinet_version.
VERSION V4.4
REVISION A-X
DATE 30-Jan-2002
PRODUCER PSC
INSTALLED_IPAPPS YES
[...]
XREPLACED MULTINET.VUI KERNEL-UPDATE-060_A044 24-JUN-2003
XREPLACED LOADABLE_KR_SERVICES.VUI
LOADABLE_R_SERVICES-010_A04
4 24-JUN-2003
XREPLACED LOADABLE_R_SERVICES.VUI
LOADABLE_R_SERVICES-010_A044
24-JUN-2003
[...]
XREPLACED SCP-SERVER1.VUI SSH-051_A044 24-JUN-2003
XREPLACED SCP2.VUI SSH-051_A044 24-JUN-2003
XREPLACED SFTP-SERVER2.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSH-ADD2.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSH-AGENT2.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSH-KEYGEN.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSH-KEYGEN2.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSH-PROBE2.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSH-SIGNER2.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSH2.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSHD.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSHD2.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSHD2_CONFIG_TEMPLATE.VUF SSH-051_A044
24-JUN-2003
XREPLACED SSHD_MASTER.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSHLEI.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSHREGEX_TXT.VUF SSH-051_A044 24-JUN-2003
XREPLACED START_SSH_COM.VUF SSH-051_A044 24-JUN-2003
[...]
============================================================================
====
We have had a process in place for the past 2-3 years using SCP2 in command
procedure to transfer files to a remote site. It failed today and I've been
(1) learning about the process and (2) trying to find where it's failing.
In the process of debugging, I create a short text file and used the command
constructed in the transfer procedure to try to push it to the remote site.
I get the following failure, where names and addresses have been changed to
protect the guilty parties:
============================================================================
====
$ typ sys$login:test.txt
Testing Health Century 2008 transfers
from Legacy Health System.
Please discard this file if found.
$ show symbol scrp
SCRP = "MU SCP2 SYS$LOGIN:TEST.TXT "***@111.444.222.555::""
$ scrp
SCP2: warning: test.txt (src): got EOF reading file (server msg:
'Encountered EO
F.')
$
============================================================================
====
However, if I make some arbitrary edit to the file, I can make the transfer
succeed (not every change, but some "magic"). With the following version
of text.txt, I get an apparently successful transfer:
$ typ sys$login:test.txt
Testing Health Century 2008 transfers from LGCY_OR.
$ scrp
test.txt | 53B | 0.1 kB/s | TOC: 00:00:01 | 100%
$
============================================================================
====
QUESTION: Is the "SCP2: warning: test.txt ..." error message a problem on
the Multinet side, or on the remote side? How do I avoid this?
Thanks, Ken
--
Ken Fairfield
System Administrator, Information Resources
Legacy Health System
1919 NW LoveJoy, Portland, OR 97209
Phone: 503-415-5836, FAX: 503-415-5899, Email: ***@LHS.org
IMPORTANT NOTICE: This communication, including any attachment, contains
information that may be confidential or privileged, and is intended solely
for the entity or individual to whom it is addressed. If you are not the
intended recipient, you should contact the sender and delete the message.
Any unauthorized disclosure, copying, or distribution of this message is
strictly prohibited. Nothing in this email, including any attachment, is
intended to be a legally binding signature.
============================================================================
====
$ mu show/vers
Process Software MultiNet V4.4 Rev A-X, hp AlphaServer GS1280 7/1300,
OpenVMS AX
P V7.3-2
$ typ multinet:multinet_version.
VERSION V4.4
REVISION A-X
DATE 30-Jan-2002
PRODUCER PSC
INSTALLED_IPAPPS YES
[...]
XREPLACED MULTINET.VUI KERNEL-UPDATE-060_A044 24-JUN-2003
XREPLACED LOADABLE_KR_SERVICES.VUI
LOADABLE_R_SERVICES-010_A04
4 24-JUN-2003
XREPLACED LOADABLE_R_SERVICES.VUI
LOADABLE_R_SERVICES-010_A044
24-JUN-2003
[...]
XREPLACED SCP-SERVER1.VUI SSH-051_A044 24-JUN-2003
XREPLACED SCP2.VUI SSH-051_A044 24-JUN-2003
XREPLACED SFTP-SERVER2.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSH-ADD2.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSH-AGENT2.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSH-KEYGEN.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSH-KEYGEN2.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSH-PROBE2.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSH-SIGNER2.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSH2.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSHD.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSHD2.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSHD2_CONFIG_TEMPLATE.VUF SSH-051_A044
24-JUN-2003
XREPLACED SSHD_MASTER.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSHLEI.VUI SSH-051_A044 24-JUN-2003
XREPLACED SSHREGEX_TXT.VUF SSH-051_A044 24-JUN-2003
XREPLACED START_SSH_COM.VUF SSH-051_A044 24-JUN-2003
[...]
============================================================================
====
We have had a process in place for the past 2-3 years using SCP2 in command
procedure to transfer files to a remote site. It failed today and I've been
(1) learning about the process and (2) trying to find where it's failing.
In the process of debugging, I create a short text file and used the command
constructed in the transfer procedure to try to push it to the remote site.
I get the following failure, where names and addresses have been changed to
protect the guilty parties:
============================================================================
====
$ typ sys$login:test.txt
Testing Health Century 2008 transfers
from Legacy Health System.
Please discard this file if found.
$ show symbol scrp
SCRP = "MU SCP2 SYS$LOGIN:TEST.TXT "***@111.444.222.555::""
$ scrp
SCP2: warning: test.txt (src): got EOF reading file (server msg:
'Encountered EO
F.')
$
============================================================================
====
However, if I make some arbitrary edit to the file, I can make the transfer
succeed (not every change, but some "magic"). With the following version
of text.txt, I get an apparently successful transfer:
$ typ sys$login:test.txt
Testing Health Century 2008 transfers from LGCY_OR.
$ scrp
test.txt | 53B | 0.1 kB/s | TOC: 00:00:01 | 100%
$
============================================================================
====
QUESTION: Is the "SCP2: warning: test.txt ..." error message a problem on
the Multinet side, or on the remote side? How do I avoid this?
Thanks, Ken
--
Ken Fairfield
System Administrator, Information Resources
Legacy Health System
1919 NW LoveJoy, Portland, OR 97209
Phone: 503-415-5836, FAX: 503-415-5899, Email: ***@LHS.org
IMPORTANT NOTICE: This communication, including any attachment, contains
information that may be confidential or privileged, and is intended solely
for the entity or individual to whom it is addressed. If you are not the
intended recipient, you should contact the sender and delete the message.
Any unauthorized disclosure, copying, or distribution of this message is
strictly prohibited. Nothing in this email, including any attachment, is
intended to be a legally binding signature.