All types of networks, network stacks, and protocols supported by OpenVMS.
-
Topic author
issinoho
- Active Contributor
- Posts: 37
- Joined: Wed Apr 05, 2023 9:22 am
- Reputation: 0
- Location: Glasgow, Scotland
-
Status:
Offline
Post
by issinoho » Fri Nov 10, 2023 7:45 am
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|\
Last edited by
issinoho on Fri Nov 10, 2023 9:30 am, edited 1 time in total.
-
m_detommaso
- Master
- Posts: 114
- Joined: Thu Jun 06, 2019 6:57 am
- Reputation: 1
- Location: Brindisi (Italy)
-
Status:
Offline
-
Contact:
Post
by m_detommaso » Fri Nov 10, 2023 8:28 am
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
-
Topic author
issinoho
- Active Contributor
- Posts: 37
- Joined: Wed Apr 05, 2023 9:22 am
- Reputation: 0
- Location: Glasgow, Scotland
-
Status:
Offline
Post
by issinoho » Fri Nov 10, 2023 9:29 am
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.
Last edited by
issinoho on Fri Nov 10, 2023 9:29 am, edited 1 time in total.
-
debbee.west
- VSI Expert
-
Contributor
- Posts: 19
- Joined: Mon Oct 07, 2019 11:10 am
- Reputation: 0
-
Status:
Offline
Post
by debbee.west » Wed Nov 15, 2023 6:28 am
This is actually on the slate to be fixed in 2024. We can look forward to that problem going away soon!