![Content starts here](http://welcome.hp-ww.com/img/s.gif) |
HP OpenVMS System Analysis Tools Manual
This example shows Galaxy Management Database information for the
specified instance.
SHOW GSD
Displays information contained in the global section descriptors.
Format
SHOW GSD [/ADDRESS=n|/ALL|/DELETED|/GLXGRP
|/GLXSYS|/GROUP|/SYSTEM]
Parameters
None.
Qualifiers
/ADDRESS=n
Displays a specific global section descriptor entry, given its address.
/ALL
Displays information in all the global section descriptors, that is,
the system, group, and deleted global section descriptors, plus the
Galaxy group and Galaxy system global section descriptors, if the
system or dump being analyzed is a member of an OpenVMS Galaxy system.
This qualifier is the default.
/DELETED
Displays information in the deleted (that is, delete pending) global
section descriptors.
/GLXGRP
Displays information in the group global section descriptors of a
Galaxy system.
/GLXSYS
Displays information in the system global section descriptors of a
Galaxy system.
/GROUP
Displays information in the group global section descriptors.
/SYSTEM
Displays information in the system global section descriptors.
Description
The SHOW GSD command displays information that resides in the global
section descriptors. Table 4-5 shows the fields and their meaning.
Table 4-5 GSD Fields
Field |
Meaning |
ADDRESS
|
Gives the address of the global section descriptor.
|
NAME
|
Gives the name of the global section.
|
GSTX
|
Gives the global section table index.
|
FLAGS
|
Gives the settings of flags for specified global section, as a
hexadecimal number; also displays key flag bits by name.
|
BASEPFN
1
|
Gives physical page frame number at which the section starts.
|
PAGES
1
|
Gives number of pages (not pagelets) in section.
|
REFCNT
1
|
Gives number of times this global section is mapped.
|
1This field applies only to PFN mapped global sections.
Example
|
SDA> SHOW GSD
System Global Section Descriptor List
------------------------------------- ------------PFNMAP----------
ADDRESS NAME GSTX FLAGS BASEPFN PAGES REFCNT
817DAF30 SECIDX_422 02DD 0082C3C9 WRT AMOD=USER PERM
817DAE60 SECIDX_421 02Dc 008A83CD DRZO WRT AMOD=USER PAGFIL
817DAD90 SECIDX_420 02DB 0088C3CD DRZO WRT AMOD=USER PERM PAGFIL
817DACC0 SECIDX_419 02DA 008283DC DRZO WRT AMOD=USER PAGFIL
817DABE0 SECIDX_418 0000 0001C3C1 AMOD=USER PERM 00000B0B 00000002 00000000
817DAB00 SECIDX_417 0000 0001C3C1 AMOD=USER PERM 00000B0B 00000002 00000000
.
.
.
|
This SHOW GSD example shows the global section descriptor list.
SHOW GST
See SHOW GLOBAL_SECTION_TABLE.
SHOW HEADER
Displays the header of the dump file.
Format
SHOW HEADER
Parameters
None.
Qualifiers
None.
Description
The SHOW HEADER command produces a 10-column display, each line of
which displays both the hexadecimal and ASCII representation of the
contents of the dump file header in 32-byte intervals. Thus, the first
eight columns, when read right to left, represent the hexadecimal
contents of 32 bytes of the header; the ninth column, when read left to
right, records the ASCII equivalent of the contents. (The period [.] in
this column indicates an ASCII character that cannot be displayed.)
After it displays the contents of the header blocks, the SHOW HEADER
command displays the hexadecimal contents of the saved error log
buffers.
See the OpenVMS AXP Internals and Data Structures manual for a discussion of the information
contained in the dump file header. See also the SHOW DUMP and CLUE
ERRLOG commands, which you can use to obtain formatted displays of the
dump header and error log buffers.
Example
The SHOW HEADER command displays the contents of the dump file's
header. Ellipses indicate hexadecimal information omitted from the
display.
SHOW IMAGE
Displays information about an image, regardless of the type of image
(executive, activated, or installed).
Format
SHOW IMAGE image-name
Parameters
image-name
Name of the image to be displayed. This is a required parameter that
may include wildcards.
Qualifiers
None.
Description
Searches the executive image list for the image name, and, if a match
is found, displays the loaded image information. Next, searches the
activated image list for the process (if SDA has a current process
context). If a match is found, displays the activated image
information. Finally, searches the installed image lists, directory by
directory. If a match is found, displays the installed image (known
file entry) information.
SHOW IMAGE x
is equivalent to
SHOW EXECUTIVE x
followed by
SHOW PROCESS/IMAGE=x
followed by
SHOW KFE x
.
Example
SDA> show image sys$public_vectors
Image SYS$PUBLIC_VECTORS
------------------------
VMS Executive image layout
--------------------------
Image Base End Length ImageOff SymVec
--------------------------------- ----------------- ----------------- ----------------- -------- --------
SYS$PUBLIC_VECTORS 81804B18
Nonpaged read only FFFFFFFF.80000000 FFFFFFFF.800025FF 00000000.00002600 00000000
Nonpaged read/write FFFFFFFF.81800000 FFFFFFFF.81807FFF 00000000.00008000 00004000
Linked 30-AUG-2004 09:36 LDRIMG 81C17480 SeqNum 00000000 --< sliced >--
Process activated images
------------------------
Image Name/Link Time/Section Type Start End Type/File Id
--------------------------------------- -------- -------- ------------
SYS$PUBLIC_VECTORS 81804B18 818071B7 GLBL
IMCB Sym Vect Maj,Minor ID Base End ImageOff
-------- -------- ------------ -------- -------- --------
7FF6A250 81804B18 113,16596271
Known File Entries
------------------
KFD Device/Directory/Type: $31$DKB100:<SYS0.SYSCOMMON.SYSLIB>.EXE
-----------------------------------------------------------------
KFE Image Name/ KFERES Address/ File ID/ Flags/
Address Section Type Base End ImageOff
-------- --------------------------------------- ----------------- ----------------- --------
82984C50 SYS$PUBLIC_VECTORS;1 (3923,194,0)
|
This example shows the output from SHOW IMAGE for SYS$PUBLIC_VECTORS.
Part of the example has been moved left to stay within page boundaries
of the manual.
SHOW KFE
Displays information about known file entries (installed images).
Format
SHOW KFE [image_name|/ADDRESS=kfe_address|/ALL]
Parameters
image-name
Name of the image to be displayed. This may include wildcards, but
cannot include device or directory information.
Qualifiers
/ADDRESS=kfe_address
Specifies the address of a single KFE of interest. The details are
displayed for this KFE with device/directory information from the
corresponding KFD (Known File Directory).
/ALL
Displays details for all KFEs, including device/directory information
from the corresponding KFDs, with the contents of the Known File
Pointer Block (KFPB).
Description
The SHOW KFE command displays information about known files (installed
images). By default, a summary line without image-section information
is given for each image. Use the /ALL qualifier to obtain detailed
information for all images. For a single image, specify the image name
or KFE address.
The image_name parameter, the /ADDRESS, and /ALL qualifers cannot be
used together.
SHOW KNOWN_FILE_ENTRY
is a synonym for SHOW KFE.
Examples
SDA> SHOW KFE
Known File Entries
------------------
KFPB address: 8292D860
Hash table address: 82975360
Hash table size: 0080
Entry count: 016F
KFD Device/Directory/Type: $31$DKB100:<SYS0.SYSCOMMON.CDE$DEFAULTS.SYSTEM.BIN>.EXE
----------------------------------------------------------------------------------
KFD address: 829E8D60
Reference count: 0002
KFE Image Name KFERES Address File ID Flags
-------- --------------------------------------- ----------------- ----------------- --------
829E8290 DECW$LOGINOUT;1 (7204,49,0) LIM Open HdrRes Shared
829E8DB0 DTGREET;1 (5651,19,0) Open HdrRes Shared
KFD Device/Directory/Type: $31$DKB100:<SYS0.SYSCOMMON.SYSEXE>.EXE
-----------------------------------------------------------------
KFD address: 8299C140
Reference count: 0066
KFE Image Name KFERES Address File ID Flags
-------- --------------------------------------- ----------------- ----------------- --------
8299C210 AUTHORIZE;1 (72,176,0) ProcPriv AuthPriv
829ACE10 BACKUP;1 (73,176,0)
8299C2A0 CDU;1 (75,176,0) ProcPriv Open HdrRes AuthPriv
8299C660 CIA;1 (510,176,0) ProcPriv AuthPriv
829ACE90 CONVERT;1 (77,176,0)
829A3AD0 COPY;1 829A3E70 (78,176,0) Open HdrRes Shared
829ACF10 CREATE;1 (79,176,0)
.
.
.
|
This example shows the first page of summary output for all known
images.
SDA> show kfe decc*
Known File Entries
------------------
KFD Device/Directory/Type: $31$DKB100:<SYS0.SYSCOMMON.SYSLIB>.EXE
-----------------------------------------------------------------
KFE Image Name/ KFERES Address/ File ID/ Flags/
Address Section Type Base End ImageOff
-------- --------------------------------------- ----------------- ----------------- --------
829900B0 DECC$SHR;1 82990960 (2431,189,0) LIM Open HdrRes
Shared ResCode
Paged read only FFFFFFFF.80A70000 FFFFFFFF.80C815FF 00000000
Initialization 00000000.7BEC0000 00000000.7BF00DFF 00220000
Fixup 00000000.7BF10000 00000000.7BF1B1FF 00270000
Nonpaged read/write 00000000.7BF20000 00000000.7BF2FBFF 00280000
Nonpaged read/write 00000000.7BF30000 00000000.7BF309FF 00290000
Fixup 00000000.7BF40000 00000000.7BF401FF 002A0000
Paged read/write 00000000.7BF50000 00000000.7BF56FFF 002B0000
KFD Device/Directory/Type: $31$DKB100:<SYS0.SYSCOMMON.SYSMSG>.EXE
-----------------------------------------------------------------
KFE Image Name/ KFERES Address/ File ID/ Flags/
Address Section Type Base End ImageOff
-------- --------------------------------------- ----------------- ----------------- --------
829AE4F0 DECC$MSG;1 (257,176,0) LIM Open HdrRes Shared
|
This example shows the details for all images that match the wildcard
DECC*.
SHOW LAN
Displays information contained in various local area network (LAN) data
structures.
Format
SHOW LAN [/qualifier[,...]]
Parameters
None.
Qualifiers
/ATM
Specifies that asynchronous transfer mode (ATM) information for the LAN
be displayed.
/CLIENT=name
Specifies that information be displayed for the specified client. Valid
client designators are SCA, DECNET, LAT, MOPRC, TCPIP, DIAG, ELN, BIOS,
LAST, USER, ARP, MOPDL, LOOP, BRIDGE, DNAME, ENCRY, DTIME, and LTM. The
/CLIENT, /DEVICE, and /UNIT qualifiers are synonymous and mutually
exclusive.
/CLUEXIT
Specifies that cluster protocol information be displayed.
/COUNTERS
Specifies that the LAN station block (LSB) and unit control block (UCB)
counters be displayed.
/CSMACD
Specifies that Carrier Sense Multiple Access with Collision Detect
(CSMA/CD) information for the LAN be displayed. By default, both
CSMA/CD and Fiber Distributed Data Interface (FDDI) information is
displayed.
/DEVICE=name
Specifies that information be displayed for the specified device, unit,
or client. For each LAN adapter on the system, there is one
device and multiple users of that device called,
units or clients. Device designators
are specified in the format XXdn, where
XX is the type of device, d is the
device letter, and n is the unit number. The device
letter and unit number are optional. The first unit, which is always
present, is the template unit. These are specified as indicated in this
example for a DEMNA called EX:
/DEVICE=EX---display all EX devices on the system
/DEVICE=EXA---display the first EX device only
/DEVICE=EXA0---display the first EXA unit
/DEVICE=SCA---display SCA unit
/DEVICE=LAT---display LAT units
Valid client names are listed in the /CLIENT=name qualifier.
The /CLIENT, /DEVICE, and /UNIT qualifiers are synonymous and mutually
exclusive.
/ELAN
Specifies information from an Emulated LAN (ELAN) that runs over an
asynchronous transfer mode (ATM) network. The /ELAN qualifier displays
the LAN Station Block (LSB) address, device state, and the LSB fields
pertinent to an ELAN for both the parent ATM device and the ELAN
pseudo-device drivers. It also specifies the name, description, parent
device, state, and LAN emulation client (LEC) attributes of the ELAN.
The qualifier /ELAN used with the device qualifier (/ELAN/DEVICE=ELA)
will only display information for the specified device or pseudo-device.
/ERRORS
Specifies that the LSB and UCB error counters be displayed.
/FDDI
Specifies that Fiber Distributed Data Interface (FDDI) information for
the LAN be displayed. By default, both CSMA/CD and FDDI information is
displayed.
/FULL
Specifies that all information from the LAN, LSB, and UCB data
structures be displayed.
/INTERNAL
Specifies internal counters of the drivers by displaying the internal
counters. If the /INTERNAL qualifier is used with the /DEVICE
qualifier, the /INTERNAL specifies the internal counters of a specific
driver.
/QUEUES
Specifies a listing of all queues, whether their status is valid or
invalid, and all elements of the queues. If the /QUEUES qualifier is
used with the /DEVICE qualifier, the /QUEUES specifies a specific queue.
/SOURCEROUTING
Specifies that the information in the source routing table maintained
by the Token Ring driver be displayed.
/SUMMARY
Specifies that only a summary of LAN information (a list of flags,
LSBs, UCBs, and base addresses) be printed. This is the default.
/TIMESTAMPS
Specifies that time information (such as start and stop times and error
times) from the device and unit data structures be printed. SDA
displays the data in chronological order.
/TR
Specifies that Token Ring information for the LAN be displayed.
/UNIT=name
Specifies that information be displayed for the specified unit. See the
descriptions for /CLIENT=name and /DEVICE=name
qualifiers.
/VCI
Specifies that information be displayed for the VMS Communication
Interface Block (VCIB) for each LAN device with an active VCI user. If
you use the /VCI qualifier with the /DEVICE qualifier, the VCIB is only
displayed for the specified device.
Description
The SHOW LAN command displays information contained in various local
area network (LAN) data structures. By default, or when the /SUMMARY
qualifier is specified, SHOW LAN displays a list of flags, LSBs, UCBs,
and base addresses. When the /FULL qualifier is specified, SHOW LAN
displays all information found in the LAN, LSB, and UCB data structures.
Examples
#1 |
SDA> SHOW LAN/FULL
LAN Data Structures
-------------------
-- LAN Information Summary 23-MAY-1996 13:07:52 --
LAN flags: 00000004 LAN_INIT
LAN block address 80DB7140 Timer DELTA time 1000000
0
Number of stations 2 DAT sequence number
1
LAN module version 1 First SVAPTE FFDF60F
0
LANIDEF version 51 Number of PTEs
3
LANUDEF version 26 SVA of first page 8183C000
First LSB address 80DCA980
-- LAN CSMACD Network Management 23-MAY-1996 13:07:52 --
Creation time None Times created 0
Deletion time None Times deleted 0
Module EAB 00000000 Latest EIB 00000000
Port EAB 00000000
Station EAB 00000000
NM flags: 00000000
-- LAN FDDI Network Management 23-MAY-1996 13:07:52 --
Creation time None Times created 0
Deletion time None Times deleted 0
Module EAB 00000000 Link EAB 00000000
Port EAB 00000000 PHY port EAB 0000000 0
Station EAB 00000000 Module EIB 0000000 0
NM flags: 00000000
LAN Data Structures
-------------------
-- ESA Device Information 23-MAY-1996 13:07:52 --
LSB address 80DCA980 Driver code address 80CAE83 8
Driver version 00000001.07010037 Device1 code address 0000000 0
Device1 version 00000000.00000000 Device2 code address 0000000 0
Device2 version 00000000.00000000 LAN code address 80CAFA0 0
LAN version 00000001.07010112 DLL type CSMAC D
Device name EY_NITC2 MOP name MX E
MOP ID 94 HW serial Not supplie d
HW version 00000000 Promiscuous mode OF F
Controller mode NORMAL Promiscuous UCB 0000000 0
Internal loopback OFF All multicast state OFF
Hardware address 08-00-03-DE-00-12 CRC generation mode ON
Physical address AA-00-04-00-88-FE Full Duplex Enable OFF
Active unit count 1 Full Duplex State OFF
Line speed 10
Flags: 00000000
Char: 00000000
Status: 00000003 RUN,INITED
LAN Data Structures
-------------------
-- ESA Device Information (cont) 23-MAY-1996 13:07:52 --
Put rcv ptr/index 00000000 Get rcv ptr/index 0000001 5
Put xmt ptr/index 80DCB620 Get xmt ptr/index 80DCB62 0
Put cmd ptr/index 00000000 Get cmd ptr/index 0000000 0
Put uns ptr/index 00000000 Get uns ptr/index 0000000 0
Put smt ptr/index 00000000 Get smt ptr/index 0000000 0
RBufs owned by dev 0 Rcv packet limit 3 2
XEnts owned by dev 0 XEnts owned by host 4
CEnts owned by dev 0 Transmit timer 0
UEnts owned by dev 0 Control timer 0
SEnts owned by dev 0 Periodic SYSID timer 59 9
Current rcv buffers 17 Ring unavail timer 0
Rqst MAX rcv buffers 32 USB timer 2 6
Rqst MIN rcv buffers 16 Receive alignment 0
Curr MAX rcv buffers 32 Receive buffer size 151 8
Curr MIN rcv buffers 16 Min 1st chain segment 0
FILL rcv buffers 16 Min transmit length 0
ADD rcv buffers 32 Dev xmt header size 0
LAN Data Structures
-------------------
-- ESA Device Information (cont) 23-MAY-1996 13:07:52 --
Last receive 23-MAY 13:07:51 Last transmit 23-MAY 13:07:5 0
ADP address 80D4B280 IDB address 80DCA88 0
DAT stage 00000000 DAT xmt status 0000003C.003C000 1
DAT number started 1 DAT xmt complete 23-MAY 13:07:19
DAT number failed 0 DAT rcv found Non e
DAT VCRP 80DCBB80 DAT UCB 0000000 0
Mailbox enable flag 0 CRAM read comman 0000000 0
CSR base phys addr 00000000.00000000 CRAM write comma 0000000 0
Mailboxes in use 0 Media UND F
2nd LW status flags 00000000
LAN Data Structures
-------------------
-- ESA Network Management Information 23-MAY-1996 13:07:52 --
Creation time None Create count 0
Deletion time None Enable count 0
Deletion time None Enable count 0
Enabled time None Number of ports 0
Disabled time None Events logged 0
EIB address 00000000 NMgmt assigned addr None
LLB address 00000000 Station name itmlst 00000000
LHB address 00000000 Station itmlst len 0
First LPB address 00000000
LAN Data Structures
-------------------
-- ESA Fork Information 23-MAY-1996 13:07:52 --
ISR FKB sched 23-MAY 13:07:51 ISR FKB in use flag FRE E
ISR FKB time 23-MAY 13:07:51 ISR FKB count 200
IPL8 FKB sched 23-MAY 13:07:20 IPL8 FKB in use flag FRE E
IPL8 FKB time 23-MAY 13:07:20 IPL8 FKB count 1
RESET FKB sched None RESET FKB in use flag FRE E
RESET FKB time None RESET FKB count 0
NM FKB sched None NM FKB in use flag FRE E
NM FKB time None NM FKB count 0
Fork status code 0
LAN Data Structures
-------------------
-- ESA Queue Information 23-MAY-1996 13:07:52 --
Control hold queue 80DCACF0 Status: Valid, empty
Control request queue 80DCACF8 Status: Valid, empty
Control pending queue 80DCAD00 Status: Valid, empty
Transmit request queue 80DCACE8 Status: Valid, empty
Transmit pending queue 80DCAD18 Status: Valid, empty
Receive buffer list 80DCAD38 Status: Valid, 17 elements
Receive pending queue 80DCAD20 Status: Valid, empty
Post process queue 80DCAD08 Status: Valid, empty
Delay queue 80DCAD10 Status: Valid, empty
Auto restart queue 80DCAD28 Status: Valid, empty
Netwrk mgmt hold queue 80DCAD30 Status: Valid, empty
-- ESA Multicast Address Information 23-MAY-1996 13:07:52 --
AB-00-00-04-00-00
-- ESA Unit Summary 23-MAY-1996 13:07:52 --
UCB UCB Addr Fmt Value Client State
--- -------- --- ----- ------ -----------
ESA0 80D4F6C0
ESA1 80E35400 Eth 60-03 DECNET 0017 STRTN,LEN,UNIQ,STRTD
LAN Data Structures
-------------------
-- ESA Counters Information 23-MAY-1996 13:07:52 --
Octets received 596 Octets sent 23 0
PDUs received 8 PDUs sent 5
Mcast octets received 596 Mcast octets sent 13 8
Mcast PDUs received 8 Mcast PDUs sent 3
Unrec indiv dest PDUs 0 PDUs sent, deferred 0
Unrec mcast dest PDUs 1 PDUs sent, one coll 0
Data overruns 0 PDUs sent, mul coll 0
Unavail station buffs 0 Excessive collisions 0
Unavail user buffers 0 Late collisions 0
CRC errors 0 Carrier check failure 0
Alignment errors 0 Last carrier failure None
Rcv data length err 0 Coll detect chk fail 0
Frame size errors 0 Short circuit failure 0
Frames too long 0 Open circuit failure 0
Seconds since zeroed 34 Transmits too long 0
Station failures 0 Send data length err 0
LAN Data Structures
-------------------
-- ESA Counters Information (cont) 23-MAY-1996 13:07:52 --
No work transmits 0 Ring avail transitions 0
Buffer_Addr transmits 0 Ring unavail transitions 0
SVAPTE/BOFF transmits 0 Loopback sent 0
Global page transmits 0 System ID sent 0
Bad PTE transmits 0 ReqCounters sent 0
Restart pending counter 0 Internal counters size 4 0
+00 MCA not enabled 187 +2C Generic (or unused) 0000000 0
+04 Xmt underflows 0 +30 Generic (or unused) 0000000 0
+08 Rcv overflows 0 +34 Generic (or unused) 0000000 0
+0C Memory errors 0 +38 Generic (or unused) 80DCAD1 0
+10 Babbling errors 0 +3C Generic (or unused) 80DCAD1 0
+14 Local buffer errors 0 +40 Generic (or unused) 004E084 0
+18 LANCE interrupts 202 +44 Generic (or unused) 6161616 0
+1C Xmt ring <31:0> 00000000 +48 Generic (or unused) 6161616 0
+20 Xmt ring <63:32> 00000000 +4C Generic (or unused) 6161616 0
+24 Soft errors handled 0 +50 Generic (or unused) 6161616 0
+28 Generic (or unused) 00000000 +54 Generic (or unused) 6161616 0
LAN Data Structures
-------------------
-- ESA Error Information 23-MAY-1996 13:07:52 --
Fatal error count 0 Last error CSR 00000000
Fatal error code None Last fatal error None
Prev error code None Prev fatal error None
Transmit timeouts 0 Last USB time None
Control timeouts 0 Last UUB time None
Restart failures 0 Last CRC time None
Power failures 0 Last CRC srcadr None
Bad PTE transmits 0 Last length erro None
Loopback failures 0 Last exc collisi None
System ID failures 0 Last carrier fai None
ReqCounters failures 0 Last late collis None
LAN Data Structures
-------------------
-- ESA0 Template Unit Information 23-MAY-1996 13:07:52 --
LSB address 80DCA980 Error count 0
VCIB address 00000000 Parameter mask 00000000
Stop IRP address 00000000 Promiscuous mode OFF
Restart IRP address 00000000 All multicast mode OFF
LAN medium CSMACD Source Routing mode TRANSPARENT
Packet format Ethernet Access mode EXCLUSIVE
Eth protocol type 00-00 Shared user DES None
802E protocol ID 00-00-00-00-00 Padding mode O0
802.2 SAP 00 Automatic restart DISABLED
802.2 Group SAPs 00,00,00,00 Allow prom client O0
Controller mode NORMAL Can change address OFF
Internal loopback OFF 802.2 service User
CRC generation mode ON Rcv buffers to save 1
Functional Addr mod ON Minimum rcv buffers 4
Hardware address 08-00-03-DE-00-12 User transmit FC/AC ON
Physical address FF-FF-FF-FF-FF-FF User receive FC/AC OFF
LAN Data Structures
-------------------
-- ESA1 60-03 (DECNET) Unit Information 23-MAY-1996 13:07:52 --
LSB address 80DCA980 Error count 0
VCIB address 00000000 Parameter mask 00DA8695
Stop IRP address 80E047C0 Promiscuous mode OFF
Restart IRP address 00000000 All multicast mode OFF
LAN medium CSMACD Source Routing mode TRANSPARENT
Packet format Ethernet Access mode EXCLUSIVE
Eth protocol type 60-03 Shared user DES None
802E protocol ID 00-00-00-00-00 Padding mode O0
802.2 SAP 00 Automatic restart DISABLED
802.2 Group SAPs 00,00,00,00 Allow prom client O0
Controller mode NORMAL Can change address OFF
Internal loopback OFF 802.2 service User
CRC generation mode ON Rcv buffers to save 10
Functional Addr mod ON Minimum rcv buffers 4
Hardware address 08-00-03-DE-00-12 User transmit FC/AC ON
Physical address AA-00-04-00-88-FE User receive FC/AC OFF
LAN Data Structures
-------------------
-- ESA1 60-03 (DECNET) Unit Information (cont) 23-MAY-1996 13:07:52 --
Last receive 23-MAY 13:07:47 Starter's PID 0001000F
Last transmit 23-MAY 13:07:50 Maximum header size 16
Last start attempt 23-MAY 13:07:20 Maximum buffer size 1498
Last start done 23-MAY 13:07:20 Rcv quota charged 15040
Last start failed None Default FC value 00
MCA match enabled 01 Default AC value 00
Last MCA filtered AB-00-00-04-00-00 Maintenance state ON
UCB status: 00000017 STRTN,LEN,UNIQ,STRTD
Receive IRP queue 80E356E8 Status: Valid, 1 element
Receive pending queue 80E356E0 Status: Valid, empty
Multicast address table, embedded:
AB-00-00-04-00-00
LAN Data Structures
-------------------
-- ESA1 60-03 (DECNET) Counters Information 23-MAY-1996 13:07:52 --
Octets received 483 Octets sent 180
PDUs received 7 PDUs sent 3
Mcast PDUs received 7 Mcast PDUs sent 180
Unavail user buffer 0 Multicast not enabled 0
Last UUB time None User buffer too small 0
|
|