Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 993 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 993 Bytes

letsautomate1

  1. Terraform will spin up new VM in Azure based on the Oracle Enterprise 12 OS image provided by Oracle. VM will be configured in selected Resource Group and added to Azure Virtual Network.
  2. Once VM is created, Terraform will execute Ansible playbook with the following steps:
    a) upload new .bash_profile for "oracle" user on target VM
    b) create new sample Oracle Database by using dbca tool
    c) enable Archivelog mode on Oracle database by using sqlplus and sql script
    d) copy rpm with Commvault silent installer package (File System + Oracle Agent) to target VM
    e) execute Commvault silent installer on Oracle VM
    f) create new Oracle Instance on the Commserve by using qcommands
    g) create new "Online" subclient for the purposes of Full/Inc backups
    h) create new "Logonly" subclient for the purposes of Archivelog backups
    i) associate both subclients with existing schedule policies
    j) start first full backup of Oracle database