- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Finding IP Address of OpenVMS system
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-05-2009 10:53 PM
тАО10-05-2009 10:53 PM
I want to find out the IP Address of an OpenVMS system. I was using the following command earlier:- tcpip show interface
However I am facing a situation at customer end that this command is not working. At his end on a Alpha Operating System, Version V7.3-2 I am getting the following result:-
$ tcpip show interface
%DCL-W-IVVERB, unrecognized command verb - check validity and spelling \TCPIP\
Is there another command I can use? Any idea why this is happening? Is it that TCPIP services are not present there?
Please help.
Thanks,
Vineet
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2009 11:21 PM
тАО10-05-2009 11:21 PM
Re: Finding IP Address of OpenVMS system
$ ucx show interface
this works on all versions of TCPIP Services for OpenVMS (which used to be called "Unix Connection")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2009 11:34 PM
тАО10-05-2009 11:34 PM
Re: Finding IP Address of OpenVMS system
I will check if it works at the customer end. Will update the thread with that information later.
- Vineet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2009 11:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 12:14 AM
тАО10-06-2009 12:14 AM
Re: Finding IP Address of OpenVMS system
It will at least give you a clue as to what stack is loaded, and may give you the ip address of at least one interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 02:08 AM
тАО10-06-2009 02:08 AM
Re: Finding IP Address of OpenVMS system
$ show logical *INET_HOSTADDR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 04:21 AM
тАО10-06-2009 04:21 AM
Re: Finding IP Address of OpenVMS system
SHOW LOGICAL *INET_ADDR*
Best guess here is that this box either has no IP, or has one of the Process IP stacks installed. If this is the Process Multinet IP stack, try:
$ MULTINET SHOW /ALL
IIRC, Process TCPware uses the netcu verb for this:
$ NETCU SHOW HOST
Process software has product documentation online at the www.process.com site.
nb: The UCX command verb won't likely be found on V7.3-2 in isolation; it is typically only present for reasons of compatibility and only in concert with the ("newer") TCPIP verb. The UCX verb was used with versions of TCP/IP Services product prior to V5.0, and it's unlikely that this box has that old a version (still) resident. The V7.3-2 upgrade will typically replace the older TCP/IP Services stack with a V5-vintage stack, and you'll have a TCPIP verb and (for reasons of compatibility) the older UCX verb.
nb: The SHOW NETWORK command isn't a particularlty reliable means of determining the IP product installed, and doesn't (I just checked a Multinet box) reliably show the IP address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 05:34 AM
тАО10-06-2009 05:34 AM
Re: Finding IP Address of OpenVMS system
The most authoritative way to verify which IP stack is running on a system is to check the startup command procedure and associated files.
The default location for starting the IP stack is SYS$MANAGER:SYSTARTUP_VMS.COM. If the information is not there, it may be in a file invoked by this file, or other file invoked through the STARTUP database (managed using the SYSMAN utility).
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 06:00 AM
тАО10-06-2009 06:00 AM
Re: Finding IP Address of OpenVMS system
> Connection") [...]
Actually, it was the VMS Ultrix Connection.
But no matter.
Perhaps someone who knows something should
whip up a DCL procedure which would poke
around and determine which IP software is
running on a VMS system. Being able to tell
someone to run
everyone a lot of time in the general scheme
of things. (Perhaps someone already has,
but, if so, then it needs more publicity.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 06:23 AM
тАО10-06-2009 06:23 AM
Re: Finding IP Address of OpenVMS system
The downside is that you then need to explain and download that, and that leads to as much discussion around file transfers and file formats and other such.
By the time you're done here, pointing to the Multinet or netcu or UCX tool or the SHOW LOGICAL *INET_ADDR* stuff is probably just as (in)efficient as any other approach.
OpenVMS just isn't good at this stuff.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 06:37 AM
тАО10-06-2009 06:37 AM
Re: Finding IP Address of OpenVMS system
$ ana/sys
sh lan
and check if we have IP or not started on this node.
Then, see the name of the process who owns the device BG, and then may be we can name the IP stack.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 07:15 AM
тАО10-06-2009 07:15 AM
Re: Finding IP Address of OpenVMS system
$ SHOW SYSTEM/PROCESS=*INET*
and/or
$ SHOW LOGICAL *INET*
will show if one of those two stacks is installed and started.
Multinet can be (and usually should be) installed with the UCX compatability option.
I don't find a logical *INET_ADDR* but I do see *INET_HOSTADDR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 12:38 PM
тАО10-06-2009 12:38 PM
Re: Finding IP Address of OpenVMS system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 01:31 PM
тАО10-06-2009 01:31 PM
Re: Finding IP Address of OpenVMS system
>Perhaps someone who knows something should
>whip up a DCL procedure which would poke
>around and determine which IP software is
>running on a VMS system.
Already done, and already mentioned in this thread, see:
$ SHOW NETWORK [/FULL]
Product: DECNET Node: JOHNG Address(es): 1.265
Product: TCP/IP Node: johng.xyz.com.au Address(es): 10.2.20.212
It's also a stack independent mechanism for starting and stopping each network product
$ START/NETWORK DECNET
$ STOP/NETWORK "TCP/IP"
A properly conforming network stack will add itself to a "database" stored in logical names SYS$NET_SERVICES_*, which define various stack specific commands. See relevant HELP entries. I assume (but can't confirm) that Multinet uses this mechanism?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 11:45 PM
тАО10-06-2009 11:45 PM
Re: Finding IP Address of OpenVMS system
Thanks a lot for the answers and explanations so far.
The "ucx show interface" command did not work. But I did find out the output of show network which showed:-
Product: DECNET Node:
I guess this means that DECNET service is installed while TCP/IP service is not installed on the system right?
I am going to ask to run a few command like:-
show logical *INET_HOSTADDR to see if I get the IP from there. But I have a few questions:-
1) If the service is DECNET then will the IP Address be some thing like "xx.xx" and not "xx.xx.xx.xx" ???
2) Can I take the IP address from the output of show network or show netword/full ??
Thanks,
Vineet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2009 12:13 AM
тАО10-07-2009 12:13 AM
Re: Finding IP Address of OpenVMS system
DECnet is a completely different protocol. DECnet addresses are of the form n.m, where n is the DECnet Area address and m is the DECnet node address within that area.
If SHOW NETWORK[/FULL] does NOT show an IP address, the IP stack product did not correctly register it's IP address. It's even more likely, that there is no 'IP stack' installed.
To find all the various network protocols active on the LAN adapters of this node, issue the following commands:
$ ANAL/SYS
SDA> SHOW LAN
SDA> EXIT
This will show all active network protocols on all LAN adapters in the system (1 line per protocol). If you don't find a line with IP and/or ARP in column 'Client', then there definitely is NO IP stack installed and active.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2009 12:31 AM
тАО10-07-2009 12:31 AM
Re: Finding IP Address of OpenVMS system
- Vineet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2009 03:59 AM
тАО10-07-2009 03:59 AM
Re: Finding IP Address of OpenVMS system
since neither the TCPIP or UCX commands work for you, then you dont appear to have TCPIP Services installed on your system.
You dont mention whether you get any response from either
$ MULTINET SHOW /ALL
or
$ NETCU SHOW HOST
so based on your answers so far, you might have one of these installed but not started.
do you have a directory called
sys$common:[tcpware] ?? If you do, then you have tcpware installed (probably). look for
SYS$COMMON:[TCPWARE]TCPWARE_CONFIGURE.COM
This is a text file so you can read it. (do not modify it until you are really comfortable with what you are doing). If the system has been previously configured, you will find the system IP address in this file. vis.
$ NETCU_LINES == "LPB-0 127.0.0.1,EIA-0 xxx.xxx.110.207 /MASK=255.255.255.0
in my case "xxx.xxx.110.207" (insert your own first two octets.)
hth
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2009 12:32 AM
тАО10-08-2009 12:32 AM
Re: Finding IP Address of OpenVMS system
Our suspicion was right. I got a reply from a customer who said that half of their environment runs MultiNet and other half runs TCPIP.
It would be great if there is a command which will give me the IP Address irrespective of the stack but I don't know if that's possible. I have asked for the output of:-
SHOW NETWORK/FULL
MULTINET SHOW /ALL
show logical *INET_HOSTADDR
Is there any script or procedure I can use in case we cannot find a common command?
Thanks,
Vineet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2009 12:43 AM
тАО10-08-2009 12:43 AM
Re: Finding IP Address of OpenVMS system
OpenVMS provides the $ SHOW NETWORK [/FULL] command mechanism for any network stack to register itself with the relevant 'show configuration' commands . The data is found in logicals, see $ SHOW LOG SYS$NET_SERVICES*
If the non-HP IP stack does not use this mechanism, please contact the vendor.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2009 01:17 AM
тАО10-08-2009 01:17 AM
Re: Finding IP Address of OpenVMS system
http://xkcd.com/627/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2009 06:18 AM
тАО10-14-2009 06:18 AM
Re: Finding IP Address of OpenVMS system
The command show logical *INET_HOSTADDR worked on the machine with Multinet stack. Plus it's working on other machines with TCP/IP also.
Thanks a lot for all your help!
- Vineet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2009 06:21 AM
тАО10-14-2009 06:21 AM
Re: Finding IP Address of OpenVMS system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-25-2010 05:52 PM
тАО02-25-2010 05:52 PM
Re: Finding IP Address of OpenVMS system
$ show logical *inet_hostaddr
also works in TCPware (as was implied by earlier posts.)
For CMU or Wollongong, you're on your own :-)