Tuesday, 14 October 2025

Overview and Understand of the Oracle 13C OEM in detail, including the installation of the OEM theory

 Dear All,

in this post i am going to share Overview and Understand of the Oracle 13C OEM in detail, including the installation of the OEM theory.

What is OEM?

OEM is a comprehensive management solution provided by Oracle for monitoring 

the Oracle software components in the data center or in the cloud.


OEM provides a centralized, dashboard based management platform for managing 

the different products like Oracle Database Middleware application and the hardware.

Also, with the help of additional components like management plugins.


OEM is capable of managing other products like SQL Server, DB2 and other software 

components.


what are the key features of OEM.

The most important key feature of the OEM is monitoring and diagnostic ability.

OEM provides features which the administrator can use for, monitor and manage 

the databases and other components like operating system host, etc.


After installing the OEM component like OEM agent, 

the agent will be able to monitor the different targets like database, 

collect the performance details, and then provide this information with the 

help of the OEM console, which is nothing but a dashboard.


Through that Dashboard, the administrator can understand, manage and monitor the 

database or any other targets. The second key feature is configuration management.


So OEM provides a centralized repository which stored the information about the 

different targetsAnd with that information, we'll be able to, Manage the different 

targets and we can enable the standard, we can enable the compliance.


So a lot of things related with the management of the resources can be done with 

the help of the OEM. And another feature of OEM is provisioning and patching.


One of the recursive tasks for any database administrator or the operating system 

administrator or even within the application administrator will be the patching.

So whenever a new changes are happening to the database or to the software component,

or if there is a security vulnerability to the software components, then we need 

to apply the patches And OEM provides a centralized option where in which you can 

apply the patches to different databases or the operating system system.


OEM Provisioning.

So you can have a gold image. Just considering the example of a database, 

you can apply the patches or the security patches, CPU patches etcetera to an Oracle

home, make it that is a gold image and use that gold image for installing into 

different other host. So provisioning and patching is one of the key feature of OEM.


Automation.

Self-service provides a different facility where in which a lot of repetitive tasks can be automated.

So, for example, you wanted to regularly, periodically you wanted to remove the old files, trail

files, etc. so you can create a job from the OEM and OEM will do that activity on multiple hosts so

a single script can be deployed across different targets or different operating systems, and then you

can run the scripts against different targets.

Security and compliance.

So OEM help us to create the user, audit the users and make sure that the users are in compliance with

the security standards.

You can create the database firewall, you can control the user accesses and also you can generate the

compliance report.


The last key feature is a cloud management.

OEM offers the capability to manage the Oracle software environments in both on premise as well as in

the cloud.

So you can use you can extend the features of OEM to the cloud environment as well.

Even you can manage the cloud databases with the help of the OEM.

The key features of OEM is monitoring and diagnosis.

Configuration Management Provisioning and patching.

Automation and Self Services.

Security Compliance.

And then cloud management.


So in nutshell, OEM provides a lot of features which will help us to manage and monitor the different

software solutions provided by Oracle, as well as some other key vendors like Microsoft.


thanks,

Srini


Friday, 26 September 2025

Oracle GoldenGate 23ai Demo Image Installation custom terraform log from Oracle Cloud Console

 Dear All,


In this post i have shared this post to understand background process custom terraform log how the Golden Gate 23ai Installation / configuration from OCI console.


Log :

====== ==

2025/09/26 07:06:08 [[INFO]] Getting providers from registry and/or custom terraform providers

2025/09/26 07:06:09 [[INFO]] Initializing modules...

2025/09/26 07:06:09 [[INFO]] 

2025/09/26 07:06:09 [[INFO]] Initializing provider plugins...

2025/09/26 07:06:09 [[INFO]] - Finding latest version of hashicorp/oci...

2025/09/26 07:06:09 [[INFO]] - Finding latest version of hashicorp/random...

2025/09/26 07:06:09 [[INFO]] - Finding latest version of hashicorp/local...

2025/09/26 07:06:09 [[INFO]] - Installing hashicorp/local v2.5.3...

2025/09/26 07:06:09 [[INFO]] - Installed hashicorp/local v2.5.3 (signed by HashiCorp)

2025/09/26 07:06:09 [[INFO]] - Installing hashicorp/oci v7.20.0...

2025/09/26 07:06:12 [[INFO]] - Installed hashicorp/oci v7.20.0 (unauthenticated)

2025/09/26 07:06:12 [[INFO]] - Installing hashicorp/random v3.7.2...

2025/09/26 07:06:12 [[INFO]] - Installed hashicorp/random v3.7.2 (signed by HashiCorp)

2025/09/26 07:06:12 [[INFO]] 

2025/09/26 07:06:12 [[INFO]] Terraform has created a lock file .terraform.lock.hcl to record the provider

2025/09/26 07:06:12 [[INFO]] selections it made above. Include this file in your version control repository

2025/09/26 07:06:12 [[INFO]] so that Terraform can guarantee to make the same selections by default when

2025/09/26 07:06:12 [[INFO]] you run "terraform init" in the future.

2025/09/26 07:06:12 [[INFO]] 

2025/09/26 07:06:12 [[INFO]] 

2025/09/26 07:06:12 [[INFO]] Warning: Incomplete lock file information for providers

2025/09/26 07:06:12 [[INFO]] 

2025/09/26 07:06:12 [[INFO]] Due to your customized provider installation methods, Terraform was forced to

2025/09/26 07:06:12 [[INFO]] calculate lock file checksums locally for the following providers:

2025/09/26 07:06:12 [[INFO]]   - hashicorp/oci

2025/09/26 07:06:12 [[INFO]] 

2025/09/26 07:06:12 [[INFO]] The current .terraform.lock.hcl file only includes checksums for linux_arm64,

2025/09/26 07:06:12 [[INFO]] so Terraform running on another platform will fail to install these

2025/09/26 07:06:12 [[INFO]] providers.

2025/09/26 07:06:12 [[INFO]] 

2025/09/26 07:06:12 [[INFO]] To calculate additional checksums for another platform, run:

2025/09/26 07:06:12 [[INFO]]   terraform providers lock -platform=linux_amd64

2025/09/26 07:06:12 [[INFO]] (where linux_amd64 is the platform to generate)

2025/09/26 07:06:12 [[INFO]] 

2025/09/26 07:06:12 [[INFO]] Terraform has been successfully initialized!

2025/09/26 07:06:12 [[INFO]] 

2025/09/26 07:06:12 [[INFO]] You may now begin working with Terraform. Try running "terraform plan" to see

2025/09/26 07:06:12 [[INFO]] any changes that are required for your infrastructure. All Terraform commands

2025/09/26 07:06:12 [[INFO]] should now work.

2025/09/26 07:06:12 [[INFO]] 

2025/09/26 07:06:12 [[INFO]] If you ever set or change modules or backend configuration for Terraform,

2025/09/26 07:06:12 [[INFO]] rerun this command to reinitialize your working directory. If you forget, other

2025/09/26 07:06:12 [[INFO]] commands will detect it and remind you to do so if necessary.

2025/09/26 07:06:16 [[INFO]] module.ogg_network.data.oci_core_vcn.vcn: Reading...

2025/09/26 07:06:16 [[INFO]] data.oci_core_app_catalog_subscriptions.mp_image_subscription: Reading...

2025/09/26 07:06:16 [[INFO]] module.ogg_network.data.oci_core_vcn.vcn: Read complete after 0s [id=ocid1.vcn.oc1.ap-hyderabad-1.amaaaaaapko6j2yawkbboqa7evimqi6h3syaktciusoahmvawosgwpgvpqfa]

2025/09/26 07:06:16 [[INFO]] data.oci_core_app_catalog_subscriptions.mp_image_subscription: Read complete after 0s [id=CoreAppCatalogSubscriptionsDataSource-472808548]

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]] Terraform used the selected providers to generate the following execution

2025/09/26 07:06:16 [[INFO]] plan. Resource actions are indicated with the following symbols:

2025/09/26 07:06:16 [[INFO]]   + create

2025/09/26 07:06:16 [[INFO]]  <= read (data resources)

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]] Terraform will perform the following actions:

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]]   # oci_core_app_catalog_listing_resource_version_agreement.mp_image_agreement will be created

2025/09/26 07:06:16 [[INFO]]   + resource "oci_core_app_catalog_listing_resource_version_agreement" "mp_image_agreement" {

2025/09/26 07:06:16 [[INFO]]       + eula_link                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + id                       = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + listing_id               = "ocid1.appcataloglisting.oc1..aaaaaaaapvdqgl3dgkhmxdcdcxfa7jrmeq5vni6dmv3zhhmqwsnj2qwdy6fa"

2025/09/26 07:06:16 [[INFO]]       + listing_resource_version = "Oracle_23.9.0.25.07_v1.0"

2025/09/26 07:06:16 [[INFO]]       + oracle_terms_of_use_link = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + signature                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + time_retrieved           = (known after apply)

2025/09/26 07:06:16 [[INFO]]     }

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]]   # oci_core_app_catalog_subscription.mp_image_subscription will be created

2025/09/26 07:06:16 [[INFO]]   + resource "oci_core_app_catalog_subscription" "mp_image_subscription" {

2025/09/26 07:06:16 [[INFO]]       + compartment_id           = "ocid1.tenancy.oc1..aaaaaaaah266jdgr6vs54b3ftg35w67gz5vbat73rhjklc6qpwhbruplwa7q"

2025/09/26 07:06:16 [[INFO]]       + display_name             = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + eula_link                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + id                       = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + listing_id               = "ocid1.appcataloglisting.oc1..aaaaaaaapvdqgl3dgkhmxdcdcxfa7jrmeq5vni6dmv3zhhmqwsnj2qwdy6fa"

2025/09/26 07:06:16 [[INFO]]       + listing_resource_id      = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + listing_resource_version = "Oracle_23.9.0.25.07_v1.0"

2025/09/26 07:06:16 [[INFO]]       + oracle_terms_of_use_link = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + publisher_name           = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + signature                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + summary                  = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + time_created             = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + time_retrieved           = (known after apply)

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]]       + timeouts {

2025/09/26 07:06:16 [[INFO]]           + create = "20m"

2025/09/26 07:06:16 [[INFO]]         }

2025/09/26 07:06:16 [[INFO]]     }

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]]   # module.cacheManager_block_volume.oci_core_volume.block_volume[0] will be created

2025/09/26 07:06:16 [[INFO]]   + resource "oci_core_volume" "block_volume" {

2025/09/26 07:06:16 [[INFO]]       + auto_tuned_vpus_per_gb     = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + availability_domain        = "SSNA:AP-HYDERABAD-1-AD-1"

2025/09/26 07:06:16 [[INFO]]       + backup_policy_id           = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + cluster_placement_group_id = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + compartment_id             = "ocid1.tenancy.oc1..aaaaaaaah266jdgr6vs54b3ftg35w67gz5vbat73rhjklc6qpwhbruplwa7q"

2025/09/26 07:06:16 [[INFO]]       + defined_tags               = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + display_name               = "Oracle GoldenGate 23.9.0.25.07 Microservices Edition for Oracle (Cache Manager)"

2025/09/26 07:06:16 [[INFO]]       + freeform_tags              = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + id                         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_auto_tune_enabled       = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_hydrated                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_reservations_enabled    = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + kms_key_id                 = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + size_in_gbs                = "256"

2025/09/26 07:06:16 [[INFO]]       + size_in_mbs                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + state                      = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + system_tags                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + time_created               = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + volume_backup_id           = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + volume_group_id            = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + vpus_per_gb                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + xrc_kms_key_id             = (known after apply)

2025/09/26 07:06:16 [[INFO]]     }

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]]   # module.deployments_block_volume.oci_core_volume.block_volume[0] will be created

2025/09/26 07:06:16 [[INFO]]   + resource "oci_core_volume" "block_volume" {

2025/09/26 07:06:16 [[INFO]]       + auto_tuned_vpus_per_gb     = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + availability_domain        = "SSNA:AP-HYDERABAD-1-AD-1"

2025/09/26 07:06:16 [[INFO]]       + backup_policy_id           = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + cluster_placement_group_id = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + compartment_id             = "ocid1.tenancy.oc1..aaaaaaaah266jdgr6vs54b3ftg35w67gz5vbat73rhjklc6qpwhbruplwa7q"

2025/09/26 07:06:16 [[INFO]]       + defined_tags               = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + display_name               = "Oracle GoldenGate 23.9.0.25.07 Microservices Edition for Oracle (Deployments)"

2025/09/26 07:06:16 [[INFO]]       + freeform_tags              = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + id                         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_auto_tune_enabled       = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_hydrated                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_reservations_enabled    = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + kms_key_id                 = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + size_in_gbs                = "50"

2025/09/26 07:06:16 [[INFO]]       + size_in_mbs                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + state                      = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + system_tags                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + time_created               = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + volume_backup_id           = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + volume_group_id            = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + vpus_per_gb                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + xrc_kms_key_id             = (known after apply)

2025/09/26 07:06:16 [[INFO]]     }

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]]   # module.ogg_compute.data.oci_core_private_ips.private_ips will be read during apply

2025/09/26 07:06:16 [[INFO]]   # (config refers to values not yet known)

2025/09/26 07:06:16 [[INFO]]  <= data "oci_core_private_ips" "private_ips" {

2025/09/26 07:06:16 [[INFO]]       + id          = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + private_ips = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + vnic_id     = (known after apply)

2025/09/26 07:06:16 [[INFO]]     }

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]]   # module.ogg_compute.data.oci_core_vnic.vnic will be read during apply

2025/09/26 07:06:16 [[INFO]]   # (config refers to values not yet known)

2025/09/26 07:06:16 [[INFO]]  <= data "oci_core_vnic" "vnic" {

2025/09/26 07:06:16 [[INFO]]       + availability_domain    = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + compartment_id         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + defined_tags           = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + display_name           = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + freeform_tags          = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + hostname_label         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + id                     = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + ipv6addresses          = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_primary             = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + mac_address            = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + nsg_ids                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + private_ip_address     = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + public_ip_address      = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + route_table_id         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + security_attributes    = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + skip_source_dest_check = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + state                  = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + subnet_id              = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + time_created           = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + vlan_id                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + vnic_id                = (known after apply)

2025/09/26 07:06:16 [[INFO]]     }

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]]   # module.ogg_compute.data.oci_core_vnic_attachments.vnics will be read during apply

2025/09/26 07:06:16 [[INFO]]   # (config refers to values not yet known)

2025/09/26 07:06:16 [[INFO]]  <= data "oci_core_vnic_attachments" "vnics" {

2025/09/26 07:06:16 [[INFO]]       + availability_domain = "SSNA:AP-HYDERABAD-1-AD-1"

2025/09/26 07:06:16 [[INFO]]       + compartment_id      = "ocid1.tenancy.oc1..aaaaaaaah266jdgr6vs54b3ftg35w67gz5vbat73rhjklc6qpwhbruplwa7q"

2025/09/26 07:06:16 [[INFO]]       + id                  = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + instance_id         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + vnic_attachments    = (known after apply)

2025/09/26 07:06:16 [[INFO]]     }

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]]   # module.ogg_compute.oci_core_instance.vm will be created

2025/09/26 07:06:16 [[INFO]]   + resource "oci_core_instance" "vm" {

2025/09/26 07:06:16 [[INFO]]       + availability_domain                 = "SSNA:AP-HYDERABAD-1-AD-1"

2025/09/26 07:06:16 [[INFO]]       + boot_volume_id                      = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + capacity_reservation_id             = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + compartment_id                      = "ocid1.tenancy.oc1..aaaaaaaah266jdgr6vs54b3ftg35w67gz5vbat73rhjklc6qpwhbruplwa7q"

2025/09/26 07:06:16 [[INFO]]       + compute_cluster_id                  = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + dedicated_vm_host_id                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + defined_tags                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + display_name                        = "Oracle GoldenGate 23.9.0.25.07 Microservices Edition for Oracle"

2025/09/26 07:06:16 [[INFO]]       + extended_metadata                   = {

2025/09/26 07:06:16 [[INFO]]           + "cacheManager_device"     = "/dev/oracleoci/oraclevde"

2025/09/26 07:06:16 [[INFO]]           + "cacheManager_directory"  = "/u02/cacheManager"

2025/09/26 07:06:16 [[INFO]]           + "deployment_adb_wallet"   = ""

2025/09/26 07:06:16 [[INFO]]           + "deployments"             = jsonencode(

2025/09/26 07:06:16 [[INFO]]                 [

2025/09/26 07:06:16 [[INFO]]                   + {

2025/09/26 07:06:16 [[INFO]]                       + name = "Marketplace"

2025/09/26 07:06:16 [[INFO]]                     },

2025/09/26 07:06:16 [[INFO]]                 ]

2025/09/26 07:06:16 [[INFO]]             )

2025/09/26 07:06:16 [[INFO]]           + "deployments_device"      = "/dev/oracleoci/oraclevdd"

2025/09/26 07:06:16 [[INFO]]           + "deployments_directory"   = "/u02/deployments"

2025/09/26 07:06:16 [[INFO]]           + "installations_directory" = "/u01/app/ogg"

2025/09/26 07:06:16 [[INFO]]           + "swap_device"             = "/dev/oracleoci/oraclevdb"

2025/09/26 07:06:16 [[INFO]]           + "trails_device"           = "/dev/oracleoci/oraclevdc"

2025/09/26 07:06:16 [[INFO]]           + "trails_directory"        = "/u02/trails"

2025/09/26 07:06:16 [[INFO]]         }

2025/09/26 07:06:16 [[INFO]]       + fault_domain                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + freeform_tags                       = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + hostname_label                      = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + id                                  = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + image                               = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + instance_configuration_id           = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + ipxe_script                         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_cross_numa_node                  = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_pv_encryption_in_transit_enabled = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + launch_mode                         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + metadata                            = {

2025/09/26 07:06:16 [[INFO]]           + "ssh_authorized_keys" = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCDiV374pgVmWzwogGq6e7S+3BvI8kWGkP849aL9aQeUHPZ+qUoyK58NotOgninaKbUUKFque+tRx5bqqINFFb095GG9wZ8Ta34Ub3HBvm0a90orcBYpAIlFenYkBdTBz6SkuZbxih/zIICO6sjiaBeyrzKFl2pRrpYnuPlN/BrYHyr2H0DksgbZMvrqp29lhFg2SkYP+hZR6weFoH3CisK6GY8ljRRXuCRu6TrPT1b99oBLuiHtvlgX+hdpnovW9Vqvs+e242XXi9wsGqmMVYAOD0TqmKSZk1Kw8lcZ8twdC3FtTLvjCqtk2N+7Z52LQLgEfVHCY3LhkXniFPFeQdD rsa-key-20250910"

2025/09/26 07:06:16 [[INFO]]         }

2025/09/26 07:06:16 [[INFO]]       + private_ip                          = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + public_ip                           = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + region                              = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + security_attributes                 = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + security_attributes_state           = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + shape                               = "VM.Standard2.4"

2025/09/26 07:06:16 [[INFO]]       + state                               = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + subnet_id                           = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + system_tags                         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + time_created                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + time_maintenance_reboot_due         = (known after apply)

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]]       + create_vnic_details {

2025/09/26 07:06:16 [[INFO]]           + assign_ipv6ip          = (known after apply)

2025/09/26 07:06:16 [[INFO]]           + assign_public_ip       = "false"

2025/09/26 07:06:16 [[INFO]]           + defined_tags           = (known after apply)

2025/09/26 07:06:16 [[INFO]]           + display_name           = "Oracle GoldenGate 23.9.0.25.07 Microservices Edition for Oracle"

2025/09/26 07:06:16 [[INFO]]           + freeform_tags          = (known after apply)

2025/09/26 07:06:16 [[INFO]]           + hostname_label         = "ogg23aiora"

2025/09/26 07:06:16 [[INFO]]           + nsg_ids                = (known after apply)

2025/09/26 07:06:16 [[INFO]]           + private_ip             = (known after apply)

2025/09/26 07:06:16 [[INFO]]           + security_attributes    = (known after apply)

2025/09/26 07:06:16 [[INFO]]           + skip_source_dest_check = (known after apply)

2025/09/26 07:06:16 [[INFO]]           + subnet_id              = "ocid1.subnet.oc1.ap-hyderabad-1.aaaaaaaavf5olwrzavpyulntkoclwuvt3qmwlvznbph45clljirobntadaoa"

2025/09/26 07:06:16 [[INFO]]           + vlan_id                = (known after apply)

2025/09/26 07:06:16 [[INFO]]         }

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]]       + source_details {

2025/09/26 07:06:16 [[INFO]]           + boot_volume_size_in_gbs = "50"

2025/09/26 07:06:16 [[INFO]]           + boot_volume_vpus_per_gb = (known after apply)

2025/09/26 07:06:16 [[INFO]]           + source_id               = "ocid1.image.oc1..aaaaaaaafdga7ms5awrgl3ejnz2oy76rxtkxy45a3dbszr5ijvcx3qov3t2a"

2025/09/26 07:06:16 [[INFO]]           + source_type             = "image"

2025/09/26 07:06:16 [[INFO]]         }

2025/09/26 07:06:16 [[INFO]]     }

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]]   # module.ogg_compute.oci_core_public_ip.public_ip[0] will be created

2025/09/26 07:06:16 [[INFO]]   + resource "oci_core_public_ip" "public_ip" {

2025/09/26 07:06:16 [[INFO]]       + assigned_entity_id   = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + assigned_entity_type = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + availability_domain  = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + compartment_id       = "ocid1.tenancy.oc1..aaaaaaaah266jdgr6vs54b3ftg35w67gz5vbat73rhjklc6qpwhbruplwa7q"

2025/09/26 07:06:16 [[INFO]]       + defined_tags         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + display_name         = "Oracle GoldenGate 23.9.0.25.07 Microservices Edition for Oracle Public IP"

2025/09/26 07:06:16 [[INFO]]       + freeform_tags        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + id                   = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + ip_address           = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + lifetime             = "RESERVED"

2025/09/26 07:06:16 [[INFO]]       + private_ip_id        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + public_ip_pool_id    = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + scope                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + state                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + time_created         = (known after apply)

2025/09/26 07:06:16 [[INFO]]     }

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]]   # module.ogg_compute.oci_core_volume_attachment.cacheManager_volume_attachment will be created

2025/09/26 07:06:16 [[INFO]]   + resource "oci_core_volume_attachment" "cacheManager_volume_attachment" {

2025/09/26 07:06:16 [[INFO]]       + attachment_type                     = "paravirtualized"

2025/09/26 07:06:16 [[INFO]]       + availability_domain                 = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + chap_secret                         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + chap_username                       = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + compartment_id                      = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + device                              = "/dev/oracleoci/oraclevde"

2025/09/26 07:06:16 [[INFO]]       + display_name                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + encryption_in_transit_type          = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + id                                  = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + instance_id                         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + ipv4                                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + iqn                                 = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_agent_auto_iscsi_login_enabled   = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_multipath                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_pv_encryption_in_transit_enabled = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_read_only                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_shareable                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_volume_created_during_launch     = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + iscsi_login_state                   = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + multipath_devices                   = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + port                                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + state                               = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + time_created                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + use_chap                            = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + volume_id                           = (known after apply)

2025/09/26 07:06:16 [[INFO]]     }

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]]   # module.ogg_compute.oci_core_volume_attachment.deployments_volume_attachment will be created

2025/09/26 07:06:16 [[INFO]]   + resource "oci_core_volume_attachment" "deployments_volume_attachment" {

2025/09/26 07:06:16 [[INFO]]       + attachment_type                     = "paravirtualized"

2025/09/26 07:06:16 [[INFO]]       + availability_domain                 = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + chap_secret                         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + chap_username                       = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + compartment_id                      = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + device                              = "/dev/oracleoci/oraclevdd"

2025/09/26 07:06:16 [[INFO]]       + display_name                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + encryption_in_transit_type          = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + id                                  = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + instance_id                         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + ipv4                                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + iqn                                 = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_agent_auto_iscsi_login_enabled   = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_multipath                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_pv_encryption_in_transit_enabled = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_read_only                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_shareable                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_volume_created_during_launch     = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + iscsi_login_state                   = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + multipath_devices                   = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + port                                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + state                               = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + time_created                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + use_chap                            = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + volume_id                           = (known after apply)

2025/09/26 07:06:16 [[INFO]]     }

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]]   # module.ogg_compute.oci_core_volume_attachment.swap_volume_attachment will be created

2025/09/26 07:06:16 [[INFO]]   + resource "oci_core_volume_attachment" "swap_volume_attachment" {

2025/09/26 07:06:16 [[INFO]]       + attachment_type                     = "paravirtualized"

2025/09/26 07:06:16 [[INFO]]       + availability_domain                 = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + chap_secret                         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + chap_username                       = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + compartment_id                      = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + device                              = "/dev/oracleoci/oraclevdb"

2025/09/26 07:06:16 [[INFO]]       + display_name                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + encryption_in_transit_type          = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + id                                  = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + instance_id                         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + ipv4                                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + iqn                                 = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_agent_auto_iscsi_login_enabled   = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_multipath                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_pv_encryption_in_transit_enabled = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_read_only                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_shareable                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_volume_created_during_launch     = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + iscsi_login_state                   = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + multipath_devices                   = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + port                                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + state                               = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + time_created                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + use_chap                            = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + volume_id                           = (known after apply)

2025/09/26 07:06:16 [[INFO]]     }

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]]   # module.ogg_compute.oci_core_volume_attachment.trails_volume_attachment will be created

2025/09/26 07:06:16 [[INFO]]   + resource "oci_core_volume_attachment" "trails_volume_attachment" {

2025/09/26 07:06:16 [[INFO]]       + attachment_type                     = "paravirtualized"

2025/09/26 07:06:16 [[INFO]]       + availability_domain                 = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + chap_secret                         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + chap_username                       = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + compartment_id                      = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + device                              = "/dev/oracleoci/oraclevdc"

2025/09/26 07:06:16 [[INFO]]       + display_name                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + encryption_in_transit_type          = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + id                                  = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + instance_id                         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + ipv4                                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + iqn                                 = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_agent_auto_iscsi_login_enabled   = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_multipath                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_pv_encryption_in_transit_enabled = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_read_only                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_shareable                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_volume_created_during_launch     = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + iscsi_login_state                   = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + multipath_devices                   = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + port                                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + state                               = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + time_created                        = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + use_chap                            = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + volume_id                           = (known after apply)

2025/09/26 07:06:16 [[INFO]]     }

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]]   # module.swap_block_volume.oci_core_volume.block_volume[0] will be created

2025/09/26 07:06:16 [[INFO]]   + resource "oci_core_volume" "block_volume" {

2025/09/26 07:06:16 [[INFO]]       + auto_tuned_vpus_per_gb     = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + availability_domain        = "SSNA:AP-HYDERABAD-1-AD-1"

2025/09/26 07:06:16 [[INFO]]       + backup_policy_id           = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + cluster_placement_group_id = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + compartment_id             = "ocid1.tenancy.oc1..aaaaaaaah266jdgr6vs54b3ftg35w67gz5vbat73rhjklc6qpwhbruplwa7q"

2025/09/26 07:06:16 [[INFO]]       + defined_tags               = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + display_name               = "Oracle GoldenGate 23.9.0.25.07 Microservices Edition for Oracle (Swap)"

2025/09/26 07:06:16 [[INFO]]       + freeform_tags              = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + id                         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_auto_tune_enabled       = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_hydrated                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_reservations_enabled    = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + kms_key_id                 = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + size_in_gbs                = "256"

2025/09/26 07:06:16 [[INFO]]       + size_in_mbs                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + state                      = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + system_tags                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + time_created               = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + volume_backup_id           = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + volume_group_id            = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + vpus_per_gb                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + xrc_kms_key_id             = (known after apply)

2025/09/26 07:06:16 [[INFO]]     }

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]]   # module.trails_block_volume.oci_core_volume.block_volume[0] will be created

2025/09/26 07:06:16 [[INFO]]   + resource "oci_core_volume" "block_volume" {

2025/09/26 07:06:16 [[INFO]]       + auto_tuned_vpus_per_gb     = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + availability_domain        = "SSNA:AP-HYDERABAD-1-AD-1"

2025/09/26 07:06:16 [[INFO]]       + backup_policy_id           = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + cluster_placement_group_id = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + compartment_id             = "ocid1.tenancy.oc1..aaaaaaaah266jdgr6vs54b3ftg35w67gz5vbat73rhjklc6qpwhbruplwa7q"

2025/09/26 07:06:16 [[INFO]]       + defined_tags               = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + display_name               = "Oracle GoldenGate 23.9.0.25.07 Microservices Edition for Oracle (Trails)"

2025/09/26 07:06:16 [[INFO]]       + freeform_tags              = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + id                         = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_auto_tune_enabled       = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_hydrated                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + is_reservations_enabled    = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + kms_key_id                 = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + size_in_gbs                = "512"

2025/09/26 07:06:16 [[INFO]]       + size_in_mbs                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + state                      = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + system_tags                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + time_created               = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + volume_backup_id           = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + volume_group_id            = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + vpus_per_gb                = (known after apply)

2025/09/26 07:06:16 [[INFO]]       + xrc_kms_key_id             = (known after apply)

2025/09/26 07:06:16 [[INFO]]     }

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]] Plan: 12 to add, 0 to change, 0 to destroy.

2025/09/26 07:06:16 [[INFO]] 

2025/09/26 07:06:16 [[INFO]] Changes to Outputs:

2025/09/26 07:06:16 [[INFO]]   + ogg_image_id    = "ocid1.image.oc1..aaaaaaaafdga7ms5awrgl3ejnz2oy76rxtkxy45a3dbszr5ijvcx3qov3t2a"

2025/09/26 07:06:16 [[INFO]]   + ogg_instance_id = (known after apply)

2025/09/26 07:06:16 [[INFO]]   + ogg_public_ip   = (known after apply)

2025/09/26 07:06:18 [[INFO]] module.cacheManager_block_volume.oci_core_volume.block_volume[0]: Creating...

2025/09/26 07:06:18 [[INFO]] module.deployments_block_volume.oci_core_volume.block_volume[0]: Creating...

2025/09/26 07:06:18 [[INFO]] oci_core_app_catalog_listing_resource_version_agreement.mp_image_agreement: Creating...

2025/09/26 07:06:18 [[INFO]] module.trails_block_volume.oci_core_volume.block_volume[0]: Creating...

2025/09/26 07:06:18 [[INFO]] module.ogg_compute.oci_core_instance.vm: Creating...

2025/09/26 07:06:18 [[INFO]] module.swap_block_volume.oci_core_volume.block_volume[0]: Creating...

2025/09/26 07:06:18 [[INFO]] oci_core_app_catalog_listing_resource_version_agreement.mp_image_agreement: Creation complete after 0s [id=2025-09-26 07:06:18.389 +0000 UTC]

2025/09/26 07:06:18 [[INFO]] oci_core_app_catalog_subscription.mp_image_subscription: Creating...

2025/09/26 07:06:20 [[INFO]] oci_core_app_catalog_subscription.mp_image_subscription: Creation complete after 2s [id=compartmentId/ocid1.tenancy.oc1..aaaaaaaah266jdgr6vs54b3ftg35w67gz5vbat73rhjklc6qpwhbruplwa7q/listingId/ocid1.appcataloglisting.oc1..aaaaaaaapvdqgl3dgkhmxdcdcxfa7jrmeq5vni6dmv3zhhmqwsnj2qwdy6fa/listingResourceVersion/Oracle_23.9.0.25.07_v1.0]

2025/09/26 07:06:28 [[INFO]] module.deployments_block_volume.oci_core_volume.block_volume[0]: Still creating... [10s elapsed]

2025/09/26 07:06:28 [[INFO]] module.trails_block_volume.oci_core_volume.block_volume[0]: Still creating... [10s elapsed]

2025/09/26 07:06:28 [[INFO]] module.cacheManager_block_volume.oci_core_volume.block_volume[0]: Still creating... [10s elapsed]

2025/09/26 07:06:28 [[INFO]] module.ogg_compute.oci_core_instance.vm: Still creating... [10s elapsed]

2025/09/26 07:06:28 [[INFO]] module.swap_block_volume.oci_core_volume.block_volume[0]: Still creating... [10s elapsed]

2025/09/26 07:06:31 [[INFO]] module.deployments_block_volume.oci_core_volume.block_volume[0]: Creation complete after 13s [id=ocid1.volume.oc1.ap-hyderabad-1.abuhsljrsfm6xx3nni27o34lf23i43j33i2n5xab47mp5dlj6xcntiji5waa]

2025/09/26 07:06:31 [[INFO]] module.swap_block_volume.oci_core_volume.block_volume[0]: Creation complete after 13s [id=ocid1.volume.oc1.ap-hyderabad-1.abuhsljrzu6i2l6r3fgudybypf7nhb7awgirdhfiwf27gtkyomv5fc4sbv3a]

2025/09/26 07:06:31 [[INFO]] module.cacheManager_block_volume.oci_core_volume.block_volume[0]: Creation complete after 13s [id=ocid1.volume.oc1.ap-hyderabad-1.abuhsljrrr2jq2hjf3lw6cwjdr4zvpw32pfgtzscvm5plqnsa3g5fdoexzbq]

2025/09/26 07:06:31 [[INFO]] module.trails_block_volume.oci_core_volume.block_volume[0]: Creation complete after 14s [id=ocid1.volume.oc1.ap-hyderabad-1.abuhsljrekbzjaiq5csah7mu2m45jx4dlvikhzp2ujvgpc6tvych3rdzkrna]

2025/09/26 07:06:38 [[INFO]] module.ogg_compute.oci_core_instance.vm: Still creating... [20s elapsed]

2025/09/26 07:06:48 [[INFO]] module.ogg_compute.oci_core_instance.vm: Still creating... [30s elapsed]

2025/09/26 07:06:53 [[INFO]] module.ogg_compute.oci_core_instance.vm: Creation complete after 36s [id=ocid1.instance.oc1.ap-hyderabad-1.anuhsljrpko6j2ycq4zftkfinijvgpjfpa7mzvh6i6uk2d7a7mk6u27hinva]

2025/09/26 07:06:53 [[INFO]] module.ogg_compute.data.oci_core_vnic_attachments.vnics: Reading...

2025/09/26 07:06:53 [[INFO]] module.ogg_compute.oci_core_volume_attachment.trails_volume_attachment: Creating...

2025/09/26 07:06:53 [[INFO]] module.ogg_compute.oci_core_volume_attachment.cacheManager_volume_attachment: Creating...

2025/09/26 07:06:53 [[INFO]] module.ogg_compute.oci_core_volume_attachment.deployments_volume_attachment: Creating...

2025/09/26 07:06:53 [[INFO]] module.ogg_compute.oci_core_volume_attachment.swap_volume_attachment: Creating...

2025/09/26 07:06:54 [[INFO]] module.ogg_compute.data.oci_core_vnic_attachments.vnics: Read complete after 0s [id=CoreVnicAttachmentsDataSource-4060181497]

2025/09/26 07:06:54 [[INFO]] module.ogg_compute.data.oci_core_vnic.vnic: Reading...

2025/09/26 07:06:54 [[INFO]] module.ogg_compute.data.oci_core_vnic.vnic: Read complete after 0s [id=ocid1.vnic.oc1.ap-hyderabad-1.abuhsljrowvuk7hww3pwqjjq7uiqv4gmmf2pfvdoqw74rljhzxd3e4e4akya]

2025/09/26 07:06:54 [[INFO]] module.ogg_compute.data.oci_core_private_ips.private_ips: Reading...

2025/09/26 07:06:54 [[INFO]] module.ogg_compute.data.oci_core_private_ips.private_ips: Read complete after 0s [id=CorePrivateIpsDataSource-2738969416]

2025/09/26 07:06:54 [[INFO]] module.ogg_compute.oci_core_public_ip.public_ip[0]: Creating...

2025/09/26 07:06:54 [[INFO]] module.ogg_compute.oci_core_public_ip.public_ip[0]: Creation complete after 0s [id=ocid1.publicip.oc1.ap-hyderabad-1.amaaaaaapko6j2yanprmewao27gig5n5vs6frllhvjkkabxo4cd6zjnrg6oa]

2025/09/26 07:07:03 [[INFO]] module.ogg_compute.oci_core_volume_attachment.trails_volume_attachment: Still creating... [10s elapsed]

2025/09/26 07:07:03 [[INFO]] module.ogg_compute.oci_core_volume_attachment.cacheManager_volume_attachment: Still creating... [10s elapsed]

2025/09/26 07:07:03 [[INFO]] module.ogg_compute.oci_core_volume_attachment.swap_volume_attachment: Still creating... [10s elapsed]

2025/09/26 07:07:03 [[INFO]] module.ogg_compute.oci_core_volume_attachment.deployments_volume_attachment: Still creating... [10s elapsed]

2025/09/26 07:07:07 [[INFO]] module.ogg_compute.oci_core_volume_attachment.trails_volume_attachment: Creation complete after 13s [id=ocid1.volumeattachment.oc1.ap-hyderabad-1.anuhsljrpko6j2ycnu5fdpmkpgn46ppzbcxvtf7qvalguyfolxfu5fjvqpuq]

2025/09/26 07:07:13 [[INFO]] module.ogg_compute.oci_core_volume_attachment.cacheManager_volume_attachment: Still creating... [20s elapsed]

2025/09/26 07:07:13 [[INFO]] module.ogg_compute.oci_core_volume_attachment.deployments_volume_attachment: Still creating... [20s elapsed]

2025/09/26 07:07:13 [[INFO]] module.ogg_compute.oci_core_volume_attachment.swap_volume_attachment: Still creating... [20s elapsed]

2025/09/26 07:07:17 [[INFO]] module.ogg_compute.oci_core_volume_attachment.cacheManager_volume_attachment: Creation complete after 23s [id=ocid1.volumeattachment.oc1.ap-hyderabad-1.anuhsljrpko6j2ycj3diyia2axxppeniwgas3jrz6e7v2ck532sjujpgr7ra]

2025/09/26 07:07:17 [[INFO]] module.ogg_compute.oci_core_volume_attachment.swap_volume_attachment: Creation complete after 24s [id=ocid1.volumeattachment.oc1.ap-hyderabad-1.anuhsljrpko6j2ycjturbz7ldeo72eho7qaja7nf5wqhfsequ2266jnmmega]

2025/09/26 07:07:17 [[INFO]] module.ogg_compute.oci_core_volume_attachment.deployments_volume_attachment: Creation complete after 24s [id=ocid1.volumeattachment.oc1.ap-hyderabad-1.anuhsljrpko6j2ycnzn4bwprdufrj227fbkoo7m3gzw3ygqetmjhpkgyay6q]

2025/09/26 07:07:18 [[INFO]] 

2025/09/26 07:07:18 [[INFO]] Apply complete! Resources: 12 added, 0 changed, 0 destroyed.

2025/09/26 07:07:18 [[INFO]] 

2025/09/26 07:07:18 [[INFO]] Outputs:

2025/09/26 07:07:18 [[INFO]] 

2025/09/26 07:07:18 [[INFO]] ogg_image_id = "ocid1.image.oc1..aaaaaaaafdga7ms5awrgl3ejnz2oy76rxtkxy45a3dbszr5ijvcx3qov3t2a"

2025/09/26 07:07:18 [[INFO]] ogg_instance_id = "ocid1.instance.oc1.ap-hyderabad-1.anuhsljrpko6j2ycq4zftkfinijvgpjfpa7mzvh6i6uk2d7a7mk6u27hinva"

2025/09/26 07:07:18 [[INFO]] ogg_public_ip = "129.159.225.150" 

2025/09/26 07:07:18 [[INFO]] 

thanks,
Srini