匿名

差分

Tenor Firmware VersionUP

1,906 バイト追加, 2009年1月30日 (金) 15:18
バージョンアップ作業
=バージョンアップ作業=
==ファイル入手と解凍==
[http://www.quintum.com/support/code/AS_AX/index.shtml Firmware Updates for the Tenor AS/AF/AX/BX MultiPath Switch products]のページからファームウェアをダウンロードする。<BR>
ファームウェアはZIP形式の圧縮ファイルなので、unzipなどを利用して解凍する。<BR>
UNIX系統の場合は↓のような流れで解凍
bash-2.04$ unzip -a AS_AF_AX_BX-DXi-P106-12-12.zip
Archive: AS_AF_AX_BX-DXi-P106-12-12.zip
inflating: cli_error_msg.txt [text]
inflating: cli_help_msg.txt [text]
inflating: cli_obj_msglist.txt [text]
inflating: tnras.jbc [binary]
inflating: tnraf.jbc [binary]
inflating: tnrax.jbc [binary]
inflating: tnrbx.jbc [binary]
inflating: tnrdxi.jbc [binary]
inflating: tnrboot.bin [binary]
inflating: tnrsys.bin [binary]
==ファームウェアアップロード==
解凍して出てきた全ファイルを、FTPクライアントを利用して<BR>
Tenorにアップロードする。<BR>
 
アップロードするディレクトリはルートディレクトリ(FTPクライアントから"cd /"と入力したところ)<BR>
になる。
bash-2.04$ ftp 192.168.0.150
Connected to 192.168.0.150.
220 <907753af> Tenor Multipath Switch FTP server (Version VxWorks5.4.2) ready.
Name (192.168.0.150:MR-G): admin
331 Password required
Password:
230 User logged in
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> bin            ←念のためバイナリモードで転送
200 Type set to I, binary mode
ftp> cd /           ←Uploadする箇所をRootDirectoryに変更
250 Changed directory to "/"
ftp> put cli_error_msg.txt  ←ファイルをUpload
local: cli_error_msg.txt remote: cli_error_msg.txt
227 Entering Passive Mode (192,168,0,150,4,15)
150 Opening BINARY mode data connection
226 Transfer complete
21521 bytes sent in 0.00374 secs (5.6e+03 Kbytes/sec)
(以下略)
=バージョンアップ確認=