「Tenor Firmware VersionUP」の版間の差分
提供: VoIP-Info.jp
(じぶんちのてなーをばーじょんうp版) |
細 (細かい箇所の修正) |
||
6行目: | 6行目: | ||
==FTPクライアントでログイン== | ==FTPクライアントでログイン== | ||
TenorはFTPの口をあけているので、FTPクライアントでログインする。<BR> | TenorはFTPの口をあけているので、FTPクライアントでログインする。<BR> | ||
− | + | デフォルトのログインID/Passでログイン可能(パスワード変更していない場合のみ)<BR> | |
[[画像:Tenor FTP-RootDirectory.png|480px]] | [[画像:Tenor FTP-RootDirectory.png|480px]] | ||
14行目: | 14行目: | ||
=現行バージョンの確認= | =現行バージョンの確認= | ||
− | Quintumにログインしてshow - | + | Quintumにログインしてshow -vと入力すると、バージョン情報を確認することができる。 |
− | |||
Quintum# show -v | Quintum# show -v | ||
113行目: | 112行目: | ||
Boot Software: P106-02-00 | Boot Software: P106-02-00 | ||
− | Serial Number: A023- | + | Serial Number: A023-02XXX |
20-Channel DSP Cards: 1[2 0 0] | 20-Channel DSP Cards: 1[2 0 0] | ||
129行目: | 128行目: | ||
#万が一にそなえて、遠隔操作でのバージョンアップは出来る限り避ける | #万が一にそなえて、遠隔操作でのバージョンアップは出来る限り避ける | ||
#業務時間中の、現用機器のバージョンアップは厳禁 | #業務時間中の、現用機器のバージョンアップは厳禁 | ||
− | # | + | #バージョンアップに失敗した時に備えて、サポート体制(エスカレーション先)を整えておくとベター |
− | |||
=外部リンク= | =外部リンク= | ||
;[http://www.quintum.com/support/code/howto_update_2G_revised.shtml How to Update your Tenor AS, AF, AX, BX, DX, DXi, or Call Relay 60]:Tenorのアップデートマニュアル(英語) | ;[http://www.quintum.com/support/code/howto_update_2G_revised.shtml How to Update your Tenor AS, AF, AX, BX, DX, DXi, or Call Relay 60]:Tenorのアップデートマニュアル(英語) | ||
;[http://www.quintum.com/support/code/AS_AX/index.shtml Firmware Updates for the Tenor AS/AF/AX/BX MultiPath Switch products]:Tenor各種のファームウェア | ;[http://www.quintum.com/support/code/AS_AX/index.shtml Firmware Updates for the Tenor AS/AF/AX/BX MultiPath Switch products]:Tenor各種のファームウェア |
2009年1月30日 (金) 16:36時点における版
Quintum tenorのファームウェアバージョンアップと
設定ファイルのバックアップをやってみた
目次
設定ファイルのバックアップ
まずは、万が一に備えて設定ファイルのバックアップを取っておく
FTPクライアントでログイン
TenorはFTPの口をあけているので、FTPクライアントでログインする。
デフォルトのログイン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-02???? 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 /"と入力したところ)になる。
Windowsのコマンドプロンプトや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経由の場合は、ここで接続断)
バージョンアップ確認
バージョンアップ作業後、ファームウェアのバージョンが正しく上がっていることを確認する。
Quintum# show -v Tenor BX [1] System Software: Nov 19 2008, 17:34:22 P106-12-12 H323 Module: 3.1.1 SIP Module: 2.1.0 Boot Software: P106-02-00 Serial Number: A023-02XXX 20-Channel DSP Cards: 1[2 0 0] 120-Channel DSP Card: No Digital Interfaces: 8 [3 3 3 3] Cli Errors File Version: 1.32 Cli Help File Version: 1.165 Cli Object File Version: 1.18 Database Version: DB_CMS_M14_A018_V12.0.0_121107 Quintum#
注意点
- 万が一にそなえて、遠隔操作でのバージョンアップは出来る限り避ける
- 業務時間中の、現用機器のバージョンアップは厳禁
- バージョンアップに失敗した時に備えて、サポート体制(エスカレーション先)を整えておくとベター
外部リンク
- 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各種のファームウェア