[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DECmcc user notes file. Does not replace IPMT. |
Notice: | Use IPMT for problems. Newsletter location in note 6187 |
Moderator: | TAEC::BEROUD |
|
Created: | Mon Aug 21 1989 |
Last Modified: | Wed Jun 04 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 6497 |
Total number of notes: | 27359 |
3841.0. "Managing of extensions phaseV components?" by COPCLU::EBC () Thu Oct 01 1992 10:59
I have tried to manage the phase V component of a Decnet ext. Wave 1
node from DECmcc, but had no success.
DECMCC is v1.2.
I tested it against extensions system running 5.4-2 and 5.5.
I tried with both versions of Netman (and copied over the dms$dna_caml
file referenced from the new version).
None of them work, and with the new version even NCL has problems.
I then modified the new netman.com to use the old cml. NCL then
works again, but DECMCC gives yet another error-message.
See examples below.
Erik B. Christensen
DS Comms
Copenhagen
-------------------------------------------------------------------------------
The node is registered
----------------------
MCC> dir node4 copfs1
Node4 copfs1
AT 1-OCT-1992 14:25:16
Directory successful.
Registered Name = COPVS3_NS:.copfs1
Name = COPFS1
Address = 50.321
**************
Phase4 management commands work
-------------------------------
MCC> show node4 copbuk line * name
Node4 62.133 Line QNA-0
AT 1-OCT-1992 14:33:52 Identifiers
Name = QNA-0
-------------------------------------------------------------------------------
Old netman
-------------------------------------------------------------------------------
$!+
$! NETMAN.COM
$! Copyright � 1990, Digital Equipment Corporation, Maynard MA USA
$!-
$ sysnet = f$trnlnm("sys$net")
$ userdata = f$element(1,"/",sysnet)
$ userd_len = f$cvui(16,8,userdata)
$ if userd_len .ne. 3 then goto nml
$ userd_1 = f$cvui(24,8,userdata)
$ userd_2 = f$cvui(32,8,userdata)
$ userd_3 = f$cvui(40,8,userdata)
$ if userd_1 .ne. 5 then goto nml
$ if userd_2 .ne. 0 then goto nml
$ if userd_3 .ne. 0 then goto nml
$
$ run sys$system:cml
$ exit
$nml:
$ run sys$system:nml
$ exit
-------------------------------------------------------------------------------
With old NETMAN.COM on COPBUK
-------------------------------------------------------------------------------
execution on COPBUK
-------------------
NCL>show x25 acc filter x29_server all stat
Show Node 0 X25 Access Filter X29_SERVER
at 1992-10-01-13:20:02.26000 + 00:00 I 00.00000
Status
UID = 407B7805-9E97-CB11-8001-AA000400FEFF
Listener
State = Free
***************
execution on COPBUK
-------------------
NCL>show node copbuk x25 acc filter x29_server all stat
Show Node :.copbuk X25 Access Filter X29_SERVER
at 1992-10-01-13:20:52.76000 + 00:00 I 00.00000
Status
UID = 407B7805-9E97-CB11-8001-AA000400FEFF
Listener
State = Free
***************
execution on mcc-system
-----------------------
MCC> show node copbuk x25 access filter x29_server all status
Node COPVS3_NS:.copbuk X25 Access Filter x29_server
AT 1-OCT-1992 14:32:19 Status
Connection rejected because of Protocol Version Skew, could be a Phase IV Node
-------------------------------------------------------------------------------
New netman
-------------------------------------------------------------------------------
$!+
$! NETMAN.COM
$! Copyright � 1990, Digital Equipment Corporation, Maynard MA USA
$!-
$ sysnet = f$trnlnm("sys$net")
$ userdata = f$element(1,"/",sysnet)
$ userd_len = f$cvui(16,8,userdata)
$ if userd_len .ne. 3 then goto nml
$ userd_1 = f$cvui(24,8,userdata)
$ userd_2 = f$cvui(32,8,userdata)
$ userd_3 = f$cvui(40,8,userdata)
$ write sys$output "NML Protocol Version = ''userd_1'.''userd_2'.''userd_3'"
$ if userd_1 .lt. 5 then goto nml
$!
$ run /nodebug sys$system:dms$dna_caml
$ exit
$nml:
$ run sys$system:nml
$ exit
-------------------------------------------------------------------------------
With new NETMAN.COM on COPBUK
-------------------------------------------------------------------------------
execution on COPBUK
-------------------
NCL>show x25 acc filter x29_server all stat
Show Node 0 X25 Access Filter X29_SERVER
at 1992-10-01-13:15:35.14000 + 00:00 I 00.00000
Status
UID = 407B7805-9E97-CB11-8001-AA000400FEFF
Listener
State = Free
***************
execution on COPBUK
-------------------
NCL>show node copbuk x25 acc filter x29_server all stat
%NCL-E-NOCONNECTION, cannot establish CMIP connection to remote node
***************
execution on mcc-system
-----------------------
MCC> show node copbuk x25 access filter x29_server all status
Node COPVS3_NS:.copbuk X25 Access Filter x29_server
AT 1-OCT-1992 14:29:42 Status
The requested operation cannot be completed
Entity Existence Info = Entity Existence Cannot Be Determined,
VMS Routine Error = %SYSTEM-F-LINKEXIT, network partner
exited
-------------------------------------------------------------------------------
Modified Netman.com
-------------------------------------------------------------------------------
$!+
$! NETMAN.COM
$! Copyright � 1990, Digital Equipment Corporation, Maynard MA USA
$!-
$ sysnet = f$trnlnm("sys$net")
$ userdata = f$element(1,"/",sysnet)
$ userd_len = f$cvui(16,8,userdata)
$ if userd_len .ne. 3 then goto nml
$ userd_1 = f$cvui(24,8,userdata)
$ userd_2 = f$cvui(32,8,userdata)
$ userd_3 = f$cvui(40,8,userdata)
$ write sys$output "NML Protocol Version = ''userd_1'.''userd_2'.''userd_3'"
$ if userd_1 .lt. 5 then goto nml
$!
$ run sys$system:cml
$ exit
$nml:
$ run sys$system:nml
$ exit
-------------------------------------------------------------------------------
***************
execution on COPBUK
-------------------
NCL>show x25 access filter x29_server all status
Show Node 0 X25 Access Filter X29_SERVER
at 1992-10-01-14:00:14.98000 + 00:00 I 00.00000
Status
UID = 407B7805-9E97-CB11-8001-AA000400FEFF
Listener
State = Free
***************
execution on COPBUK
-------------------
NCL>show node copbuk x25 access filter x29_server all status
Show Node :.copbuk X25 Access Filter X29_SERVER
at 1992-10-01-14:00:06.20000 + 00:00 I 00.00000
Status
UID = 407B7805-9E97-CB11-8001-AA000400FEFF
Listener
State = Free
***************
execution on mcc-system
-----------------------
MCC> show node .copbuk x25 access all status
Node COPVS3_NS:.copbuk
AT 1-OCT-1992 14:56:17 Status
No such entity: Node COPVS3_NS:.copbuk
Unknown Entity = Node COPVS3_NS:.copbuk
-------------------------------------------------------------------------------
T.R | Title | User | Personal Name | Date | Lines |
---|
3841.1 | It does work. | COPCLU::EBC | | Fri Oct 02 1992 07:19 | 6 |
|
Well, I was not using the correct NETMAN.COM, and I have feedback, that
it does work, so it probably will for me too, when I get a chance to
test it with the correct file.
Erik
|
3841.2 | | TOOK::PURRETTA | | Fri Oct 02 1992 10:38 | 10 |
| If you look at the command you gave in the .0 log file at the end,
it looks like you specified a different node than was registered
as seen in the begining of the log file. Registered node is COPFS1
but request was sent to COPBUK and got the error "Unknown Entity".
BTW, I have a waveI machine in my office and haven't had any of the
problems you mentioned. So you're probably right about not having
the proper netman.com.
John
|