[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference netcad::hub_mgnt

Title:DEChub/HUBwatch/PROBEwatch CONFERENCE
Notice:Firmware -2, Doc -3, Power -4, HW kits -5, firm load -6&7
Moderator:NETCAD::COLELLADT
Created:Wed Nov 13 1991
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:4455
Total number of notes:16761

3710.0. "NDU on VMS /UCX with two IP Interfaces" by PRIVAT::OTTO (getting better all the time) Mon Jul 15 1996 11:37

Hello 

a customer has a VMS System equipped with two Interfaces and also two IP 
addresses.
He is using NDU to upgrade Repeaters.
His Problem starts when he tries to upgrade repeaters that are not in the 
same SUBnet of his "first" InterFace.


UCX> sho inter
                                                           Packets
Interface   IP_Addr   Network mask   Receive          Send     MTU

 SE0  16.185.128.81   255.255.255.0   1386289         42186    1500
 CF0  16.186.0.81     255.255.255.0   1406127         24827    4348
 LO0  127.0.0.1       255.0.0.0         3             3   65535
UCX>


$ sho log ucx$inet*
  "UCX$INET_HOSTADDR" = "16.185.128.81"


Only Repeaters in the network of 16.185.128 are possible to upgrade.

Are there any other posibilities ??



Thanks 

OTTO
T.RTitleUserPersonal
Name
DateLines
3710.1CSC32::B_GOODWINMCI Mission Critical Support TeamTue Jul 16 1996 11:202
Is your system running "routed", if not, you probably need to set default route
to the subnet of the other repeater.
3710.2PRIVAT::OTTOgetting better all the timeMon Jul 22 1996 11:2177
Instead of deciding which rail to go using the target address 
NDU always uses the Address of the Host that is in UCX$INET_HOST.

redefining this Logical is the only way to tell NDU
 that it should use the second address.

$ @hub_load

Select the device to be loaded:

     1.) DECagent 90                    7.) DECrepeater 90TS

     2.) DECbridge 90, 90FL             8.) DECrepeater 900FP

     3.) DECbridge 900MX                9.) DECrepeater 900GM

     4.) DECconcentrator 900MX          10.) DECrepeater 900TM


     5.) DEChub 900 MultiSwitch         11.) Exit

     6.) DECrepeater 90FS

Enter your selection: 10
Device TCP/IP address: 16.186.0.127
Firmware image (MOM$LOAD:DETMM110.BIN): define/system/exec  UCX$INET_HOST pravat
Firmware image (MOM$LOAD:DETMM110.BIN): sys$login:detmm200.bin
Image will be SYS$LOGIN:DETMM200.BIN
Community String [public]:

(c) Digital Equipment Corporation. 1993. All Rights Reserved.

HOSTNAME: PRAVAT.muh.dec.com
gethostbynamefailed:
%SYSTEM-S-MSGNOTFND, message not in system message file
%NONAME-E-NOMSG, Message number 0801819A


$ define/system/exec  UCX$INET_HOST privat
%DCL-I-SUPERSEDE, previous value of UCX$INET_HOST has been superseded
$ @hub_load

Select the device to be loaded:

     1.) DECagent 90                    7.) DECrepeater 90TS

     2.) DECbridge 90, 90FL             8.) DECrepeater 900FP

     3.) DECbridge 900MX                9.) DECrepeater 900GM

     4.) DECconcentrator 900MX          10.) DECrepeater 900TM

     5.) DEChub 900 MultiSwitch         11.) Exit

     6.) DECrepeater 90FS

Enter your selection: 10
Firmware image (MOM$LOAD:DETMM110.BIN): sys$login:detmm200.bin
Image will be SYS$LOGIN:DETMM200.BIN
Community String [public]:
Device TCP/IP address: 16.186.0.127
Community String [public]:

(c) Digital Equipment Corporation. 1993. All Rights Reserved.

HOSTNAME: privat.muh.dec.com

Server: 16.186.0.48
.
.



Hopefully the customer accepts this as a workaround..


OTTO