Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 115c970

Browse files
authored
Merge pull request #5 from delphix/develop
Develop
2 parents 7021d55 + 92e7d50 commit 115c970

File tree

8 files changed

+45
-13
lines changed

8 files changed

+45
-13
lines changed

docs/docs/Discovery.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Environment refresh will update the metadata associated with that environment an
2222
5. Select the **Refresh** icon.
2323
6. In the Refresh confirmation dialog select **Refresh**.
2424

25-
![Screenshot](./image/Image9.png)
25+
![Screenshot](./image/image9.png)
2626

2727
Once an environment refresh completes successfully, Delphix will discover all MySQL installations on the environment.
2828
These installations are referred to as "repositories"
@@ -49,16 +49,16 @@ For the MySQL plugin, Source config is must be created manually.
4949
3. Select **Environments**.
5050
4. Select the repository.
5151
5. Click on **+** icon (Shown in next image).
52-
![Screenshot](./image/Image10.png)
52+
![Screenshot](./image/image10.png)
5353

5454
6. Add required details in the `Add database` section.
5555

5656
- Enter source data directory in section **Data Directory**.
5757
- Enter source port number in **Port** section.
5858
- Enter MySQL base directory on the source host in **Base Directory** section.
5959
- Enter dsource name in **MySQL dSource Name** section.
60-
61-
![Screenshot](./image/Image11.png)
60+
61+
![Screenshot](./image/image11.png)
6262

6363

6464
## What's Next?

docs/docs/Linking/Manual_Ingestion_Mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ or via a SnapSync policy once the data is restored into the seed staging databas
2626
2. Click **Manage** > **Datasets**.
2727
3. Select **Add dSource**.
2828

29-
![Screenshot](../../image/add-dsource.png)
29+
![Screenshot](../image/add-dsource.png)
3030

3131

3232
4. In the Add dSource wizard, select the MySQL source configuration which is created on the staging host.
@@ -71,7 +71,7 @@ or via a SnapSync policy once the data is restored into the seed staging databas
7171
11. On the Hooks screen, add any pre-sync and (or) post-sync hooks as required and click *Next*.
7272
12. Review the dSource configuration on the Summary screen and Submit. The Linking process has commenced.
7373

74-
![Screenshot](../../image/dsource-creation.png)
74+
![Screenshot](../image/dsource-creation.png)
7575

7676

7777
Once the dSource creation is successful, the <span class="code_title">*Timeflow*</span> tab should show the initial snapshot.

docs/docs/Linking/Replication_Mode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Delphix can set up a MySQL native replication. from the source db to the staging
2727
2. Click **Manage** > **Datasets**.
2828
3. Select **Add dSource**.
2929

30-
![Screenshot](../../image/add-dsource.png)
30+
![Screenshot](../image/add-dsource.png)
3131

3232

3333
4. In the Add dSource wizard, select the MySQL source configuration which is created on the staging host.
3434
5. Select *Replication* in the dSource Type dropdown.
3535

36-
![Screenshot](../../image/dsource-type.png)
36+
![Screenshot](../image/dsource-type.png)
3737

3838
7. Provide the additional details required for dsource creation
3939
- Staging DB Server ID
@@ -103,7 +103,7 @@ Delphix can set up a MySQL native replication. from the source db to the staging
103103
11. On the Hooks screen, add any pre-sync and (or) post-sync hooks as required and click *Next*.
104104
12. Review the dSource configuration on the Summary screen and Submit. The Linking process has commenced.
105105

106-
![Screenshot](../../image/dsource-creation.png)
106+
![Screenshot](../image/dsource-creation.png)
107107

108108

109109
Once the dSource creation is successful, the <span class="code_title">*Timeflow*</span> tab should show the initial snapshot.

docs/docs/PluginInstallation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333

3434
5. Click on **close** button.
3535

36-
![Screenshot](./image/image6.png)
36+
![Screenshot](./image/Image6.png)
3737

3838

3939
6. See the plugin version in **Plugins** section.
4040

41-
![Screenshot](./image/image7.png)
41+
![Screenshot](./image/Image7.png)
4242

4343

4444
### Method2: Using dvp command

docs/docs/Pre-Requisites/General.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Given below are the general pre-requisites for MySQL virtualization.
55
### Environments
66
For MySQL virtualization, Delphix requies only Staging and Target Hosts to be added as environments.
77

8+
Refer to [Delphix Docs](https://docs.delphix.com/docs/configuration/performance-analytics-management/target-host-os-and-database-configuration-options)
9+
for configuration best practices.
10+
811
##### Staging Host/Environment
912
The MySQL plugin is a "Staged" plugin - which means that in order to create a dSource, Delphix requires a staging environment.
1013
This environment must have MySQL binaries installed and the version of MySQL must match the source MySQL database(s).

docs/docs/Pre-Requisites/Manual_Ingestion_Mode.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ There are 2 ways to achieve this
4545
### Staging Environment Requirements
4646

4747
#### Staging OS User
48+
49+
This is a typical Delphix OS staging user.
50+
Key requirements for this user are given below.
51+
52+
Please refer to Delphix Docs for more detailed requirements.
53+
4854
- A Delphix OS user with the elevated permissions to run *ps, mount, umount, mkdir, rmdir*
4955
commands without requiring a password
5056

@@ -84,6 +90,12 @@ There are 2 ways to achieve this
8490
### Target Environment Requirements
8591

8692
#### Target OS User
93+
94+
This is a typical Delphix OS target user.
95+
Key requirements for this user are given below.
96+
97+
Please refer to Delphix Docs for more detailed requirements.
98+
8799
- A Delphix OS user with the elevated permissions to run *ps, mount, umount, mkdir, rmdir*
88100
commands without requiring a password
89101

docs/docs/Pre-Requisites/Replication_Mode.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Given below are the pre-requisites for MySQL virtualization when using Replicati
1010
- Delphix staging user must be able to connect to source environment from staging and take a backup of the source database(s) using the *mysqldump* utility.
1111

1212
#### Source DB User
13-
- A Source DB user who
13+
- A Source DB user with the following permissions.
14+
15+
1416
- Can connect to the source database from staging host as well as locally
1517
```jql
1618
mysql>CREATE USER 'delphix_os'@'<staging_host>' IDENTIFIED BY 'delphix_user_passwd';
@@ -64,6 +66,12 @@ The source database must have a non zero server-id.
6466
### Staging Environment Requirements
6567
6668
#### Staging OS User
69+
70+
This is a typical Delphix OS staging user.
71+
Key requirements for this user are given below.
72+
73+
Please refer to Delphix Docs for more detailed requirements.
74+
6775
- A Delphix OS user with the elevated permissions to run *ps, mount, umount, mkdir, rmdir*
6876
commands without requiring a password
6977
@@ -101,6 +109,12 @@ The source database must have a non zero server-id.
101109
### Target Environment Requirements
102110
103111
#### Target OS User
112+
113+
This is a typical Delphix OS target user.
114+
Key requirements for this user are given below.
115+
116+
Please refer to Delphix Docs for more detailed requirements.
117+
104118
- A Delphix OS user with the elevated permissions to run *ps, mount, umount, mkdir, rmdir*
105119
commands without requiring a password
106120

docs/docs/Provisioning.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ A VDB can be created using a snapshot on the dSource timeflow.
88
- Require a linked dSource with at least 1 snapshot.
99
- Require a Target environment added to Delphix.
1010
- A MySQL binary with the same version as the source db must be installed on the Target enviornment.
11+
12+
!!! warning
13+
It may take upto 5 minutes after successful dSource creation for the status to show as Active.
1114

1215

1316
## Provisioning a VDB
@@ -64,4 +67,4 @@ A VDB can be created using a snapshot on the dSource timeflow.
6467

6568
And we're done!
6669
----------------
67-
We have not successfully provisioned a MySQL VDN.
70+
We have now successfully provisioned a MySQL VDB.

0 commit comments

Comments
 (0)