キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 
cancel
789
閲覧回数
0
いいね!
1
コメント
Akiyoshi Kawaguchi
Cisco Employee
Cisco Employee

 

事前準備

まず初めに、Fabric Interconnect を復旧するためにkickstart, system, UCSM イメージが必要になりますが、現時点では、TAC SR をオープンして入手する必要があります。

また Fabric Innterconnectとは、コンソールで接続する必要があります。

 

Step 1. loader モードでの起動

Fabric Interconnectの電源を入れ直し、Ctrl+l(エル)を押下して、loaderモードに入ります。

押下するのが早すぎても無効になるため、loaderモードに入れない場合は、繰り返し押下してください。

 

以下のようにkickstart imageがロードされ始めた場合は、loaderモードに入るのに失敗しているので、再度電源を入れ直して、やり直してください。

loader>」というプロンプトが表示されれば成功です。

失敗例:

Booting kickstart image: bootflash:/installables/switch/ucs-6100-k9-kickstart.5.0.3.N2.2.11.3g.bin....


成功例:

User break into bootloader

 

loader>

 

 

Step 2. kickstart イメージのロード

ManagementポートにIPを設定します。

loader> set ip 192.168.1.1 255.255.255.0

loader> set gw 192.168.1.254

 

 

TFTPサーバから、kickstartイメージをロードします。loaderモードでサポートされているプロトコルはTFTPのみになります。

loader> boot tftp://<tftpserver_IPaddress>/ucs-6100-k9-kickstart.5.0.3.N2.2.11.3g.bin

 

Address: 192.168.1.1

Netmask: 255.255.255.0

Server: <tftpserver_IPaddress>

Gateway: 192.168.1.254

Booting: /ucs-6100-k9-kickstart.5.0.3.N2.2.11.3g.bin console=ttyS0,9600n

8nn quiet loader_ver="pr-1.3"....

 

 

Step 3. system イメージのロード

kickstartイメージで起動したら、再度IPを設定して、kickstart, system, UCSM イメージをダウンロードします。

SCP, FTP, SFTP, TFTPをサポートしています。

switch(boot)# conf ter

switch(boot)(config)# int mgmt 0

switch(boot)(config-if)# ip add 192.168.1.1 255.255.255.0

switch(boot)(config-if)# no shut

switch(boot)(config-if)# exit

switch(boot)(config)# ip default-gateway 192.168.1.254

switch(boot)(config)# end

switch(boot)# copy ftp: bootflash:

 

## kickstartイメージ

Enter source filename: ucs-6100-k9-kickstart.5.0.3.N2.2.11.3g.bin

 

## systemイメージ

Enter source filename: ucs-6100-k9-system.5.0.3.N2.2.11.3g.bin

 

## UCSMイメージ

Enter source filename: ucs-manager-k9.2.1.3g.bin

 

 

ダウンロードしたファイルは全て、/installables/switch フォルダにコピーしておきます。

switch(boot)# copy bootflash:cs-6100-k9-kickstart.5.0.3.N2.2.11.3g.bin /installables/switch

switch(boot)# copy bootflash:ucs-6100-k9-system.5.0.3.N2.2.11.3g.bin /installables/switch

switch(boot)# copy bootflash:ucs-manager-k9.2.1.3g.bin /installables/switch

 

nuova-sim-mgmt-nsg.0.1.0.001.bin UCSM イメージから作り直します。このファイル名は、UCSMバージョンに関係なく常に同じです。

switch(boot)# delete bootflash:nuova-sim-mgmt-nsg.0.1.0.001.bin

switch(boot)# copy bootflash:ucs-manager-k9.2.1.3g.bin bootflash:nuova-sim-mgmt-nsg.0.1.0.001.bin

 

 

system イメージをロードして、Fabric Interconnectを起動します。

switch(boot)# load bootflash:ucs-6100-k9-system.5.0.3.N2.2.11.3g.bin

 

 

Step 4. 再インストールで復旧しない場合

もしFabric Interconnectが復旧しない場合Step 3の最初で以下のコマンドを実行して、Fabric Interconnectを完全に初期化してください(既存のFirmwareやライセンスファイルなども削除されます)。

switch(boot)# init system

This command is going to erase your startup-config, licenses as well as the contents of your bootflash:.

Do you want to continue? (y/n)  [n] y

 

 

そのまま再起動することなく、再度 Step 3と同様の手順を行ってください(イメージの/installables/switch フォルダへのコピーはスキップします)。

Fabric Interconnectが起動したら、init systemで削除されたライセンスファイルを再インストールしてください。

 

 

コメント
Akiyoshi Kawaguchi
Cisco Employee
Cisco Employee

loader> help boot
boot: boot        Boot an image
usage: boot {[bootflash:ks-path] | [tftp://server_ip/ks-path]}
{[bootflash:sys-path] | [tftp://server_ip/sys-path]},
where:
ks-path: path to kickstart image
server_ip: TFTP server IP address
sys-path: path to system image

Description: Booting the specified image.

Getting Started

検索バーにキーワード、フレーズ、または質問を入力し、お探しのものを見つけましょう

シスコ コミュニティをいち早く使いこなしていただけるよう役立つリンクをまとめました。みなさんのジャーニーがより良いものとなるようお手伝いします