1827885 Members
1423 Online
109969 Solutions
New Discussion

VAX

 
SOLVED
Go to solution
vmsserbo
Super Advisor

VAX

How do I get the following info

Decnet address and scssystemid for a vax system 4500

3 REPLIES 3
Heinz W Genhart
Honored Contributor
Solution

Re: VAX

Hi Miles

DECnet Phase IV:

as far as I remember MC NCP SHO EXECUTOR CHAR


Phase V:

MC NCL SHO ADDRESS

This will display addresses and nodenames

With WRITE SYS$OUTPUT F$GETSYI("SCSSYSTEMID") you will get the SCSSYSTEMID

With WRITE SYS$OUTPUT "''f$getsyi("NODE_AREA")'.''f$getsyi("NODE_NUMBER")'" you will get the node area and number as well

Hope that helps

Regards

Heinz
vmsserbo
Super Advisor

Re: VAX

Thanks!
Stanley F Quayle
Valued Contributor

Re: VAX

Even simpler:

$ SHOW NET
$ MCR SYSGEN SHOW SCSSSYTEMID

Actually, the SCSSYSTEMID is supposed to be:

(1024 * DECnet-area) + DECnet-node

If not, DECnet won't start. Is that your problem?
http://www.stanq.com/charon-vax.html