Operating System - OpenVMS
1753776 Members
7205 Online
108799 Solutions
New Discussion юеВ

Re: Trying to change DECNet address on upgraded system.

 
dB LEE
Advisor

Trying to change DECNet address on upgraded system.

Hell Everybody.
I have a 7.1 system that I upgraded to 7.3.
I tried to modify the DECNet address using:
$ @SYS$MANAGER:NET$CONFIGURE.COM
This accepts and confirms my new address but
when I use:
$ SHOW NETWORK
it still reports the old address!
What's up with that?
Thanks for any help
-dB
10 REPLIES 10
Steven Schweda
Honored Contributor

Re: Trying to change DECNet address on upgraded system.

Did you stop and re-start the network after
you made the changes? The address may not be
a dynamic property.
Andy Bustamante
Honored Contributor

Re: Trying to change DECNet address on upgraded system.


You'll also need to modify sysgen parameter SCSSYSTEMID.

See $ MCR SYSGEN
>help Sys_Parameters SCSSYSTEMID


Andy
If you don't have time to do it right, when will you have time to do it over? Reach me at first_name + "." + last_name at sysmanager net
dB LEE
Advisor

Re: Trying to change DECNet address on upgraded system.

Hey Steve and Andy,
I'm trying to change from address 1.2 -> 1.3
I'm logged in as user SYSTEM.
Running NET$CONFIGURE and rebooting:
$ SHOW NETWORK shows address 1.2
Running the NET$CONFIGURE script again
I see the the default option is [1.3].

Then I try:
SYSGEN>SET SCSSYSTEMID 1027
SYSGEN>WRITE/CURRENT SCSSYSTEMID 1027
SYSGEN>WRITE/ACTIVE SCSSYSTEMID 1027
and then:
SYSGEN>SHOW SCSSYSTEMID
... this shows value 1027
SYSGEN>exit
$SHOW NETWORK => 1.2
Reboot...
$SHOW NETWORK => 1.2
SYSGEN>SHOW SCSSYSTEMID
...1026
So I don't know what to do next.
Is this not the conventional way to change
the DECNet address?
-dB
Fritz Hummel
New Member

Re: Trying to change DECNet address on upgraded system.

Hi !

Did you modify the address in SYS$SYSTEM:MODPARAMS.DAT ?
Steven Schweda
Honored Contributor

Re: Trying to change DECNet address on upgraded system.

There's a section in the FAQ on changing a
node's name, which might be helpful.

Not having tried this (in living memory,
anyway), I'd expect to have to make both
changes (address in its permanent data base,
SCSSYSTEMID in its permanent data base), and
_then_ reboot.

No bets.
dB LEE
Advisor

Re: Trying to change DECNet address on upgraded system.

Steve, I've seen that FAQ and will take a try
at the instructions there. Meanwhile:
I found and edited SCSSYSTEMID and SCSNODE in MODPARAMS.DAT. I then located ALPHAVMSSYS.PAR and checked it with a hex editor. It has the original node name and address. I then repeated my previous activity of changing the values within SYSGEN> and checked it again to see if any changes were made: nope.
I repeated the NET$CONFIGURE process and reboot. Still no change!
Next I'll try the FAQ....
Joseph Huber_1
Honored Contributor

Re: Trying to change DECNet address on upgraded system.

>SYSGEN>SET SCSSYSTEMID 1027
>SYSGEN>WRITE/CURRENT SCSSYSTEMID 1027
>SYSGEN>WRITE/ACTIVE SCSSYSTEMID 1027

These commands certainly do not update ALPHAVMSSYS.PAR .
USE CURRENT
SET SCSSYSTEMID 1027
(evtl. SET SCSNODE "newname")
WRITE CURRENT
would do it.
http://www.mpp.mpg.de/~huber
Joseph Huber_1
Honored Contributor

Re: Trying to change DECNet address on upgraded system.

To explain:
SYSGEN apparently does not complain about the wrong syntax, but in fact writes something like DEFAULT.PAR, not the file You expect.

And making the change to modparams.dat is of course a good thing, but becomes effective only after AUTOGEN !
http://www.mpp.mpg.de/~huber
Robert Gezelter
Honored Contributor

Re: Trying to change DECNet address on upgraded system.

dB,

You need to do both steps:
- change the DECnet node number in the DECnet stack (NET$CONFIGURE)
- change the SCSSYSTEMID (and write it back)

You will then need to reboot. Be careful to check the SYSGEN help text for SCSSYSTEMID so that you are clear on computing the new value of SCSSYSTEMID.

- Bob Gezelter, http://www.rlgsc.com