Title: | FDDI - The Next Generation |
Moderator: | NETCAD::STEFANI |
Created: | Thu Apr 27 1989 |
Last Modified: | Thu Jun 05 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2259 |
Total number of notes: | 8590 |
Hi, we have pea0 (a demfa) logging a "fatal error detected by datalink" into the error log. It gives a status of:- 00000001 00001201 This does not seem to tie up with any of the registers in the demfa technical description. can anyone help with answers to what this status means (and maybe how to decode them for future reference) ?? Thanks Colin
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
745.1 | STAR::STOCKDALE | Fri Oct 23 1992 08:29 | 22 | ||
1201 is the 'port unusable' event and I think the 1 is SS$_NORMAL. It looks like the ring was unavailable and this event was then reported to PEDRIVER. You can find out more data in SDA with SHOW LAN/FULL command. Those event codes are: V55_RESD$:[PHV_LAN.SRC]LANUDEF.SDL;1 CONSTANT EC_DLL_BASE EQUALS %X1200 PREFIX VCRP$; EC_DLL_PORT_USABLE, EC_DLL_PORT_UNUSABLE, EC_LAN_NEW_ADDRESS, EC_LAN_RCV_CONGESTION, EC_LAN_RCV_PDU_LOST, EC_SYN_STATION_DELETED, EC_X25_INCOMING_RESET, EC_X25_INCOMING_NOCOM, EC_LAN_RESTART_FAIL, EC_LAN_STATION_RENAMED, EC_DLL_LAST ) EQUALS VCRP$K_EC_DLL_BASE INCREMENT 1 PREFIX VCRP$; |