1748138 Members
3669 Online
108758 Solutions
New Discussion юеВ

Re: decnet address

 
vmsserbo
Super Advisor

decnet address

What is the command on a VAX server that gives you the decnet address/routing number of the node?
Thanks!
9 REPLIES 9
Uwe Zessin
Honored Contributor

Re: decnet address

It depends on the version:
$ show network
$ mcr ncp show executor characteristics
$ mcr ncl ? [ don't know for Phase V, sorry]
.
vmsserbo
Super Advisor

Re: decnet address

tHANKS!
Jan van den Ende
Honored Contributor

Re: decnet address

Phase V:

$ mcr ncl show node 0 char all

Proost.

Have one on me.

jpe
Don't rust yours pelled jacker to fine doll missed aches.
Mike Reznak
Trusted Contributor

Re: decnet address

Hi,

better to use pipe if you have higher version than V6.*
And even in Decnet OSI (phase V) it's possible to use
$ pipe mc ncp sh exec char | sea sys$input executor
to get the address.

Mike
...and I think to myself, what a wonderful world ;o)
Wim Van den Wyngaert
Honored Contributor

Re: decnet address

Remove char from Jan's ncl answer. And node 0 is optional. And it doesn't show the address ...

The answer is :
$ mc ncl sho rou pha add

Wim
Wim
Wim Van den Wyngaert
Honored Contributor

Re: decnet address

But that depends on phase4 so better to do
$ mc decnet_register show node xxx
where xxx is the node name.
You will see all addresses defined for the node.

Wim
Wim
Michael Yu_3
Valued Contributor

Re: decnet address

Hi,

If running phase V, then ...

NCL> show all id

shows the name and all the address tower sets for the node, including DECnet over IP.

Thanks and regards.

Michael

Re: decnet address

Hye,

show net -> give you the decnet address
mc ncl show routing phaseiv address -> for the phaseiv prefix address

Emmanuel
Daniel Fernandez Illan
Trusted Contributor

Re: decnet address

Hi

Phase V
To see routing configuration:
TYPE SYS$STARTUP:NET$ROUTING_STARTUP.NCL

or
MC NCL SHO ROUTING PHASE IV ADDRESS

Saludos.
Daniel.