[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

167.0. "Problems with T1.1.8" by RDGENG::GREID (Life it seems will fade away....) Tue Feb 23 1993 05:59

    I have just recently installed HUBWATCH T1.1.8 successfully.
    However when I invoke HUBWATCH$STARTUP.COM I get the following :-
     
    $ @sys$startup:hubwatch$startup.com
    %DCL-W-IVVERB, unrecognized command verb - check validity and spelling
     \REMOVE\
    %INSTALL-E-FAIL, failed to CREATE entry for
    DISK$SYSTEM:<SYS0.SYSCOMMON.SYSEXE>HUBWATCH.EXE
    -INSTALL-E-EXISTS, Known File Entry for a version of this file already
    exists
    %DCL-W-IVVERB, unrecognized command verb - check validity and spelling
     \REMOVE\
    %INSTALL-E-FAIL, failed to CREATE entry for 
    DISK$SYSTEM:<SYS0.SYSCOMMON.SYSLIB>UCX$IPC_SHR.EXE
    -INSTALL-E-EXISTS, Known File Entry for a version of this file already
    exists
    
    I also upgraded the Bridge firmware and find that I can't get to some
    of the HUBS and get returned the following :-
    
    =p
    (W): �
    (W): Current agent not in the agent table
    (D): retry[1/0/1] (slot=0[1/0/1],vw=1,rq=2cbcc0)
    
    (D): retry[2/0/1] (slot=0[2/0/1],vw=1,rq=2cbcc0)
                                                             
    ERROR: No response[2/1/1] (slot=0[2/1/1],vw=1,rq=2cbcc0)
    
    (D): retry[3/1/2] (slot=0[3/1/2],vw=1,rq=2cbcc0)
    
    (D): retry[4/1/2] (slot=0[4/1/2],vw=1,rq=2cbcc0)
    
    ERROR: No response[4/2/2] (slot=0[4/2/2],vw=1,rq=2cbcc0)
    
    %SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual
    address=00000010, P
    =00050002, PSL=03C00004
    
      Improperly handled condition, image exit forced.
    
            Signal arguments              Stack contents
    
            Number = 00000005                7FEC1D14
            Name   = 0000000C                00000000
                     00000000                2FFC0000
                     00000010                7FEC20D0
                     00050002                7FEC2094
                     03C00004                00077BF6
                                             00000001
                                             002CBCC0
                                             0000000C
                                             002CBCC0
            Register dump
    
            R0 = 00000000  R1 = 00000001  R2 = 00000000  R3 = 002CBCC0
            R4 = 0000000C  R5 = 002CBCC0  R6 = 003CED78  R7 = 000161CC
            R8 = 000161CC  R9 = 000229E4  R10= 003CED20  R11= 7FEC2001
            AP = 7FEC1CB8  FP = 7FEC1C78  SP = 7FEC1CF4  PC = 00050002
            PSL= 03C00004
    
    $
    
    
    Anyone know why I am getting the above ?
    
    
T.RTitleUserPersonal
Name
DateLines
167.1Second problem resolvedRDGENG::GREIDLife it seems will fade away....Tue Feb 23 1993 10:127
    
    
    Please ignore the second part of my note as I have worked out the cause
    of the problem.
    
    Thanks,
    Giles.
167.2bug in startup command procedureSLINK::HOODJust add waterTue Feb 23 1993 11:5815
You're getting the errors because of a typo in the HUBWATCH$STARTUP.COM 
file for T1.1.8:

There are two lines that are wrong in that kit:

		Line 50:
			$   REMOVE SYS$SYSTEM:HUBWATCH.EXE
		Should read:
			$   INSTALL REMOVE SYS$SYSTEM:HUBWATCH.EXE

and
		Line 60:
			$   REMOVE SYS$LIBRARY:UCX$IPC_SHR.EXE
		Should read:
			$   INSTALL REMOVE SYS$LIBRARY:UCX$IPC_SHR.EXE
167.3FixedRDGENG::GREIDLife it seems will fade away....Wed Feb 24 1993 03:145
    I have modified the startup file accordingly and all is ok now.
    
    Thanks.
    
    Giles.