HP StorageWorks Fabric OS 6.x administrator guide (5697-7344, March 2008)

Fabric OS 6.x administrator guide 299
In this example, Fabric OS messages map to local7 facility level 7 in the /etc/syslog.conf file:
local7.emerg /var/adm/swcritical
local7.alert /var/adm/alert7
local7.crit /var/adm/crit7
local7.err /var/adm/swerror
local7.warning /var/adm/swwarning
local7.notice /var/adm/notice7
local7.info /var/adm/swinfo
local7.debug /var/adm/debug7
If you prefer to map Fabric OS severities to a different UNIX local7 facility level, see ”To set the facility
level:” on page 299.
Configuring the switch
Configuring the switch involves specifying syslogd hosts and, optionally, setting the facility level. You can
also remove a host from the list of syslogd hosts.
To specify syslogd hosts:
1. Connect to the switch and log in as admin.
2. Enter the syslogDipAdd command and specify an IP address.
3. Verify that the IP address was entered correctly, using the syslogDipShow command.
The syslogdipadd command accepts IPv4 and IPv6 addresses. You can specify up to six host IP
addresses for storing syslog messages, as shown in this example:
switch:admin> syslogdipadd 1080::8:800:200C:417A
switch:admin> syslogdipadd 1081::8:800:200C:417A
switch:admin> syslogdipadd 1082::8:800:200C:417A
switch:admin> syslogdipadd 10.1.2.4
switch:admin> syslogdipadd 10.1.2.5
switch:admin> syslogdipadd 10.1.2.6
switch:admin> syslogdipshow
syslog.IP.address.1080::8:800:200C:417A
syslog.IP.address.1081::8:800:200C:417A
syslog.IP.address.1082::8:800:200C:417A
syslog.IP.address.4 10.1.2.4
syslog.IP.address.5 10.1.2.5
syslog.IP.address.6 10.1.2.6
To set the facility level:
1. Connect to the switch and log in as admin.
2. Enter the following command:
switch:admin> syslogdfacility -l n
n is a number from 0 through 7, indicating a UNIX local7 facility. The default is 7.
It is necessary to set the facility level only if you specified a facility other than local7 in the host
/etc/syslog.conf file.