Release Information

Introduction

Getting Started

Delphix Engine System Administration

Virtual Database Management with the Delphix Engine

Data Backup and Recovery

Delphix Modernization Engine

Delphix Masking

Virtualizing Unstructured Files in the Delphix Engine

Virtualizing Oracle E-Business Suite in the Delphix Engine

JetStream

Mission Control

Delphix Express User Guide

Reference


Documentation for Previous Versions of the Delphix Engine

Delphix Server 3.0 Documentation
Delphix Server 3.1 Documentation
Delphix Engine 3.2 Documentation
Delphix Engine 4.0 Documentation
Delphix Engine 4.1 Documentation
Delphix Engine 4.2 Documentation
Delphix Engine 4.3 Documentation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. It must either belong to the same Windows domain as the source hosts, or the domain used by the target host must have appropriate two way cross-domain trust relationships established with the source hosts' domains. 
  2. The SQL Server instance on the target host should run as either domain users or local service accounts. Delphix does not support running SQL Server instances as local user accounts.
  3. The SQL Server instance on the target host should be the same version or higher than the instance hosting the source database, with one exception. If a source database comes from a SQL Server 2005 instance, then the target hosts that will host VDBs from that source must be running either a SQL Server 2005 instance or a SQL Server 2012 instance or higher. 

    Tip
    titleUpgrading VDBs from SQL Server 2005

    You can first provision a VDB to SQL Server 2005 and then upgrade it to a higher version by following the steps described in the topic Upgrading SQL Server VDBs. See the topic  SQL Server Operating System Compatibility Matrices for more information about compatibility between different versions of SQL Server.

  4. The target host must have 64-bit Windows as the operating system. Delphix does not support 32-bit target systems.
  5. To add a Windows cluster as a target environment see the topic Adding a SQL Server Failover Cluster Target Environment.
  6. If the target host is a VMWare virtual machine, then the Windows Server operating system must be configured to use the VMXNET3 network driver.
  7. The operating system version on a target host that will be used for the provisioning of VDBs should be equal to or higher than the operating system on the target that is hosting the staging databases for the dSource from which the VDB is being provisioned. There is no OS compatibility requirement between source and target hosts. See the topic SQL Server Operating System Compatibility Matrices for more information.
  8. Windows PowerShell 2.0 or higher must be installed.  To check the current version, type $PSVersionTable.PSVersion on a PowerShell Window.
  9. Execution of Windows PowerShell scripts must be enabled on the target host.
    While running Windows PowerShell as an Administrator, enter this command to enable script execution: Set-ExecutionPolicy Unrestricted
  10. For Windows 2003 target hosts, the following should be installed:

    1. WIndows Server iSCSI initiator (available for download).
    2. Hotfix documented in Microsoft Knowledge Base article KB 943043.
  11. The Windows iSCSI Initiator Service should have its Startup Type set to Automatic, and the service should be running. See the topic SQL Server Target Host iSCSI Configuration Parameter Recommendations for configuring the Windows iSCSI Initiator Service.
  12. The Delphix Connector must be installed, as described in the topics Setting Up SQL Server Environments: An Overview and Adding a SQL Server Standalone Target Environment.

    Note
    titleFlash Player Required for Connector Download

    A Flash player must be available on the target host to download the Delphix Connector when using the Delphix GUI. If the target host does not have a Flash player installed, you can download the connector directly from the Delphix Engine by navigating to this URL: http://<name of your Delphix Engine>/connector/DelphixConnectorInstaller.msi

  13. Shared Memory must be enabled as a Network Protocol for the SQL instances on the target.  
    In SQL Server Config Manager, navigate to Client Protocols > Shared Memory to enable this. 
  14. TCP/IP access must be enabled for each SQL Server instance on the target host to allow remote connections to instances.
    In SQL Server Config Manager, navigate to Network Configuration > Protocols > TCP/IP to enable TCP/IP access. 

...