<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Deploy Vertica from the Google cloud marketplace</title>
    <link>/en/setup/set-up-on-cloud/on-gcp/deploy-from-google-cloud-marketplace/</link>
    <description>Recent content in Deploy Vertica from the Google cloud marketplace on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/setup/set-up-on-cloud/on-gcp/deploy-from-google-cloud-marketplace/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Setup: Eon Mode on GCP prerequisites</title>
      <link>/en/setup/set-up-on-cloud/on-gcp/deploy-from-google-cloud-marketplace/eon-on-gcp-prerequisites/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/setup/set-up-on-cloud/on-gcp/deploy-from-google-cloud-marketplace/eon-on-gcp-prerequisites/</guid>
      <description>
        
        
        &lt;p&gt;Before deploying an Eon Mode database on GCP, you must take several steps:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Review the default service account&#39;s permissions for your GCP project.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create an HMAC key to use when creating your cluster.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create a communal storage location.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;service-account-permissions&#34;&gt;Service account permissions&lt;/h2&gt;
&lt;p&gt;Service accounts allow automated processes to authenticate with GCP. The Eon Mode database deployment process uses the project&#39;s service account for your GCP project to deploy instances. When you create a new project, GCP automatically creates a default service account (identified by &lt;em&gt;&lt;code&gt;project_number&lt;/code&gt;&lt;/em&gt;&lt;code&gt;-compute@developer.gserviceaccount.com&lt;/code&gt;) for the project and grants it the IAM role Editor. See the Google Cloud documentation&#39;s &lt;a href=&#34;https://cloud.google.com/iam/docs/understanding-roles&#34;&gt;Understanding roles&lt;/a&gt; for details about this and other IAM roles.&lt;/p&gt;
&lt;p&gt;The Editor role lets the service account create resources from the Marketplace. When you create an instance of the Management Console (MC), the MC uses the account to deploy further resources, such as provisioning instances for an database.&lt;/p&gt;
&lt;p&gt;For details, see the Google Cloud documentation&#39;s &lt;a href=&#34;https://cloud.google.com/iam/docs/understanding-service-accounts&#34;&gt;Understanding service accounts&lt;/a&gt; page.&lt;/p&gt;
&lt;h3 id=&#34;permissions-and-roles&#34;&gt;Permissions and roles&lt;/h3&gt;
&lt;p&gt;To deploy Vertica on GCP, your user account must have the:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Editor&lt;/strong&gt; role.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;runtimeconfig.waiters.getIamPolicy&lt;/code&gt; permission.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a name=&#34;Creating&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;creating-an-hmac-key&#34;&gt;Creating an HMAC key&lt;/h2&gt;
&lt;p&gt;Vertica uses a hash-based message authentication code (HMAC) key to authenticate requests to access the communal storage location. This key has two parts: an access ID and a secret. When you create an Eon Mode database in GCP, you provide both parts of an HMAC key for the nodes to use to access communal storage.&lt;/p&gt;
&lt;p&gt;To create an HMAC key:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Log in to your Google Cloud account.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If the name of the project you will use to create your database does not appear in the top banner, click the dropdown and select the correct project.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the navigation menu in the upper-left corner, under the Storage heading, click &lt;strong&gt;Storage&lt;/strong&gt; and select &lt;strong&gt;Settings&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the Settings page, click &lt;strong&gt;Interoperability&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Scroll to the bottom of the page and find the User account HMAC heading.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Unless you have already set a default project, you will see the message stating you haven’t set a default project for your user account yet. Click the &lt;strong&gt;Set &lt;em&gt;project-id&lt;/em&gt; as default project&lt;/strong&gt; button to choose the current project as your default for interoperability.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../../../images/gcp/hmac-key-set-project-as-default.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

The project ID appears in the button label, not the project name.

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Under Access keys for your user account, click &lt;strong&gt;Create a key&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Your new access key and secret appear in the HMAC key list. You will need them when you create your Eon Mode database. You can copy them to a handy location (such as a text editor) or leave a browser tab open to this page while you use another tab or window to create your database. These keys remain available on this page, so you do not need to worry about saving them elsewhere.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class=&#34;admonition caution&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Caution&lt;/h4&gt;

It is vital that you protect the security of your HMAC key. It can grant others access to your Eon Mode database&#39;s communal storage location. This means they could access all of the data in your database. Do not write the HMAC key anyplace where it may be exposed, such as email, shared folders, or similar insecure locations.

&lt;/div&gt;
&lt;p&gt;&lt;a name=&#34;Create&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;creating-a-communal-storage-location&#34;&gt;Creating a communal storage location&lt;/h2&gt;
&lt;p&gt;Your Eon Mode database needs a storage location for its communal storage. Eon Mode databases running on GCP use Google Cloud Storage (GCS) for their communal storage location. When you create your new Eon Mode database, you will supply the MC&#39;s wizard with a GCS URL for the storage location.&lt;/p&gt;
&lt;p&gt;This location needs to meet the following criteria:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The URL must include at least a bucket name. You can use one or more levels of folders, as well. For example, the following GCS URLs are valid:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;gs://verticabucket/mydatabase&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;gs://verticabucket/databases/mydatabase&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;gs://verticabucket&lt;/code&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Multiple databases can share the same bucket, as long as each has its own folder.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If provided, the lowest-level folder in the URL must not already exist. For example, in the GCS URL &lt;code&gt;gs://verticabucket/databases/mydatabase&lt;/code&gt;, the bucket named &lt;code&gt;verticabucket&lt;/code&gt; and the directory named &lt;code&gt;databases&lt;/code&gt; must exist. The subdirectory named &lt;code&gt;mydatabase&lt;/code&gt; must not exist. The Vertica install process expects to create the final folder itself. If the folder already exists, the installation process fails.&lt;/p&gt;

&lt;div class=&#34;alert admonition note&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Note&lt;/h4&gt;

If you have a communal storage location that already contains data from a previous Eon Mode database that you want to access, use the revive process, rather than installing a new database. See &lt;a href=&#34;../../../../../en/architecture/eon-concepts/stopping-starting-terminating-and-reviving-eon-db-clusters/#&#34;&gt;Stopping, starting, terminating, and reviving Eon Mode database clusters&lt;/a&gt; for details.

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The permissions on the bucket must be set to allow the service account read, write, and delete privileges on the bucket. The best role to assign to the user to gain these permissions is &lt;a href=&#34;https://cloud.google.com/storage/docs/access-control/iam-roles&#34;&gt;Storage Object Admin&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To prevent performance issues, the bucket must be in the same region as all of the nodes running the Eon Mode database.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you create the database through the admintools UI, you must set &lt;code&gt;gcsauth&lt;/code&gt; as a bootstrap parameter in &lt;code&gt;admintools.conf&lt;/code&gt;. For more information on this and other GCP parameters, see &lt;a href=&#34;../../../../../en/sql-reference/config-parameters/google-cloud-storage-parameters/#&#34;&gt;Google Cloud Storage parameters&lt;/a&gt;.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[BootstrapParameters]
gcsauth = &lt;span class=&#34;code-variable&#34;&gt;ID&lt;/span&gt;:&lt;span class=&#34;code-variable&#34;&gt;secret&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Setup: Deploy an Enterprise Mode database in GCP from the marketplace</title>
      <link>/en/setup/set-up-on-cloud/on-gcp/deploy-from-google-cloud-marketplace/deploy-an-enterprise-db-gcp-from-marketplace/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/setup/set-up-on-cloud/on-gcp/deploy-from-google-cloud-marketplace/deploy-an-enterprise-db-gcp-from-marketplace/</guid>
      <description>
        
        
        &lt;p&gt;The Vertica Cloud Launcher solution creates a Vertica Enterprise Mode database. The solution includes the Vertica Management Console (MC) as the primary UI for you to get started.&lt;/p&gt;
&lt;p&gt;The launcher automatically creates a database named &lt;code&gt;vdb&lt;/code&gt;. After the launcher creates the initial database, it configures the MC to attach to that database automatically.&lt;/p&gt;
&lt;h2 id=&#34;configure-the-vertica-cloud-launcher-solution&#34;&gt;Configure the Vertica cloud launcher solution&lt;/h2&gt;
&lt;p&gt;To get started with a deployment of Vertica from the &lt;a href=&#34;https://cloud.google.com/launcher/&#34;&gt;Google Cloud Launcher&lt;/a&gt;, search for the Vertica Data Warehouse, Enterprise Mode entry.&lt;/p&gt;
&lt;p&gt;Follow these steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Verify that your user account has the &lt;strong&gt;Editor&lt;/strong&gt; role and the &lt;code&gt;runtimeconfig.waiters.getIamPolicy&lt;/code&gt; permission.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;From the listing page, click &lt;strong&gt;LAUNCH&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On the New Vertica Analytics Platform deployment page, enter the following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Deployment name&lt;/strong&gt;: Each deployment must have a unique name. That name is used as the prefix for the names of all VMs created during the deployment. The deployment name can only contain lowercase characters, numbers, and dashes. The name must start with a lowercase letter and cannot end with a dash.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Zone&lt;/strong&gt;: GCP breaks its cloud data centers into regions and zones. &lt;em&gt;Regions&lt;/em&gt; are a collection of zones in the same geographical location. &lt;em&gt;Zones&lt;/em&gt; are collections of compute resources, which vary from zone to zone.&lt;/p&gt;
&lt;p&gt;For best results, pick the zone in your designated region that supports the latest Intel CPUs. For a complete listing of regions and zones, including supported processors, see &lt;a href=&#34;https://cloud.google.com/compute/docs/regions-zones/regions-zones&#34;&gt;Regions and Zones&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Service Account&lt;/strong&gt;: Service accounts allow automated processes to authenticate with GCP. Select the default service account, identified by &lt;em&gt;&lt;code&gt;project_number&lt;/code&gt;&lt;/em&gt;&lt;code&gt;-compute@developer.gserviceaccount.com&lt;/code&gt;.&lt;/p&gt;

&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Under &lt;strong&gt;Vertica Management Console&lt;/strong&gt;, choose the configuration for the virtual machine that will run the Management Console. The Vertica Analytics Platform in Cloud Launcher always deploys the Vertica Management Console (MC) as part of the solution.&lt;/p&gt;
&lt;p&gt;The default machine type for MC is sufficient for most deployments. You can choose another machine type that better suits any additional purposes, such serving as a target node for backups, data transformation, or additional management tools.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Node count for Vertica Cluster&lt;/strong&gt;: The total number of VMs you want to deploy in the Vertica Cluster. The default is 3.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Machine type for Vertica Cluster nodes&lt;/strong&gt;: The Cloud Launcher builds each node in the cluster using the same machine type. Modify the machine type for your nodes based on the workloads you expect your database to handle. See &lt;a href=&#34;../../../../../en/setup/set-up-on-cloud/on-gcp/supported-gcp-machine-types/#&#34;&gt;Supported GCP machine types&lt;/a&gt; for more information.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Data disk type&lt;/strong&gt;: GCP offers two types of persistent disk storage: Standard and SSD. The costs associated with Standard are less, but the performance of SSD storage is much better. Vertica recommends you use SSD storage. For more information on Standard and SSD persistent disks, see &lt;a href=&#34;https://cloud.google.com/compute/docs/disks/&#34;&gt;Storage Options&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Disk size in GB&lt;/strong&gt;: Disk performance is directly tied to the disk size in GCP. The default value of 2000 GBs (2 TB) is the minimum disk size for SSD persistent disks that allows maximum throughput.&lt;/p&gt;
&lt;p&gt;If you select a smaller disk size, the throughput performance decreases. If you select a large disk size, the performance remains the same as the 2 TB option.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Network&lt;/strong&gt;: VMs in GCP must exist on a virtual private cloud (VPC). When you created your GCP account, a default VPC was created. Create additional VPCs to isolate solutions or projects from one another. The Vertica Analytics Plaform creates all the nodes in the same VPC.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Subnetwork&lt;/strong&gt;: Just as a GCP account may have multiple VPCs, each VPC may also have multiple subnets. Use additional subnets to group or isolate solutions within the same VPC.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Firewall&lt;/strong&gt;: If you want your MC to be accessible via the internet, check the Allow access to the Management Console from the Internet box. Vertica recommends you protect your MC using a firewall that restricts access to just the IP addresses of users that need to access it. You can enter one or more comma-separated CIDR address ranges.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;After you have entered all the required information, click &lt;strong&gt;Deploy&lt;/strong&gt; to begin the deployment process.&lt;/p&gt;
&lt;h2 id=&#34;monitor-the-deployment&#34;&gt;Monitor the deployment&lt;/h2&gt;
&lt;p&gt;After the deployment begins, Google Cloud Launcher automatically opens the Deployment Manager page that displays the status of the deployment. Items that are still being processed have a spinning circle to the left of them and the text is a light gray color. Items that have been created are dark gray in color, with an icon designating that resource type on the left.&lt;/p&gt;
&lt;p&gt;After the deployment completes, a green check mark appears next to the deployment name in the upper left-hand section of the screen.&lt;/p&gt;
&lt;h2 id=&#34;accessing-the-cluster-after-deployment&#34;&gt;Accessing the cluster after deployment&lt;/h2&gt;
&lt;p&gt;After the deployment completes, the right-hand section of the screen displays the following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;dbadmin password: A randomly generated password for the dbadmin account on the nodes. For security reasons, change the dbadmin password when you first log in to one of the Vertica cluster nodes.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;mcadmin password: A randomly generated password for the mcadmin account for accessing the Management Console. For security reasons, change the mcadmin password after you first log in to the MC.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Vertica Node 1 IP address: The external IP address for the first node in the Vertica cluster is exposed here so that you can connect to the VM using a standard SSH client.To access the MC, press the &lt;strong&gt;Access Vertica MC&lt;/strong&gt; button in the &lt;strong&gt;Get Started&lt;/strong&gt; section of the dialog box. Copy the mcadmin password and paste it when asked.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information on using the MC, see &lt;a href=&#34;../../../../../en/mc/#&#34;&gt;Management Console&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;access-the-cluster-nodes&#34;&gt;Access the cluster nodes&lt;/h2&gt;
&lt;p&gt;There are two ways to access the cluster nodes directly:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Use GCP&#39;s integrated SSH shell by selecting the SSH button in the &lt;strong&gt;Get Started&lt;/strong&gt; section. This shell opens a pop-up in your browser that runs GCP&#39;s web-based SSH client. You are automatically logged on as the user you authenticated as in the GCP environment.&lt;/p&gt;
&lt;p&gt;After you have access to the first Vertica cluster node, execute the &lt;code&gt;su dbadmin&lt;/code&gt; command, and authenticate using the dbadmin password.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In addition, use other standard SSH clients to connect directly to the first Vertica cluster node. Use the Vertica Node 1 IP address listed on the screen as the dbadmin user, and authenticate with the dbadmin password.&lt;/p&gt;
&lt;p&gt;Follow the on-screen directions to log in using the mcadmin account and accept the EULA. After you&#39;ve been authenticated, access the initial database by clicking the vdb icon (looks like a green cylinder) in the &lt;strong&gt;Recent Databases&lt;/strong&gt; section.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;using-a-custom-service-account&#34;&gt;Using a custom service account&lt;/h2&gt;
&lt;p&gt;In general, you should use the default service account created by the GCP deployment (&lt;em&gt;&lt;code&gt;project_number&lt;/code&gt;&lt;/em&gt;&lt;code&gt;-compute@developer.gserviceaccount.com&lt;/code&gt;), but if you want to use a custom service account:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The custom service account must have the &lt;strong&gt;Editor&lt;/strong&gt; role.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Individual user accounts must have the &lt;strong&gt;Service Account User&lt;/strong&gt; role on the custom service account.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;


      </description>
    </item>
    
    <item>
      <title>Setup: Deploy an MC instance in GCP for Eon Mode</title>
      <link>/en/setup/set-up-on-cloud/on-gcp/deploy-from-google-cloud-marketplace/deploy-an-mc-instance-gcp-eon/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/setup/set-up-on-cloud/on-gcp/deploy-from-google-cloud-marketplace/deploy-an-mc-instance-gcp-eon/</guid>
      <description>
        
        
        &lt;p&gt;To deploy an Eon Mode database to GCP using Google Cloud Platform Launcher, you must deploy a Management Console (MC) instance. You then use the MC instance to provision and deploy an Eon Mode database.&lt;/p&gt;
&lt;p&gt;Once you have taken the steps listed in &lt;a href=&#34;../../../../../en/setup/set-up-on-cloud/on-gcp/deploy-from-google-cloud-marketplace/eon-on-gcp-prerequisites/#&#34;&gt;Eon Mode on GCP prerequisites&lt;/a&gt;, you are ready to deploy an Eon Mode database in GCP. To deploy an MC instance that is able to deploy Eon Mode databases to GCP:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Log into your GCP account, if you are not currently logged in.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Verify that your user account has the &lt;strong&gt;Editor&lt;/strong&gt; role and the &lt;code&gt;runtimeconfig.waiters.getIamPolicy&lt;/code&gt; permission.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Verify that the name of the GCP project you want to use for the deployment appears in the top banner. If it does not, click the down arrow next to the project name and select the correct project.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click the navigation menu icon in the top left of the page and select &lt;strong&gt;Marketplace&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the &lt;strong&gt;Search for solutions&lt;/strong&gt; box, type Vertica Eon Mode and press enter.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click the search result for Vertica &lt;strong&gt;Data Warehouse,&lt;/strong&gt; Eon Mode. There are two license options: by the hour (BTH) and bring your own license (BYOL). See &lt;a href=&#34;../../../../../en/setup/set-up-on-cloud/on-gcp/deploy-from-google-cloud-marketplace/#&#34;&gt;Deploy Vertica from the Google cloud marketplace&lt;/a&gt; for more information on this license choice.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Launch&lt;/strong&gt; on the license option you prefer.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On the following page, fill in the fields to configure your MC instance:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Deployment name&lt;/strong&gt; identifies your MC deployment in the GCP Deployments page.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Zone&lt;/strong&gt; is the location where the virtual machine running your MC instance will be deployed. Make this the same location where your communal storage bucket is located.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Service Account&lt;/strong&gt;: Service accounts allow automated processes to authenticate with GCP. Select the default service account, identified by &lt;em&gt;&lt;code&gt;project_number&lt;/code&gt;&lt;/em&gt;&lt;code&gt;-compute@developer.gserviceaccount.com&lt;/code&gt;.&lt;/p&gt;

&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Machine Type&lt;/strong&gt; is the virtual hardware configuration of the instance that will run the MC. The default values here are &amp;quot;middle of the road&amp;quot; settings which are sufficient for most use cases. If you are doing a small proof-of-concept deployment, you can choose a less powerful instance to save some money. If you are planning on deploying multiple large databases, consider increasing the count of virtual CPUs and RAM.&lt;br /&gt;For details about Vertica&#39;s default volume configurations, see &lt;a href=&#34;../../../../../en/mc/cloud-platforms/gcp-mc/eon-volume-config-defaults-gcp/#&#34;&gt;Eon Mode volume configuration defaults for GCP&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;User Name for Access to MC&lt;/strong&gt; is the administrator username for the MC. You can customize this if you want.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Network&lt;/strong&gt; and &lt;strong&gt;Subnetwork&lt;/strong&gt; are the virtual private cloud (VPC) network and subnet within that network you want your MC instance and your Vertica nodes to use. This setting does not affect your MC&#39;s external network address. If you want to isolate your Vertica cluster from other GCP instances in your project, create a custom VPC network and optionally a subnet in your GCP project and select them in these fields. See the Google Cloud documentation&#39;s &lt;a href=&#34;https://cloud.google.com/vpc/docs/vpc&#34;&gt;VPC network overview&lt;/a&gt; page for more information.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Firewall&lt;/strong&gt; enables access to the MC from the internet by opening port 5450 in the firewall. You can choose to not open this port by clearing the &lt;strong&gt;I accept opening a port in the firewall (5450) for Vertica&lt;/strong&gt; box. However, if you do not open the port in the firewall, your MC instance will only be accessible from within the VPC network. Not opening the port will make accessing your MC instance much harder.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Source IP ranges for MC traffic&lt;/strong&gt;: If you choose to open the MC for external access, add one or more or more CIDR address ranges to this box for network addresses that you want to be able to access to the MC.&lt;/p&gt;

&lt;div class=&#34;admonition caution&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Caution&lt;/h4&gt;

Make the address ranges as limited as possible to reduce the chances of unauthorized access to your MC instance.

&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click the &lt;strong&gt;Deploy&lt;/strong&gt; button to start the deployment of your MC instance.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The deployment process will take several minutes.&lt;/p&gt;
&lt;h2 id=&#34;using-a-custom-service-account&#34;&gt;Using a custom service account&lt;/h2&gt;
&lt;p&gt;In general, you should use the default service account created by the GCP deployment (&lt;em&gt;&lt;code&gt;project_number&lt;/code&gt;&lt;/em&gt;&lt;code&gt;-compute@developer.gserviceaccount.com&lt;/code&gt;), but if you want to use a custom service account:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The custom service account must have the &lt;strong&gt;Editor&lt;/strong&gt; role.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Individual user accounts must have the &lt;strong&gt;Service Account User&lt;/strong&gt; role on the custom service account.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&#34;connect-and-log-into-the-mc-instance&#34;&gt;Connect and log into the MC instance&lt;/h2&gt;
&lt;p&gt;After the deployment process is finished, the Deployment Manager page for your MC instance contains links to connect to the MC via your browser or ssh.&lt;/p&gt;
&lt;p&gt;To connect to the MC instance:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;The MC administrator user has a randomly-generated password that you need to log into the MC. Copy the password in the &lt;strong&gt;MC Admin Password&lt;/strong&gt; field to the clipboard.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Access Management Console&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A new browser tab or window opens, showing you a page titled Redirection Notice. Click the link for the MC URL to continue to the MC login page.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Your browser will likely show you a security warning. The MC instance uses a self-signed security certificate. Most browsers treat these certificates as a security hazard because they cannot verify their origin. You can safely ignore this warning and continue. In most browsers, click the &lt;strong&gt;Advanced&lt;/strong&gt; button on the warning page, and select the option to proceed. In Chrome, this is a link titled &lt;strong&gt;Proceed to&lt;/strong&gt; &lt;em&gt;xxx.xxx.xxx.xxx&lt;/em&gt; &lt;strong&gt;(unsafe)&lt;/strong&gt;. In Firefox, it is a button labeled &lt;strong&gt;Accept the Risk and Continue&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;At the login screen, enter the MC administrator user name into the &lt;strong&gt;Username&lt;/strong&gt; box. This user name is mcadmin, unless you changed the user name in the MC deployment form.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Paste the automatically-generated password you copied from the MC Admin Password field earlier into the &lt;strong&gt;Password&lt;/strong&gt; box.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Log In&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Once you have logged into the MC, change the MC administrator account&#39;s password.

&lt;div class=&#34;admonition caution&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Caution&lt;/h4&gt;

The automatically-generated password appears on the MC instance&#39;s deployment page and can be revealed in several locations in the deployment logs. Failure to change this password can lead to unauthorized access to your MC instance.

&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;To change the password:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;On the home page of the MC, under the MC Tools section, click &lt;strong&gt;MC Settings.&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the left-hand menu, click &lt;strong&gt;User Management&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select the entry for the MC administrator account and click &lt;strong&gt;Edit&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click either the &lt;strong&gt;Generate new&lt;/strong&gt; or &lt;strong&gt;Edit password&lt;/strong&gt; button to change the password. If you click the &lt;strong&gt;Generate new&lt;/strong&gt; button, be sure to save the automatically-generated password in a safe location. If you click &lt;strong&gt;Edit password&lt;/strong&gt;, you are prompted to enter a new password twice.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Save&lt;/strong&gt; to update the password.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now that you have created your MC instance, you are ready to deploy a Vertica Eon Mode cluster. See &lt;a href=&#34;../../../../../en/mc/cloud-platforms/gcp-mc/provision-an-eon-cluster-and-db-on-gcp-mc/#&#34;&gt;Provision an Eon Mode cluster and database on GCP in MC&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
  </channel>
</rss>
