Go to main content

Oracle® MiniCluster S7-2 Administration Guide

Exit Print View

Updated: October 2021
 
 

Deploy the DB VM Group (CLI)

  1. Log into the MCMU CLI as a primary admin, such as mcinstall.

    See Log in to the MCMU CLI.

  2. Identify the VMgroupID for the profile.

    List the DB VM group profiles, locate the profile that you just created, and make note of the VMgroupID number. The number is used to deploy the DB VM group.

    All existing DB VM group profiles are listed.

    % 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. Deploy the DB VM group.

    Syntax:

    mcmu tenant -G -D VMgroupID

    where VMgroupID is the ID of the DB VM group profile that you just created.


    Caution

    Caution  -  Ensure that you use the uppercase D option for the command. Using the lowercase d option for this command deletes that VM group.


    For example:

    % 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.
    .
    <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. Create DB Homes in the VMs.

    See Create DB Homes (CLI).