- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- How can I tell what version of DecNet is running?
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
Forums
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
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
тАО05-05-2004 02:41 AM
тАО05-05-2004 02:41 AM
If I can set h 0, does this mean DECNET is running? From the same node, if I set h "next node in cluster" I get a license error of
%LICENSE-E-NOAUTH, RTPAD, No DECnet License. Off node use is not authorized on t
his node.
Also, license list doesn't show decnet , dvnetend or dvnetrtg. On an Alpha I could use product show history, but what about on a VAX?
So is there a way to determine if Decnet Phase IV, OSI or Phase V is installed using NCL, NCP or LATCP commands?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2004 02:49 AM
тАО05-05-2004 02:49 AM
Re: How can I tell what version of DecNet is running?
If you are having Decnet-plus or OSI, then give the following command to see the installed version:
$MC NCL SHO IMPLEMENTATION
If Decnet IV is installed, then above command won't work.
HTH,
Thanks & regards,
Lokesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2004 02:58 AM
тАО05-05-2004 02:58 AM
Re: How can I tell what version of DecNet is running?
how about f$getsyi("DECNET_VERSION")?
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2004 03:35 AM
тАО05-05-2004 03:35 AM
Re: How can I tell what version of DecNet is running?
Please let me know how to interpret following :
$ write sys$output f$getsyi("decnet_version")
00050C00
$
Thanks & regards,
Lokesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2004 08:45 AM
тАО05-05-2004 08:45 AM
Re: How can I tell what version of DecNet is running?
Hi,
F$GETSYI("DECNET_VERSION") gives 00040000 on DECnet Phase IV nodes, and 0005xxxx (I'm not sure about the 'xxxx') on Phase V nodes.
Hope this helps,
Kris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2004 06:32 PM
тАО05-05-2004 06:32 PM
Re: How can I tell what version of DecNet is running?
I think it works also on VAX.
Attila
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2004 06:39 PM
тАО05-05-2004 06:39 PM
SolutionAt the DCL prompt you can also use the command $SHOW NETWORK or $SHOW NETWORK/FULL. This will tell You which Network Protocols are configured on your system, if the state is "on" and what the version is. I believe this command is available since OpenVMS V7.x on both VAX & Alpha.
For DECnet Phase IV the following command will tell you if DECnet Phase IV is configured:
$ MC NCP SHOW EXECUTOR
For DECnet Phase V the next command will tell you the DECnet Phase V version:
$ MC NCL SHO IMPLEMENTATION
Licenses which enable You to use DECnet are:
DVNETEND
DVNETEXT
DVNETRTG
and the package licenses:
NET-APP-SUP-150
NET-APP-SUP-200
NET-APP-SUP-300
NET-APP-SUP-400
These package licenses enable you also to run some other (part of) products like UCX, DCPS...etc
To see which license are loaded on your system you can use the command:
$ SHOW LIC NET* or $SHOW LIC DV*
Regards,
Henk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2004 10:43 PM
тАО05-05-2004 10:43 PM
Re: How can I tell what version of DecNet is running?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2004 04:49 PM
тАО05-10-2004 04:49 PM
Re: How can I tell what version of DecNet is running?
You can lookup the DECNet version on your system following any one of the following methods
1. MC NCP SHOW VER (For DECnet IV)
MC NCL SHOW VER (For DECnet V)
2. SHOW NET
3. PRODUCT SHOW PRODUCT
regards
Mobeen