System information
25
Appendix
- Example procedure for transferring an update file:
1) Open the command prompt window on your PC.
2) Move to the directory containing the update file.
3) Use the dir command to check the file name and size.
4) Execute the ftp command to connect to the Switch.
5) When asked to enter a user name, enter your login name for the Switch.
If the startup OS is running, enter operator.
6) When asked to enter a password, enter your password.
If the startup OS is running, press the Enter key without entering a password.
7) Enter bin to transfer the software in binary mode.
8) Transfer the software to the /usr/var/update directory in the Switch (file name, k.img).
9) Enter bye.
C:¥tmp>dir (When the software to be updated is located in the c:¥tmp directory)
:
20XX/09/15 12:03 21,503,812 AX63S1002-158.img.g (Check the file name and file size.) 3)
:
C:¥tmp>ftp 192.168.0.1 (Specify the IP address of the Switch. When the startup OS is running, specify 192.168.0.1.) 4)
Connected to 192.168.0.1.
220 192.168.0.1 FTP server (NetBSD-ftpd) ready.
User (192.168.0.1:(none)): operator (Specify the login name for the Switch. When the startup OS is running, specify
operator.) 5)
331 Password required for operator.
Password: ******* (Specify the password. When the startup OS is running, press the Enter key.) 6)
230-
Please install product software.
230 User operator logged in.
ftp>
bin
200 Type set to I.
ftp> put AX63S1002-158.img.gz /usr/var/update/k.img (The file name of the AX63S1002-158.img.gz
file varies depending on the type and version of the basic software. See Table
2-1.) 8)
ftp> bye