Operating System - OpenVMS
1752796 Members
5789 Online
108789 Solutions
New Discussion юеВ

Re: decnet - incorrect executor node number

 
TMcB
Super Advisor

Re: decnet - incorrect executor node number

HI.

when I try to set host to anything i get :
%SYSTEM-F-UNREACHABLE, remote node is not currently reachable

Decnet should be running on EIA0
> mc lancp show conf

LAN Configuration (9-APR-2010 10:47:00.85):
Parent or
Device PrefCPU Medium/User Version Link Speed Duplex Auto BufSize MAC Address Type Description
------ ------- ----------- ------- ---- ----- ------ ---- ------- ---------------- ------------ -----------
EIA0 0 Ethernet X-54 Up 100 Full Yes 1500 AA-00-04-00-27-04 UTP i82559er
00-02-A5-20-58-B7 (default)
EWA0 1 Ethernet X-79 Up 100 Full Yes 1500 00-16-35-3E-EC-69 UTP BCM5703

> type SYS$MANAGER:NET$CSMACD_STARTUP.NCL
!%
!% NCL script SYS$SYSROOT:[SYSMGR]NET$CSMACD_STARTUP.NCL
!% Created by Network Database Conversion on 9-APR-2010 10:10:57.10
!%
SET NCL DEFAULT ENTITY NODE 0
!%
CREATE CSMA-CD
!%
CREATE CSMA-CD STATION EWA-0 COMMUNICATION PORT = EWA
ENABLE CSMA-CD STATION EWA-0
!%
CREATE CSMA-CD STATION EIA-0 COMMUNICATION PORT = EIA
ENABLE CSMA-CD STATION EIA-0
!%
!% End of NCL script NET$CSMACD_STARTUP.NCL
!%

Volker Halle
Honored Contributor

Re: decnet - incorrect executor node number

TMcB,

you're currently running DECnet Phase IV protocol on EIA. This may not be the right LAN.

Look at your SYS$MANAGER:NET$ROUTING_STARTUP.NCL-OLD;* files to check which interface you've been using before.

Volker.
TMcB
Super Advisor

Re: decnet - incorrect executor node number

Hi Volker

looks like you are correct.
After rerunning decnet_register and rebooting to correct the address - I was able to set host to other servers in the same building, but not other buildings.

Think this is because it needs to run on other card - Do I need to reboot servers for this to take effect?

Thanks
Volker Halle
Honored Contributor

Re: decnet - incorrect executor node number

TMcB,

it should be possible to change the routing circuit config online, but if you're running other protocols on those LAN interfaces, they may not allow the changing of the MAC address associated with ENABLE PHASEIV ADDRESS = TRUE or FALSE.

Just fix the DECnet configuration and reboot.

Volker.