lskeyserver
Use the lskeyserver command to display the key servers that are available to the system.
Syntax
Parameters
- -nohdr
- (Optional) By default, headings are displayed for each column of data in a concise style
view, and for each item of data in a detailed style view. The -nohdr
parameter suppresses the display of these headings.Note: If there is no data to be displayed, headings are not displayed.
- -delim delimiter
- (Optional) By default in a concise view, all columns of data are space-separated. The width
of each column is set to the maximum width of each item of data. In a detailed view, each item
of data has its own row, and if the headers are displayed, the data is separated from the
header by a space. The -delim parameter overrides this behavior. Valid
input for the -delim parameter is a 1-byte character. If you enter
-delim :
on the command line, the colon character (:
) separates all items of data in a concise view; for example, the spacing of columns does not occur. In a detailed view, the data is separated from its header by the specified delimiter. - object_id | object_name
- (Optional) Specifies the object name or ID that you want to display details for.
Description
This command displays all key servers that are available to the system.
This table provides the attribute values that can be displayed as output view data.
Attribute | Description |
---|---|
id | Indicates the key server ID. |
name | Indicates the key server name. |
status | Indicates the key server status type. The values are:
|
err_seq_num | Indicates the event log sequence number of the highest priority problem that affects the key server. |
IP_address | Indicates the IP address or domain name of the key server. |
port | Indicates the key server TCP/IP port. |
type | Indicates the key server type. |
primary | Indicates whether the server is a primary server. |
cert_set | Indicates whether a certificate exists for this key server object. |
certificate | Indicates a human-readable description of the SSL certificate. The value reads
0 fields if there is no certificate. |
An invocation example
lskeyserver
The resulting output:
id name status IP_address port type primary cert_set
0 isklm_primary online 10.0.1.54 8709 isklm yes yes
1 isklm_backup online 10.0.1.55 8709 isklm no yes
2 keyserver2 offline 0:0:0:0:0:ffff:a00:138 1234 isklm no no
3 keyserver3 offline 0:0:0:0:0:ffff:a00:139 1234 isklm no no
4 keyserver4 offline keyserver.example.com 1234 isklm no no
An invocation example
lskeyserver 0
The resulting output:
id 0
name keyserver0
status online
err_seq_num
IP_address 10.0.1.54
port 8709
type isklm
primary yes
certificate 0 fields