You use the Data Management for VMware Tanzu console to provision a database Service Instance on an Onboarded Cluster. You can also provision a database Service Instance using the Data Management for VMware Tanzu API.
When you configure a database Service Instance for provisioning, you specify:
You can configure the database yourself, or you can choose to create a database Service Instance using the default database configuration. In some cases, the configuration properties available and their default values vary depending upon the database engine and version that you select for provisioning.
Before you provision a database Service Instance, ensure that you can identify:
You must perform this task on a host that has network connectivity to the Data Management for VMware Tanzu console.
Also consider and be prepared to identify:
Perform the following procedure to provision a database Service Instance with Data Management for VMware Tanzu.
Perform the following procedure to log in to the Data Management for VMware Tanzu console:
Open a browser window, and enter the Data Management for VMware Tanzu console URL. For example, if the service is running on a host with IP address10.10.10.11
enter:
https://10.10.10.11/login
The login screen displays.
Log in to the Data Management for VMware Tanzu console using your assigned user credentials. If this is your first time logging in, DMS will prompt you to change your password and re-log in.
The User Dashboard displays. See About the User Console for more information about the metrics and information available on this view.
When you configure a database Service Instance, you must identify the database engine type and version, the Onboarded Cluster in which to provision the instance, and a name for the instance. After you select or enter these values, you can choose to configure the individual database Service Instance settings yourself, or you can choose to invoke the Data Management for VMware Tanzu quick create, a single-click action that creates the database for you using the default configuration.
Perform these steps to configure the database Service Instance:
Click Databases in the left navigation pane of the console.
The Databases view opens. This page displays a list of the provisioned database Service Instances, and provides information about the database engine type, version, and environment, as well as the status of each instance.
Click the CREATE DB button located in the upper right-hand corner of the view.
This action displays the Create Database form, and automatically expands the Select Database [Database and Version] configuration pane.
You identify the database engine type, name the database Service Instance, and identify the Onboarded Cluster vSphere environment and the database version by setting or selecting values for these properties:
Property Name | Value |
---|---|
Database | Choose either MySQL or PostgreSQL. |
Instance Name | Enter a unique name for this database Service Instance, or retain the default name. |
Environment | Use the dropdown menu to select the Onboarded Cluster in which to provision the database Service Instance. |
Database Version | Use the dropdown menu to select from the available template versions of the database. |
You must set or select a value for each property identified above.
At this point, you either choose to create the database with the default configuration, or you can configure the individual database Service Instance settings yourself.
If you choose to create the database with the default configuration, click CREATE DB WITH DEFAULT CONFIGURATION, and skip ahead to Monitoring Database Service Instance Creation.
Note: When you create a Service Instance with the default configuration, Data Management for VMware Tanzu uses default values for certain database-specific configuration parameters. Refer to:
for more information about these settings. (You can change these settings after Service Instance deployment as described in Changing Database Options.)
If you choose to configure the database Service Instance settings yourself, continue on to the next step.
Click VM SETTINGS to expand the Resource Configuration [vCPU, Memory and Storage Configuration] pane and size your database virtual machine.
Click MANAGEMENT SETTINGS to expand the Management Configuration [Monitoring and Backup] pane. You configure these properties to select the level of monitoring Data Management for VMware Tanzu performs on the database Service Instance, and to opt in or opt out of certain database management and backup policies. (You configure the rules for each opted-in policy in the next step.)
Select the monitoring level, and opt in or out of management policies as desired:
Property Name | Value |
---|---|
Monitoring Type | Use the slider to choose either NORMAL or ENHANCED monitoring. |
Enable Data Protection | Click the checkbox to enable or disable automated database backups. |
Enable Auto Minor Version Upgrade | Click the checkbox to enable or disable automated minor version software updates to the database Service Instance. |
Customize Maintenance Window | Click the checkbox to enable or disable customizing the maintenance window for the database Service Instance. |
Click ADDITIONAL SETTINGS to expand the Additional Configuration [Database Instance, Environment & Backup Configuration] pane. Several configuration categories are represented in this pane, and certain categories will be present only if you opted-in to the related management policy in MANAGEMENT SETTINGS.
Database Instance Configuration - Configure the default database, server port number and administrator credentials for the database Service Instance.
The default values for database Service Instance properties are database engine-type-specific. Set these properties for your instance:
Property Name | Value |
---|---|
Database Name | The name of the default database. |
Database Port No | The port number on which the database server runs. (Read-only) |
Admin Username | The database administrator user name. |
Admin Password | The password for the database adminstrator. |
Environment Configuration - Configure the vSphere environment for the provisioned database Service Instance VM.
You configure these properties to identify the VM disk and network configuration.
Property Name | Value |
---|---|
VM Datastore | Retain the default value. |
Application Network | Retain the default value. |
Backup Configuration - Configure the backup schedule and retention policies for the database Service Instance if you opted in to Enable Data Protection.
Set or select each property value as specified:
Property Name | Value |
---|---|
Daily Backup Time | Use the dropdown menus to select the time of day to back up the database. |
Local Backup Days | Use the dropdown menu to specify the number of days to retain a backup on local storage. |
Remote Backup Days | Use the dropdown menu to specify the number of days to retain a backup on cloud/remote storage. |
Maintenance Configuration - Configure the maintenance window for software updates for the database Service Instance if you opted in to Customize Maintenance Window and Enable Auto Minor Version Upgrade.
Set or select each property value as specified:
Property Name | Value |
---|---|
Start Day | Use the dropdown menus to select the maintenance window day of the week. |
Start Time | Use the dropdown menus to select the time of day in which to start the maintenance window. |
Duration | Use the dropdown menu to specify the duration of the maintenance window (hours). |
When Customize Maintenance Window is off and Enable Auto Minor Version Upgrade is on, software updates are applied in the default maintenance window (6 hours starting each Saturday at 23:59).
TLS Configuration - Configure the TLS requirements for database clients.
If you want the database Service Instance to reject non-secure connections and require Transport Layer Security certificate verification for clients, enable by clicking the Require Client TLS checkbox.
DB Options Configuration - Configure database engine-specific options:
Click SUMMARY to review the configuration of your database Service Instance.
Finally, click CREATE DATABASE in the bottom left of the Summary pane to create and provision the database Service Instance.
Data Management for VMware Tanzu generates a management operation of type CREATE_DB.
Monitor the status of the database Service Instance creation and provisioning operation in the Database Operations view:
If Data Management for VMware Tanzu encounters an error when provisioning the database, the Database Operations view Status for the CREATE DB operation displays FAILED, and error information is returned in the Error Info tab.
When Data Management for VMware Tanzu successfully provisions a database Service Instance, the Database Operations view Status for the CREATE DB operation displays SUCCESS, and the Databases view Status for the database is ONLINE. Additionally, DMS automatically takes a full local and cloud backup of the database Service Instance. As described in the monitoring section above, you can similarly examine the BACKUP DB operation details.
You successfully created and provisioned a database Service Instance. Next, you may want to: