Go to main content
Oracle MiniCluster S7-2 管理ガイド

印刷ビューの終了

更新: 2016 年 10 月
 
 

システム設定ステップを一覧表示する (CLI)

システムが設定されているかどうかを確認し、設定プロセスのすべてのステップが完了したかどうかを確認するには、この手順を使用します。通常、設定ステップはインストール時にシステムを初期設定したときに実行されます。

  1. プライマリ管理者 (mcinstall など) として MCMU CLI にログインします。

    MCMU CLI にログインするを参照してください。

  2. 設定ステップの一覧および各ステップのステータスを表示します。

    この例は、すべてのシステム設定ステップが実行され、OK ステータスで完了したことを示しています。設定プロセスのログファイルも表示されます。

    % mcmu setupmc -a
    [INFO    ] Log file path : mc_name-n1:/var/opt/oracle.minicluster/setup/logs/mcmu_082216_160419.log
    +-----------------------------------------------------------------------------------------------------+
    | STEP | DESCRIPTION                                                                         | STATUS |
    +-----------------------------------------------------------------------------------------------------+
    | 1    | Check Package Version and Gather User Input                                         | OK     |
    | 2    | Prepare for System Install                                                          | OK     |
    | 3    | Interconnect Setup                                                                  | OK     |
    | 4    | Configure Explorer                                                                  | OK     |
    | 5    | Check System Readiness                                                              | OK     |
    | 6    | Verify Topology                                                                     | OK     |
    | 7    | Prepare Network Interfaces                                                          | OK     |
    | 8    | Configure Client Access Network on Node 1                                           | OK     |
    | 9    | Configure Client Access Network on Node 2                                           | OK     |
    | 10   | Configure NTP Client, Set Password Policy and Setup Apache Web Server               | OK     |
    | 11   | Check Configuration and IP Mappings                                                 | OK     |
    | 12   | Configure ILOM Network                                                              | OK     |
    | 13   | Storage: Create Storage Alias, Reset JBOD(s) and Partition All Disks in All JBOD(s) | OK     |
    | 14   | Calibrate Disks in All JBOD(s)                                                      | OK     |
    | 15   | Shared Storage Setup: Configure and Secure All Kernel Zones                         | OK     |
    | 16   | Shared Storage Setup: Install Oracle Grid Infrastructure 12c in Kernel Zones        | OK     |
    | 17   | Shared Storage Setup: Apply GI PSU                                                  | OK     |
    | 18   | Shared Storage Setup: Configure ACFS and Mount Shared Filesystem in Global Zones    | OK     |
    | 19   | Apply Global Zone Security Settings                                                 | OK     |
    +-----------------------------------------------------------------------------------------------------+
    %