概要
APRESIA NP2000シリーズのファームウェア更新をしたので
その備忘録です。ちょっと内容が古いです。
参考サイト
https://www.apresia.jp/products/ent/np/usersguide/management/top.html?p=NP_updt_t_update_stack.html
ファームウェアのアップデート
実際のコマンドをまとめたもの
スタックしたりSDカードブートの影響で少々マニュアルとコマンドが違うため、記録しています。
①show boot
スタックしている場合 ②copy tftp: flash:
Address of remote host []? 192.168.3.147 <- tftpサーバーです
Source filename []? AEOS-NP2000_R10801.had
Destination filename []? /c:/AEOS-NP2000_R10801.had
スタックしていない場合 ②copy tftp: flash:
Address of remote host []? 192.168.3.147 <- tftpサーバーです
Source filename []? AEOS-NP2000_R10801.had
Destination filename []? AEOS-NP2000_R10801.had
③dir
ファイルがローカルフラッシュ上にあるのを確認する(SDカードブートの場合はSDにコピー backup cloneをあとで実行します。)
④configure terminal
⑤boot image AEOS-NP2000_R10801.had
ここでbootファイルを指定しています。
SDカードブートを設定している場合!!!☆backup cloneをここで実行!!!!
⑥end →reboot →show version
コマンド分け忘れました
⑦show boot
⑧copy boot
スタックしている場合 ⑨copy flash: flash:
bootファイルの場所を確認します。
Source filename []? /c:/AEOS-NP2000_R10801.had
Destination filename []? /c:/AEOS-NP2000_R10801sec.had
スタックしていない場合 ⑨copy flash: flash:
bootファイルの場所を確認します。
Source filename []? AEOS-NP2000_R10801.had
Destination filename []? AEOS-NP2000_R10801sec.had
⑩show boot
⑪con t
⑫boot image AEOS-NP2000_R10801sec.had secondary
⑬end
⑭show boot
Unit 1
(Configured)
Primary boot image: /c:/AEOS-NP2000_R10801.had
Primary boot config: /c:/primary.cfg
Secondary boot image: /c:/AEOS-NP2000_R10801sec.had
Secondary boot config: /c:/secondary.cfg
*(SD Card)
Primary boot image: /c:/AEOS-NP2000_R10801.had
Primary boot config: /c:/primary.cfg
Note: * indicates the used boot information.
⑮dir
Directory of /c:
1 -rw 7184260 Mar 09 2020 17:31:39 AEOS-NP2000_R10801sec.had
2 -rw 2071 Jul 18 2018 16:40:51 secondary.cfg
3 -rw 7184260 Mar 09 2020 16:37:01 AEOS-NP2000_R10801.had
4 -rw 6991424 Jul 18 2018 16:35:52 AEOS-NP2000_R10401.had
5 -rw 6991424 Jul 18 2018 16:36:22 AEOS-NP2000_R10401sec.had
6 -rw 15568 Mar 09 2020 17:08:32 primary.cfg
7 d-- 0 Mar 09 2020 08:29:35 system
30656000 bytes total (1690112 bytes free)
⑯delete AEOS-NP2000_R10401.had
古いファームウェアを削除しています。
Delete AEOS-NP2000_R10401.had? (y/n) [n] y
File is deleted.
⑰delete AEOS-NP2000_R10401sec.had
古いファームウェアを削除しています。
Delete AEOS-NP2000_R10401sec.had? (y/n) [n] y
File is deleted.
⑱dir
Directory of /c:
1 -rw 7184260 Mar 09 2020 17:31:39 AEOS-NP2000_R10801sec.had
2 -rw 2071 Jul 18 2018 16:40:51 secondary.cfg
3 -rw 7184260 Mar 09 2020 16:37:01 AEOS-NP2000_R10801.had
4 -rw 15568 Mar 09 2020 17:08:32 primary.cfg
5 d-- 0 Mar 09 2020 08:29:35 system
30656000 bytes total (15674880 bytes free)