「Tenor Firmware VersionUP」の版間の差分
提供: VoIP-Info.jp
細 (→バージョンアップ作業) |
細 (→ファームウェアアップロード) |
||
60行目: | 60行目: | ||
アップロードするディレクトリはルートディレクトリ(FTPクライアントから"cd /"と入力したところ)<BR> | アップロードするディレクトリはルートディレクトリ(FTPクライアントから"cd /"と入力したところ)<BR> | ||
になる。 | になる。 | ||
+ | MS-DOSやUNIX系OSからファームウェアをアップロードする場合は、次の順番で(FTPの)コマンドを入力する。 | ||
+ | #bin | ||
+ | #hash | ||
+ | #prompt | ||
+ | #mput *.* | ||
+ | |||
bash-2.04$ ftp 192.168.0.150 | bash-2.04$ ftp 192.168.0.150 | ||
Connected to 192.168.0.150. | Connected to 192.168.0.150. | ||
− | 220 < | + | 220 <34507488> Tenor Multipath Switch FTP server (Version VxWorks5.4.2) ready. |
− | Name (192.168.0.150: | + | Name (192.168.0.150:root): admin |
331 Password required | 331 Password required | ||
Password: | Password: | ||
69行目: | 75行目: | ||
Remote system type is UNIX. | Remote system type is UNIX. | ||
Using binary mode to transfer files. | Using binary mode to transfer files. | ||
− | ftp> | + | ftp> bin |
200 Type set to I, binary mode | 200 Type set to I, binary mode | ||
− | + | ftp> hash | |
− | + | Hash mark printing on (1024 bytes/hash mark). | |
− | + | ftp> prompt | |
− | + | Interactive mode off. | |
− | ftp> | + | ftp> mput *.* |
local: cli_error_msg.txt remote: cli_error_msg.txt | local: cli_error_msg.txt remote: cli_error_msg.txt | ||
− | 227 Entering Passive Mode (192,168,0,150,4, | + | 227 Entering Passive Mode (192,168,0,150,4,1) |
150 Opening BINARY mode data connection | 150 Opening BINARY mode data connection | ||
+ | ##################### | ||
226 Transfer complete | 226 Transfer complete | ||
− | 21521 bytes sent in 0. | + | 21521 bytes sent in 0.00425 secs (4.9e+03 Kbytes/sec) |
+ | local: cli_help_msg.txt remote: cli_help_msg.txt | ||
+ | 227 Entering Passive Mode (192,168,0,150,4,2) | ||
+ | 150 Opening BINARY mode data connection | ||
+ | ################################################## | ||
+ | ################################################## | ||
(以下略) | (以下略) | ||
+ | ==再起動== | ||
+ | ファームウェアをアップロードしたら、Tenorを再起動させる。<BR> | ||
+ | リセットボタンを押すか、コンソール経由で"debug reboot"と入力すると、再起動する。 | ||
+ | Quintum# debug reboot | ||
+ | Quintum# | ||
+ | (telnet経由の場合は、ここで接続断) | ||
=バージョンアップ確認= | =バージョンアップ確認= |
2009年1月30日 (金) 15:51時点における版
超作りかけver
目次
設定ファイルのバックアップ
FTPクライアントでログイン
TenorはFTPの口をあけているので、FTPクライアントでログインする。
(Pass変更していない場合は)デフォルトのログインID/Passでログイン可能
ファイルのバックアップ
現行バージョンの確認
Quintumにログインしてshow -vと入力すると、バージョン情報を
確認することができる。
Quintum# show -v Tenor BX [1] System Software P104-12-17 Apr 12 2007, 16:03:54 H323 Module : 3.1.1 SIP Module : 2.1.0 Boot Software P103-08-08 Serial Number: A023-0000XX 20-Channel DSP Cards: 1 [2 0 0] 120-Channel DSP Card: No Digital Interfaces: 8 [3 3 3 3] Cli Error file version is 1.22 Cli Help file version is 1.125.2.1.2.1 Cli Object file version is 1.15 Database Version: DB_CMS_M10_A013_V8.0.00_120105
バージョンアップ作業
ファイル入手と解凍
Firmware Updates for the Tenor AS/AF/AX/BX MultiPath Switch productsのページからファームウェアをダウンロードする。
ファームウェアはZIP形式の圧縮ファイルなので、unzipなどを利用して解凍する。
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クライアントを利用して
Tenorにアップロードする。
アップロードするディレクトリはルートディレクトリ(FTPクライアントから"cd /"と入力したところ)
になる。
MS-DOSやUNIX系OSからファームウェアをアップロードする場合は、次の順番で(FTPの)コマンドを入力する。
- bin
- hash
- prompt
- mput *.*
bash-2.04$ ftp 192.168.0.150 Connected to 192.168.0.150. 220 <34507488> Tenor Multipath Switch FTP server (Version VxWorks5.4.2) ready. Name (192.168.0.150:root): 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> hash Hash mark printing on (1024 bytes/hash mark). ftp> prompt Interactive mode off. ftp> mput *.* local: cli_error_msg.txt remote: cli_error_msg.txt 227 Entering Passive Mode (192,168,0,150,4,1) 150 Opening BINARY mode data connection ##################### 226 Transfer complete 21521 bytes sent in 0.00425 secs (4.9e+03 Kbytes/sec) local: cli_help_msg.txt remote: cli_help_msg.txt 227 Entering Passive Mode (192,168,0,150,4,2) 150 Opening BINARY mode data connection ################################################## ################################################## (以下略)
再起動
ファームウェアをアップロードしたら、Tenorを再起動させる。
リセットボタンを押すか、コンソール経由で"debug reboot"と入力すると、再起動する。
Quintum# debug reboot Quintum# (telnet経由の場合は、ここで接続断)
バージョンアップ確認
バージョンアップ作業後、バージョンが正しく上がっていることを確認する。
外部リンク
- How to Update your Tenor AS, AF, AX, BX, DX, DXi, or Call Relay 60
- Tenorのアップデートマニュアル(英語)
- Firmware Updates for the Tenor AS/AF/AX/BX MultiPath Switch products
- Tenor各種のファームウェア