The SHOW SERVICES command displays service-specific information
for one or all services offered by the server. This information
includes the device associated with the service, the service
class, and the number of connected sessions.
The SHOW SERVICES command supports wildcard expressions. In the
InfoServer utility, wildcards, where supported, are those used
in OpenVMS. The % character matches exactly one character. The *
character matches zero or more characters.
Format
SHOW SERVICES [serviceName] [options...]
1 – Parameters
serviceName
The name by which the service is known to the local area network.
The service name consists of alphanumeric characters or dollar
signs ($). It can be up to 255 characters in length. If omitted,
the service name defaults to all services.
In the InfoServer utility, wildcards, where supported, are those
used in OpenVMS. The % character matches exactly one character.
The * character matches zero or more characters.
2 – Qualifiers
2.1 /BRIEF
/BRIEF (default)
The BRIEF option provides an abbreviated one-line summary of
information for each service selected. BRIEF is the default.
2.2 /FULL
The FULL option provides all the service-specific information for
the services selected.
3 – Example
INFOSERVER> SHOW SERVICES
Service Name [Service Class] Device or File
-------------------- --------------- --------------
HUDSON [ODS-2] _MOVERS$LDA1:
BAFFIN [ODS-2] _MOVERS$LDA1:
FUNDY [ODS-2] _MOVERS$LDA1:
3 services found.
INFOSERVER> SHOW SERVICES/FULL
HUDSON [ODS-2] Access: Read-only
File or device: _MOVERS$LDA1: [750000 blocks]
Flags: 0000000082 {No Writers,Readahead}
Rating: Dynamic, 65535 Password: Disabled
Max Readers: 1000 Max Writers: 0
Curr Readers: 0 Curr Writers: 0
Reads: 0 Writes: 0
Blocks Read: 0 Blocks Written: 0
BAFFIN [ODS-2] Access: Read-only
File or device: _MOVERS$LDA1: [750000 blocks]
Flags: 0000000082 {No Writers,Readahead}
Rating: Dynamic, 65535 Password: Disabled
Max Readers: 1000 Max Writers: 0
Curr Readers: 0 Curr Writers: 0
Reads: 0 Writes: 0
Blocks Read: 0 Blocks Written: 0
FUNDY [ODS-2] Access: Read-only
File or device: _MOVERS$LDA1: [750000 blocks]
Flags: 00000000D2 {No Writers,Static Rating,Readbehind,
Readahead}
Rating: Static, 42 Password: Enabled
Max Readers: 1000 Max Writers: 0
Curr Readers: 0 Curr Writers: 0
Reads: 0 Writes: 0
Blocks Read: 0 Blocks Written: 0
3 services found.
The first command in this example displays the 1-line default
BRIEF summary of all the services that are connected.
The second command in this example displays all of the service-
specific information for all the services that are connected.
Notice that passwords are disabled on the HUDSON and BAFFIN
services and enabled on the FUNDY service.