Page 1 of 1

TCPIP$CONFIG error

Posted: Fri Nov 10, 2023 7:45 am
by issinoho

Code: Select all

$ tcpip sho ver
  VSI TCP/IP Services for OpenVMS x86_64 Version V6.0
  on a QEMU Standard PC (Q35 + ICH9, 2009) running OpenVMS V9.2-1
$ prod sho prod tcpip
------------------------------------ ----------- ---------
PRODUCT                              KIT TYPE    STATE
------------------------------------ ----------- ---------
VSI X86VMS TCPIP V6.0-23             Full LP     Installed
------------------------------------ ----------- ---------
Upgraded from V6.0-22 to V6.0-23 and ran TCPIP$CONFIG
Option 1 (Core environment)
Option 2 (Interfaces)

Code: Select all

      VSI TCP/IP Services for OpenVMS Interface & Address Configuration Menu

 Hostname Details: Configured=x86vms, Active=x86vms

 Configuration options:
%DCL-W-IVCHAR, invalid numeric value - check for invalid digits
 \%X|\

Re: TCPIP$CONFIG error

Posted: Fri Nov 10, 2023 8:28 am
by m_detommaso

I also observed the same problem on Alpha and Integrity with HPE and VSI Ip Stack (as well as on x86).

Cause of the problem: your "Parse Style" process is configured as "Extended".

The workaround is :

$ set proc/pars=trad ! this fixes the observed behavior;

then

$ @sys$manager:tcpip$config

and you'll see that it will work.

I have reported this issue several times in the past to the IP stack development team (HPE and VSI).

/Maurizio

Re: TCPIP$CONFIG error

Posted: Fri Nov 10, 2023 9:29 am
by issinoho
Yes, you're right...

Code: Select all

$ pipe sho proc /all | sea sys$pipe parse
Parse Style: Extended
Thanks for the tip - let's hope they fix it.

Re: TCPIP$CONFIG error

Posted: Wed Nov 15, 2023 6:28 am
by debbee.west
This is actually on the slate to be fixed in 2024. We can look forward to that problem going away soon!