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

Commit 9a5da22

Browse files
author
Arun Saju
committed
Updating documention references for user creation
1 parent 4e907de commit 9a5da22

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed

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)