EMU User Guide


Previous page... | Contents

3.3.7 Network menu

Using the items in this menu, an overview of the various networks can be obtained. This section is under construction (hard hats must be worn at all times and is closed to the public).

3.3.8 System menu

This section is used to monitor and debug the system. Each menu item in the system menu shows a specific aspect of the system. Most of these tools will not be useful to a normal user but may be helpful to the system manager should problems occur on your system. Many of the tools presented here were used as development tools and remain useful in quickly isolating problems either within EMU or demonstrating that problems are external.

3.3.8.1 Monitor Listener

The main Listener and PSR interface is presented as a continuously updated real-time monitor. The display appears as follows:

 
CCCI Ltd 1993          Ethernet Monitor Listener Display  
 System:  
  Event flags  = 80000000 01FE0000  
  Queued  Lowest    Error      Cmplt  IOSB Err  Processed  
  28       0        72694   15391978    0         50480  
 Frame errors:          Mcast Src     Zero Src   Zero Dest   Zero PTY  
                         0               0          0          9350  
  Name      Status      Limit      Sent      Disc   In Proc      High  
 RECORD   00000000         20         0         0         0         0  
 ETHNET   00000001         16   4716223    219803         1        16  
 IP       00000005         15   1224266     24677         5        15  
 MOP      00000005         11     60083         0         0         8  
 DECNET   00000005         12    726942      1462         1        12  
 LAT      00000005         10    156502         0         0         6  
 ARP      00000007         10   1224261         5         0        10  
 LAVC     00000005         13    409631         0         1         7  
 IPX      00000005         11    844851      4964         0        11  
 BRIDGE   00000005          4    156261         0         0         3  
 OSI      00000005          8    678413       187         0         8  


The display is interpreted as follows:

3.4.2 Alert Format

All alerts are displayed in a standard format:

3.5 Utilities

Utilities are those routines that are little used, not to be used by the uninitiated or otherwise inappropriate to be included in the main user interface. It is firmly advised that these routines be well understood before use. The effect of misuse can be anything from nothing to death by brain removal. In the later case, the effect may be quite subtle with death taking a long time and inflicting pain and frustration on all affected.

3.5.1 Error Log

The error log file EMU5_LOG:EMU_LOG.ERR is a typeable file (that is you can type/print/edit it) that the system writes errors and other significant information to. An extract of the file and interpretation follow:

 
    %RELATR-W-VERADDR, 22-JUN-1998 11:50:00.08 RELATER Invalid Target  
    addr 002A54F4 For PID 0000000C From 00000006      
      -----------------------------------------------------------  
    %CFGMON-E-SNDALT, 22-JUN-1998 11:51:40.21 NETMON SEND_ALERT Error  
    00000601  
      -----------------------------------------------------------  
    %NODSCN-I-ADDIP, 23-JUN-1998 12:23:05.07 CFGMON Added node  
    171.144.141.128  
      -----------------------------------------------------------  

Notes:
  1. The first section is the facility(RELATR), message level (I = Information, W = warning, E = Error) and short form of the error message (VERADDR).
  2. The second part is the time and date the message was logged.
  3. The remainder is variable and is intended to provide a complete picture of the problem (or not). The messages above mean:
    1. The relater received a frame containing an invalid address. The MOP module (00000006) sent address 002a54f4 specifying it as an Ethernet address. This is not a valid Ethernet address.
    2. The Network Monitor process sent an alert message that was too large for the alert buffer. In EMU error messages, any time a message contains the keyword 'Error', it is always followed by a VMS standard error code. To translate this code type at DCL:
      $ WRITE SYS$OUTPUT F$MESSAGE("%X601")
      In this case, code 601 is buffer overflow.
    3. The NodScn process found another IP address and added it to the database.


Next page... | Contents