3
4

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 5 years have passed since last update.

GS105EのファームウェアアップデートをMacOSX上で行う

Last updated at Posted at 2016-03-01

GS105EというL2スイッチのファームウェアアップデートをしようと思ったら、管理画面でtftpdのIPアドレスとファイルパスを聞かれた。スイッチ側がtftpdで待ち受けるパターンは見たことがあったが、自分がtftpdを立てるパターンは初見だったので、備忘録として。

$ sudo launchctl load -w /System/Library/LaunchDaemons/tftp.plist
$ sudo cp $HOME/Downloads/GS105Ev2_V1.4.0.6/GS105Ev2_V1.4.0.6.bin /private/tftpboot/

準備完了。WebインターフェースからMacBook AirのIPアドレスとファームウェアのファイル名「GS105Ev2_V1.4.0.6.bin」を入力。無事新ファームで再起動した。

参考URL

3
4
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
3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?