Microsoft Azure Template Creation for DB – Part 2

Share on:

azure template

Introduction

In this era, cloud technology is booming at a rapid pace and businesses are focusing on optimizing IT infrastructure workloads by adopting cloud models like Amazon Web Services (AWS), Microsoft Azure, Google Cloud Platform (GCP), and Oracle Cloud Infrastructure (OCI). Cloud technologies enable the organization to get on-demand services and get the advantage of quick environment provisioning. A few years back organizations were hesitant to move to the cloud due to security concerns. But everything has changed because all cloud providers have come up with strong protection for data using various encryption technologies.

Whenever you need to build a new database environment for customers, Azure cloud makes this super easy using the snapshot feature. This enables the fast provision of new environments for complex database systems like Oracle. Even this feature can be used as a backup feature for major database changes.

The current oracle image does not consist of Oracle ASM.  In this blog, I will give an insight into how to clone VM using snap disks.

 

1. Virtual Machine Cloning Steps

My Azure template creation for DB – Part 1 blog: https://chanaka-dbhelp.blogspot.com/2022/06/azure-template-creation-for-db.html illustrates the steps to create a snapshot disk with software-only installations.

In this article, I will elaborate on how to clone the new VM using snapshot disks.

To clone the oracle database software installation with Grid VM we need two disks.

OS disk – Has all the required RPMs.
Oracle – software-only installation of the binary.

 

1.1. OS Create Disk

In Azure cloud, we need to create a disk using snapshot disks. Search Manage disks in the search bar as per figure 1.

 

azure template2

Figure 1: Search ” Manage disks” in the Azure portal.

 

Using the Manage disks service we can create disks with different sizes and respective naming conventions. Also, this allows you to change the Region and Availability zone.

azure template3

azure template4

Figure 2: Create root disk using the Manage disks feature.

 

Disk selection allows you to select any disk type and size as per your requirement. As per this example, my previous disk size was 32G, New disk size is 64G.

 

azure template5

Figure 3: Selection of the disks

 

1.2. Create Oracle binary disk.

Now validate the disk status and create the disk.

 

azure template6

Figure 4: OS Disk validation

 

Repeat the same step to create the oracle binary disk to clone the VM.

 

azure template7

azure template7b

Figure 5: Oracle binary disk creation

 

azure template8

Figure 5: Oracle binary disk validation.

 

Once you create the disk make sure to validate the disk from the disk section. As per this example,  there should be two disks.

 

azure template9

Figure 6: Validate the created disk.

 

2. Create a VM using the root disk

To clone the VM you need OS binary disk, Navigate to the disk section and select the OS disk.
Once you select the OS disk you can create a new VM using the selected OS disk.

 

azure template10

Figure 7: I have highlighted the selected OS disk and created a VM tab.

 

As this is a full VM clone add the oracle binary disk, the binary disk has oracle DB and grid software-only installation.

 

azure template11

Figure 8: Select oracle binary disk.

 

The next step is to validate and complete the VM creation.

 

azure template12

 

3. Validation

Once the VM creation is complete startup the VM from the console.  Now you can change the hostname and work standalone ASM installation.

azure template13

 

Conclusion

Cloud providers are coming up with new features periodically. Azure snapshot is a great feature for taking consistent images of VM disks. This feature enables paths for quick environment provisioning. Oracle builds are always time-consuming, and using the snapshot feature can save snapshot images of the database installation with the latest patches for new environment creation.

Share on:

More from this Author

OLVM Upgrade from 4.4 to 4.5

OLVM: Upgrade from 4.4 to 4.5

Introduction VMware vSphere has long held the crown as the leading on-premises server virtualization solution across businesses of all sizes. Its ... Read More

OCI OEM Installation – (Using Market Place Image)

OCI OEM Installation – (Using Market Place Image)

  Introduction Monitoring plays a major part in mission-critical environments. Most businesses depend on IT infrastructure.  As the ... Read More

Back to Top