Manage the base virtual machine for a deployment of Greenplum Database on vSphere.
gpv base deploy
gpv base import [ -f <file_name> | --ova=<file_name> ] [ -t <template_name> | --template=<template_name> ]
The gpv base
command allows you to import and deploy the base virtual machine for your Greenplum Database cluster on VMware vSphere.
The available sub-commands for gpv base
are deploy
and import
.
Configure the imported base virtual machine for Greenplum deployment. The gpv base deploy
command performs the following operations in the base virtual machine:
root
and gpadmin
roles.Import an existing virtual machine template or an OVA file as a new base virtual machine. The gpv base import
command creates a new base virtual machine from your own virtual machine template (certified to follow all the existing policies), or from an OVA file, such as the Greenplum Virtual Machine base template available on Broadcom Support Portal under the desired Greenplum release.
NoteFor more information about download prerequisites, troubleshooting, and instructions, see Download Broadcom products and software.
Options:
template_name
.
Import an existing virtual machine template:
gpv base import -t my-company-template
Import a local OVA:
gpv base import -f /path/to/pre-built.ova