HP StorageWorks Fabric OS 5.3.x administrator guide (5697-0244, November 2009)

Fabric OS 5.3.0 administrator guide 303
In this example, Fabric OS messages map to local7 facility level 7 in the
/etc/syslog.conf
file:
If you prefer to map Fabric OS severities to a different UNIX local7 facility level, see ”To set the facility
level” on page 303.
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.
You can specify up to six host IP addresses for storing syslog messages, as shown in this example:
To set the facility level
1. Connect to the switch and log in as admin.
2. Enter the following command:
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.
To remove a syslogd host from the list
1. Connect to the switch and log in as admin.
2. Enter the syslogDipRemove command:
3. Verify the IP address was deleted using the syslogDipShow command.
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
switch:admin> syslogdipadd 10.1.2.1
switch:admin> syslogdipadd 10.1.2.2
switch:admin> syslogdipadd 10.1.2.3
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.1 10.1.2.1
syslog.IP.address.2 10.1.2.2
syslog.IP.address.3 10.1.2.3
syslog.IP.address.4 10.1.2.4
syslog.IP.address.5 10.1.2.5
syslog.IP.address.6 10.1.2.6
switch:admin> syslogdfacility -l
n
switch:admin> syslogdipremove 10.1.2.1