Oracle Database Appliance (ODA) (MOSC)

MOSC Banner

High level steps to create a VM in ODA - post VM install

edited Apr 29, 2015 2:39PM in Oracle Database Appliance (ODA) (MOSC) 5 commentsAnswered

Please use the following as a high level method to create VM

The high level steps to create a VM in ODA are as follows..

 

1) Import the template. (oakcli import)

 

oakcli import vmtemplate <vmtemplatename> -files <image files> -repo <repo_name>

where:

         vmtemplate            - imports a vmtemplate

         -files                - Comma separated list of image files

         -repo                 - Repository for this template

 

2) Clone the template and create vm. (oakcli clone )

 

oakcli clone vm <vm_name> -vmtemplate <template_name> -repo <repo_name>

where:

         vm_name               - name of the vm

         -vmtemplate           - vmtemplate name

         -repo                 - repository of vmtemplate

 

 

3) configure vm and modify the network settings to point to the correct network bridge. (oakcli configure vm)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center