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

印刷ビューの終了

更新: 2016 年 10 月
 
 

DB VM グループの配備 (CLI)

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

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

  2. プロファイルの VMgroupID を識別します。

    DB VM グループプロファイルを一覧表示し、作成したプロファイルを検索し、VMgroupID 番号をメモします。この番号は、DB VM グループを配備する際に使用されます。

    既存のすべての DB VM プロファイルグループが一覧表示されます。

    % mcmu tenant -P -l
    
    Listing DB VM Group Profile..
    
    Status : Active
    EditStatus :
    Description : Initial DB VM Group
     - NORMAL redundancy
     - Shared Storage
     - CIS
    deletable : True
    progress : False
    VMgroupName : dbgp1
    editable : True
    VMgroupID : 1 
  3. DB VM グループを配備します。

    構文:

    mcmu tenant -G -D VMgroupID

    ここで、VMgroupID は作成した DB VM グループプロファイルの ID です。


    Caution

    注意  -  このコマンドでは、必ず大文字の D オプションを使用してください。このコマンドで小文字の d オプションを使用すると、その VM グループが削除されます。


    例:

    % mcmu tenant -G -D 1
    Setting ssh timeout before carrying out further operations. Please wait..
    [INFO    ] Log file path : /var/opt/oracle.minicluster/setup/logs/tenant_cli_082316_040823.log
    
    Aug 23 04:08:23 mccn su: 'su root' succeeded for mcinstall on /dev/pts/2
    Deploying DB VM Group...
    [23/Aug/2016 04:08:28] INFO [dbzonegroup_install:122] Added zonegroup to action data.
    updated message, old:  Initializing  with  Insert IP Mapping 
    [23/Aug/2016 04:08:28] INFO [dbzonegroup_install:1467] Add zonegroup and operation type to action.
    .
    <some output omitted>
    .
    updated message, old:  Finish adding zonegroup information to database.  with  GI Post Installation Finished.
    [23/Aug/2016 05:23:22] INFO [dbzonegroup_install:93] Method: do performed
    [23/Aug/2016 05:23:22] INFO [dbzonegroup_install:132] Add Node to GRID Cluster ends...
    updated message, old:  GI Post Installation Finished.  with  Add Node to GRID Cluster ends...
    [23/Aug/2016 05:23:22] INFO [dbzonegroup_install:98] Action Ends at: 2016-08-23 12:23:22
    [23/Aug/2016 05:23:22] INFO [dbzonegroup_install:100] Elapsed Time: 1277.46536207 (secs)
    [23/Aug/2016 05:23:22] INFO [dbzonegroup_install:102] Performing method: do finished
    Status: 0
    Message: Deploying DB VM Group Profile succeed
  4. VM で DB ホームを作成します。

    DB ホームを作成する (CLI)を参照してください。