<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Configuring Management Console</title>
    <link>/en/mc/configuring-mc/</link>
    <description>Recent content in Configuring Management Console on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/mc/configuring-mc/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Mc: Changing MC or agent ports</title>
      <link>/en/mc/configuring-mc/changing-mc-or-agent-ports/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/configuring-mc/changing-mc-or-agent-ports/</guid>
      <description>
        
        
        &lt;p&gt;When you configure MC, the Configuration Wizard sets up the following default ports:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;5450—Used to connect a web browser session to MC and allows communication from the database cluster nodes to the MC application/web server&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;5444—Provides MC-to-node and node-to-node (agent) communications for database create/import and monitoring activities&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;if-you-need-to-change-the-mc-default-ports&#34;&gt;If you need to change the MC default ports&lt;/h2&gt;
&lt;p&gt;A scenario might arise where you need to change the default port assignments for MC or its agents. For example, perhaps one of the default ports is not available on your database cluster, or you encounter connection problems between MC and the agents. The following topics describe how to change port assignments for MC or its agents.&lt;/p&gt;
&lt;h2 id=&#34;changing-the-mc-port&#34;&gt;Changing the MC port&lt;/h2&gt;
&lt;p&gt;Use this procedure to change the default port for MC&#39;s application server from 5450 to a different value.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Open a web browser and &lt;a href=&#34;../../../en/mc/getting-started-with-mc/connecting-to-mc/&#34;&gt;connect to MC&lt;/a&gt; as a user with &lt;a href=&#34;../../../en/mc/users-roles-and-privileges/config-privileges/&#34;&gt;MC ADMIN&lt;/a&gt; privileges.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On the MC Home page, navigate to &lt;strong&gt;MC Settings &amp;gt; Configuration&lt;/strong&gt; and change the &lt;strong&gt;Application server running port&lt;/strong&gt; value from 5450 to a new value.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In the change-port dialog, click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../en/mc/troubleshooting-with-mc-diagnostics/restarting-mc/&#34;&gt;Restart MC&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Reconnect your browser session using the new port. For example, if you changed the port from 5450 to 5555, use one of the following formats:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;https://00.00.00.00:&lt;span class=&#34;code-input&#34;&gt;5555&lt;/span&gt;/
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;OR&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;https://hostname:&lt;span class=&#34;code-input&#34;&gt;5555&lt;/span&gt;/
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;changing-the-agent-port&#34;&gt;Changing the agent port&lt;/h2&gt;
&lt;p&gt;Changing the agent port takes place in two steps: at the command line, where you modify the config.py file and through a browser, where you modify MC settings.&lt;/p&gt;
&lt;h3 id=&#34;change-the-agent-port-in-configpy&#34;&gt;Change the agent port in config.py&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Log in as root on any cluster node and change to the agent directory:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ cd /opt/vertica/oss/python3/lib/python3.9/site-packages/vertica/agent/
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use any text editor to open &lt;code&gt;config.py&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Scroll down to the &lt;code&gt;agent_port = 5444&lt;/code&gt; entry and replace 5444 with a different port number.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Save and close the file.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Copy &lt;code&gt;config.py&lt;/code&gt; to the &lt;code&gt;/opt/vertica/oss/python3/lib/python3.9/site-packages/vertica/agent/&lt;/code&gt; directory on all nodes in the cluster.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Restart the agent process by running the following command:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ /etc/init.d/vertica_agent restart
&lt;/code&gt;&lt;/pre&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 are using Red Hat Enterprise Linux/CentOS 7, use the following command instead:

&lt;/div&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ /opt/vertica/sbin/vertica_agent restart
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Repeat (as root) Step 6 on each cluster node where you copied the &lt;code&gt;config.py&lt;/code&gt; file.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;change-the-agent-port-on-mc&#34;&gt;Change the agent port on MC&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Open a web browser and &lt;a href=&#34;../../../en/mc/getting-started-with-mc/connecting-to-mc/&#34;&gt;connect to MC&lt;/a&gt; as a user with &lt;a href=&#34;../../../en/mc/users-roles-and-privileges/config-privileges/&#34;&gt;MC ADMIN&lt;/a&gt; privileges.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Navigate to &lt;strong&gt;MC Settings &amp;gt; Configuration&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Change Default database agent port from 5444 to the new value you specified in the &lt;code&gt;config.py&lt;/code&gt; file.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Apply&lt;/strong&gt; and click &lt;strong&gt;Done&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Restart MC so MC can connect to the agent at its new port. See &lt;a href=&#34;../../../en/mc/troubleshooting-with-mc-diagnostics/restarting-mc/#&#34;&gt;Restarting MC&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&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/setup/set-up-on-premises/before-you-install/configure-network/ensure-ports-are-available/#&#34;&gt;Reserved ports&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Mc: Management Console settings</title>
      <link>/en/mc/configuring-mc/mc-settings/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/configuring-mc/mc-settings/</guid>
      <description>
        
        
        &lt;p&gt;The &lt;strong&gt;MC Settings&lt;/strong&gt; page allows you to configure properties specific to Management Console. To access &lt;strong&gt;MC Settings&lt;/strong&gt;, go to the Management Console home page &amp;gt; &lt;strong&gt;MC Tools&lt;/strong&gt; &amp;gt; &lt;strong&gt;MC Settings&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id=&#34;configuration-settings&#34;&gt;Configuration settings&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;Configuration&lt;/strong&gt; tab contains the following sections:&lt;/p&gt;
&lt;h3 id=&#34;system-user-configurations&#34;&gt;System User configurations&lt;/h3&gt;
&lt;p&gt;View the user name, user group, and user home path for the MC user.&lt;/p&gt;
&lt;h3 id=&#34;database-configurations&#34;&gt;Database configurations&lt;/h3&gt;
&lt;p&gt;Edit the following database paths:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;License path&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Catalog path&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Data path&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;mc-and-agent-port-settings&#34;&gt;MC and Agent Port settings&lt;/h3&gt;
&lt;p&gt;Configure the server port and the default port the database agent uses.&lt;/p&gt;
&lt;h3 id=&#34;application-server-jvm-settings&#34;&gt;Application Server JVM settings&lt;/h3&gt;
&lt;p&gt;Set the initial and maximum heap size for the JVM.&lt;/p&gt;
&lt;h3 id=&#34;browser-connections-settings&#34;&gt;Browser connections settings&lt;/h3&gt;
&lt;p&gt;Enable and disable username and password auto-complete at Management Console login. After disabling, clear your browser&#39;s cache.&lt;/p&gt;
&lt;h3 id=&#34;mc-password-configuration-settings&#34;&gt;MC Password configuration settings&lt;/h3&gt;
&lt;p&gt;Set password requirements to log into the Management Console. This includes length, expiration, and login attempt settings.&lt;/p&gt;
&lt;h3 id=&#34;user-analytics-and-tracking&#34;&gt;User Analytics and Tracking&lt;/h3&gt;
&lt;p&gt;Choose if you want to provide the database with analytic information about your MC usage. OpenText™ Analytics Database uses this information to improve the MC in future releases.

&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 you accept the End-User License Agreement Terms for the MC, you are given the option to provide the database with your anonymous user data. If you want to stop providing data, clear the checkbox in &lt;strong&gt;User Analytics and Tracking&lt;/strong&gt;.

&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;The database collects the following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Database type (Eon Mode or Enterprise Mode)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;License type&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Cloud provider name&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Database version&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;MC version&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Current page&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Interactions with MC page components, including buttons, drop-down lists, checkboxes, and radio buttons.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To protect your privacy, all collected information is stored and processed anonymously, and in compliance with GDPR regulations. It is stored securely on database servers, and never shared with third-party organizations.&lt;/p&gt;
&lt;h2 id=&#34;monitoring-settings&#34;&gt;Monitoring settings&lt;/h2&gt;
&lt;p&gt;Control the following monitoring settings in Management Console:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Enable checks and set alert thresholds for spread retransmit rate. This setting is disabled by default. The recommended alert threshold for spread retransmit rate is 10%.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Set alert thresholds for free Management Console disk space checks. The recommended alert threshold is 500 MB.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Exclude MC queries from activity charts.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Set refresh intervals for MC charts and pages.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;security-and-authentication-settings&#34;&gt;Security and authentication settings&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;On the SSL/TLS Certificates tab, upload a new SSL certificate or view the current certificate.

&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;

LDAPS authentication requires a certificate. For details, see &lt;a href=&#34;../../../en/mc/users-roles-and-privileges/user-admin-mc/#&#34;&gt;User administration in MC&lt;/a&gt;.

&lt;/div&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Use LDAP for user authentication (Authentication tab).&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;user-federation&#34;&gt;User Federation&lt;/h2&gt;
&lt;p&gt;You can authenticate users to MC with the following federated servers:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Kerberos&lt;/li&gt;
&lt;li&gt;LDAP&lt;/li&gt;
&lt;li&gt;LDAPS&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For implementation details, see &lt;a href=&#34;../../../en/mc/users-roles-and-privileges/user-admin-mc/#&#34;&gt;User administration in MC&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;identity-providers&#34;&gt;Identity Providers&lt;/h2&gt;
&lt;p&gt;You can authenticate users to MC with an identity provider (IDP). You can configure the MC to use a user-defined authentication protocol for your corporate IDP, or you can select a list of social IDPs, such as GitHub, Facebook, or Google.&lt;/p&gt;
&lt;p&gt;For implementation details, see &lt;a href=&#34;../../../en/mc/users-roles-and-privileges/user-admin-mc/#&#34;&gt;User administration in MC&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;user-management-settings&#34;&gt;User management settings&lt;/h2&gt;
&lt;p&gt;Create new Management Console users and, with their user credentials, map them to an database managed by Management Console on the database server. See &lt;a href=&#34;../../../en/mc/users-roles-and-privileges/user-admin-mc/#&#34;&gt;User administration in MC&lt;/a&gt; and /en/mc/users-roles-and-privileges/.&lt;/p&gt;
&lt;h2 id=&#34;extended-monitoring-settings&#34;&gt;Extended monitoring settings&lt;/h2&gt;
&lt;p&gt;Configure &lt;a href=&#34;../../../en/mc/monitoring-using-mc/extended-monitoring/#&#34;&gt;Extended monitoring&lt;/a&gt;, which allows you to monitor more long-term data in Management Console:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Set up an external storage database for Extended Monitoring. See &lt;a href=&#34;../../../en/mc/monitoring-using-mc/extended-monitoring/managing-storage-db/#&#34;&gt;Managing the storage database&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enable or disable Extended Monitoring on your databases. See &lt;a href=&#34;../../../en/mc/monitoring-using-mc/extended-monitoring/managing-extended-monitoring-on-db/#&#34;&gt;Managing extended monitoring on a database&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;email-gateway&#34;&gt;Email Gateway&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;../../../en/mc/users-roles-and-privileges/&#34;&gt;Local users&lt;/a&gt; require an email so they can manage their passwords. Local user profiles require that you complete the following fields:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Host&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Port&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;From Display Name&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;From&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;EnableSSL&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After the administrator completes the email gateway configuration, the user receives an email to reset their password.&lt;/p&gt;
&lt;h2 id=&#34;other-mc-settings&#34;&gt;Other MC settings&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;View your version of OpenText™ Analytics Database or upload a new OpenText™ Analytics Database binary file.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Customize the look and feel of Management Console on the &lt;strong&gt;Themes&lt;/strong&gt; tab.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configure Management Console to use an alternative data source to monitor your database. See &lt;a href=&#34;../../../en/mc/monitoring-using-mc/monitoring-external-data-sources-mc/#&#34;&gt;Monitoring external data sources with MC&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enable Management Console to send email alerts. See &lt;a href=&#34;../../../en/mc/monitoring-using-mc/monitoring-db-messages-and-alerts-mc/setting-up-smtp-email-alerts/#&#34;&gt;Setting up SMTP for email alerts&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;modifying-database-specific-settings&#34;&gt;Modifying database-specific settings&lt;/h2&gt;
&lt;p&gt;To inspect or modify settings related to a database managed by Management Console, go to the &lt;strong&gt;Existing Infrastructure&lt;/strong&gt; page. On this page, select a running database to see its Overview page. From the bottom of the Overview page, click the &lt;strong&gt;Settings&lt;/strong&gt; tab to make modifications to database-specific settings.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Mc: Backing up MC</title>
      <link>/en/mc/configuring-mc/backing-up-mc/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/configuring-mc/backing-up-mc/</guid>
      <description>
        
        
        &lt;p&gt;Before you &lt;a href=&#34;../../../en/mc/configuring-mc/upgrading-mc-manually/&#34;&gt;upgrade MC&lt;/a&gt;, it is recommended that you back up your MC metadata (configuration and user settings). Use a storage location external to the server on which you installed MC.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;On the target server (where you want to store MC metadata), log in as root or a user with sudo privileges.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create a backup directory:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# mkdir /backups/mc/mc-backup-20130425
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Copy the &lt;code&gt;/opt/vconsole&lt;/code&gt; directory to the new backup folder:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# cp –ar /opt/vconsole /backups/mc/mc-backup-20130425
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ol&gt;

      </description>
    </item>
    
    <item>
      <title>Mc: Connecting securely from MC to the database</title>
      <link>/en/mc/configuring-mc/connecting-securely-from-mc-to-db/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/configuring-mc/connecting-securely-from-mc-to-db/</guid>
      <description>
        
        
        &lt;p&gt;When you use MC to monitor and manage a database, MC (running in a browser) connects as the client to the database server.&lt;/p&gt;
&lt;h2 id=&#34;mc-uses-jdbc-for-most-database-connections&#34;&gt;MC uses JDBC for most database connections&lt;/h2&gt;
&lt;p&gt;MC uses Java Database Connectivity (JDBC) for most connections to a database, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Retrieving database information to display in charts&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Running SQL queries through JDBC&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configuring and updating database properties&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Configuring the database for extended monitoring&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;exception&#34;&gt;Exception&lt;/h3&gt;
&lt;p&gt;When MC uses Agents to perform AdminTools tasks, MC does not use JDBC to connect to the database.&lt;/p&gt;
&lt;h2 id=&#34;opentexttrade-analytics-database-supports-tls&#34;&gt;OpenText™ Analytics Database supports TLS&lt;/h2&gt;
&lt;p&gt;OpenText™ Analytics Database and MC support TLS up to version 1.2. This topic and its subtopics describe configuring TLS in MC for JDBC connections to a database.&lt;/p&gt;
&lt;h3 id=&#34;about-certificate-file-formats&#34;&gt;About certificate file formats&lt;/h3&gt;
&lt;p&gt;MC requires that all certificate and key files for upload to MC must be in PEM (Privacy-enhanced Electronic Mail) format.&lt;/p&gt;
&lt;h2 id=&#34;database-security-dictates-how-mc-connects&#34;&gt;Database security dictates how MC connects&lt;/h2&gt;
&lt;p&gt;The TLS/SSL security you configure for a database in MC must be consistent with the security configured on the database itself.&lt;/p&gt;
&lt;p&gt;Whether the database has TLS/SSL configured in server mode or mutual mode, you should configure TLS/SSL for that database in MC to match.&lt;/p&gt;
&lt;p&gt;To find out how the database is configured, see &lt;a href=&#34;../../../en/mc/configuring-mc/connecting-securely-from-mc-to-db/determining-tls-mode-of-db/#&#34;&gt;Determining the TLS mode of the database&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can configure TLS/SSL in either server mode or mutual mode in MC.&lt;/p&gt;
&lt;p&gt;The rest of this topic and related topics use the term TLS, TLS/SSL, and SSL interchangeably.&lt;/p&gt;
&lt;h3 id=&#34;tls-server-mode&#34;&gt;TLS server mode&lt;/h3&gt;
&lt;p&gt;When the MC client connects to a database configured in &lt;em&gt;&lt;a href=&#34;../../../en/glossary/server-mode/&#34;&gt;server mode&lt;/a&gt;&lt;/em&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The client requests and verifies the server&#39;s credentials.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The client does not need to present a client certificate and private key file to the server.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The MC administrator must configure the CA certificate that can verify server&#39;s certificate on MC when MC connects to the database over JDBC.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;tls-mutual-mode&#34;&gt;TLS mutual mode&lt;/h3&gt;
&lt;p&gt;When the MC client connects to a database configured in &lt;em&gt;&lt;a href=&#34;../../../en/glossary/mutual-mode/&#34;&gt;mutual mode&lt;/a&gt;&lt;/em&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The MC client requests and verifies the database server&#39;s credentials.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The server also requests and verifies the MC client&#39;s credentials.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Each MC user is a separate client, and must present a valid client certificate file and private key file pair (&lt;em&gt;keypair&lt;/em&gt;), namely a certificate signed by a CA recognized by the database server as valid.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The MC administrator must configure:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The CA certificate to verify the database server certificate.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A client certificate and private key file (&lt;em&gt;keypair&lt;/em&gt;) for each MC user. The keypair can be unique for each user, or shared by multiple users, depending on how client authentication is configured on the database. See &lt;a href=&#34;../../../en/security-and-authentication/client-authentication/configuring-client-authentication/#&#34;&gt;Configuring client authentication&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Each MC user must be configured to map correctly to a user who is configured on the database server.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more information about how the database supports TLS/SSL security, see &lt;a href=&#34;../../../en/security-and-authentication/tls-protocol/#&#34;&gt;TLS protocol&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;mc-administrator-configures-mc-security&#34;&gt;MC administrator configures MC security&lt;/h2&gt;
&lt;p&gt;Only MC users having Admin or Super privileges on a database are able to configure TLS certificates and keys on MC for database connections. The topics in this section use &amp;quot;MC administrator&amp;quot; to refer to both of these roles. For more information about MC user roles and privileges, see &lt;a href=&#34;../../../en/mc/users-roles-and-privileges/user-admin-mc/#&#34;&gt;User administration in MC&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;As the MC administrator, when you first configure security in MC for a database that requires mutual mode, you configure these certificates for the database:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The server certificate and public key of the database.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Your own client certificate and private key, as the first configured MC user mapped to a database user.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;configuring-tlsssl-on-mc&#34;&gt;Configuring TLS/SSL on MC&lt;/h2&gt;
&lt;p&gt;MC provides the Certificates wizard for configuring TLS certificates for all JDBC connections to the database, to ensure those connections are secure.&lt;/p&gt;
&lt;p&gt;In MC, there are three scenarios in which you need to configure TLS security for a database:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;While you are importing a database to monitor in MC. See &lt;a href=&#34;../../../en/mc/configuring-mc/connecting-securely-from-mc-to-db/configuring-tls-while-importing-db-on-mc/#&#34;&gt;Configuring TLS while importing a database on MC&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When you want to add security for a database that is already monitored by MC. See &lt;a href=&#34;../../../en/mc/configuring-mc/connecting-securely-from-mc-to-db/configuring-tls-monitored-db-mc/#&#34;&gt;Configuring TLS for a monitored database in MC&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When you need to configure client security for an individual MC user who is mapped to a user who has privileges on the database server, because the database requires mutual authentication. See &lt;a href=&#34;../../../en/mc/configuring-mc/connecting-securely-from-mc-to-db/configuring-mutual-tls-mc-users/#&#34;&gt;Configuring mutual TLS for MC users&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;adding-certificates-to-mc-for-later-use&#34;&gt;Adding certificates to MC for later use&lt;/h2&gt;
&lt;p&gt;You may want to add multiple CA certificates or client certificates to MC all at one time, to streamline the configuration of security when you are importing databases to MC or creating MC users. For details, see and .&lt;/p&gt;
&lt;h2 id=&#34;to-connect-successfully-mc-and-database-security-must-match&#34;&gt;To connect successfully, MC and database security must match&lt;/h2&gt;

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



&lt;tr&gt; 

&lt;th &gt;
MC Security&lt;/th&gt; 

&lt;th &gt;
Database Security&lt;/th&gt; 

&lt;th &gt;
Does the connection succeed?&lt;/th&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
None&lt;/td&gt; 

&lt;td &gt;
None&lt;/td&gt; 

&lt;td &gt;
Connection succeeds, and it is open and therefore unsecured.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
TLS server mode&lt;/td&gt; 

&lt;td &gt;
TLS server mode&lt;/td&gt; 

&lt;td &gt;
Connection succeeds provided MC can verify the server&#39;s certificate using the CA certificate configured on MC.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
TLS mutual mode&lt;/td&gt; 

&lt;td &gt;
TLS mutual mode&lt;/td&gt; 

&lt;td &gt;






&lt;p&gt;Connection succeeds provided:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;MC can verify the server&#39;s certificate using the CA certificate configured on MC.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The server can verify the client certificate and private key that MC presents as belonging to a mapped user on the database.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
None&lt;/td&gt; 

&lt;td &gt;
TLS server mode&lt;/td&gt; 

&lt;td &gt;






&lt;p&gt;MC attempts to establish an open connection. The connection fails if the database requires TLS for client connections. For more information, see:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../en/security-and-authentication/client-authentication/tls-authentication/client-authentication-with-tls/#&#34;&gt;Client authentication with TLS&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../en/sql-reference/statements/create-statements/create-authentication/#&#34;&gt;CREATE AUTHENTICATION&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
None&lt;/td&gt; 

&lt;td &gt;
TLS mutual mode&lt;/td&gt; 

&lt;td &gt;


MC attempts to establish an open connection. The connection fails if the database requires TLS for client connections. The connection fails because MC does not present what the database requires: a valid client certificate and private key that the database can verify as belonging to a mapped database user.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
TLS server mode&lt;/td&gt; 

&lt;td &gt;
None&lt;/td&gt; 

&lt;td &gt;
MC attempts to connect to the database securely, however the connection fails as the database is not configured with TLS certificates.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;
TLS mutual mode&lt;/td&gt; 

&lt;td &gt;
None&lt;/td&gt; 

&lt;td &gt;
MC attempts to connect to the database securely, however the connection fails as the database is not configured with TLS certificates.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;


      </description>
    </item>
    
    <item>
      <title>Mc: Upgrading Management Console manually</title>
      <link>/en/mc/configuring-mc/upgrading-mc-manually/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/configuring-mc/upgrading-mc-manually/</guid>
      <description>
        
        
        &lt;p&gt;If you installed MC manually, follow the procedure below to upgrade MC.&lt;/p&gt;
&lt;p&gt;If you installed MC automatically on AWS resources, see &lt;a href=&#34;../../../en/mc/configuring-mc/upgrading-mc-automatically-on-aws/#&#34;&gt;Upgrading MC automatically on AWS&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;backing-up-mc-before-you-upgrade&#34;&gt;Backing up MC before you upgrade&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Log in as root or a user with sudo privileges on the server where MC is already installed.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Open a terminal window and shut down the MC process:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# /etc/init.d/vertica-consoled stop
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;For versions of Red Hat 7/CentOS 7 and above, use:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# systemctl stop vertica-consoled
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Back up MC to preserve configuration metadata.&lt;/p&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;
A full backup is required in order to restore MC to its previous state. Restoring MC is essential if the upgrade fails, or you decide to revert to the previous version of OpenText™ Analytics Database. For details, see &lt;a href=&#34;../../../en/mc/configuring-mc/backing-up-mc/#&#34;&gt;Backing up MC&lt;/a&gt;.
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Stop the database if MC was installed on an Ubuntu or Debian platform.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;extended-monitoring-upgrade-recommendations&#34;&gt;Extended monitoring upgrade recommendations&lt;/h2&gt;
&lt;p&gt;If you use &lt;a href=&#34;../../../en/mc/monitoring-using-mc/extended-monitoring/#&#34;&gt;Extended monitoring&lt;/a&gt; to monitor a database with MC, it is recommended to follow this upgrade procedure to avoid data loss.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Log in to MC as an administrator.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To stop the monitored database, navigate to the Existing Infrastructure &amp;gt; Databases and Clusters page, select the monitored database and click &lt;strong&gt;Stop&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On MC Settings &amp;gt; MC Storage DB Setup, click &lt;strong&gt;Disable Streaming&lt;/strong&gt; to stop the storage database&#39;s collection of monitoring data.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To stop the storage database, navigate to the Existing Infrastructure &amp;gt; Databases and Clusters page, select the monitored database and click &lt;strong&gt;Stop&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Upgrade MC and OpenText™ Analytics Database according to Upgrade MC and &lt;a href=&#34;../../../en/setup/upgrading/#&#34;&gt;Upgrading Vertica&lt;/a&gt; instructions.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To start the storage database, navigate to the Existing Infrastructure &amp;gt; Databases and Clusters page, select the monitored database and click &lt;strong&gt;Start&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Start the monitored database.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On MC Settings &amp;gt; MC Storage DB Setup, click &lt;strong&gt;Enable Streaming&lt;/strong&gt; to enable collection of monitoring data.&lt;/p&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;
To avoid data loss, enable streaming soon after starting your monitored database. While your storage database is down and streaming is disabled, the Kafka server can retain data from your running monitored database for a limited amount of time. Data loss occurs when the data exceeds the Kafka retention policy&#39;s log size or retention time limits.
&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;upgrading-mc&#34;&gt;Upgrading MC&lt;/h2&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;After you upgrade, you can authenticate users to the MC with a federated server or your corporate identity provider. In addition, you are prompted to provide the following information:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A new password.&lt;/li&gt;
&lt;li&gt;If your user profile does not have an email address, you must enter one immediately after accepting the end-user license agreement (EULA).&lt;/li&gt;
&lt;/ul&gt;


&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Download the MC package from the &lt;a href=&#34;https://vertica.com/&#34;&gt;OpenText™ Analytics Database Website&lt;/a&gt;:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;vertica-console-&lt;span class=&#34;code-variable&#34;&gt;current-version&lt;/span&gt;.&lt;span class=&#34;code-variable&#34;&gt;Linux-distro&lt;/span&gt;)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Save the package to a location on the target server, such as &lt;code&gt;/tmp&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On the target server, log in as root or a user with sudo privileges.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Change to the directory where you saved the MC package.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Install MC using your local Linux distribution package management system—rpm, yum, zypper, apt, dpkg. For example:&lt;/p&gt;
&lt;p&gt;Red Hat 8&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# rpm -Uvh vertica-console-&lt;span class=&#34;code-variable&#34;&gt;current-version&lt;/span&gt;.x86_64.rpm
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Debian and Ubuntu&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# dpkg -i vertica-console-&lt;span class=&#34;code-variable&#34;&gt;current-version&lt;/span&gt;.deb
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you stopped the database before upgrading MC, restart the database.&lt;/p&gt;
&lt;p&gt;As the root user, use the following command:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/etc/init.d/verticad start
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;For versions of Red Hat 8/CentOS 8 and above, run:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# systemctl start verticad
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Open a browser and enter the URL of the MC installation, one of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;IP address:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;https://&lt;span class=&#34;code-variable&#34;&gt;ip-address&lt;/span&gt;:&lt;span class=&#34;code-variable&#34;&gt;mc-port&lt;/span&gt;/
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Server host name:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;https://&lt;span class=&#34;code-variable&#34;&gt;hostname&lt;/span&gt;:&lt;span class=&#34;code-variable&#34;&gt;mc-port&lt;/span&gt;/
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;By default, &lt;em&gt;&lt;code&gt;mc-port&lt;/code&gt;&lt;/em&gt; is 5450.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If MC was not previously configured, the Configuration Wizard dialog box appears. Configuration steps are described in &lt;a href=&#34;../../../en/mc/configuring-mc/&#34;&gt;Configuring MC&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If MC was previously configured, OpenText™ Analytics Database prompts you to accept the end-user license agreement (EULA) when you first log in to MC after the upgrade.&lt;/p&gt;
&lt;p&gt;Additionally, you can choose to provide the database with analytic information about your MC usage. For details, see &lt;a href=&#34;../../../en/mc/configuring-mc/mc-settings/#&#34;&gt;Management Console settings&lt;/a&gt;.&lt;/p&gt;


      </description>
    </item>
    
    <item>
      <title>Mc: Upgrading MC automatically on AWS</title>
      <link>/en/mc/configuring-mc/upgrading-mc-automatically-on-aws/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/configuring-mc/upgrading-mc-automatically-on-aws/</guid>
      <description>
        
        
        &lt;p&gt;If you automatically installed Management Console (MC) version 9.1.1 or later on AWS resources, you can automatically upgrade it from the MC interface using the Upgrade wizard.&lt;/p&gt;
&lt;p&gt;This process provisions a new Management Console instance and copies any current MC configuration data to the new MC. All MC settings, users, and monitored clusters will be transferred.&lt;/p&gt;
&lt;p&gt;After upgrading, you can terminate the previous Management Console instance.&lt;/p&gt;
&lt;p&gt;In addition, when you revive an Eon Mode database through the upgraded Management Console, that database will also be automatically upgraded to the same database version as MC.&lt;/p&gt;
&lt;h2 id=&#34;upgrade-mc-automatically&#34;&gt;Upgrade MC automatically&lt;/h2&gt;
&lt;p&gt;Automatic upgrade is only available if the existing MC has been installed automatically through the AWS Marketplace.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;From the MC home page, select &lt;strong&gt;MC Settings&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;From the menu on the left side of the page, select &lt;strong&gt;Upgrade MC&lt;/strong&gt;. The Upgrade MC page displays current Management Console information and indicates whether you are using the latest version of MC, or if a newer version is available.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Start MC Upgrade&lt;/strong&gt; at the bottom of the page (this button is only displayed if a newer version of MC is available). The Upgrade wizard appears.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Go through the wizard and enter the following information when prompted:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;AWS access key ID and AWS secret key (only required if existing MC was not installed using an IAM role)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;AWS key pair&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;MC version to upgrade to&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;EC2 instance type for new MC host&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;EC2 instance tags (optional)&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When upgrade is successful, the wizard displays the URL for the upgraded Management Console. Save this URL; this how to access your new MC. It is important to save this URL for future use; after you terminate your previous MC, the new MC URL will &lt;em&gt;not&lt;/em&gt; be available elsewhere. (The MC URL referenced from the original stack when you created MC will continue to reference the previous MC, not the new MC.)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Follow the URL and log into your new MC.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;To terminate the previous version of MC:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;If necessary, disable termination protection for the previous MC instance. You can do so from the AWS console. &lt;a href=&#34;https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html#Using_ChangingDisableAPITermination&#34;&gt;See the AWS guide for enabling and disabling instance termination protection&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;From the AWS console, terminate the instance on which the previous MC resides. &lt;a href=&#34;https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/terminating-instances.html&#34;&gt;See the AWS guide for how to terminate instances&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&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;

Do not delete other associated resources for the previous MC. Some of these resources may still be in use by the new MC, or by any clusters that were created using the previous MC.

&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;next-steps&#34;&gt;Next steps&lt;/h2&gt;
&lt;p&gt;If you plan to upgrade an Eon Mode database from Vertica version 9.1.0 or above to a later version, you can do so automatically by reviving it through a newer version of Management Console. As MC revives the database, it will also upgrade the Eon Mode database to the same database version as the upgraded MC. See &lt;a href=&#34;../../../en/mc/cloud-platforms/aws-mc/reviving-an-eon-db-on-aws-mc/#&#34;&gt;Reviving an Eon Mode database on AWS in MC&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Mc: Localizing user interface text</title>
      <link>/en/mc/configuring-mc/localizing-user-interface-text/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/configuring-mc/localizing-user-interface-text/</guid>
      <description>
        
        
        &lt;p&gt;You can translate Management Console (MC) user interface (UI) text with language files in the database server. After you translate the UI text, users can select the language from the language selector, a dropdown located to the right of the &lt;strong&gt;Message Center&lt;/strong&gt; bell icon in the MC toolbar.&lt;/p&gt;
&lt;p&gt;The required language files include the &lt;code&gt;locales.json&lt;/code&gt; file and the resource bundle, a directory of JSON-formatted files that contain the text strings translated into the target language.&lt;/p&gt;
&lt;p&gt;Language files are located in the &lt;code&gt;/opt/vconsole/temp/webapp/resources/i18n/lang&lt;/code&gt; directory.&lt;/p&gt;
&lt;h2 id=&#34;localesjson&#34;&gt;locales.json&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;locales.json&lt;/code&gt; file contains an array of JSON objects with a name key and properties, where each object represents a language that the MC supports. For example, the following object represents Mexican Spanish:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&amp;#34;es_MX&amp;#34;: {
    &amp;#34;code&amp;#34;: &amp;#34;es_MX&amp;#34;,
    &amp;#34;name&amp;#34;: &amp;#34;Spanish - Mexico&amp;#34;,
    &amp;#34;country_code&amp;#34;: &amp;#34;MX&amp;#34;
}
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The preceding object provides the following information that you use to translate UI text:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;The object name key is a two- or four-letter country code. In the preceding example, the name key is &lt;code&gt;es_MX&lt;/code&gt;. The resource bundle name must match this country code, or the MC cannot detect the translation files.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The MC lists the &lt;code&gt;name&lt;/code&gt; value in the language selector. If you translated the UI text into Mexican Spanish, the language selector would list &lt;code&gt;Spanish - Mexico&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a name=&#34;Resource&#34;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;resource-bundle&#34;&gt;Resource bundle&lt;/h2&gt;
&lt;p&gt;The resource bundle is a directory in &lt;code&gt;/opt/vconsole/temp/webapp/resources/i18n/lang&lt;/code&gt; that stores a collection of JSON-formatted files that contain the UI text strings that you can translate. By default, OpenText™ Analytics Database provides the following resource bundles:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;en_US (American English)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;zh_CN (Simplified Chinese)&lt;br /&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;creating-a-custom-resource-bundle&#34;&gt;Creating a custom resource bundle&lt;/h3&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;Custom resource bundles are not preserved when you upgrade Management Console versions. Before you upgrade, you must back up your resource files when you back up your Management Console configuration.&lt;/p&gt;
&lt;p&gt;For details, see &lt;a href=&#34;../../../en/mc/configuring-mc/upgrading-mc-manually/#&#34;&gt;Upgrading Management Console manually&lt;/a&gt;.&lt;/p&gt;

&lt;/div&gt;
&lt;p&gt;To create a resource bundle, you must manually create a new directory and copy files from one of the default resource bundles. For example, to create a resource bundle for Mexican Spanish:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Navigate to the directory that contains the language files:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ cd /opt/vconsole/temp/webapp/resources/i18n/lang
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create a new directory named &lt;code&gt;es_MX&lt;/code&gt;:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ mkdir es_MX
&lt;/code&gt;&lt;/pre&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 the name of a resource bundle does not exactly match a name key in &lt;code&gt;locales.json&lt;/code&gt;, the MC cannot detect the translation, and the translated language is not available in the language selector.

&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Copy all files from the default &lt;code&gt;en_US&lt;/code&gt; resource bundle into the new &lt;code&gt;es_MX&lt;/code&gt; resource bundle:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ cp en_US/* es_MX
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;text-string-file-structure&#34;&gt;Text string file structure&lt;/h2&gt;
&lt;p&gt;Each JSON file in the resource bundle contains text strings for a specific section of the MC interface. For example, the &lt;code&gt;homepage.json&lt;/code&gt; file stores text strings for the &lt;a href=&#34;../../../en/mc/getting-started-with-mc/mc-home-page/#&#34;&gt;Management Console home page&lt;/a&gt;. Each JSON file represents MC pages and any child UI components that contain text—including subsections, tabs, and buttons—as individual objects. The file nests these pages and child components hierarchically to convey the page structure. For example, the &lt;code&gt;homepage.json&lt;/code&gt; file uses the following structure:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;{
    &amp;#34;homepage&amp;#34;: {
        ...
      },
      &amp;#34;recentDatabase&amp;#34;: {
        ...
      },
      &amp;#34;copyright&amp;#34;: {
        ...
      },
      ...
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The object properties represent the UI text as key/value pairs, where the key is the component with UI text, and the value is the text string that the MC displays in the UI.&lt;/p&gt;
&lt;h3 id=&#34;translating-text&#34;&gt;Translating text&lt;/h3&gt;
&lt;p&gt;To translate a text string, edit the text string value. For example, to translate the title of the &lt;strong&gt;Recent Databases&lt;/strong&gt; section into Spanish, open the &lt;code&gt;homepage.json&lt;/code&gt; file in a text editor and update &lt;code&gt;homepage.recentDatabase.title&lt;/code&gt; value:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;{
    &amp;#34;homepage&amp;#34;: {
        ...
        },
        &amp;#34;recentDatabase&amp;#34;: {
          &amp;#34;title&amp;#34;: &amp;#34;Bases de Datos Recientes&amp;#34;,
          ...
}
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
  </channel>
</rss>
