<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Google Cloud Platform in MC</title>
    <link>/en/mc/cloud-platforms/gcp-mc/</link>
    <description>Recent content in Google Cloud Platform in MC on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/mc/cloud-platforms/gcp-mc/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Mc: GCP Eon Mode instance recommendations</title>
      <link>/en/mc/cloud-platforms/gcp-mc/gcp-eon-instance-recommendations/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/cloud-platforms/gcp-mc/gcp-eon-instance-recommendations/</guid>
      <description>
        
        
        &lt;p&gt;When you use the MC to deploy an Eon Mode database to the Google Cloud Platform (GCP), you choose the instance type to deploy as the database&#39;s nodes. The default instance settings in the MC are the more conservative option (currently, n1-standard-16). They are sufficient for most workloads. However, you may choose instances with more memory (such as n1-highmem-16) if your queries perform complex joins that may otherwise spill to disk. You can also choose instances with more cores (such as n1-standard-32), if you perform highly-complex compute-intensive analysis. The following links provide additional information about GCP machine type instances and OpenText™ Analytics Database:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://cloud.google.com/compute/docs/machine-types&#34;&gt;Machine types&lt;/a&gt;: Google Cloud&#39;s documentation that describes configuration details for each instance option.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&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;: Available machine types when deploying the database to GCP.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&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;: Details about the database default volume configurations.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The more powerful instance you choose, the higher the cost per hour. You need to balance whether you want to use fewer, higher-powered but more expensive instances vs. relying on more lower-powered instances that cost less. Thanks to Eon Mode&#39;s elasticity, if you choose to use the less-powerful instances, you can always add more nodes to meet peak demands. When you reduce the number of instances to a minimum during off-peak times, you&#39;ll spend less than if you had a similar number of more-powerful instances.&lt;/p&gt;
&lt;h2 id=&#34;storage-options&#34;&gt;Storage options&lt;/h2&gt;
&lt;p&gt;The MC&#39;s deployment wizard also asks you to select the type of local storage for your instances. You can select different options for each type of local storage that the database uses: the catalog, the depot, and temporary space. For all of these storage locations, you choose the type of disks to use (standard vs. SSD). You will see the best performance with SSD disks. However, SSD disks cost more.&lt;/p&gt;
&lt;p&gt;For the depot, you also choose whether to use local or persistent disks. The local option is faster, as it resides directly on the virtual machine host. However, whenever you shut down the node, this storage is wiped clean. The persistent storage is slower than the local option, as it is not stored directly on the machine hosting the instance. However, it is not wiped out whenever you shut down the instance. See the Google Cloud documentation&#39;s &lt;a href=&#34;https://cloud.google.com/compute/docs/disks/&#34;&gt;Storage options&lt;/a&gt; page for more information.&lt;/p&gt;
&lt;p&gt;Which of these options you choose depends on how much &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/depot-warming/&#34; title=&#34;For details, see Managing Depot Caching.&#34;&gt;depot warming&lt;/a&gt; the nodes must perform when starting. If the content of your node&#39;s depots change little over time (or you tend to frequently start and stop instances), using persistent storage makes sense. In this case, the depot&#39;s warming period will be shorter because most of the data the node needs to participate in queries may still be in its depot when it starts. It will perform fewer fetches of data from communal storage while participating in queries.&lt;/p&gt;
&lt;p&gt;If your working data set is rapidly changing or you tend to leave nodes stopped for extended periods of time, your best choice is usually to use local storage. In this scenario, the data in the node&#39;s depot when it restarts is usually stale. To participate in queries, the node must fetch much of the data it needs from communal storage, resulting in slower performance until it has warmed its depot. Using local ephemeral storage makes sense here, because you will get the benefit of having faster depot storage. Because your nodes have to warm their depots anyhow, there is less of a downside of having the depot on ephemeral storage.&lt;/p&gt;
&lt;p&gt;For general guidelines on scaling your cluster for Eon Mode database, see &lt;a href=&#34;../../../../en/eon/configuring-your-cluster-eon/#&#34;&gt;Configuring your Vertica cluster for Eon Mode&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Mc: Custom GCP image</title>
      <link>/en/mc/cloud-platforms/gcp-mc/custom-image/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/cloud-platforms/gcp-mc/custom-image/</guid>
      <description>
        
        
        &lt;p&gt;OpenText™ Analytics Database publishes a Google Cloud Platform (GCP) image that contains third-party libraries and other software that is required to install and operate the Management Console (MC) instance and database cluster instances. In some circumstances, you might need to add customizations to your MC environment, such as monitoring or security updates.&lt;/p&gt;
&lt;p&gt;You cannot modify the published database image directly, but you can create a custom image from the published image with your customizations. You can select this custom image when you create or revive a cluster.&lt;/p&gt;
&lt;h2 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;GCP account with administrative rights.&lt;/p&gt;
&lt;h2 id=&#34;create-a-custom-gcp-image&#34;&gt;Create a custom GCP image&lt;/h2&gt;
&lt;p&gt;To create a custom GCP image, you must launch a base Virtual Machine (VM) instance from the published database image so that you can make your changes. After you create this base instance, you can save it as a custom image.&lt;/p&gt;
&lt;h3 id=&#34;create-the-base-instance&#34;&gt;Create the base instance&lt;/h3&gt;
&lt;p&gt;To begin, you must create an instance that includes the published database image. This is a temporary instance that you can delete after you &lt;a href=&#34;#create-the-custom-image&#34;&gt;create the custom image&lt;/a&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Log in to GCP.&lt;/li&gt;
&lt;li&gt;From the GCP console, go to &lt;strong&gt;Compute Engine&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In the side navigation bar, go to &lt;strong&gt;Storage&lt;/strong&gt; &amp;gt; &lt;strong&gt;Images&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Filter the images table for the published database image that you want to use in the base instance. For example, filter for &lt;code&gt;vertica-23-4-0&lt;/code&gt; to customize the 23.4.0-x image.&lt;/li&gt;
&lt;li&gt;Copy the name of the published database image and save it for later use.&lt;/li&gt;
&lt;li&gt;Go to &lt;strong&gt;Virtual machines&lt;/strong&gt; &amp;gt; &lt;strong&gt;VM instances&lt;/strong&gt; in the side navigation bar.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;CREATE INSTANCE&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Enter a name for your instance.&lt;/li&gt;
&lt;li&gt;Select a region.&lt;/li&gt;
&lt;li&gt;Scroll down to &lt;strong&gt;Boot disk&lt;/strong&gt;, and select &lt;strong&gt;CHANGE&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In the &lt;strong&gt;Boot disk&lt;/strong&gt; window, select the &lt;strong&gt;CUSTOM IMAGES&lt;/strong&gt; tab.&lt;/li&gt;
&lt;li&gt;In the &lt;strong&gt;image&lt;/strong&gt; field, paste the name of the published database image to filter the image list.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;SELECT&lt;/strong&gt;. The &lt;strong&gt;Boot disk&lt;/strong&gt; window closes and you return to &lt;strong&gt;Create an instance&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;CREATE&lt;/strong&gt; to create the base instance.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;After you select &lt;strong&gt;CREATE&lt;/strong&gt;, you return to &lt;strong&gt;Virtual machines&lt;/strong&gt; &amp;gt; &lt;strong&gt;VM instances&lt;/strong&gt; in &lt;strong&gt;Compute Engine&lt;/strong&gt;. When GCP finishes creating the base instance, you have a running instance that you can access and customize.&lt;/p&gt;
&lt;h3 id=&#34;customize-the-base-instance&#34;&gt;Customize the base instance&lt;/h3&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;

&lt;p&gt;This section requires access to a separate machine and its public SSH key so you can connect to the base instance and install customizations. You cannot customize the base instance with SSH on the GCP portal or gcloud compute SSH.&lt;/p&gt;
&lt;p&gt;To generate a public and private keypair, use the &lt;code&gt;ssh-keygen&lt;/code&gt; command, and answer the prompts:&lt;/p&gt;
&lt;pre class=&#34;table-pre chroma language-bash&#34; &gt;
      &lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;p&gt;$ ssh-keygen -t rsa -b 4096 -C gcpAdminUsername
Generating public/private rsa key pair.
Enter file in which to save the key: /&lt;span class=&#34;code-variable&#34;&gt;path&lt;/span&gt;/&lt;span class=&#34;code-variable&#34;&gt;to&lt;/span&gt;/gcp_custom_keys
...
Your public key has been saved in /&lt;span class=&#34;code-variable&#34;&gt;path&lt;/span&gt;/&lt;span class=&#34;code-variable&#34;&gt;to&lt;/span&gt;/gcp_custom_keys.pub
...&lt;/p&gt;
&lt;/code&gt;
&lt;/pre&gt;
&lt;p&gt;The preceding &lt;code&gt;ssh-keygen&lt;/code&gt; command includes the following options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;t&lt;/code&gt;: Type of key to create. This example creates a key with the &lt;code&gt;rsa&lt;/code&gt; algorithm.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;b&lt;/code&gt;: Number of bits in the key. This example creates a key with 4096 bits.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;C&lt;/code&gt;: Adds a comment to help identify the key. Specify your GCP administrator username with this option. If you do not use this option, the command generates the comment as &lt;em&gt;&lt;code&gt;user&lt;/code&gt;&lt;/em&gt;@&lt;em&gt;&lt;code&gt;hostname&lt;/code&gt;&lt;/em&gt;, and you must manually remove the &lt;em&gt;&lt;code&gt;@hostname&lt;/code&gt;&lt;/em&gt; portion.&lt;/li&gt;
&lt;/ul&gt;


&lt;/div&gt;
&lt;p&gt;After you create the base instance, add the contents of your public key to the instance so you can SSH into the machine to add customizations or configurations:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;In &lt;strong&gt;Virtual machines&lt;/strong&gt; &amp;gt; &lt;strong&gt;VM instances&lt;/strong&gt;, filter for the base instance.&lt;/li&gt;
&lt;li&gt;Select the instance name. The instance &lt;strong&gt;Details&lt;/strong&gt; tab displays.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;EDIT&lt;/strong&gt; in the top menu.&lt;/li&gt;
&lt;li&gt;In &lt;strong&gt;Security and access&lt;/strong&gt; &amp;gt; &lt;strong&gt;SSH Keys&lt;/strong&gt;, select &lt;strong&gt;ADD ITEM&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In the &lt;strong&gt;SSH key 1 *&lt;/strong&gt; field, paste the contents of the public SSH key that you just created.

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
If you use public key with the default comment format, do not include the &lt;code&gt;@&lt;/code&gt;&lt;em&gt;&lt;code&gt;hostname&lt;/code&gt;&lt;/em&gt; portion of the comment. The key that you paste into &lt;strong&gt;SSH key 1 *&lt;/strong&gt; must end with &lt;em&gt;&lt;code&gt;username&lt;/code&gt;&lt;/em&gt;.
&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;SAVE&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Return to the &lt;strong&gt;VM instances&lt;/strong&gt; window, go to the &lt;strong&gt;Network interfaces&lt;/strong&gt; section and retrieve the &lt;strong&gt;External IP address&lt;/strong&gt; for the base instance.&lt;/li&gt;
&lt;li&gt;Remotely log in to the base instance with the user string from the public key. The &lt;code&gt;-i&lt;/code&gt; option uses the local machine&#39;s private key for authentication:
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ ssh -i &lt;span class=&#34;code-variable&#34;&gt;path&lt;/span&gt;/&lt;span class=&#34;code-variable&#34;&gt;to&lt;/span&gt;/.ssh/&lt;span class=&#34;code-variable&#34;&gt;private-key&lt;/span&gt; &lt;span class=&#34;code-variable&#34;&gt;username&lt;/span&gt;@&lt;span class=&#34;code-variable&#34;&gt;baseInstanceExternalIPAddress&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li&gt;Add custom configurations to the base instance environment.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Now, the base instance includes the published database base image, and any custom configurations.&lt;/p&gt;
&lt;h3 id=&#34;create-the-custom-image&#34;&gt;Create the custom image&lt;/h3&gt;
&lt;p&gt;After you customize the base instance, you can create a new image that includes the published database base image and your customizations:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;On &lt;strong&gt;Virtual Machines&lt;/strong&gt; &amp;gt; &lt;strong&gt;VM instances&lt;/strong&gt;, select the base instance and select &lt;strong&gt;STOP&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;After the instance stops, select the instance name in the list. The image &lt;strong&gt;DETAILS&lt;/strong&gt; tab displays.&lt;/li&gt;
&lt;li&gt;Scroll to the &lt;strong&gt;Boot disk&lt;/strong&gt; section. In the &lt;strong&gt;Name&lt;/strong&gt; column, select the instance name.&lt;/li&gt;
&lt;li&gt;In the top navigation bar, select &lt;strong&gt;CREATE IMAGE&lt;/strong&gt;. The &lt;strong&gt;Create an image&lt;/strong&gt; page displays.&lt;/li&gt;
&lt;li&gt;In the &lt;strong&gt;Name&lt;/strong&gt; field, enter a name for the instance. You must use the following naming convention, or the MC cannot identity the image when you create or revive a cluster:
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vertica-&lt;span class=&#34;code-variable&#34;&gt;major&lt;/span&gt;-&lt;span class=&#34;code-variable&#34;&gt;minor&lt;/span&gt;-&lt;span class=&#34;code-variable&#34;&gt;servicepack&lt;/span&gt;-&lt;span class=&#34;code-variable&#34;&gt;hotfix&lt;/span&gt;-&lt;span class=&#34;code-variable&#34;&gt;imageName&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;For example, the following name uses Vertica version 12, minor release 0, service pack 0, hotfix zero:
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vertica-12-0-0-0-&lt;span class=&#34;code-variable&#34;&gt;customImageName&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;Verify that &lt;strong&gt;Source disk&lt;/strong&gt; lists the base instance name.&lt;/li&gt;
&lt;li&gt;Select &lt;strong&gt;CREATE&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Record the name of the image that you just created so you can enter it in the MC.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;After GCP creates the image, you have a custom image that includes the published database base image, and any environment customizations. This custom image is available in the current GCP project.&lt;/p&gt;
&lt;p&gt;If you no longer need the customized base instance, you can delete it from your GCP VM instances.&lt;/p&gt;
&lt;h2 id=&#34;select-the-custom-image-in-mc&#34;&gt;Select the custom image in MC&lt;/h2&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
This section requires that you enter the custom image name in the MC. To retrieve the name, log in to the GCP portal and go to &lt;strong&gt;Compute Engine&lt;/strong&gt; &amp;gt; &lt;strong&gt;Storage&lt;/strong&gt; &amp;gt; &lt;strong&gt;Images&lt;/strong&gt;.
&lt;/div&gt;
&lt;p&gt;After you create the custom image in GCP, return to the MC and use the custom image in a workflow:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Log into the MC and begin one of the following workflows:
&lt;ul&gt;
&lt;li&gt;Create database cluster&lt;/li&gt;
&lt;li&gt;Revive cluster&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;On the wizard page &lt;strong&gt;Enter Vertica database name and login credentials&lt;/strong&gt;, select the &lt;strong&gt;Use Custom Image&lt;/strong&gt; box.&lt;/li&gt;
&lt;li&gt;In &lt;strong&gt;Custom Image Name&lt;/strong&gt;, enter the custom image name. For example, &lt;code&gt;vertica-23-4-0-0-&lt;/code&gt;&lt;em&gt;&lt;code&gt;customImageName&lt;/code&gt;&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;Complete the create or revive workflow.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;After you complete the workflow, any new or revived database cluster instances run the custom image. If you scale a new or revived cluster, the added instances use the same custom image.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Mc: Provision an Eon Mode cluster and database on GCP in MC</title>
      <link>/en/mc/cloud-platforms/gcp-mc/provision-an-eon-cluster-and-db-on-gcp-mc/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/cloud-platforms/gcp-mc/provision-an-eon-cluster-and-db-on-gcp-mc/</guid>
      <description>
        
        
        &lt;p&gt;You can use Google Marketplace and MC to provision an Eon Mode database on GCP. The sections below give an overview of how to set up an Eon Mode database on GCP, with links to the detailed procedures&lt;/p&gt;
&lt;h3 id=&#34;prerequisites&#34;&gt;Prerequisites&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/mc/cloud-platforms/gcp-mc/gcp-eon-instance-recommendations/#&#34;&gt;GCP Eon Mode instance recommendations&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&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;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;step-1-provision-an-mc-instance-using-google-marketplace&#34;&gt;Step 1: provision an MC instance using Google marketplace&lt;/h3&gt;
&lt;p&gt;These steps are an overview of the procedure. For more detailed instructions, see &lt;a href=&#34;../../../../en/setup/set-up-on-cloud/on-gcp/deploy-from-google-cloud-marketplace/deploy-an-mc-instance-gcp-eon/#&#34;&gt;Deploy an MC instance in GCP for Eon Mode&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In Google Marketplace:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Select the Vertica Eon Mode solution.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fill in the fields to configure a GCP MC instance.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click the &lt;strong&gt;Deploy&lt;/strong&gt; button to provision the MC instance.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Connect to and log into the MC instance.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You are now in the new MC instance running on GCP, and the MC home page appears.&lt;/p&gt;
&lt;h3 id=&#34;step-2-use-the-mc-instance-to-provision-an-eon-mode-database-on-gcp&#34;&gt;Step 2: use the MC instance to provision an Eon Mode database on GCP&lt;/h3&gt;
&lt;p&gt;To use the MC to provision and deploy a new Eon Mode database on GCP:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;From the MC home screen, click &lt;strong&gt;Create new database&lt;/strong&gt; to launch the Create a Vertica Cluster on Google Cloud wizard.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On the first page of the wizard enter the following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Google Cloud Storage HMAC Access Key&lt;/strong&gt; and &lt;strong&gt;HMAC Secret Key&lt;/strong&gt;: Copy and paste the HMAC access key and secret you created earlier. You find these values on the Interoperability tab of the of the Storage Settings page. See &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; for details.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Zone&lt;/strong&gt;: This value defaults to the zone containing your MC instance. Make this value is the same as the zone containing the Google Cloud Storage bucket that your database will use for communal storage.&lt;/p&gt;
&lt;/li&gt;
&lt;li&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;

You will see significant performance issues if you choose different zones for cluster instances, storage, or the MC.

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;CIDR Range&lt;/strong&gt;: The IP address range for clients to whom you want to grant access to your database. Make this range as restrictive as possible to limit access to your database.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Next&lt;/strong&gt;, and supply the following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Vertica Database Name&lt;/strong&gt;: the name for your new database. See &lt;a href=&#34;../../../../en/admin/configuring-db/config-procedure/create-an-empty-db/creating-db-name-and-password/#&#34;&gt;Creating a database name and password&lt;/a&gt; for database name requirements.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Vertica Version&lt;/strong&gt;: select the desired OpenText™ Analytics Database version. You can select from the latest hotfix of recent database releases. For each OpenText™ Analytics Database version, you can also select the operating system.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Vertica Database User Name&lt;/strong&gt;: the name of the &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/db-superuser/&#34; title=&#34;&#34;&gt;database superuser&lt;/a&gt;. This name defaults to dbadmin, but you can enter another user name here.&lt;/p&gt;
&lt;p&gt;For details about using a custom GCP instance, see &lt;a href=&#34;../../../../en/mc/cloud-platforms/gcp-mc/custom-image/#&#34;&gt;Custom GCP image&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Password&lt;/strong&gt; and &lt;strong&gt;Confirm Password&lt;/strong&gt;: Enter a password for the database superuser account.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Database Size&lt;/strong&gt;: The number of nodes in your initial database. If you specify more than three nodes here, you must supply a valid OpenText™ Analytics Database license file in the License field (below).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Vertica License&lt;/strong&gt;: Click &lt;strong&gt;Browse&lt;/strong&gt; to locate and upload your OpenText™ Analytics Database license key file.&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;

This field does not appear if you created your MC instance using a by-the-hour (BTH) launcher. The BTH license is automatically applied to all clusters you create using a BTH MC instance. For a by-the-hour license, cloud vendors charge the customer for licensed database usage along with their cloud infrastructure charges.

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Load example data&lt;/strong&gt;: Check this box if you want your deployed database to load some example clickstream data. This option is useful if you are testing features and just want some preloaded data in the database to query.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Next&lt;/strong&gt; and supply the following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Instance Type&lt;/strong&gt;: the specifications of the virtual machine instances the MC will use to deploy your database nodes. See the Google Cloud documentation&#39;s &lt;a href=&#34;https://cloud.google.com/compute/docs/machine-types&#34;&gt;Machine types&lt;/a&gt; page for details of each instance type. Also see &lt;a href=&#34;../../../../en/mc/cloud-platforms/gcp-mc/gcp-eon-instance-recommendations/#&#34;&gt;GCP Eon Mode instance recommendations&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Database Depot Path&lt;/strong&gt; and &lt;strong&gt;Disk Type&lt;/strong&gt;: the local mount point for the depot, and the type and number of local disks dedicated to the &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/depot/&#34; title=&#34;A cache of data maintained by the nodes in an Eon Mode database to limit reads from.&#34;&gt;depot&lt;/a&gt; for each node. You cannot change the mount path for the depot. The disks you select in the &lt;strong&gt;Disk Type&lt;/strong&gt; field are only used to store the depot. On the next page of the wizard, you will configure disks for the catalog and temporary disk space. You will see the best performance when using SSD disks, although at a higher cost. You can choose to use faster local storage for your depot. However, local storage is ephemeral—GCP wipes the disk clean whenever you stop the instance. This means each time you start a node, it will have to &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/depot-warming/&#34; title=&#34;For details, see Managing Depot Caching.&#34;&gt;warm its depot&lt;/a&gt; from scratch, rather than taking advantage of any still-current data in its depot. See the Google Cloud documentation&#39;s &lt;a href=&#34;https://cloud.google.com/compute/docs/disks/#localssds&#34;&gt;Storage options&lt;/a&gt; page for more information about the local disk options.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Volume Size&lt;/strong&gt;: the amount of disk space available on each disk attached to each node in your cluster. This field shows you the total disk space available per node in your cluster. For the best practices on choosing the amount of disk space for your nodes, see &lt;a href=&#34;../../../../en/eon/configuring-your-cluster-eon/#&#34;&gt;Configuring your Vertica cluster for Eon Mode&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Data Segmentation Shards&lt;/strong&gt;: sets the number of &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/shard/&#34; title=&#34;A subset of the data and associated metadata stored in an Eon Mode database.&#34;&gt;shards&lt;/a&gt; in your database. After you set this value, you cannot change it later. See &lt;a href=&#34;../../../../en/eon/configuring-your-cluster-eon/#&#34;&gt;Configuring your Vertica cluster for Eon Mode&lt;/a&gt; for recommendations. The default value is based on the number of nodes you entered in the Database size you specified earlier. It is usually sufficient, unless you anticipate greatly expanding your cluster beyond your initial node count.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Communal Location&lt;/strong&gt;: a Google Cloud Storage URL that specifies where to store your database&#39;s communal data.&lt;/p&gt;
&lt;p&gt;The storage bucket must use the &lt;a href=&#34;https://cloud.google.com/storage/docs/storage-classes&#34;&gt;Standard storage class&lt;/a&gt;. See &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; for additional requirements.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Instance IP settings&lt;/strong&gt;: specify whether the nodes in your database will have static or ephemeral network addresses that are accessible from the internet, or addresses that are only accessible from within the internal virtual network.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Next&lt;/strong&gt;. The wizard validates your communal storage location URL. If there is an problem with the URL you entered, it displays an error message and prompts you to fix the URL.&lt;/p&gt;
&lt;p&gt;After your communal storage URL passes validation, fill in the following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Database Catalog Path&lt;/strong&gt;, &lt;strong&gt;Disk Type&lt;/strong&gt;, and &lt;strong&gt;Size (GB) per Available Node&lt;/strong&gt;: the mount point disk type, and disk size for the local copy of the database &lt;a class=&#34;glosslink&#34; href=&#34;../../../../en/glossary/catalog/&#34; title=&#34;A set of files that contains information (metadata) about the objects—such as nodes, tables, constraints, and projections—in a database.&#34;&gt;catalog&lt;/a&gt; on each node. You cannot edit the mount point. You choose the type of local disk to use for the catalog, and its size. You can only choose persistent disk storage for the catalog. SSD drives are faster, but more expensive than standard disks. The default setting for the disk size is adequate for most medium size databases. Increase the size if you anticipate maintaining a large database.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Database Temp Path&lt;/strong&gt;, &lt;strong&gt;Disk Type&lt;/strong&gt;, and &lt;strong&gt;Size (GB) per Available Node&lt;/strong&gt;: the mount point disk type, and disk size for the temporary storage space on each node. You cannot edit the mount point. You choose the type of local disk to use, and its size. You can only choose persistent disk storage for the temporary disk space. SSD drives are faster, but more expensive than standard disks. The default setting is adequate for most databases. Consider increasing the temporary space if you perform many complex merges that spill to disk.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Label Instances&lt;/strong&gt;: check this box to enable adding labels to your node&#39;s instances. Many organizations use labels to organize, track responsibility, and assign costs for instances. See the Google Cloud documentation&#39;s &lt;a href=&#34;https://cloud.google.com/compute/docs/labeling-resources&#34;&gt;Labeling resources&lt;/a&gt; page for more information. If you choose to add labels, enter the label name and value, and click &lt;strong&gt;Add&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Next&lt;/strong&gt;. Review the summary of all your database settings. If you need to make a correction, use the Back button to step back to previous pages of the wizard.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When you are satisfied with the database settings, check &lt;strong&gt;Accept terms and conditions&lt;/strong&gt; and click &lt;strong&gt;Create&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The process of provisioning and creating the database takes several minutes. After it completes successfully, the MC displays a &lt;strong&gt;Get Started&lt;/strong&gt; button. This button leads to a page of useful links for getting started with your new database.&lt;/p&gt;
&lt;h2 id=&#34;see-also&#34;&gt;See also&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/eon/managing-an-eon-db-mc/#&#34;&gt;Managing an Eon Mode database in MC&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/eon/stopping-and-starting-an-eon-cluster/#&#34;&gt;Stopping and starting an Eon Mode cluster&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../../en/eon/revive-eon-db/reviving-an-eon-db-cluster/#&#34;&gt;Revive with communal storage&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Mc: Reviving an Eon Mode database on GCP in MC</title>
      <link>/en/mc/cloud-platforms/gcp-mc/reviving-an-eon-db-on-gcp-mc/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/cloud-platforms/gcp-mc/reviving-an-eon-db-on-gcp-mc/</guid>
      <description>
        
        
        An &lt;a href=&#34;../../../../en/architecture/eon-concepts/&#34;&gt;Eon Mode database&lt;/a&gt; keeps an up-to-date version of its data and metadata in its communal storage location. After a cluster hosting an Eon Mode database is terminated, this data and metadata continue to reside in communal storage. When you revive the database later, Vertica uses the data in this location to restore the database in the same state on a newly provisioned cluster.
&lt;p&gt;Follow these steps to revive an Eon Mode database on GCP:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;On the MC home page, click &lt;strong&gt;Revive Eon Mode Database&lt;/strong&gt;. MC launches the Provision and Revive an Eon Mode Database wizard.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On the first page of the wizard, enter the following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Google Cloud Storage HMAC Access Key&lt;/strong&gt; and &lt;strong&gt;HMAC Secret Key&lt;/strong&gt;: Copy and paste the HMAC access key and secret you created when you created the database. See &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; for details.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Zone&lt;/strong&gt;: This value defaults to the zone containing your MC instance. Make this value the same as zone containing the Google Cloud Storage bucket your database will use for communal storage. You will see significant performance issues if you choose different zones for cluster instances, storage, or the MC.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;CIDR Range&lt;/strong&gt;: The IP address range for clients you want to grant access to your database. Make this range as restrictive as possible to limit the exposure of your database.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Next&lt;/strong&gt;. On the second page of the wizard, set &lt;strong&gt;Google Storage Path for Communal Storage of Database&lt;/strong&gt; to the URL of the communal storage bucket for the Eon Mode database to revive. For requirements, see &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;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Discover&lt;/strong&gt;. MC displays a list of all Eon Mode databases available on the specified communal storage location.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select the database to revive. MC prepopulates the choices for the Data, Depot, and Temp catalogs, using the same machine types and configuration choices used when the database was created.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Next&lt;/strong&gt;. Review the summary of all your database settings. If you need to make a correction, use the Back button to step back to previous pages of the wizard.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When you are satisfied with the database settings, check the &lt;strong&gt;Accept terms and conditions&lt;/strong&gt; box and click &lt;strong&gt;Revive Database&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;MC displays a progress screen while creating the cluster and reviving the database onto it, a process which takes several minutes. After it completes successfully, the MC displays a &lt;strong&gt;Get Started&lt;/strong&gt; button. This button leads to a page of useful links for getting started with your new database.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Mc: Eon Mode volume configuration defaults for GCP</title>
      <link>/en/mc/cloud-platforms/gcp-mc/eon-volume-config-defaults-gcp/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/cloud-platforms/gcp-mc/eon-volume-config-defaults-gcp/</guid>
      <description>
        
        
        &lt;p&gt;OpenText™ Analytics Database supports a variety of disk volume resources for provisioning instances on Google Cloud Platform (GCP).&lt;/p&gt;
&lt;p&gt;All data is secured with Google-managed data encryption. Management Console does not support user-managed data encryption.&lt;/p&gt;
&lt;p&gt;For performance information, see Google&#39;s &lt;a href=&#34;https://cloud.google.com/compute/docs/disks/performance&#34;&gt;Block storage performance&lt;/a&gt; documentation.&lt;/p&gt;
&lt;h2 id=&#34;persistent-disk-defaults&#34;&gt;Persistent disk defaults&lt;/h2&gt;
&lt;p&gt;You can allocate up to 128 persistent disks (PDs). The following table describes the default persistent disk volume resources that the database provides:

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Instance Types&lt;/th&gt; 

&lt;th &gt;
Catalog&lt;/th&gt; 

&lt;th &gt;
Depot&lt;/th&gt; 

&lt;th &gt;
Temp&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;














&lt;p&gt;n1-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-64&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-48&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-64&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Configurable 1 PD (Standard/SSD) volume&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 50 GB&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Configurable 8 PD (Standard/SSD) volume&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 600 GB&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Configurable 1 PD (Standard/SSD) volume&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 100 GB&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;
&lt;h2 id=&#34;local-ssd-defaults-ephemeral-storage&#34;&gt;Local SSD defaults (ephemeral storage)&lt;/h2&gt;
&lt;p&gt;Allocate up to 24 local SSDs for ephemeral storage with the following considerations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;There is an extra cost for each local SSD.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;All local SSD are 375G fixed size, with the option of SCSI or NVMe interface. An NVMe disk has twice the input/output operations per second (IOPs) compared to a SCSI disk.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
&lt;p&gt;When the local SSD is in use, you cannot stop or start the instance or a cluster containing local SSD instances. If you do shut down an instance with a local SSD through the guest operating system, you will not be able to restart the instance and the data on the local SSD will be lost.&lt;/p&gt;
&lt;p&gt;For details, see Google&#39;s &lt;a href=&#34;https://cloud.google.com/compute/docs/disks/local-ssd&#34;&gt;Adding Local SSDs&lt;/a&gt; page.&lt;/p&gt;

&lt;/div&gt;
&lt;p&gt;The following table describes the default local SSD disk volume resources that the database provides:

&lt;table class=&#34;table table-bordered&#34; &gt;



&lt;tr&gt; 

&lt;th &gt;
Total Local SSDs&lt;/th&gt; 

&lt;th &gt;
Instance Types&lt;/th&gt; 

&lt;th &gt;
Catalog (Persistent)&lt;/th&gt; 

&lt;th &gt;
Depot (Ephemeral)&lt;/th&gt; 

&lt;th &gt;
Temp (Ephemeral)&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
4&lt;/td&gt; 

&lt;td &gt;










&lt;p&gt;n1-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-64&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-32&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Configurable 1 PD (Standard/SSD) volume&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 50 GB&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;


3 x 375 GB&lt;/td&gt; 

&lt;td &gt;


1 x 375 GB&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
5&lt;/td&gt; 

&lt;td &gt;






&lt;p&gt;n1-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-64&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Configurable 1 PD (Standard/SSD) volume&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 50 GB&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;


4 x 375 GB&lt;/td&gt; 

&lt;td &gt;


1 x 375 GB&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
6&lt;/td&gt; 

&lt;td &gt;






&lt;p&gt;n1-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-64&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Configurable 1 PD (Standard/SSD) volume&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 50 GB&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;


5 x 375 GB&lt;/td&gt; 

&lt;td &gt;


1 x 375 GB&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
8&lt;/td&gt; 

&lt;td &gt;














&lt;p&gt;n1-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-64&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-48&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-64&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Configurable 1 PD (Standard/SSD) volume&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 50 GB&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;


6 x 375 GB&lt;/td&gt; 

&lt;td &gt;


2 x 375 GB&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
16&lt;/td&gt; 

&lt;td &gt;














&lt;p&gt;n1-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-64&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-48&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-64&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Configurable 1 PD (Standard/SSD) volume&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 50 GB&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;


12 x 375 GB&lt;/td&gt; 

&lt;td &gt;


4 x 375 GB&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
24&lt;/td&gt; 

&lt;td &gt;














&lt;p&gt;n1-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n1-standard/highmem-64&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-16&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-32&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-48&lt;/p&gt;
&lt;p&gt;n2-standard/highmem-64&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Configurable 1 PD (Standard/SSD) volume&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Default:&lt;/strong&gt; 50 GB&lt;/p&gt;
&lt;/td&gt; 

&lt;td &gt;


20 x 375 GB&lt;/td&gt; 

&lt;td &gt;


4 x 375 GB&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/p&gt;

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