Go to main content

Oracle® MiniCluster S7-2 Administration Guide

Exit Print View

Updated: October 2021
 
 

Create an APP VM Group (CLI)

Use this procedure to create and deploy App VMs.

The process of creating App VMs involves creating an App VM group. Each group can contain one or two App VMs. Once the groups are created, you deploy the groups, which makes the App VMs available for use.

For information about planning for VMs, see Planning to Create VMs. For details about the information you provide when creating App VMs, see App VM Group Parameters.

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

    See Log in to the MCMU CLI.

  2. Create the App VM group.
    % mcmu tenant -A -c

    For example:

    % mcmu tenant -A -c
    Application Virtual Machine Group Profile Description
    Enter Virtual Machine Group Profile Name : avm1
    Enter Description  : Drama App VM Group
    Enter Type [Single,Multiple] (Multiple): multiple
    Shared Storage [Yes,No] (No): yes
    CIS Equivalent Security Settings are default. Do you want to enable PCI DSS Security Settings [Yes,No] (No)? yes
    
    Define Virtual Machines
    
    mc3-n1
    
    Virtual Machine 1
    
    Enter Cores [0 to max 5] (0): 2
    Enter Public Hostname (avm1-vm1-mc3-n1): mc3-n1vm2-az1
    
    mc3-n2
    
    Virtual Machine 1
    
    Enter Cores [0 to max 12] (0): <Return>
    Enter Public Hostname (avm1-vm1-mc3-n2): mc3-n2vm2-az1
    Do you want to use mcinstall password of global zone for the password for user oracle?
    Enter Y/N (Y):<Return>
    Do you want to use mcinstall password of global zone for the password for user mcinstall?
    Enter Y/N (Y):<Return>
    Clusterware [Yes,No] (No):<Return>
    
    
    <–- For systems running v1.2.4 or later –-->
    IP pool information:
    ID: 1   Name: default
    ID: 2   Name: App_IPpool
    Select IP pool [1]: 2
    <––––––––––––––––––––––––––––––-––––--–––––––-->
    
    Creating APPVM Group Profile...
    .<output omitted>
    .
    Successfully Created Application VM Group Profile
    Getting APP VM Group...
    
    PROFILE INFORMATION
            VMGroupName : avm1
            IP pool name : example_pool
    
    VM DEFINITIONS
    
    VM 1
            name : avm1-vm1-mc3-n1
            globalName : mc3-n1
                    public_ip : <valid_VLAN_IP_addr1>
                    public_hostname : mc3-n1vm2-az1
    
    VM 2
            name : avm1-vm1-mc3-n2
            globalName : mc3-n2
                    public_ip : <valid_VLAN_IP_addr2>
                    public_hostname : mc3-n2vm2-az1
    
    Please insert the IP-mappings in the DNS Server if not already done.
    Aug 23 16:32:12 mccn su: 'su root' succeeded for mcinstall on /dev/pts/2
    
  3. Make note of the App VM names and public IP addresses.
  4. (Optional) Repeat Step 2 to create additional App VMs.
  5. Enter all new app VM names and public IP addresses into your DNS.
  6. Deploy the App VM group.

    See Deploy an App VM Group (CLI).