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 ] [ -delimdelimiter ] [ { 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.
- -delimdelimiter
- (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.
A concise invocation example
lssyslogserver -delim :
The concise resulting output:
id:name:IP_address:facility:error:warning:info
0:syslog0:192.135.60.4:0: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 0
error on
warning on
info on