show issu
- モード
- 特権EXECモード
- カテゴリー
- 運用・管理 / システム
構文
# show issu
コマンド説明
issu bootコマンドによるISSU(In-Service Software Upgrade)の進捗状況を表示する。使用例
ISSU処理実行中の表示例awplus# show issu
ISSU configuration:
Node rejoin timeout : 10 mins (default)
Abort timeout : 45 mins (default)
ISSU state : Upgrading Standby
Old boot release : SBx81CFC960-5.5.6-0.1.rel
New boot release : SBx81CFC960-5.5.6-0.2.rel
Process started : Tue Jul 15 09:48:43 2014
Process elapsed : 00:00:03
Node rejoin timer : 00:09:56 remaining
Abort timer : 00:44:56 remaining
Progress on CFCs:
card 1.5 : Not upgraded
card 1.6 : Not upgraded
card 2.5 : Not upgraded
card 2.6 : Upgrading
ISSU処理完了後(CFCだけでなく全ラインカードの再起動も完了した状態)の表示例
awplus# show issu
ISSU configuration:
Rejoin timeout : 10 mins (default)
Abort timeout : 45 mins (default)
ISSU process is not in progress.
Last ISSU status : Completed successfully at Tue Jun 24 15:38:57 2014
何らかの理由によりISSU処理が中断された場合の表示例
awplus# show issu
ISSU configuration:
Rejoin timeout : 10 mins (default)
Abort timeout : 45 mins (default)
ISSU state : Aborted
Old boot release : SBx81CFC960-5.5.6-0.1.rel
New boot release : SBx81CFC960-5.5.6-0.2.rel
Process started : Wed Jul 23 14:22:27 2014
Process elapsed : 01:00:41
Abort reason : the active CFC left the chassis
Progress on CFCs:
card 1.5 : Not upgraded
card 1.6 : Not upgraded
card 2.5 : Not upgraded
card 2.6 : Upgrading
ISSUを一度も実行していない場合の表示例
awplus# show issu
ISSU configuration:
Rejoin timeout : 10 mins (default)
Abort timeout : 45 mins (default)
ISSU process is not in progress.
| Node rejoin timeout | ISSUにおいて、CFCを再起動してからシャーシに復帰するまでの待機時間(issu rejoin-timeoutで設定) |
| Abort timeout | ISSUを開始してから、ISSU失敗と見なして処理を中断するまでの時間(issu abort-timeoutで設定) |
| ISSU state | ISSU処理の状態。Upgrading Standby(スタンバイCFCの再起動中)、Upgrading Active CFC(アクティブCFCの再起動中)、CFCs Upgraded(全CFCの再起動完了。ラインカードの再起動は完了していない)、Aborted(何らかの理由により処理中断)のいずれか。なお本項目は、ラインカードの再起動まで完了したCompleted状態のときや、ISSUを一度も実行していないときは表示されない |
| ISSU process is not in progress | ISSU処理を実行中でないことを示す。本項目は、ラインカードの再起動まで完了したCompleted状態のときや、ISSUを一度も実行していないときにだけ表示される |
| Last ISSU status | 前回ISSU処理が完了した(Completed状態になった)日時。本項目は、ラインカードの再起動まで完了したCompleted状態のときだけ表示される |
| Old boot release | ISSU実行前のファームウェアイメージファイル |
| New boot release | ISSU実行後のファームウェアイメージファイル |
| Process started | ISSU処理の開始日時 |
| Process elapsed | ISSU処理を開始してからの経過時間 |
| Node rejoin timer | 「Node rejoin timeout」の残り時間。ISSU stateがAbortedのときは表示されない |
| Abort timer | 「Abort timeout」の残り時間。ISSU stateがAbortedのときは表示されない |
| Abort reason | ISSU stateがAbortedのとき、ISSU処理の中断理由が表示される。ISSU stateがAbortedでないときは表示されない |
| Progress on CFCs | 各CFCの状態、Not upgraded(まだ再起動していない)、Upgrading(再起動中)、Upgraded(再起動完了)のいずれか |