Table of Contents |
---|
General
A source host is a server that hosts the source databases. A test data environment includes access definition to one source database and a GI. This section describes how to create and manage a Source Host and a Test Data Environment.
There are 4 supported Golden Image (GI) types:
Live GI
RMAN GI
RMAN Standby GI
RDS AWS RMAN
To open the Source work area:
...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
You can quickly locate a source host by typing its letters on the Search bar. The list updates promptly. |
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
To add a source host, see https://accelario.atlassian.net/wiki/spaces/DVPD/pages/2176975966/21%3AOracle+Initial+Setup#To-add-a-source-host%3A |
To modify a source host:
Select the source host.
Click Modify source host.
Modify the source host as required.
...
To create a Live GI:
Click Create LIVE GI.
Enter a Name.
Click Create.
After the GI is created, the following message appears: Golden Image (live) has been created.The VDB Management window displays the GI that was created.
The GI icon appears on the left.. Click the info icon, next to the GI. It will show the newly created directory on the source server. (The directory was created automatically by Accelario)
You can verify the directory by running
df -h
command on source. E.g. :You will need to create your oracle instance on this directory, so all datafiles, controlfiles, redo, archives , dump and audit will point to this path
E.g. spfile parameters:
*.audit_file_dest='/main_pool/00000046/adump'
*.control_files='/main_pool/00000046/control01.ctl'
*.db_create_file_dest='/main_pool/00000046'
*.db_create_online_log_dest_1='/main_pool/00000046'
*.db_recovery_file_dest='/main_pool/00000046'
*.diagnostic_dest='/main_pool/00000046'
*.log_archive_dest_1='location=/main_pool/00000046'
The spfile itself should also be placed on the same directory
Once the database is up and running , proceed to activate the GI. Click the Activate icon net to the GI. The Activation verifies that the new database is fully located in the required directory.
Once the activation is completed, a first snapshot is created and you can proceed with VDB creation.
To modify a Live GI:
Modify the Golden Image Parameters as required.
...
Click Next to go to the next Modify Test Data Environment window.
Modify the Source DB Parameters as required.
...
To save your changes, click Modify.
RMAN GI
To create a RMAN GI:
...
3. Click Next to go to the next Modify Test Data Environment window.
To modify a
...
RMAN GI:
Modify the Golden Image Parameters as required.
...
4. To save your changes, click Modify.
RMAN STANDBY GI
To modify a RMAN STANDBY GI:
Modify the Golden Image Parameters as required.
...
4. To save your changes, click Modify.
...
AWS RDS RMAN
...
GI
...
Modify the Golden Image Parameters as required.
...
2. Click Next to go to the next Modify Test Data Environment window.
3. Modify the Source DB Parameters as required.
...
Please enter AWS parameters during TDE creation.
...
Test Data Environment (TDE)
To see information about a test data environment:
...