Operating System - OpenVMS
1748195 Members
3922 Online
108759 Solutions
New Discussion юеВ

Re: Decnet+ configuration

 
SOLVED
Go to solution
Joewee
Regular Advisor

Decnet+ configuration

Hi All,

This is on my test machines. I'm running two instances of freeAXP on my desktop machine, both of them configured to a loop back adapter and the two loop back adapters are bridged together.

Two machines TEST1 and JOSE. Both the machines are communicating to each other via TCP/IP but i want to make them to see each other through decnet.

I have registered the decnet address of both the machines on each other with

$ run sys$system:decnet_register.exe

This was working fine a week ago. I'm not able to find out where the problem is.



Please find the output below.


TEST1_SYSTEM> ucx ping jose
PING jose.test.home (192.168.1.35): 56 data bytes
64 bytes from 192.168.1.35: icmp_seq=0 ttl=64 time=12 ms
64 bytes from 192.168.1.35: icmp_seq=1 ttl=64 time=7 ms
64 bytes from 192.168.1.35: icmp_seq=2 ttl=64 time=15 ms
64 bytes from 192.168.1.35: icmp_seq=3 ttl=64 time=12 ms


----jose.test.home PING Statistics----
4 packets transmitted, 4 packets received, 0% packet loss
round-trip (ms) min/avg/max = 7/11/15 ms


TEST1_SYSTEM> telnet jose
%TELNET-I-TRYING, Trying ... 192.168.1.35
%TELNET-I-SESSION, Session 01, host jose, port 23
-TELNET-I-ESCAPE, Escape character is ^]

Username: Exit
Error reading command input
End of file detected
%TELNET-S-REMCLOSED, Remote connection closed
-TELNET-I-SESSION, Session 01, host jose, port 23



TEST1_SYSTEM> set host jose
%%%%%%%%%%% OPCOM 14-DEC-2009 12:20:01.76 %%%%%%%%%%%
Message from user SYSTEM on TEST1
Event: Address Unreachable PDU Discard from: Node LOCAL:.TEST1 Routing,
at: 2009-12-14-12:20:01.761+05:30Iinf
Source Address=49::00-01:AA-00-04-00-03-04:20,
Forwarding Address=49::00-01:AA-00-04-00-02-04:20
eventUid 00C43D98-E8AB-11DE-80B9-08003BAABBCC
entityUid BE6AABD5-E819-11DE-8016-AA0004000304
streamUid C3F70030-E819-11DE-8016-AA0004000304


%%%%%%%%%%% OPCOM 14-DEC-2009 12:20:01.81 %%%%%%%%%%%
Message from user SYSTEM on TEST1
Event: Address Unreachable PDU Discard from: Node LOCAL:.TEST1 Routing,
at: 2009-12-14-12:20:01.809+05:30Iinf
Source Address=49::00-01:AA-00-04-00-03-04:20,
Forwarding Address=49::00-01:AA-00-04-00-02-04:20
eventUid 00CBB0D2-E8AB-11DE-80B9-08003BAABBCC
entityUid BE6AABD5-E819-11DE-8016-AA0004000304
streamUid C3F70030-E819-11DE-8016-AA0004000304


%%%%%%%%%%% OPCOM 14-DEC-2009 12:20:01.87 %%%%%%%%%%%
Message from user SYSTEM on TEST1
Event: Address Unreachable PDU Discard from: Node LOCAL:.TEST1 Routing,
at: 2009-12-14-12:20:01.867+05:30Iinf
Source Address=49::00-01:AA-00-04-00-03-04:20,
Forwarding Address=49::00-01:AA-00-04-00-01-04:20
eventUid 00D47B59-E8AB-11DE-80B9-08003BAABBCC
entityUid BE6AABD5-E819-11DE-8016-AA0004000304
streamUid C3F70030-E819-11DE-8016-AA0004000304


%%%%%%%%%%% OPCOM 14-DEC-2009 12:20:01.93 %%%%%%%%%%%
Message from user SYSTEM on TEST1
Event: Address Unreachable PDU Discard from: Node LOCAL:.TEST1 Routing,
at: 2009-12-14-12:20:01.921+05:30Iinf
Source Address=49::00-01:AA-00-04-00-03-04:20,
Forwarding Address=49::00-01:AA-00-04-00-01-04:20
eventUid 00DCAD4C-E8AB-11DE-80B9-08003BAABBCC
entityUid BE6AABD5-E819-11DE-8016-AA0004000304
streamUid C3F70030-E819-11DE-8016-AA0004000304


%SYSTEM-F-UNREACHABLE, remote node is not currently reachable
TEST1_SYSTEM>



JOSE_SYSTEM> sho dev EWA0:/full

Device EWA0:, device type DE500, is online, network device, error logging is
enabled, device is a template only.

Error count 1 Operations completed 0
Owner process "" Owner UIC [SYSTEM]
Owner process ID 00000000 Dev Prot S:RWPL,O:RWPL,G,W
Reference count 0 Default buffer size 512

Operating characteristics: Link up.

Speed (Mbits/sec) 10
Def. MAC addr 08-00-2B-DE-50-00 Current MAC addr AA-00-04-00-02-04




TEST1_SYSTEM> sho dev ewa0/full

Device EWA0:, device type DE500, is online, network device, error logging is
enabled, device is a template only.

Error count 1 Operations completed 0
Owner process "" Owner UIC [SYSTEM]
Owner process ID 00000000 Dev Prot S:RWPL,O:RWPL,G,W
Reference count 0 Default buffer size 512

Operating characteristics: Link up.

Speed (Mbits/sec) 10
Def. MAC addr 08-00-3B-AA-BB-CC Current MAC addr 08-00-3B-AA-BB-CC

TEST1_SYSTEM>



DECNET_REGISTER output attached
9 REPLIES 9
Oswald Knoppers_1
Valued Contributor

Re: Decnet+ configuration

I find it strange that on TEST1 the current mac address is not set to AA-00-04-00-03-04

Can you do (on test1) a:

$ mc ncl show rout circ * enable phaseiv address

Oswald
Joewee
Regular Advisor

Re: Decnet+ configuration

Since im running 2 Instances of FreeAXP i have defined the mac address manually in the .cfg file as below.

pci11 = de500
{
adapter="FreeAXP";
mac="08-00-3b-aa-bb-cc";
}

Output:
TEST1_SYSTEM> mc ncl show rout circ * enable phaseiv address

Node 0 Routing Circuit CSMACD-0
at 2009-12-14-16:21:18.806+05:30Iinf

Characteristics

Enable PhaseIV Address = True

TEST1_SYSTEM>
Oswald Knoppers_1
Valued Contributor

Re: Decnet+ configuration

It looks like DECnet did not startup properly. The MAC address should have been set to the AA address. Did you get any DECnet related error messages during startup?

Is the routing circuit started?

$ ncl sho routing circuit * all state

Oswald
Joewee
Regular Advisor

Re: Decnet+ configuration

Hi,

Many thanks for your time on this.

Please find the output below.

Its on on one node and off on the other. I did not receive any error during the startup.

Rightnow I have added these two nodes in to a cluster.

JOSE_SYSTEM> sho clus
View of Cluster from system ID 1026 node: JOSE 14-DEC-2009 17:11:18
├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ┬м├в ├в ├в ├в ├в ├в ├в ├в ├в ├в
├в SYSTEMS ├в MEMBERS ├в
├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ┬м├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ┬╝├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ┬д
├в NODE ├в SOFTWARE ├в STATUS ├в
├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ┬╝├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ┬╝├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ┬д
├в JOSE ├в VMS V8.3 ├в MEMBER ├в
├в TEST1 ├в VMS V8.3 ├в MEMBER ├в
├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ┬┤├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ├в ┬┤├в ├в ├в ├в ├в ├в ├в ├в ├в ├в

Sorry about the time on the machine, I'm not able to renew my hobbyist license. Since my membership number is not getting updated for the past 2 weeks or so.


Startup log, attached.


Im not sure how to start this one...


I hope i've not messed up anything with decnet_register.


On TEST1:

NCL>sho routing circuit * all

Node 0 Routing Circuit CSMACD-0
at 2009-12-14-17:00:12.207+05:30Iinf

Identifiers

Name = CSMACD-0

Status

UID = 93D62874-E8CB-11DE-8056-AA0004000304
State = Off
Data Link SDU Size = 0
Data Link Port =

Characteristics

Type = CSMA-CD
Template = ""
Data Link Entity = CSMA-CD Station CSMACD-0
Enable PhaseIV Address = True
Manual Data Link SDU Size = 1492
Manual Routers =
{
}
Inactive Area Address =
{
}

Counters

Data PDUs Received = 0
Data PDUs Fragmented = 0
Data PDUs Transmitted = 0
Segmentation Failure Discards = 0
Circuit Changes = 0
Initialization Failures = 0
Control PDUs Sent = 0
Control PDUs Received = 0
Corrupted Hello PDUs Received = 0
Creation Time = 2009-12-14-16:13:12.398+05:30Iinf

NCL>sho routing circuit *

Node 0 Routing Circuit CSMACD-0
at 2009-12-14-17:00:16.866+05:30Iinf

Identifiers

Name = CSMACD-0

NCL>sho routing circuit * state

Node 0 Routing Circuit CSMACD-0
at 2009-12-14-17:00:20.044+05:30Iinf

Status

State = Off

NCL>exit
TEST1_SYSTEM>


On JOSE:


JOSE_SYSTEM> mc ncl
NCL>show routing circuit *

Node 0 Routing Circuit CSMACD-0
at 2009-12-14-17:04:46.250+05:30Iinf

Identifiers

Name = CSMACD-0

NCL>show routing circuit * all

Node 0 Routing Circuit CSMACD-0
at 2009-12-14-17:04:51.935+05:30Iinf

Identifiers

Name = CSMACD-0

Status

UID = 2267B6EE-E8D0-11DE-800F-AA0004000204
State = On
Data Link SDU Size = 1492
Data Link Port = CSMA-CD Port CSMACD$EWA_0006

Characteristics

Type = CSMA-CD
Template = ""
Data Link Entity = CSMA-CD Station CSMACD-0
Enable PhaseIV Address = True
Manual Data Link SDU Size = 1492
Manual Routers =
{
}
Inactive Area Address =
{
}

Counters

Data PDUs Received = 0
Data PDUs Fragmented = 0
Data PDUs Transmitted = 6
Segmentation Failure Discards = 0
Circuit Changes = 1
Initialization Failures = 0
Control PDUs Sent = 11
Control PDUs Received = 0
Corrupted Hello PDUs Received = 0
Creation Time = 2009-12-14-16:45:49.576+05:30Iinf

NCL>show routing circuit * state

Node 0 Routing Circuit CSMACD-0
at 2009-12-14-17:04:59.472+05:30Iinf

Status

State = On

NCL>exit
JOSE_SYSTEM> set h test1
Interrupt

JOSE_SYSTEM> stop
JOSE_SYSTEM>
Oswald Knoppers_1
Valued Contributor

Re: Decnet+ configuration

>NCL>sho routing circuit * state
>
>Node 0 Routing Circuit CSMACD-0
>at 2009-12-14-17:00:20.044+05:30Iinf
>
>Status
>
>State = Off
>
>NCL>

This is your problem. But I don't understand why the circuit wasn't started during startup.

Can you show the output of

$ mc ncl sho csma stat * all

Oswald
Joewee
Regular Advisor

Re: Decnet+ configuration

Please find the output below:

TEST1_SYSTEM> mc ncl sho csma stat * all

Node 0 CSMA-CD Station *
at 2009-12-14-17:53:43.242+05:30Iinf

command failed due to:
no such object instance

TEST1_SYSTEM>







JOSE_SYSTEM> mc ncl sho csma stat * all

Node 0 CSMA-CD Station CSMACD-0
at 2009-12-14-17:54:03.707+05:30Iinf

Identifiers

Name = CSMACD-0

Status

UID = 207088DA-E8D0-11DE-800E-AA0004000204
Communication Port = EWA
Hardware Address = 08-00-2B-DE-50-00
State = On
MAC Address = AA-00-04-00-02-04 (LOCAL:.JOSE)
Address Filters =
{
AB-00-04-01-16-01 ,
AB-00-00-01-00-00 ,
09-00-2B-02-01-00 ,
09-00-2B-02-01-01 ,
09-00-2B-00-00-04 ,
AB-00-00-04-00-00 ,
FF-FF-FF-FF-FF-FF ,
01-00-5E-00-00-01
}
Receive Mode = Normal

Characteristics

Station Buffers = 16

Counters

Creation Time = 2009-12-14-16:45:46.279+05:30Iinf
Octets Received = 2079740
Octets Sent = 2279358
PDUs Received = 13046
PDUs Sent = 11989
Multicast Octets Received = 473922
Multicast Octets Sent = 222770
Multicast PDUs Received = 4577
Multicast PDUs Sent = 1880
Initially Deferred PDUs Sent = 0
Single Collision PDUs Sent = 0
Multiple Collisions PDUs Sent = 0
Excessive Collisions = 0
Carrier Check Failures = 0
Late Collisions = 0
Collision Detect Check Failures = 0
Frame Check Errors = 0
Frame Size Errors = 0
Send Data Length Errors = 0
Alignment Errors = 0
Frames Too Long = 0
Receive Data Length Errors = 0
Unrecognized Individual Destination PDUs = 0
Unrecognized Multicast Destination PDUs = 10
Data Overruns = 0
Unavailable Station Buffers = 0
Unavailable User Buffers = 0
Station Failures = 0

JOSE_SYSTEM>
Oswald Knoppers_1
Valued Contributor
Solution

Re: Decnet+ configuration

>Node 0 CSMA-CD Station *
>at 2009-12-14-17:53:43.242+05:30Iinf
>
>command failed due to:
>no such object instance

You DECnet config is broken.

I would rerun sys$manager:net$configure and recreate the decnet configuration.

Oswald
Joewee
Regular Advisor

Re: Decnet+ configuration

I have done the same and everything is fine now...

Many thanks for you time on this...
Joewee
Regular Advisor

Re: Decnet+ configuration

As Oswald suggested, the DECNET configuration was broken, reconfigured everything is fine..

Thanks again.