This quick start guide, which is excerpted from the larger User Guide, is intended to provide you with a quick overview of working with HANA database objects in the Delphix Engine. It does not cover any advanced configuration options or best practices, which can have a significant impact on performance. It assumes that you are working in a Lab/Dev setting and attempting to quickly test Delphix functionality. It assumes you will use the VMware Hypervisor.
Overview
In this guide, we will walk through deploying a Delphix Engine, starting with configuring Source and Target database environments on Windows servers. We will then create a dSource, and provision a VDB.
For purposes of the QuickStart, you can ignore any references to Replication or Masking.
Deploy OVA on VMware
Use the Delphix-supplied OVA file to install the Delphix Engine. The OVA file is configured with many of the minimum system requirements. The underlying storage for the install is assumed to be redundant SAN storage.
- Download the OVA file from https://download.delphix.com. You will need a support login from your sales team or a welcome letter.
- Navigate to the Delphix Product Releases/<Current Version>/Appliance Images page.
- Login using the vSphere client to the vSphere server (or vCenter Server) where you want to install the Delphix Engine.
- In the vSphere Client, click File.
- Select Deploy OVA Template.
- Browse to the OVA file.
- Click Next.
- Select a hostname for the Delphix Engine.
This hostname will also be used in configuring the Delphix Engine network. - Select the data center where the Delphix Engine will be located.
- Select the cluster and the ESX host.
- Select one (1) data store for the Delphix OS. This datastore can be thin-provisioned and must have enough free space to accommodate the 300GB comprising the Delphix operating system.
- Select four (4) or more data stores for Database Storage for the Delphix Engine. The Delphix Engine will stripe all of the Database Storage across these VMDKs, so for optimal I/O performance, each VMDK must be equal in size and be configured Thick Provisioned - Eager Zeroed. Additionally, these VMDKs should be distributed as evenly as possible across all four SCSI I/O controllers.
- Select the virtual network you want to use.
If using multiple physical NICs for link aggregation, you must use vSphere NIC teaming. Do not add multiple virtual NICs to the Delphix Engine itself. The Delphix Engine should use a single virtual network. For more information, see Optimal Network Architecture for the Delphix Engine. - Click Finish.
The installation will begin and the Delphix Engine will be created in the location you specified. - Once the installation has completed, power on the Delphix Engine and proceed with the initial system configuration as described in Setting Up Network Access to the Delphix Engine.
If your source database is 4 TB, you probably need 4 TB of storage for the Delphix Engine. Add at least 4 data disks of similar size for the Delphix VM. For example: for a source database of 4 TB, create 4 VMDKs of 1 TB each.
For a full list of requirements and best practice recommendations, see Virtual Machine Requirements for VMware Platform.
Setup Network Access to the Delphix Engine
- Power on the Delphix Engine and open the Console.
- Wait for the Delphix Management Service and Delphix Boot Service to come online.
This might take up to 10 minutes during the first boot. Wait for the large orange box to turn green. - Press any key to access the sysadmin console.
- Enter
sysadmin@SYSTEM
for the username andsysadmin
for the password. You will be presented with a description of available network settings and instructions for editing.
Delphix Engine Network Setup To access the system setup through the browser, the system must first be configured for networking in your environment. From here, you can configure the primary interface, DNS, hostname, and default route. When DHCP is configured, all other properties are derived from DHCP settings. To see the current settings, run "get." To change a property, run "set <property>=<value>." To commit your changes, run "commit." To exit this setup and return to the standard CLI, run "discard." defaultRoute IP address of the gateway for the default route -- for example, "1.2.3.4." dhcp Boolean value indicating whether DHCP should be used for the primary interface. Setting this value to "true" will cause all other properties (address, hostname, and DNS) to be derived from the DHCP response dnsDomain DNS Domain -- for example, "delphix.com" dnsServers DNS server(s) as a list of IP addresses -- for example, "1.2.3.4,5.6.7.8." hostname Canonical system hostname, used in alert and other logs -- for example, "myserver" primaryAddress Static address for the primary interface in CIDR notation -- for example, "1.2.3.4/22" Current settings: defaultRoute: 192.168.1.1 dhcp: false dnsDomain: example.com dnsServers: 192.168.1.1 hostname: Delphix primaryAddress: 192.168.1.100/24
Configure the
hostname
. If you are using DHCP, you can skip this step.delphix network setup update *> set hostname=<hostname>
Use the same
hostname
you entered during the server installation.Configure DNS. If you are using DHCP, you can skip this step.
delphix network setup update *> set dnsDomain=<domain> delphix network setup update *> set dnsServers=<server1-ip>[,<server2-ip>,...]
Configure either a static or DHCP address.
DHCP Configuration
delphix network setup update *> set dhcp=true
Static Configuration
delphix network setup update *> set dhcp=false delphix network setup update *> set primaryAddress=<address>/<prefix-len>
The static IP address must be specified in CIDR notation (for example,
192.168.1.2/24
)Configure a default gateway. If you are using DHCP, you can skip this step.
delphix network setup update *> set defaultRoute=<gateway-ip>
Commit your changes. Note that you can use the
get
command prior to committing to verify your desired configuration.delphix network setup update *> commit Successfully committed network settings. Further setup can be done through the browser at: http://<address> Type "exit" to disconnect, or any other commands to continue using the CLI.
- Check that you can now access the Delphix Engine through a Web browser by navigating to the displayed IP address, or hostname if using DNS.
Exit setup.
delphix> exit
Setting Up the Delphix Engine
- Administrators
- Time
- Network
- Network Security
- Storage
- Serviceability
- Authentication
- Kerberos
- Registration
- Summary
- Connect to the Delphix Engine at
http://<Delphix Engine>/login/index.html#serverSetup
.
The Delphix Setup application will launch when you connect to the server.
Enter your sysadmin login credentials, which initially defaults to the username sysadmin, with the initial default password of sysadmin. On first login, you will be prompted to change the initial default password. - Click Next.
Administrators
The Delphix Engine supports two types of administrators:
- System Administrator (sysadmin) - this is the engine system administrator. The sysadmin password is defined here.
- Engine Administrator (admin) - this is typically a DBA who will administer all the data managed by the engine.
On the Administrators tab, you set up the sysadmin password by entering an email address and password. The details for the admin are displayed for reference.
The default domain user created on Delphix Engines from 5.3.1 is known as admin instead of delphix_admin. When engines created before 5.3.1 are upgraded to 5.3.1 or later they will retain their old username 'delphix_admin'. To avoid complications Delphix recommends creating users with an admin role and then Disabling delphix_admin.
Time
The engine time is used as the baseline for setting policies that coordinate between virtual databases and external applications
Choose your option to setup system time in this section. For a Quick Start, simply set the time and your timezone. You can change this later.
Network
The initial out-of-the-box network configuration in the OVA file is set to use a single VMXNET3 network adapter.
You have already configured this in the initial configuration. Delphix supports more advanced configurations, but you can enable those later.
Storage
You should see the data storage VMDKs or RDMs you created during the OVA installation. Click Next to configure these for data storage.
Serviceability
Choose your options to configure serviceability settings.
For a Quick Start, accept the defaults. You can change this later.
Authentication Service
Choose your options to configure authentication services.
For a Quick Start, accept the defaults. You can change this later.
Registration
- Enter your Support Username and Support Password.
- Click Register.
If external connectivity is not immediately available, you must perform manual registration.
- Copy the Delphix Engine registration code in one of two ways:
- Manually highlight the registration code and copy it to clipboard. Or,
- Click Copy Registration Code to Clipboard.
- Transfer the Delphix Engine's registration code to a workstation with access to the external network Internet. For example, you could e-mail the registration code to an externally accessible e-mail account.
- On a machine with access to the external Internet, please use your browser to navigate to the Delphix Registration Portal at http://register.delphix.com.
- Login with your Delphix support credentials (username and password).
- Paste the Registration Code.
- Click Register.
Although your Delphix Engine will work without registration, we strongly recommend that you register each engine as part of the setup. Failing to register the Delphix Engine will impact its supportability and security in future versions.
To regenerate the registration code for a Delphix Engine please refer to, Regenerating the Delphix Engine Registration Code. Delphix strongly recommends that you regenerate this code and re-register the engine regularly to maximize the Support Security of the Delphix Engine. Delphix recommends doing this every six months.
Summary
The final summary tab will enable you to review your configurations for System Time, Network, Storage, Serviceability, and Authentication.
- Click the Back button to go back and to change the configuration for any of these server settings.
- If you are ready to proceed, then click Submit.
- Click Yes to confirm that you want to save the configuration.
- Click Setup to acknowledge the successful configuration.
- There will be a wait of several minutes as the Delphix Engine completes the configuration.
Requirements for HANA Source Hosts and Databases
The Delphix Engine must be able to connect to the source environment in case of the Delphix Initiated and External backups in order to discover running databases and to orchestrate the backup functionality. For external backups (native or Commvault), a single environment can be used as both source and target.
General Source Host Requirements
- HANA database must be installed and running. This is true even for an external backup scenario.
- There must be an operating system user which has HANA administrative user privileges <sid>adm:
- The Delphix Engine must be able to make an SSH connection to the source environment using the operating system user.
- The operating system user must have read and execute privileges on the HANA binaries installed on the source environment.
- The operating system user must have read, write, and execute access to the HANA data directories on the source environment.
- A plugin directory must exist on the source host. The directory must have the following properties:
- be writable by the operating system user described above.
- have at least 256 MB of available storage.
- TCP/IP connectivity to and from the source environment must be configured as described in General Network and Connectivity Requirements.
- Hostname and IP address must be correctly configured.
Source Requirements for External Backups
- A directory path on the source environment which contains customer backups must exist which terminates with a subdirectory called "BACKUP”.
<some_dir>/BACKUP
where the BACKUP directory will contain the customer prepared HANA backup files of the source tenant database. Contents of the BACKUP directory will be copied to the Delphix Engine using rsync.
The full path to the directory which contains the "BACKUP" directory is specified by the user during the process of adding the dSource (ie: .../BACKUP is implied, the user does not include.../BACKUP when specifying the path in the UI).
- The operating system user must have read privileges on the BACKUP directory.
Source Requirements for Commvault Backups
- Source hosts must be registered with a single, common Commvault backup system deployment.
- Commvault integration must be pre-configured on all relevant source HANA instances.
- Log Archiving on source must be enabled by the customer for any source wishing to use archived logs during provisioning, and the resultant archived logs must be stored in Commvault, for use by Delphix during recovery and provisioning of ROOT VDBs
- A source database must have all backups and archive logs that Delphix needs on one Commvault server (CommServe) only.
- Commvault SAP HANA Data Agent should be installed on both the source host(Commvault’s requirement).
- The absolute path of the Commvault binaries on the Source host must be part of the PATH system variable.
- As per the commvault recommendation, below soft link should have been created at /hana/shared/<SID>/global/hdb/opt location via root user:-
cd /usr/sap/<SID>/SYS/global/hdb/opt ln -s /opt/commvault/iDataAgent/backint hdbbackint In the same manner, a soft link should be created for the param file as well:- cd /usr/sap/<SID>/SYS/global/hdb/opt# mkdir hdbconfig ln -s /opt/commvault2/iDataAgent/param param
- Below changes should have been made in the global.ini file to reflect that the system has to now start creating the backint backups:-
[backup] data_backup_parameter_file = /hana/shared/<SID>/global/hdb/opt/hdbconfig/param log_backup_parameter_file = /hana/shared/<SID>/global/hdb/opt/hdbconfig/param log_backup_using_backint = true [multidb] mode = multidb database_isolation = low [persistence] basepath_logbackup = /usr/sap/<SID>/HDB00/backup/log basepath_databackup = /usr/sap/<SID>/HDB00/backup/data enable_auto_log_backup = yes log_backup_timeout_s = 900 log_mode = normal basepath_datavolumes = /hana/data/<SID> basepath_logvolumes = /hana/log/<SID>
Requirements for HANA Target Hosts and Databases
A target environment is where virtualized databases run. A target environment must have a HANA instance installed and configured. The VDB will become a tenant on the target database instance.
In the case of the Commvault based ingestion mechanism, a target environment can be used as a source as well.
Target Environment Requirements
- The operating system of the target environment must match the source environment.
- The SAP HANA installation on the target environment must have the same or higher version than the source environment.
- There must be an operating system user with the following privileges:
- The Delphix Engine must be able to make an SSH connection to the target environment using the operating system user.
- The operating system user must have read and execute privileges on the HANA binaries installed on the target environment.
- The operating system user must have permission to run mount and unmount as the superuser via sudo with neither a password nor a TTY. See Sudo Requirements for the HANA 2.0 Plugin.
- Prior to the discovery, a plugin directory on the target environment must exist with the following properties:
- The plugin directory must be writable by the operating system user mentioned above.
- The plugin directory must have at least 256 MB of available storage.
- There must be a mount point directory (for example, /mnt) that will be used as the base for mount points that are created when provisioning a VDB with the following properties:
- The mount point directory must be writable by the operating system user mentioned above.
- The mount point directory should be empty.
- The following two directories must not exist or be empty: /mnt1 and /mnt2. These directories will be used where recovery is required for provision. These directories are not required when provision is from a root VDB.
- TCP/IP connectivity to and from the source environment must be configured as described in General Network and Connectivity Requirements.
- The hostname and IP address must be correctly configured.
Additional Target Requirements: Commvault Backups
- Target hosts must be registered with a single, common Commvault backup system deployment.
- Commvault integration must be pre-configured on all relevant Target HANA instances.
- Commvault SAP HANA Data Agent should be installed on Target host.
- A Single Target host can be used for both the dSource and VDB operations as well.
- The absolute path of the commvault binaries on the Target host must be part of the PATH system variable. For eg- If the Commvault binaries are present under /opt/commvault/Base then the PATH variable should include this path.
- Commavault user password should be stored in a file that should be accessible by the hdbadm user. The password here needs to be stored in an encrypted format. Below is an example representing the same:-./SIMCallWrapper -optype 100 -enc Password -output /opt/input
Here SIMCallWrapper is a binary located in the location where commvault binary files have been downloaded.
Password:- Password to connect to Commvault.
/opt/input:- input here is a file that needs to be created before the time when this command has been run. /opt here refers to the directory where the input file has been kept.
- Below are the set of pre-configuration required to be done before using Commvault based Ingestion:
- The SAP HANA database expects the backup agent executable (hdbbackint) to be at the below path:
/usr/sap/<SID>/SYS/global/hdb/opt
Please note: This is the standard location as per Commvault recommendation. Thereafter, create a symbolic link for hdbbackint executable provided by the third party tool as below:
ln -s <SAP_Data_Agent_Installation_Directory>/iDataAgent/backint /usr/sap/HDB/SYS/global/hdb/opt/hdbbackint
Please note: "/opt/commvault" is the default software installation path.
The customer will have to set the value of the commvault binaries' absolute path in the PATH variable.
The SAP HANA parameter file is a must in order to use the Backint API interface on the target instance. The file must exist. The file must be named “param” and located under the iDataAgent directory under the install path. For example: /opt/commvault/iDataAgent/param.
This file contains parameters to perform cross-machine restore as well as perform a restore. The name of the parameter is srcCrossClient. This parameter will contain the name of the source client name on Commvault. Below is the text which needs to be added at the last of the param file.
srcCrossClient
comm-srcCheck for hdbconfig directory at below path:
/usr/sap/<SID>/SYS/global/hdb/opt/hdbconfig
- Check for symbolic link for the param file at above path as below:
ln -s /opt/commvault/iDataAgent/param /usr/sap/<SID>/SYS/global/hdb/opt/hdbconfig/param
Assign the file to group sapsys that the sid user owns
Assign the read-write permission (664) to the file.
- Check the global.ini file to use Backint Interface at location - /usr/sap/HDB/SYS/global/hdb/custom/config
[backup]
catalog_backup_using_backint = true
catalog_backup_parameter_file = /usr/sap/<SID>/SYS/global/hdb/opt/hdbconfig/param
backint_response_timeout = 1800 (how long backint process waits to acquire the Commvault resources for log backup)
log_backup_using_backint = true
- The SAP HANA database expects the backup agent executable (hdbbackint) to be at the below path:
Adding a HANA Environment
Prerequisites
- Make sure that the HANA environment in question meets the requirements described in Requirements for HANA Source Hosts and Databases and Requirements for HANA Target Hosts and Databases.
Procedure
- Login to the Delphix Management application.
- Click Manage.
- Select Environments.
- Next to Environments, click the Actions (...) menu and select Add Environment.
- In the Add Environment dialog, In the Host OS select Unix/Linux on the menu.
- In Server Type, select Standalone Host.
- Click Next.
- Enter Name for the environment.
- Enter the Host IP address or fully qualified hostname.
- Enter the SSH port.
The default value is 22.
- Enter an OS Username for the environment which should be ‘<sidadm>’.
- Select Login Type.
- For Password, enter the password associated with the user in step 11.
- Using Public-Key Authentication:
- Select ‘Username and Public Key’ for the Login Type.
- Click View Public Key.
- Copy the public key that is displayed, and append it to the end of the ~/.ssh/authorized_keys file of the new user being added. If this directory or file does not exist, you will need to create it.
- Run chmod 600 ~/.ssh/authorized_keys to enable read and write privileges only for your user.
- Run chmod 755 ~ to secure the user's home directory.
Add the public once per user and per environment.
You can also add public key authentication to an environment user's profile by using the command-line interface, as explained in the topic CLI Cookbook: Setting Up SSH Key Authentication for UNIX Environment Users.
- For Password Login, click ‘Validate’ to test the username and password.
- Enter a Plugin Path. The location specified must be a string without spaces. Ensure this directory path exists on the host in question. Environment discovery will fail if the directory does not exist on the host.
- To provide your own Oracle Java select the Provide my own JDK checkbox and click Next.
- In the Java Development Kit tab enter the absolute path to your Oracle JDK and click Next. For more information, see Providing Your Own Oracle Java.
- Click Submit. On success, the new environment will be added to the list in the Environments tab.
- Select the “Databases” tab to view discovered HANA databases:
Linking a HANA Data Source
The steps required to link a HANA database are dependent on whether a customer chooses:
- Delphix Initiated Backups. Backups on the source tenant database will be created and transferred to the Delphix Engine during the dSource linking process.
OR
- External Backups. The customer will provide a “Backup Path” containing FULL and Incremental backups. These files will be copied to the Delphix Engine during the dSource linking process. In this scenario the Delphix Engine will not require any credentials of source database; operating system credentials will be required to effect file transfer via rsync.
OR
- Commvault Backups: The customer will provide Commserve details. Source Backups available at the Commserve will be ingested into the Delphix Engine during the Provisioning process (VDB creation). Delphix will use the pre-existing backups on the commvault server to perform a restore on the target database.
Prerequisites
- Backup files must meet the required file naming convention, prior to linking using the External Backup option. The naming convention is:
<file_name>_UTC_<UTC_END_TIME>
For example:
complete_database_backup_prd_0_1_UTC_2018-12-10TSTMP12:18:19.327000000
The UTC_END_TIME of any backup is available by querying the catalog of a tenant database. For example, the following SQL query will return all possible values for the tenant:
select ENTRY_ID,ENTRY_TYPE_NAME,BACKUP_ID,UTC_END_TIME from M_BACKUP_CATALOG order by ENTRY_ID desc;
- Optionally, users can choose to manually adjust file names or automate this using scripting. The plugin includes a script designed to work remotely in source environments, see HANA 2.0 Plugin Tools.
- When a dSource will be linked using Delphix Initiated Backups, access to the system database user on the source must be available, the HANA system must be running and the source tenant must be online.
- When using Commvault Backup as Ingestion method, below steps needs to be performed for "Commserve Password Encrypted File Path"
- Create an empty file(any name) in a directory where the OS user (for eg -hdbadm) has read-write permissions.
- Encrypt the password using "SIMCallWrapper" utility located under CommVault Binary Path. SIMCallWrapper -optype 100 -enc <password> -output <Empty File Path created in step 1>
- Ensure that the source and target host and database both meet the requirements set out in Requirements for HANA Source Hosts and Database. and Requirements for HANA Target Hosts and Databases
Procedure
- Login to the Delphix Management application.
- Select Manage > Environments. Then select the Datasets tab.
- Create a source configuration on which to build the dSource. You can do this by clicking on the + symbol. The Source configuration can have any name.
- In the Add dSource wizard, select the required source configuration.
- After selecting the source, below are the details required to create the dsource for the three approaches:
Delphix Initiated Backups:
Select the checkbox Allow Delphix to initiate backup operations on the source database.
The following parameters are required to create the dsource:
- SAP HANA Source Tenant Database Name
- Source SystemDB User Name
- Source SystemDB Password
- Source Tenant Database User Name
- Source Tenant Database Password
Select Next.
External Backups:
Enter the backup location. This represents the path to the location of the customer provided backup files. The path entered should exclude the final directory in the hierarchy which must be “BACKUP”.
- For example, external backups have been generated and placed in the following location:
/usr/sap/HDB/HDB00/SAP_BACKUP/BACKUP
In this example, the backup path entered in the User Interface should be
/usr/sap/HDB/HDB00/SAP_BACKUP
Important: file transfer during dSource linking relies on rsync against all directories at the same level as the “BACKUP” directory. To prevent the transfer of unneeded files (which extends the duration of linking and may cause recovery failure during provision) avoid creating directories at the same level in the directory hierarchy as the “BACKUP” directory itself. If this situation can not be avoided, use the exclude path option during dSource creation.Select Next.
- CommVault Backups: Check(select) the flag Enable CommVault Integrated Backups icon and click on the ADD button.
The following parameters are required to create the dsource:
- Commserve Host Address
- Commserve User Name
- Path to Encrypted Commserve Password - Check the Prerequisites section above for details.
- Source Database SID
- Client Name - Source Unix/Linux Client name with which it is registered in Commvault
- Registered Commserve Psuedo Client Name - Source SAP HANA Client(pseudoclient) name with which the HANA SID is registered in Commvault.
- RPO Offset(minutes) - Recovery Point Object to ensure consistent recovery. The RPO offset back-dates the VDB recovery point for a dSource Snapshot. For more details please refer to section RPO offset under the page Commvault - HANA Integration
- Enter a name and select a group for your dSource.
Adding a dSource to a dataset group lets you set Delphix Domain user permissions for that database and its objects, such as snapshots. See the topics under Users and Groups for more information. - Configure the SnapSync and Retention Policy. The SnapSync policy can be set to ‘None’ for customers who wish not to run a scheduled SnapSync job.
- Optionally, users can provide the bash script as a plugin defined hook. Both Pre-Snapshot and Post-SnapShot hooks can be used Select Next.
- At the end of the workflow, review the dSource Configuration in the Summary pane as shown below:
Once the dSource linking job is submitted it is possible to monitor progress by selecting “Active Jobs” in the top menu bar. On successful completion of the new dSource will be visible in the list of Datasets under its assigned group.
Provisioning a HANA VDB
Prerequisites
- The provision requires a linked a dSource built off a physical source tenant, as described in Linking a HANA dSource, or a VDB.
- The HANA target environment should adhere to Requirements for HANA Hosts and Databases.
- Operating system users and database users should be configured
Procedure
- Login to the Delphix Management application.
- Click Manage.
- Select Datasets.
- Select a dSource.
- Select a snapshot from which you want to provision.
- Click Provision vFiles icon to open Provision VDB wizard.
- Select a target environment from the left pane.
- The HANA 2.0 Plugin supports one installation on the same host, hence the value in the Installation dropdown will be already populated. Multiple drop-down options should not be available.
- Set the Environment User to be the Instance Owner. Note: The picking of instance owner is only possible if you have multiple environment users set on that host.
- Click Next.
- In the Target Configuration pane you will need to specify:
Mount Path: This will be populated automatically and can be changed as per requirement by a user. Delphix recommends setting the trailing directory to match the VDB name to delineate mount points and support administration and troubleshooting. In the example shown, the VDB Mount Path is /mnt/provision/dev where dev matches the Target Tenant Database Name.
SAP HANA Target Tenant Database Name: This refers to the target tenant database name which will be created upon VDB creation.
Target SystemDB User Name: This refers to the SystemDB username in the target database.
Target SystemDB Password: This refers to the SystemDB password in the target database.
Target Tenant Database User Name: This refers to the username of the tenant System user.
Target Tenant Database Password: This refers to the password of the tenant System user.
Click Next.
- If the SYSTEM user credentials for the systemDB match the tenant credentials, then filling in the Target Tenant Database Username and Password is optional. The Plugin will copy the systemDB fields when the last two (tenant) fields are empty.
- The SYSTEM username and password derived from the physical source database should be entered in steps (v) and (vi) during the provision of a root VDB because those credentials will be recovered during provision.
- If provision succeeds and the Tenant SYSTEM username and password have been specified, then the password can be corrected following the steps outlined in Steps to modify HANA dSource Properties.
- If a provision of a child VDB succeeds and the SYSTEM username has been specified, but the password does not match the root VDB (source), then the new password specified during provision will overwrite the older password from the root VDB.
- In the configuration section,
- Set the vFile Name or accept the default, which is a random string. Delphix strongly recommends applying a consistent naming convention. We suggest this name should match the Target Tenant Name from the previous pane. Maintaining a consistent naming convention will support administration and troubleshooting activities. In the example shown, the vFile Name “dev” matches the actual tenant name and mount point from the previous pane.
- Select a Target Group for the VDB.
Click the Add Dataset Group icon to add a new group if required. - Set Auto vFiles Restart option to automatically restart the VDB, where the target host is rebooted. Delphix recommends enabling this setting.
- Click Next.
- VDB Snapshot Policy. Select the Snapshot policy if an automated VDB snapshot schedule is required. Optionally, the Snapshot policy may be disabled by selecting “None”.
- Click Next.
- Masking. This page offers the opportunity to link the provision job to a masking job. At this time, Delphix Masking does not support HANA. Please do not use this option. “Mask this VDB” should remain deselected.
- Hooks. Run a customized shell script via a hook operation at a particular moment in the provision operation.
- Click Next.
- Summary. Presents an opportunity to review all the information as a part of the initial provision workflow.
- Click Submit.
Once a provision job is submitted it is possible to monitor its progress by selecting “Active Jobs” in the top menu bar. On successful completion, VDB will be visible in the list of Datasets under its assigned group.
Next Steps
Congratulations! You have provisioned your first virtual database!
Now, perform some simple functional tests with your application. You can connect your app to the VDB using standard TNS/JDBC techniques. Delphix has already registered the VDB for you on the target listener.
We suggest the following next steps:
- Drop a table and use the VDB Rewind feature to test the recovery of your VDB.
- Take a snapshot of your dSource and refresh your VDB to quickly get fresh production data.
- Provision a new VDB from your VDB to test the sharing data quickly with other teams.
- Mask your new VDB to protect sensitive data. Provision new VDBs from that masked VDB to quickly provide safe data to development and QA teams.