Go to main content

Oracle® MiniCluster S7-2 Administration Guide

Exit Print View

Updated: October 2021
 
 

Deploy an App VM Group (CLI)

Use this procedure to an deploy App VM group. Once deployed, the VMs are available for configuration and use.

  1. Deploy the App VM group.

    Caution

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


    Use this syntax:

    mcmu tenant -V -D VMgroupID

    where VMgroupID is the App VM group profile ID that was assigned by mcmu when the group was created. To determine the VMgroupID, see List a Summary of All App VM Group Profiles (CLI).

    For example:

    % mcmu tenant -V -D 2
    Setting ssh timeout before carrying out further operations. Please wait..
    [INFO    ] Log file path : /var/opt/oracle.minicluster/setup/logs/tenant_cli_082316_164849.log
    
    Creating APP VM Group...
    .
    <output omitted>
    .
    INFO Finish adding zonegroup information to database.
    INFO:MCMU.controllers.zones.appzonemanager:Finish adding zonegroup information to database.
    updated message, old:  Start adding data to MCMU database.  with  Application zonegroup creation completed.
    Status: 0
    Message: Deployment of APP VM Group succeeded.
  2. If you have additional App VM groups to deploy, repeat Step 1.