Discussion:
IPV4 qualifier message with SCP on 5.1
(too old to reply)
Alan Winston - SSRL Central Computing
2007-06-08 01:50:16 UTC
Permalink
Multinetters --

OpenVMS 8.3
Multinet 5.1
(DS20E, AS800)

We don't actually use SCP very much, so I don't know whether this problem was
present before installing the SSH-051_A051 patch. But it is now.

$ scp2
%CLI-F-SYNTAX, error parsing 'IPV4'
-CLI-E-ENTNF, specified entity not found in command tables


(Doing VERB on SCP2 indeed doesn't show an IPV4 qualifier defined. You
wouldn't expect it to, since I don't think IPV6 comes in until Multinet 5.2.
I'd be happy to upgrade to 5.2, but can't do it before August or at least the
end of July. So I'm speculating that the same image has been provided for SCP
for 5.2 and 5.1, but the CLD wasn't updated for 5.1 to reflect the new
parameters.)

Any info? Anyone else seen this problem?

-- Alan
--
===============================================================================
Alan Winston --- ***@SSRL.SLAC.STANFORD.EDU
Disclaimer: I speak only for myself, not SLAC or SSRL Phone: 650/926-3056
Paper mail to: SSRL -- SLAC BIN 99, 2575 Sand Hill Rd, Menlo Park CA 94025
===============================================================================
Ken Connelly
2007-06-08 11:34:31 UTC
Permalink
When you use scp2 (or scp), you have to specify source and destination
for the copy operation on the command line. Perhaps you're thinking of
sftp?

-ken
Post by Alan Winston - SSRL Central Computing
Multinetters --
OpenVMS 8.3
Multinet 5.1
(DS20E, AS800)
We don't actually use SCP very much, so I don't know whether this problem was
present before installing the SSH-051_A051 patch. But it is now.
$ scp2
%CLI-F-SYNTAX, error parsing 'IPV4'
-CLI-E-ENTNF, specified entity not found in command tables
(Doing VERB on SCP2 indeed doesn't show an IPV4 qualifier defined. You
wouldn't expect it to, since I don't think IPV6 comes in until Multinet 5.2.
I'd be happy to upgrade to 5.2, but can't do it before August or at least the
end of July. So I'm speculating that the same image has been provided for SCP
for 5.2 and 5.1, but the CLD wasn't updated for 5.1 to reflect the new
parameters.)
Any info? Anyone else seen this problem?
-- Alan
--
- Ken
=================================================================
Ken Connelly Associate Director, Security and Systems
ITS Network Services University of Northern Iowa
email: ***@uni.edu p: (319) 273-5850 f: (319) 273-7373
Connie Young
2007-06-08 14:12:59 UTC
Permalink
Hi Ken,

The cause of that specific error that is being seen is that the
dcltables need to be re-installed after applying that patch.

Install MultiNet Commands in the DCLTABLES.EXE File

If you did not install the MultiNet user commands in the DCLTABLES.EXE
file during installation, you can install them manually with the
following commands:

$ SET COMMAND /TABLES=SYS$COMMON:[SYSLIB]DCLTABLES - _$
/OUTPUT=SYS$COMMON:[SYSLIB]DCLTABLES MULTINET:USER.CLD $ INSTALL REPLACE
SYS$COMMON:[SYSLIB]DCLTABLES

Once you do that, log out and then back in and you should be all set.

Connie

-----Original Message-----
From: Ken Connelly [mailto:***@uni.edu]
Sent: Friday, June 08, 2007 7:35 AM
To: info-***@process.com
Subject: Re: IPV4 qualifier message with SCP on 5.1

When you use scp2 (or scp), you have to specify source and destination
for the copy operation on the command line. Perhaps you're thinking of
sftp?

-ken
Post by Alan Winston - SSRL Central Computing
Multinetters --
OpenVMS 8.3
Multinet 5.1
(DS20E, AS800)
We don't actually use SCP very much, so I don't know whether this
problem was present before installing the SSH-051_A051 patch. But it
is now.
Post by Alan Winston - SSRL Central Computing
$ scp2
%CLI-F-SYNTAX, error parsing 'IPV4'
-CLI-E-ENTNF, specified entity not found in command tables
(Doing VERB on SCP2 indeed doesn't show an IPV4 qualifier defined.
You wouldn't expect it to, since I don't think IPV6 comes in until
Multinet 5.2.
Post by Alan Winston - SSRL Central Computing
I'd be happy to upgrade to 5.2, but can't do it before August or at
least the end of July. So I'm speculating that the same image has
been provided for SCP for 5.2 and 5.1, but the CLD wasn't updated for
5.1 to reflect the new
parameters.)
Any info? Anyone else seen this problem?
-- Alan
--
- Ken
=================================================================
Ken Connelly Associate Director, Security and Systems
ITS Network Services University of Northern Iowa
email: ***@uni.edu p: (319) 273-5850 f: (319) 273-7373
Ken Connelly
2007-06-08 14:27:33 UTC
Permalink
Okay, I see that helps, and you now get a usage statement if you enter
just "scp" or "scp2" at the $ prompt. You still need to supply source
and destination on command line, but if you don't, it's a lot friendlier
with the updated CLD file.

FWIW, the last 2 or 3 patches have not mentioned these steps in the readmes.

- ken
Post by Connie Young
Hi Ken,
The cause of that specific error that is being seen is that the
dcltables need to be re-installed after applying that patch.
Install MultiNet Commands in the DCLTABLES.EXE File
If you did not install the MultiNet user commands in the DCLTABLES.EXE
file during installation, you can install them manually with the
$ SET COMMAND /TABLES=SYS$COMMON:[SYSLIB]DCLTABLES - _$
/OUTPUT=SYS$COMMON:[SYSLIB]DCLTABLES MULTINET:USER.CLD $ INSTALL REPLACE
SYS$COMMON:[SYSLIB]DCLTABLES
Once you do that, log out and then back in and you should be all set.
Connie
-----Original Message-----
Sent: Friday, June 08, 2007 7:35 AM
Subject: Re: IPV4 qualifier message with SCP on 5.1
When you use scp2 (or scp), you have to specify source and destination
for the copy operation on the command line. Perhaps you're thinking of
sftp?
-ken
Post by Alan Winston - SSRL Central Computing
Multinetters --
OpenVMS 8.3
Multinet 5.1
(DS20E, AS800)
We don't actually use SCP very much, so I don't know whether this
problem was present before installing the SSH-051_A051 patch. But it
is now.
Post by Alan Winston - SSRL Central Computing
$ scp2
%CLI-F-SYNTAX, error parsing 'IPV4'
-CLI-E-ENTNF, specified entity not found in command tables
(Doing VERB on SCP2 indeed doesn't show an IPV4 qualifier defined.
You wouldn't expect it to, since I don't think IPV6 comes in until
Multinet 5.2.
Post by Alan Winston - SSRL Central Computing
I'd be happy to upgrade to 5.2, but can't do it before August or at
least the end of July. So I'm speculating that the same image has
been provided for SCP for 5.2 and 5.1, but the CLD wasn't updated for
5.1 to reflect the new
parameters.)
Any info? Anyone else seen this problem?
-- Alan
--
- Ken
=================================================================
Ken Connelly Associate Director, Security and Systems
ITS Network Services University of Northern Iowa
--
- Ken
=================================================================
Ken Connelly Associate Director, Security and Systems
ITS Network Services University of Northern Iowa
email: ***@uni.edu p: (319) 273-5850 f: (319) 273-7373
Loading...