Manage the deployment of a Greenplum Database on vSphere cluster.
gpv greenplum deploy
gpv greenplum list
gpv greenplum validate
The gpv greenplum
sub-command allows you to deploy a Greenplum Database cluster on VMware vSphere, list the connection string to the database, and validate any deployed Greenplum cluster.
The available sub-commands for gpv config
are deploy
, list
, and validate
.
Deploy Greenplum based on your configuration. The gpv greenplum deploy
command clones the provided base-template-name
virtual machine into a new virtual machine called base-vm-name
, configures the operating system of base-vm-name
virtual machine, provisions and powers on all the coordinator and segment virtual machines, initializes the Greenplum Database cluster, and enables and starts the Postmaster Service that provides high availability.
gpv greenplum deploy
Display an endpoint to connect to Greenplum. The current available option is the PostgreSQL connection Uniform Resource Identifier (URI).
gpv greenplum list
Confirm that the Greenplum Database cluster deployment is successful.
gpv greenplum validate