HP StorageWorks Fabric OS 5.0.0 Command Reference Guide (AA-RW1MA-TE, May 2005)

672 Fabric OS commands
Changes the syslog facility.
Synopsis
syslogdFacility [-l level]
Availability
admin
Description
Use this command to change the syslog facility to LOG_LOCAL0, LOG_LOCAL1, LOG_LOCAL2,
LOG_LOCAL3, LOG_LOCAL4, LOG_LOCAL5, LOG_LOCAL6, or LOG_LOCAL7.
Syslog daemon (syslogd) is a process available on most UNIX systems that reads and forwards system
messages to the appropriate log files or users, depending on the system configuration.
The specified facility is used when forwarding messages to the servers added through the command
syslogdIpAdd. The default facility is LOG_LOCAL7.
Operands
This command has following operand:
Examples
To set the syslog facility to LOG_LOCAL1:
See also
syslogdIpAdd
syslogdIpRemove
syslogdIpShow
syslogdFacility
-l level Specifies the syslog facility. The range is from 0 through 7. This operand is
optional; if omitted, the current facility is displayed.
switch:admin> syslogdFacility -l 1
Syslog facility changed to LOG_LOCAL1