
Sun StorEdge N8400 Filer Installation, Configuration, and Service Guide
23
5. Access your working directory on the server using the
lcd
command.
6. Type
binary
to set the transfer mode.
7. Copy the
syslog.conf
file from the
/etc
directory on the array to your working
directory using the
get
command.
8. Exit the ftp session using the
bye
command.
▼
To Edit the Array
/etc/syslog.conf
File
Edit the
/etc/syslog.conf
file to allow system messages to be forwarded to the
appropriate log files on the server. Provide the IP address of the server similar to the
following example.
Caution –
Use tabs to separate field entries when editing the
/etc/syslog.conf
file. If tabs are not used, any edits will not be recognized by the array.
where
192.148.226.11
is the IP address assigned to the server during its initial
configuration.
This allows for Info, Notice, Warning, and Error messages to be passed from the
array to the server.
ftp> lcd /tmp
Local directory now/tmp
ftp>
ftp> get syslog.conf
200 PORT command successful.
150 ASCII data connection for syslog.conf (192.148.226.11.34511)
226 ASCII transfer complete.
local: syslog.conf remote: syslog.conf
20 bytes received in 0.0021 seconds (94.81 Kbytes/s)
ftp>
ftp> bye
221 Goodbye.
#
*.info
@192.148.226.11