LATCP$HELP.HLB  —  SHOW
are passed to the remote node or terminal server when the connection request is made. The actual port name, actual node name, and actual service name are the names returned by the remote node when it accepts the connection request. They may differ from the corresponding target names (specified with the SET PORT command) if the remote node translates the names. For example, terminal servers that accept connections to LAT service names usually return the name of the port to which the connection was actually directed. 2.LATCP> SHOW PORT LTA1 /COUNTERS The SHOW PORT /COUNTERS command in this example produces a display that lists counter information for the LTA1 device. Port Name: _LTA1: Seconds Since Zeroed: 66 Remote Accesses: 0 Framing Errors: 0 Local Accesses: 0 Parity Errors: 0 Bytes Transmitted: 0 Data Overruns: 0 Bytes Received: 0 Password Failures: 0 Solicitations Accepted: 1 Solicitations Rejected: 1 Incoming Solicits Accepted: 0 Incoming Solicits Rejected: 0 Last disconnect reason code: 18 (%LAT-F-LRJDELETED, queue entry deleted by server)

4  –  QUEUE_ENTRY

    Displays information about requests, or entries, queued on the
    local node.

    Format

      SHOW QUEUE_ENTRY  [queue-entry-id]

4.1  –  Parameter

 queue-entry-id

    Specifies the identification number (ID) of the queued entry
    for which information is displayed. If you do not specify a
    value for this parameter, information about all queued entries
    is displayed.

4.2  –  Qualifiers

4.2.1    /BRIEF

    Displays the following information about the queued entries:

    o  Position

    o  Entry ID

    o  Source node

    o  Service

    o  Port name

    (This is the default display.)

4.2.2    /FULL

    In addition to the information displayed by the /BRIEF qualifier,
    the /FULL qualifier provides the following information for each
    node:

    o  Node queue position

    o  Service queue position

    o  Node address

    o  Soliciting Link

4.3  –  Examples

    1.LATCP> SHOW QUEUE_ENTRY

      The SHOW QUEUE_ENTRY command in this example produces the
      following type of display.

        Position  Entry ID  Source Node       Service           Port Name
        --------  --------  ----------------  ----------------  ---------
           1      79EC      NODE1             LAT_LIMITED
           2      7AEC      NODE2             LAT_LIMITED
           3      7CEC      NODE3             LAT_LIMITED

    2.LATCP> SHOW QUEUE_ENTRY/FULL

      The SHOW QUEUE_ENTRY/FULL command in this example produces the
      following type of display.

        Entry ID:                 7AEC      Remote Node: NODE1
        Node Queue Position:         1      Address:     08-00-2B-0A-A0-A0
        Service Queue Position:      1

         Target Port:
         Target Service:  LAT_LIMITED
         Soliciting Link: LAT$LINK

        -------------------------------------------------------------------

        Entry ID:                 7CEC      Remote Node: NODE2
        Node Queue Position:         2      Address:     AA-00-04-00-37-DD
        Service Queue Position:      2

         Target Port:
         Target Service:  LAT_LIMITED
         Soliciting Link: LAT$LINK

5  –  SERVICE

    Displays the status and LAT characteristics of LAT services known
    to the local node.

    Format

      SHOW SERVICE  [service-name]

5.1  –  Parameters

 service-name

    Specifies the name of the service for which information will be
    displayed. If you do not specify a service name, LATCP displays
    information about all services known to the node.

    You can also specify any valid wildcard for this parameter. For
    example, the SHOW SERVICE LAT_* command displays the status and
    characteristics of all services that begin with the LAT_ prefix.

5.2  –  Qualifiers

5.2.1    /BRIEF

    Displays the status and identification string of the service.

5.2.2    /COUNTERS

    Displays the counters kept for the service. Do not use the /BRIEF
    or /FULL qualifier with this qualifier. The following table lists
    and describes the counters:

    Counter           Description

    Remote Counters

    Connections       The total number of times the local node
    attempted         attempted to connect to the service offered
                      on a remote node.
    Connections       The total number of times the local node
    completed         successfully connected to the service offered
                      on a remote node.

    Local Counters

    Connections       The total number of times the local node
    accepted          accepted a connection request from a remote
                      node to a locally offered service.
    Connections       The total number of times the local node
    rejected          rejected a connection request from a remote
                      node to a locally offered service.
    Password          The total number of connect requests to the
    failures          service which were rejected due to password
                      violation errors.

5.2.3    /FULL

    Displays the status, identification string, and type of service,
    and the values set for service characteristics. This qualifier
    also displays the status of all service nodes offering the
    service.

5.2.4    /LOCAL

    Displays information about services offered by the local node
    only. You can use this qualifier with the /BRIEF, /COUNTERS, or
    /FULL qualifier.

5.3  –  Examples

    1.LATCP> SHOW SERVICE NODE1 /FULL

      The SHOW SERVICE command in this example produces the following
      display of information about service NODE1. This service is
      offered by the local node.

        Service Name:    NODE1               Service Type:  General
        Service Status:  Available           Connections:   Enabled
        Service Password: Enabled            Queueing:      N/A
        Service Ident:    NODE1 - Test system

        Node Name            Status      Rating   Identification
        LAV                  On            31 D   .
        LATP                 Reachable     48     .
        LITTN                Reachable     37     .
        LTDRV                Reachable     82     .

      The display in this example indicates that the locally offered
      service NODE1 is available and its service type is general,
      meaning that it is a general timesharing service (in contrast
      to a dedicated application service). The display also lists the
      status of all the nodes that offer the service. The local node
      is LAV. The status of the local node can be either On, Off,
      or Shut. Here node LAV's status is On. The status of the other
      nodes indicates whether they are reachable. The display lists
      the ratings of each service node, indicating their relative
      capacity to accept new connections. The D next to the locally
      offered service indicates that node LAV computes its rating
      dynamically. An S would indicate that the node's rating was set
      permanently by the node's system manager.

    2.LATCP> SHOW SERVICE OFFICE/FULL

      The SHOW SERVICE command in this example produces the following
      display of information about the service OFFICE, which is
      offered by a remote node:

        Service Name:    OFFICE
        Service Status:  Available
        Service Ident:   .

        Node Name            Status      Rating   Identification
        BURGIL               Reachable    121     .
        DARWIN               Reachable     43     .

      The display in this example indicates that the service is
      available. The display also indicates the status and other
      information about the nodes that offer the service, BURGIL and
      DARWIN.
Close Help