Installation guide

LAT Service Connection Problems
2-10
Verify Nodes That Offer the Service
To verify nodes that offer a LAT service, enter the following access server command.
Substitute the users service name for MONAHON.
Local> SHOW SERVICE MONAHON
If there are any nodes that offer the service but should not, you need to remove the service.
The following shows how to remove a service (in this case, MONAHON), from an access
server, an OpenVMS host, and an ULTRIX host:
For services offered by a access server:
Local> CLEAR SERVICE MONAHON
Local> PURGE SERVICE MONAHON
For services offered by an OpenVMS service node:
$ RUN SYS$SYSTEM:LATCP
LATCP> DELETE SERVICE MONAHON
Verify the Connection to a Service
To test the connection between the users port and the service, enter the following
command at the users access server port. Substitute the name of the service for service-
name:
Local> TEST SERVICE service-name LOOPBACK EXTERNAL
When the test is completed, the access server displays a report of the test results. If a
connection cannot be made to the service, enter the following command to test the ability
of the service to accept connections:
Local> TEST SERVICE service-name LOOPBACK INTERNAL
For more information on using the TEST SERVICE command, refer to the Network
Access Software Commands Reference Guide.
The Multisessions characteristic must be Disabled on your port before you can
enter the TEST SERVICE command.
NOTE