0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

APRESIA NPシリーズのファームウェア更新の方法 備忘録

Posted at

概要

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)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?