[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
| Title: | DEChub/HUBwatch/PROBEwatch CONFERENCE | 
| Notice: | Firmware -2, Doc -3, Power -4, HW kits -5, firm load -6&7 | 
| Moderator: | NETCAD::COLELLA DT | 
|  | 
| 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.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 167.1 | Second problem resolved | RDGENG::GREID | Life it seems will fade away.... | Tue Feb 23 1993 10:12 | 7 | 
|  |     
    
    Please ignore the second part of my note as I have worked out the cause
    of the problem.
    
    Thanks,
    Giles.
 | 
| 167.2 | bug in startup command procedure | SLINK::HOOD | Just add water | Tue Feb 23 1993 11:58 | 15 | 
|  | 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.3 | Fixed | RDGENG::GREID | Life it seems will fade away.... | Wed Feb 24 1993 03:14 | 5 | 
|  |     I have modified the startup file accordingly and all is ok now.
    
    Thanks.
    
    Giles.
 |