ナビゲーションリンクをスキップ | |
印刷ビューの終了 | |
![]() |
Oracle® ZFS Storage Appliance 顧客サービスマニュアル、Release 2013.1.3.0 ZS4-4、ZS3-x、7x20 コントローラ、および DE2-24、Sun Disk Shelf 用 |
CLI へのログインと CLI の使用については、Oracle ZFS Storage Appliance 管理ガイド、Release 2013.1.3.0 のコマンド行インタフェース (CLI)を参照してください。
controller-a:> configuration cluster resources select net/igb0 configuration cluster resources (uncommitted)> set owner=<other controller> configuration cluster resources (uncommitted)> set type=private configuration cluster resources (uncommitted)> commit
各コントローラが管理インタフェースの現在の所有者である必要があります。
controller-a:> configuration cluster resources show Resources: RESOURCE OWNER TYPE LABEL CHANGES DETAILS net/igb0 brm7320-250 private Untitled I... no 10.80.2xx.112 controller-a:> configuration cluster resources show Resources: RESOURCE OWNER TYPE LABEL CHANGES DETAILS net/igb1 brm7320-260 private Untitled I... no 10.80.2xx.114
いずれかのコントローラが STRIPPED 状態である (アクティブなリソースがない) 場合は、可用性の遅延を避けるため、最初にそのコントローラで更新を実行します。両方のコントローラにアクティブなリソースがある場合は、最初にどちらかのコントローラを選んで更新します。
次の例は、両方のコントローラに更新をダウンロードする方法を示しています。
controller-a:maintenance system updates download (uncommitted)> set url= ftp://foo/update.pkg.gz url = ftp://foo/update.pkg.gz controller-a:maintenance system updates download (uncommitted)> set user=bmc user = bmc controller-a:maintenance system updates download (uncommitted)> set password Enter password: password = ******** controller-a:maintenance system updates download (uncommitted)> commit Transferred 157M of 484M (32.3%) ... controller-b:maintenance system updates download (uncommitted)> set url= ftp://foo/update.pkg.gz url = ftp://foo/update.pkg.gz controller-b:maintenance system updates download (uncommitted)> set user=bmc user = bmc controller-b:maintenance system updates download (uncommitted)> set password Enter password: password = ******** controller-b:maintenance system updates download (uncommitted)> commit Transferred 157M of 484M (52.1%) ...