The Greenplum Virtual Appliance is a pre-built OVA which can be deployed in VMware vSphere as a virtual machine. It contains all the tools and environment needed to perform configurations and auto-deployment of the Greenplum cluster. In this section, you will download the Greenplum Virtual Appliance OVA from VMware Marketplace, deploy the OVA in VMware vSphere, and use it to provision the Greenplum cluster virtual machines. You will need the Greenplum Virtual Operator CLI inside this virtual machine to perform deployment in the next sections.
The Greenpum Virtual Appliance OVA is available on VMware Marketplace.
Log in and download the OVA. Make note of the directory where the file was saved.
greenplum-virtual-appliance
. Select the desired location for the virtual machine, then click Next.gp-virtual-external
as the Destination Network, then click Next.gp-virtual-external
Network and you want to use it to assign the IP address automatically, set External Network Type to DHCP
. Then, skip Station IP configuration section and click Next.greenplum-virtual-appliance
virtual machine, set External Network Type to Static
. Then, finish the Static IP Configuration section as follows:
#.#.#.#
.#.#.#.#
.gp-virtual-appliance
virtual machine.gp-virtual-appliance
Virtual MachineBefore continuing to the next sections, we need to do the first boot configuration:
gp-virtual-appliance
virtual machine using root
with ssh
. When you first login, it will ask you to change the root
password. The default password is changeme
.The gp-virtual-appliance
virtual machine is now ready for use. Continue to Choosing your Deployment Option to deploy a new Greenplum Database cluster using this virtual machine.