<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Vertica Documentation – Getting started with MC</title>
    <link>/en/mc/getting-started-with-mc/</link>
    <description>Recent content in Getting started with MC on Vertica Documentation</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/mc/getting-started-with-mc/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Mc: Connecting to MC</title>
      <link>/en/mc/getting-started-with-mc/connecting-to-mc/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/getting-started-with-mc/connecting-to-mc/</guid>
      <description>
        
        
        &lt;p&gt;To connect to Management Console:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Open a &lt;a href=&#34;../../../en/supported-platforms/server-and-mc/&#34;&gt;supported web browser&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enter the IP address or host name of the host on which you installed MC (or any cluster node if you installed Vertica first), followed by the MC port you assigned when you &lt;a href=&#34;../../../en/mc/configuring-mc/&#34;&gt;configured MC&lt;/a&gt;. For example:&lt;/p&gt;
&lt;p&gt;Enter the IP address and port:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;https://10.20.30.40:5450/
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Enter the host name and port:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;https://hostname:5450/
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When the MC logon dialog appears, enter your MC username and password and click &lt;strong&gt;Log in&lt;/strong&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;

When MC users log in to the MC interface, MC checks their privileges on Vertica &lt;a class=&#34;glosslink&#34; href=&#34;../../../en/glossary/data-collector/&#34; title=&#34;A utility that collects and retains database monitoring information.&#34;&gt;Data collector&lt;/a&gt; (DC) tables on MC-monitored databases. Based on DC table privileges, along with the role assigned the MC user, each user&#39;s access to the MC&#39;s Overview, Activity and Node details pages could be limited. See &lt;a href=&#34;../../../en/mc/users-roles-and-privileges/&#34;&gt;Users, roles, and privileges&lt;/a&gt; for more information.

&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you do not have an MC username/password, contact your MC administrator.&lt;/p&gt;
&lt;h2 id=&#34;managing-client-connections&#34;&gt;Managing client connections&lt;/h2&gt;
&lt;p&gt;Each client session to MC uses a connection from &lt;code&gt;MaxClientSessions&lt;/code&gt;, a database configuration parameter. This parameter determines the maximum number of sessions that can run on a single database cluster node. Sometimes multiple MC users, mapped to the same database account, are concurrently monitoring the Overview and Activity pages.

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

You can increase the value for &lt;code&gt;MaxClientSessions&lt;/code&gt; on an MC-monitored database to account for extra sessions. See &lt;a href=&#34;../../../en/admin/managing-db/managing-workloads/managing-system-resource-usage/managing-sessions/&#34;&gt;Managing sessions&lt;/a&gt; for details.

&lt;/div&gt;&lt;/p&gt;


      </description>
    </item>
    
    <item>
      <title>Mc: Management Console home page</title>
      <link>/en/mc/getting-started-with-mc/mc-home-page/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/getting-started-with-mc/mc-home-page/</guid>
      <description>
        
        
        &lt;p&gt;After you &lt;a href=&#34;../../../en/mc/getting-started-with-mc/connecting-to-mc/&#34;&gt;connect to MC&lt;/a&gt; and sign in, the Home page displays. This page is the entry point to all Vertica database clusters and users managed by MC. Information on this page, as well as throughout the MC interface, will appear or be hidden, based on the permissions (&lt;a href=&#34;../../../en/mc/users-roles-and-privileges/&#34;&gt;access levels&lt;/a&gt;) of the user who is logged in. The following image is what an MC super administrator sees.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../images/mc/mc-home.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;p&gt;Operations you can perform in Management Console are grouped into the following areas:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Provision&lt;/strong&gt;. Create new Vertica databases, or import existing ones to manage and monitor with MC. You can also import a Vertica cluster that resides in a Hadoop environment. See &lt;a href=&#34;../../../en/mc/db-management/managing-db-clusters/&#34;&gt;Managing database clusters&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Manage&lt;/strong&gt;. View all the clusters and databases monitored by MC, stop and remove databases, and view details about databases and clusters. See &lt;a href=&#34;../../../en/mc/db-management/managing-db-clusters/viewing-cluster-infrastructure/&#34;&gt;Viewing cluster infrastructure&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;mc-tools&#34;&gt;MC tools&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;MC Settings&lt;/strong&gt;. Configure MC and user settings, as well as use the MC interface to install Vertica on a cluster of hosts. See &lt;a href=&#34;../../../en/mc/configuring-mc/mc-settings/&#34;&gt;Management Console settings&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Message Center&lt;/strong&gt;. View, sort, and search database messages and optionally export messages to a file. See 
Monitoring Database Messages in MC.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;MC Diagnostics&lt;/strong&gt;. View and resolve MC-related issues, as well as browse Vertica agent and audit logs. See &lt;a href=&#34;../../../en/mc/troubleshooting-with-mc-diagnostics/&#34;&gt;Troubleshooting with MC diagnostics&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;recent-databases&#34;&gt;Recent databases&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Recent Databases&lt;/strong&gt; section displays all databases that you created on or imported into MC. An empty space under Recent Databases means that you have not yet created or imported a database into the MC interface, or do not have permission to view any databases managed by MC.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Recent Databases&lt;/strong&gt; lists each database name, its number of nodes, and two actions: &lt;strong&gt;Fast Tasks&lt;/strong&gt; and &lt;strong&gt;Go to Database.&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;fast-tasks&#34;&gt;Fast tasks&lt;/h3&gt;
&lt;p&gt;Fast Tasks are key tasks you can perform on that database using MC. The Fast Tasks page provides the following options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Manage and View Your Vertica Database&lt;/strong&gt;. See the monitoring dashboard for your database. Explore the tabs below your dashboard, which provide more ways to manage the database.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Connect to your Vertica Database Using SQL&lt;/strong&gt;. Use Management Console to run SQL queries on your database from within your browser.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Load Your Data into Vertica Database&lt;/strong&gt;. The Data Load Activity page allows you to monitor and perform data loading jobs. To load data from an S3 bucket into pre-existing tables in your database, select the Instance tab and click &lt;strong&gt;New S3 Data Load.&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you installed Management Console with Provisioning through the AWS Marketplace, you had the option to install a database pre-loaded with example clickstream analytic data. If you did so, the Fast Tasks page lists two additional links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Play with Example Data in Your Vertica Database (PDF)&lt;/strong&gt;. This PDF guide provides instructions and example SQL queries you can use in Vertica to analyze the example data.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Vertica Workbook for Tableau (PDF)&lt;/strong&gt;. This PDF guide provides instructions on how to analyze the example data pre-loaded into Vertica, using a Tableau dashboard.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;go-to-database&#34;&gt;Go to database&lt;/h3&gt;
&lt;p&gt;View the &lt;a href=&#34;../../../en/mc/monitoring-using-mc/viewing-overview-page/&#34;&gt;Overview page&lt;/a&gt;, which displays a dynamic dashboard of your database&#39;s health and activity. Explore the tabs below your dashboard, which provide more ways to manage the database.&lt;/p&gt;
&lt;p&gt;You can install and manage multiple databases with MC, but you can have only one database running on a single cluster at a time. UP databases appear in green and DOWN databases are red.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Mc: Creating a cluster using MC</title>
      <link>/en/mc/getting-started-with-mc/creating-cluster-using-mc/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/getting-started-with-mc/creating-cluster-using-mc/</guid>
      <description>
        
        
        &lt;p&gt;Enterprise Mode only&lt;/p&gt;

&lt;p&gt;After you install and configure MC, you can use Management Console to install a Vertica cluster on hosts where Vertica software has not been installed. The Cluster Installation assistant lets you specify the hosts you want to include in your Vertica cluster, loads the Vertica software onto the hosts, validates the hosts, and assembles the nodes into a cluster.&lt;/p&gt;
&lt;p&gt;Complete the following tasks:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../en/mc/getting-started-with-mc/creating-cluster-using-mc/prepare-hosts/&#34;&gt;Prepare the hosts&lt;/a&gt; - Prepare each host that will become a node in the cluster.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../en/mc/getting-started-with-mc/creating-cluster-using-mc/create-private-key-file/&#34;&gt;Create a private key file&lt;/a&gt; - MC needs password-less SSH to connect to hosts and install Vertica software. Create a private key to enable MC access to the hosts.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../en/mc/getting-started-with-mc/creating-cluster-using-mc/use-mc-cluster-installation-wizard/&#34;&gt;Use the MC cluster installation wizard&lt;/a&gt; - Use the wizard to install a Vertica cluster on hosts that do not have Vertica software already installed on them.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../en/mc/getting-started-with-mc/creating-cluster-using-mc/validate-hosts-and-create-cluster/&#34;&gt;Validate hosts and create the cluster&lt;/a&gt; - Host validation is the process where the MC runs tests against each host in a &lt;a href=&#34;../../../en/mc/getting-started-with-mc/creating-cluster-using-mc/use-mc-cluster-installation-wizard/&#34;&gt;proposed cluster&lt;/a&gt;. You must validate hosts before the MC can install Vertica on each host.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;After you successfully create a cluster using MC, see &lt;a href=&#34;../../../en/mc/getting-started-with-mc/creating-cluster-using-mc/create-db-on-cluster/&#34;&gt;Create a database on a cluster&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Mc: Monitoring existing infrastructure using MC</title>
      <link>/en/mc/getting-started-with-mc/monitoring-existing-infrastructure-using-mc/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/getting-started-with-mc/monitoring-existing-infrastructure-using-mc/</guid>
      <description>
        
        
        &lt;p&gt;Use Management Console to monitor the health of your Vertica databases and clusters. Click the &lt;strong&gt;Infrastructure&lt;/strong&gt; button on the Home page to see the Databases and Clusters page. Then click the cluster of interest to view the health of the nodes in that cluster and the key information associated with the cluster such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Vertica version&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Number of hosts&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;CPU type&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Last updated date&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Node list.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can also zoom in and out for better view of this page.&lt;/p&gt;
&lt;p&gt;On the Databases and Clusters page or the Home page, click the database which you want to monitor, to go to its &lt;strong&gt;Overview&lt;/strong&gt; page:&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../images/mc/mc-overview-status.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;p&gt;You can perform the following tasks from the Overview page:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;View &lt;strong&gt;Quick Stats&lt;/strong&gt; to get instant alerts and information about your cluster&#39;s status.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;View &lt;strong&gt;Status Summary&lt;/strong&gt; that provides a general overview of the status of your cluster (as shown in preceding figure).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Analyze &lt;strong&gt;System Health&lt;/strong&gt; using a comprehensive summary of your system resource usage and node information, with configurable statistics that allow you to specify acceptable ranges of resource usage.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use &lt;strong&gt;Query Synopsis&lt;/strong&gt; to monitor system query activity and resource pool usage.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For Eon mode databases, the &lt;strong&gt;Status Summary&lt;/strong&gt; and &lt;strong&gt;Query Synopsis&lt;/strong&gt; pages allow you to display information for the entire database. If subclusters are defined, you can also display information for a specific subcluster or node, or the nodes not assigned to a subcluster.&lt;/p&gt;
&lt;p&gt;Additionally, you can perform the following tasks from the Overview page:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&#34;../../../en/mc/monitoring-using-mc/monitoring-cluster-nodes/&#34;&gt;Monitoring cluster nodes&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../en/mc/monitoring-using-mc/monitoring-cluster-cpumemory/&#34;&gt;Monitoring cluster CPU/Memory&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&#34;../../../en/mc/monitoring-using-mc/monitoring-cluster-performance/&#34;&gt;Monitoring cluster performance&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;monitoring-system-resources&#34;&gt;Monitoring system resources&lt;/h2&gt;
&lt;p&gt;On the main window, you can click the database, and navigate to the &lt;strong&gt;MC Activity&lt;/strong&gt; tab to monitor system resources such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../en/mc/monitoring-using-mc/monitoring-system-resources/monitoring-query-activity/&#34;&gt;Queries&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../en/mc/monitoring-using-mc/monitoring-system-resources/monitoring-internal-sessions/&#34;&gt;Internal Sessions&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../en/mc/monitoring-using-mc/monitoring-system-resources/monitoring-user-sessions/&#34;&gt;User Sessions&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../en/mc/monitoring-using-mc/monitoring-system-resources/monitoring-system-memory-usage/&#34;&gt;Memory Usage&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../en/mc/monitoring-using-mc/monitoring-system-resources/monitoring-system-bottlenecks/&#34;&gt;System Bottlenecks&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../en/mc/monitoring-using-mc/monitoring-system-resources/monitoring-user-query-phases/&#34;&gt;User Query Phases&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../en/mc/monitoring-using-mc/monitoring-system-resources/monitoring-table-utilization-and-projections/&#34;&gt;Table Treemap&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../en/mc/monitoring-using-mc/monitoring-system-resources/monitoring-running-queries/&#34;&gt;Query Monitoring&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../en/admin/monitoring/monitoring-resource-pools/&#34;&gt;Resource Pool Monitoring&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;monitoring-node-and-mc-user-activity&#34;&gt;Monitoring node and MC user activity&lt;/h2&gt;
&lt;p&gt;You can use the &lt;strong&gt;MC Manage&lt;/strong&gt; page to monitor node activity. When you click the node you want to investigate, the Node Detail page opens and provides:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Summary information for the node&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Resources consumed by the node for last three hours&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can also browse and export log-level data from AgentTools and Vertica log files. MC retains a maximum of 2000 log records. See &lt;a href=&#34;../../../en/mc/monitoring-using-mc/monitoring-node-activity/&#34;&gt;Monitoring node activity&lt;/a&gt; for further details.&lt;/p&gt;
&lt;p&gt;Use &lt;strong&gt;MC Diagnostics&lt;/strong&gt; tab and navigate to &lt;strong&gt;Audit Log&lt;/strong&gt; page to manage MC User activity. See &lt;a href=&#34;../../../en/mc/monitoring-using-mc/monitoring-mc-user-activity-using-audit-log/&#34;&gt;Monitoring MC user activity using audit log&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;monitoring-messages-in-databases-managed-by-mc&#34;&gt;Monitoring messages in databases managed by MC&lt;/h2&gt;
&lt;p&gt;You can view critical database related messages from &lt;strong&gt;MC Message Center&lt;/strong&gt;. The &lt;strong&gt;MC Message Center&lt;/strong&gt; reports on several critical database-related conditions using a color code to indicate the message severity. For further details, see &lt;a href=&#34;../../../en/mc/monitoring-using-mc/monitoring-db-messages-and-alerts-mc/&#34;&gt;Monitoring database messages and alerts in MC&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can also search and sort database messages, mark messages read or unread and delete them. You can filter messages by message type, and export messages. For additional information, refer to &lt;a href=&#34;../../../en/mc/monitoring-using-mc/monitoring-db-messages-and-alerts-mc/message-center/&#34;&gt;Message center&lt;/a&gt; and &lt;a href=&#34;../../../en/mc/monitoring-using-mc/monitoring-db-messages-and-alerts-mc/exporting-mc-managed-db-messages-and-logs/&#34;&gt;Exporting MC-managed database messages and logs&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;monitoring-and-configuring-resource-pools&#34;&gt;Monitoring and configuring resource pools&lt;/h2&gt;
&lt;p&gt;Use the &lt;strong&gt;MC Activity&lt;/strong&gt; page to monitor resource pools. Select the resource pool you want to monitor. MC displays the following charts for the selected pool:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Resource Usages in Pool&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Memory Usage in Node and Subclusters&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Average Query Execution and Query Time in Pool&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Resource Rejections in Pool&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you are a database administrator, you can click the database you want on the main window. You can then use the &lt;strong&gt;MC Settings&lt;/strong&gt; tab to view and edit the resource pool parameters. Only the database administrator can monitor and configure the resource pools in Management Console.&lt;/p&gt;
&lt;p&gt;See &lt;a href=&#34;../../../en/mc/monitoring-using-mc/monitoring-resource-pools/&#34;&gt;Monitoring resource pools&lt;/a&gt; for further information.&lt;/p&gt;

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