Retrieves the connection information for all servers known to the RMS. This list is retrieved from the RMS interfaces file or LDAP server. The list consists of the server name, host computer name, and the port number used by the server.
get network spec [[monitored] | [server_name [,server_name]]]
Returns the list of servers that the RMS is currently monitoring.
Specifies the name of a server or set of servers for which to retrieve information.
Retrieves a list of all servers from the RMS interfaces file or LDAP server:
get network spec
Retrieves the connection information for the set of servers managed by the RMS:
get network spec monitored
Retrieves the connection information for the servers INVENTORY_RS and INVENTORY_ASE:
get network spec INVENTORY_RS, INVENTORY_ASE
Returns an empty result set if the requested server does not exist or the interfaces file or LDAP server is not available.
get network spec returns the following result set:
Column |
Description |
---|---|
Name |
The name of the server |
Host |
The name of the computer that hosts the server |
Port |
The port number of the host on which the server listens |