You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oracle-admin/INSTRUCTIONS.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -323,7 +323,7 @@ In this exercise, you will:
323
323
324
324
**Context**
325
325
326
-
Before users can create their own virtual databases, Delphix needs to connect to source data. In Delphix, an environment is a host that runs database software. For example, a Linux system running Oracle. the environment is where the Delphix engine will search for available data sources. Credentials to access the host need to be provided while configuring an environment.
326
+
Before users can create their own virtual databases, Delphix needs to connect to source data. In Delphix, an environment is a host that runs database software. For example, a Linux system running Oracle. The environment is where the Delphix engine will search for available data sources. Credentials to access the host need to be provided while configuring an environment.
327
327
328
328
**Steps**
329
329
@@ -344,15 +344,15 @@ Before users can create their own virtual databases, Delphix needs to connect to
344
344
- Leave the **DSP** fields blank
345
345
- Set **Login Type** to **Username and Password**
346
346
- OS Username: ***delphix***
347
-
- OS Password: ***Delphix*** (Note: Enter the Toolkit Path before Validating the Username and Password)
347
+
- OS Password: ***delphix*** (Note: Enter the Toolkit Path before Validating the Username and Password)
348
348
- Toolkit Path: /u01/app/toolkit
349
349
- Click **Validate**
350
350
351
351

352
352
353
353
6. Click **Next**
354
354
7. Click **Submit**
355
-
8. You can view the status of the environment creation and discovery by clicking on the **Actions** menu on the top right-hand side of the page. Clicking on the jobs lower right corner, in the Actions pane, will allow you to track its progress
355
+
8. You can view the status of the environment creation and discovery by clicking on the **Actions** menu on the top right-hand side of the page. Clicking on a job in the Actions pane will allow you to track its progress.
356
356
357
357

358
358
@@ -386,7 +386,7 @@ With an environment set-up, users can then sync databases into Delphix. The Delp
386
386

387
387
388
388
4. The Welcome page for the dSource Wizard will be displayed. Review the instructions to get an overview of the process and click **Next**
389
-
5. In the Source tab select the orcl Data source and provide the username and password of the database user
389
+
5. In the Source tab select the orcl Data source and provide the username and password of the database user (user and password are both ***delphix_db***)
390
390
6. Under the **dSource Configuration** tab we will provide a user-friendly name for the dSource and create a new Dataset Group to place it in.
391
391
- Enter ***orcl*** for the **dSource Name**
392
392
- Click on the **Add Dataset Group** link and enter ***Source DB*** in the **Name** field.
@@ -467,7 +467,7 @@ The objective of Delphix virtualization is to provide easy access to virtualized
467
467
1. Click the **Manage** menu and then **Datasets**
468
468
2. Expand the **Source DB** group and click the **orcl** dSource from the **Datasets** panel on the left. This will reveal the **Timeflow** for the dSource by default.
469
469
3. On the **Timeflow** tab of the dSource select the most recent (topmost) **Snapshot**. The **Provision VDB** iconwill appear along with the **Open LogSync** icon to the right.
470
-
4. Click on the **Provision VDB** icon to open the **Provision VDB** wizard. The first of the three icons next to the snapshot time.
470
+
4. Click on the **Provision VDB** icon (on the right of the Snapshot) to open the **Provision VDB** wizard. The first of the three icons next to the snapshot time.
471
471
472
472

473
473
@@ -1043,7 +1043,7 @@ As an advanced exercise, this lab has no corresponding Lab Solution. Instead, we
1043
1043
- While still logged into the CLI, return to the root by typing: cd /
1044
1044
- Begin a network throughput test by typing: network test throughput create
1045
1045
- List the default/required parameters by typing: get
1046
-
- Set the remoteHost value to the TargetA environment IP address: setremoteHost=10.0.x.30 ('x' will be your **Student Number** )
1046
+
- Set the remoteHost value to the TargetA environment IP address: set remoteHost=10.0.x.30 ('x' will be your **Student Number** )
## <a id="_start"></a>Ensure Postgres Starts Upon Restart
221
223
222
224
We may choose to start and stop our lab. Rather than going through the process of starting Postgres each time, we'll create a rule to ensure that Postgres is started when the system does.
223
225
224
-
1. As centos, change directories to /etc/systemd/system
226
+
1. As centos, change directories:
227
+
228
+
```cd /etc/systemd/system```
229
+
225
230
2. Create a new file for our rule:
226
231
227
232
```sudo touch postgresql.service```
@@ -382,7 +387,7 @@ The basic configuration for the staging host is the same as the source.
382
387
1. On the Delphix Engine as an administrator, go to **Manage->Environments**
383
388
2. Click Add Environment
384
389
3. Add an environment name "Postgres Staging Host"
385
-
4. Add the host address "10.0.1.30"
390
+
4. Add the host address "10.0.1.30" and the OS username
386
391
5. Select "username and public key"
387
392
6. Click view public key
388
393
7. Copy the public key
@@ -453,6 +458,12 @@ Before creating (one or more) copies of the source database, we need to create t
453
458
454
459
## <a id="_vdb"></a>Provision a VDB
455
460
456
-
Do it
461
+
**Context**
462
+
463
+
The objective of Delphix virtualization is to provide easy access to virtualized databases that resemble production and other data systems. Here, we provision a Virtual Database (VDB). VDBs are fully functional database images that can be created from dSources.
457
464
458
-
Just do it™
465
+
1. Go to Manage -> Datasets, select the most recent Snapshot, and click on the leftmost icon to provision a database (you can hover over each icon to see what it does)
466
+
2. In the Wizard, select "Postgres Target Host" as the environment and ensure the user = "postgres"
467
+
3. Select "Add Dataset Group" and name this target group "DB Target", and set name = "devdb"
468
+
4. Accept all other defaults and click through the Wizard.
469
+
5. Review the summary page, click Submit, and watch in the Actions tab to confirm it runs successfully.
0 commit comments