Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Issue for Creating the dbcs-instance-classic #19

Open
@saiyam1814

Description

@saiyam1814

Hi following the Guide I came across the issue with the part :
backups {

cloud_storage_container = "Storage-${var.domain}/my-terraformed-database-backup"
create_if_missing       = true

}
so while creating the DBCS it fails at this step and says:

Failed to configure Oracle Database Server...[ SCRIPT execution errors in [129.157.177.107]: *
getaddrinfo(3) failed for idcs-abcdefghijklmnopqrstuvwxyz.storage.oraclecloud.com:443 *
Couldn't resolve host 'idcs-abcdefghijklmnopqrstuvwxyz.storage.oraclecloud.com' * Closing
connection #0 ERROR : Connectivity problem with OSS server. ERROR : Assistant bkup has failed,
please check ocde logfile /var/opt/oracle/log/ORCL/ocde/ocde_2018-08-28_15:24:06.log INFO: Total
time taken by ocde is 863 seconds #### Completed OCDE with errors, please check logs ####
data/ORCL/control01.ctl" control_files = "/u03/app/oracle/fast_recovery_area/ORCL/control02.ctl" ]

image

For the vars I am using :
domain="idcs-abcdefghijklmnopqrstuvwxyz" (whatever circled in the image )
user="cloud.admin"
password="******"
endpoint=https://dbaas.oraclecloud.com

and for the main file I am using :
https://github.com/oracle/terraform-examples/blob/master/examples/oraclepaas/dbcs-instance-classic/main.tf
Let me know if I am missing something here or if things have got changed.

I see that API endpoint for storage :
https://gse*******.us.storage.oraclecloud.com/v1/Storage-*******
so in file it is Storage-${var.domain}/my-terraformed-database-backup which I think needs modification.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions