- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: list all known nodes in decnet plus
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
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
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-22-2003 07:50 PM
05-22-2003 07:50 PM
list all known nodes in decnet plus
I am profiling a number of VMS nodes installed with DECnet plus.
I would like to know if there is anything in NCL language equivalent to decnet phase IV command "show known nodes"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2003 04:28 AM
05-23-2003 04:28 AM
Re: list all known nodes in decnet plus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2003 01:34 PM
05-23-2003 01:34 PM
Re: list all known nodes in decnet plus
One of the menu options allows you to list all the nodes to a text-readable file.
--Brad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2003 09:00 PM
05-25-2003 09:00 PM
Re: list all known nodes in decnet plus
There is a utility called DECNET_MIGRATE to
convert phase IV command and command procedures
to phase V standard. See the following example:
$ r sys$update:decnet_migrate
DECNET_MIGRATE> convert command "SHOW KNOWN NODES"
! *** Converting the following NCP command to NCL:
! SHOW KNOWN NODES
SHOW NODE 0 ROUTING CIRCUIT {{{}}} ADJACENCY * ALL STATUS
DECNET_MIGRATE>
Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 02:57 PM
05-29-2003 02:57 PM
Re: list all known nodes in decnet plus
Patrick,
The best answer is to go into MC DECNET_REGISTER, take option 1, and put an * in the nodename location. That will show you all the nodes that you have "defined". However, unlike NCP, it will not show you things like remote machines you don't have defined, but are connected to your machine.
As I'm sure you've already discovered, NCL is nothing like NCP. DECNET_MIGRATE under certain VMS/DECnet-Plus combinations has been known to crash machines. In addition, the command DECNET_MIGRATE provided will only show you the nodes that are one "hop" away from this machine. So if you are an end node, it will show you the routers in your area. If you are a router, it'll show all the nodes you've received a hello message from.
I hope this clarifies the use of DECNET_MIGRATE.
Connie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2003 10:13 AM
06-22-2003 10:13 AM
Re: list all known nodes in decnet plus
NCL>sho sess control known towers
will generate something similar