lssyslogserver
Use the lssyslogserver command to return a concise list or a detailed view of syslog servers that are configured on the clustered system.
Syntax
>>- lssyslogserver -- --+----------+-- -------------------------> '- -nohdr -' >--+-----------------------+-- --+----------------------+------>< '- -delim -- delimiter -' +- syslog_server_name -+ '- syslog_server_id ---'
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 possible 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 one-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.
- syslog_server_name | syslog_server_id
- (Optional) Specifies the name or ID of an existing syslog server. When you use this parameter, a detailed view of the specified syslog server is returned. If you do not specify a syslog server name or ID, then a concise view of all syslog servers is displayed.
Description
Use this command to display a concise list or a detailed view of syslog servers that are configured on the clustered system.
This table provides the attribute values that can be displayed as output view data.
Attribute | Description |
---|---|
id | Indicates the syslog server ID. The value must be a number. |
name | Indicates the syslog server name. The value must be an alphanumeric string. |
IP_address | Indicates the syslog server Internet Protocol (IP) address. The value must be a valid IP address. |
facility | Indicates the facility ID for the syslog server. The value must be a number. |
error | Indicates whether error messages are on. The values are on or off. |
warning | Indicates whether warning messages are on. The values are on or off. |
info | Indicates whether informational messages are on. The values are on or off. |
A concise invocation example
lssyslogserver -delim :
The concise resulting output:
id:name:IP_address:facility:error:warning:info
0:syslog0:192.135.60.4::on:on:on
1:newserver:192.136.70.7:4:on:off:off
A detailed invocation example
lssyslogserver 0
The detailed resulting output:
id 0
name syslog0
IP_address 192.135.60.4
facility
error on
warning on
info on