「Tenor Firmware VersionUP」の版間の差分

提供: VoIP-Info.jp
移動先: 案内検索
(現行バージョンの確認)
(バージョンアップ作業)
37行目: 37行目:
  
 
=バージョンアップ作業=
 
=バージョンアップ作業=
 +
==ファイル入手と解凍==
 
[http://www.quintum.com/support/code/AS_AX/index.shtml Firmware Updates for the Tenor AS/AF/AX/BX MultiPath Switch products]のページからファームウェアをダウンロードする。<BR>
 
[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)
 +
(以下略)
  
 
=バージョンアップ確認=
 
=バージョンアップ確認=

2009年1月30日 (金) 15:18時点における版

超作りかけver

設定ファイルのバックアップ

FTPクライアントでログイン

TenorはFTPの口をあけているので、FTPクライアントでログインする。
(Pass変更していない場合は)デフォルトのログインID/Passでログイン可能
Tenor FTP-RootDirectory.png

ファイルのバックアップ

/cfg/db以下のファイルを全て別の場所にコピーしておく
Tenor FTP-ConfigurationDirectory.png

現行バージョンの確認

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 /"と入力したところ)
になる。

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)
(以下略)

バージョンアップ確認

バージョンアップ作業後、バージョンが正しく上がっていることを確認する。

外部リンク

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各種のファームウェア