<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Troubleshooting with MC diagnostics</title>
    <link>/en/mc/troubleshooting-with-mc-diagnostics/</link>
    <description>Recent content in Troubleshooting with MC diagnostics on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/mc/troubleshooting-with-mc-diagnostics/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Mc: Viewing the MC log</title>
      <link>/en/mc/troubleshooting-with-mc-diagnostics/viewing-mc-log/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/troubleshooting-with-mc-diagnostics/viewing-mc-log/</guid>
      <description>
        
        
        &lt;p&gt;If you want to browse MC logs (not database logs), navigate to the &lt;strong&gt;Diagnostics &amp;gt; MC Log&lt;/strong&gt; page.&lt;/p&gt;
&lt;p&gt;This page provides a tabular view of the contents at &lt;code&gt;/opt/vconsole/log/mc/mconsole.log&lt;/code&gt;, letting you more easily identify and troubleshoot issues related to MC.&lt;/p&gt;
&lt;p&gt;You can sort log entries by clicking the column header and search within messages for key words, phrases, and log entries within a specific time frame. You can also export log messages to a file.&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;../../../images/mc-log.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Mc: Exporting the user audit log</title>
      <link>/en/mc/troubleshooting-with-mc-diagnostics/exporting-user-audit-log/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/troubleshooting-with-mc-diagnostics/exporting-user-audit-log/</guid>
      <description>
        
        
        &lt;p&gt;When an MC user makes changes on Management Console, whether to an MC-managed database or to the MC itself, their action generates a log entry that contains data you can export to a file.&lt;/p&gt;
&lt;p&gt;If you perform an MC factory reset (restore MC to its pre-configured state), you automatically have the opportunity to export audit records before the reset occurs.&lt;/p&gt;
&lt;h2 id=&#34;to-manually-export-mc-user-activity&#34;&gt;To manually export MC user activity&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;From the MC Home page, click &lt;strong&gt;Diagnostics&lt;/strong&gt; and then click &lt;strong&gt;Audit Log&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On the Audit log viewer page, click &lt;strong&gt;Export&lt;/strong&gt; and save the file to a location on the server.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To see what types of user operations the audit logger records, 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;

      </description>
    </item>
    
    <item>
      <title>Mc: Restarting MC</title>
      <link>/en/mc/troubleshooting-with-mc-diagnostics/restarting-mc/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/troubleshooting-with-mc-diagnostics/restarting-mc/</guid>
      <description>
        
        
        &lt;p&gt;You might need to restart the MC web/application server for a number of reasons, such as after you change port assignments, use the MC interface to import a new SSL certificate, or if the MC interface or database-related tasks become unresponsive.&lt;/p&gt;
&lt;p&gt;Restarting MC requires ADMIN Role (MC) or SUPER Role (MC) privileges. For details about these roles, see &lt;a href=&#34;../../../en/mc/users-roles-and-privileges/config-privileges/#&#34;&gt;Configuration roles in MC&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;how-to-restart-mc-through-the-mc-interface-using-your-browser&#34;&gt;How to restart MC through the MC interface (using your browser)&lt;/h2&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 an administrator.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On MC&#39;s Home page, click &lt;strong&gt;Diagnostics&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click &lt;strong&gt;Restart Console&lt;/strong&gt; and then click OK to continue or Cancel to return to the Diagnostics page..&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The MC process shuts down for a few seconds and automatically restarts. After the process completes, you are directed back to the sign-in page.&lt;/p&gt;
&lt;h2 id=&#34;how-to-restart-mc-at-the-command-line&#34;&gt;How to restart MC at the command line&lt;/h2&gt;
&lt;p&gt;If you are unable to connect to MC through a web browser for any reason, such as if the MC interface or database-related tasks become unresponsive, you can run the &lt;code&gt;vertica-consoled&lt;/code&gt; script with start, stop, or restart arguments.&lt;/p&gt;
&lt;p&gt;Follow these steps to start, stop, or restart MC.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;As root, open a terminal window on the server on which MC is installed.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Run the &lt;em&gt;vertica-consoled&lt;/em&gt; script:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# /etc/init.d/vertica-consoled { stop | start | restart }
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;For versions CentOS 7 and above, run:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# systemctl { stop | start | restart } vertica-consoled
&lt;/code&gt;&lt;/pre&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;
The &lt;code&gt;systemctl&lt;/code&gt; function requires you to both start and stop services explicitly. If you kill or stop the &lt;code&gt;vertica-consoled&lt;/code&gt; process without using &lt;code&gt;systemctl stop&lt;/code&gt;, you cannot start the MC process again with the original &lt;code&gt;systemctl start&lt;/code&gt; command. Instead, you must run &lt;code&gt;systemctl stop vertica-consoled&lt;/code&gt; before running &lt;code&gt;systemctl start vertica-consoled&lt;/code&gt;.
&lt;/div&gt;

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



&lt;tr&gt; 

&lt;td &gt;



&lt;code&gt;&lt;span class=&#34;code-variable&#34;&gt;stop&lt;/span&gt;&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


Stops the MC application/web server.&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;



&lt;code&gt;&lt;span class=&#34;code-variable&#34;&gt;start&lt;/span&gt;&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;




&lt;p&gt;Starts the MC application/web server.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Caution:&lt;/strong&gt; Use start only if you are certain MC is not already running. As a best practice, stop MC before you issue the &lt;code&gt;start&lt;/code&gt; command.&lt;/p&gt;
&lt;/td&gt;&lt;/tr&gt;

&lt;tr&gt; 

&lt;td &gt;



&lt;code&gt;&lt;span class=&#34;code-variable&#34;&gt;restart&lt;/span&gt;&lt;/code&gt;&lt;/td&gt; 

&lt;td &gt;


Restarts the MC application/web server. This process will report that the stop didn&#39;t work if MC is not already running.&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;

&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;how-to-restart-mc-on-an-ami&#34;&gt;How to restart MC on an AMI&lt;/h2&gt;
&lt;p&gt;You can use the following steps to restart an MC AMI instance.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;SSH into the MC host as user dbadmin:&lt;/li&gt;
&lt;/ol&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ ssh -i example.pem dbadmin@52.xx.xx.xx
&lt;/code&gt;&lt;/pre&gt;&lt;ol&gt;
&lt;li&gt;Run the &lt;em&gt;vertica-consoled&lt;/em&gt; script using sudo:&lt;/li&gt;
&lt;/ol&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;# sudo /etc/init.d/vertica-consoled { stop | start | restart }
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;starting-over&#34;&gt;Starting over&lt;/h2&gt;
&lt;p&gt;If you need to return MC to its original state (a &amp;quot;factory reset&amp;quot;), see &lt;a href=&#34;../../../en/mc/troubleshooting-with-mc-diagnostics/resetting-mc-to-pre-configured-state/#&#34;&gt;Resetting MC to pre-configured state&lt;/a&gt;.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Mc: Resetting MC to pre-configured state</title>
      <link>/en/mc/troubleshooting-with-mc-diagnostics/resetting-mc-to-pre-configured-state/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/troubleshooting-with-mc-diagnostics/resetting-mc-to-pre-configured-state/</guid>
      <description>
        
        
        &lt;p&gt;If you decide to reset MC to its original, preconfigured state, you can do so on the &lt;strong&gt;Diagnostics&lt;/strong&gt; page by clicking &lt;strong&gt;Factory Reset&lt;/strong&gt;.

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

Consider trying one of the options described in &lt;a href=&#34;../../../en/mc/troubleshooting-with-mc-diagnostics/restarting-mc/#&#34;&gt;Restarting MC&lt;/a&gt; first.

&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;A factory reset removes all metadata (about a week&#39;s worth of database monitoring/configuration information and MC users) from storage and forces you to reconfigure MC again, as described in &lt;a href=&#34;../../../en/mc/configuring-mc/&#34;&gt;Configuring MC&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;After you click Factory Reset, you have the chance to export audit records to a file by clicking Yes. If you click No (do not export audit records), the process begins. There is no undo.&lt;/p&gt;
&lt;p&gt;Keep the following in mind concerning user accounts and the MC.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;When you first configure MC, during the configuration process you create an MC superuser (a Linux account). Issuing a Factory Reset on the MC does not create a new MC superuser, nor does it delete the existing MC superuser. When initializing after a Factory Reset, you must logon using the original MC superuser account.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Note that, once MC is configured, you can add users that are specific to MC. Users created through the MC interface are MC specific. When you subsequently change a password through the MC, you only change the password for the specific MC user. Passwords external to MC (i.e., system Linux users and database passwords) remain unchanged.&lt;/p&gt;
&lt;p&gt;For information on MC users, refer to the sections, &lt;a href=&#34;../../../en/mc/users-roles-and-privileges/user-admin-mc/&#34;&gt;Creating an MC User&lt;/a&gt; and &lt;a href=&#34;../../../en/mc/users-roles-and-privileges/config-privileges/&#34;&gt;MC configuration privileges&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Mc: Avoiding MC self-signed certificate expiration</title>
      <link>/en/mc/troubleshooting-with-mc-diagnostics/avoiding-mc-self-signed-certificate-expiration/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/mc/troubleshooting-with-mc-diagnostics/avoiding-mc-self-signed-certificate-expiration/</guid>
      <description>
        
        
        &lt;p&gt;When you &lt;a href=&#34;../../../en/mc/getting-started-with-mc/connecting-to-mc/&#34;&gt;connect to MC&lt;/a&gt; through a client browser, OpenText™ Analytics Database assigns each HTTPS request a self-signed certificate, which includes a timestamp. To increase security and protect against password replay attacks, the timestamp is valid for several seconds only, after which it expires.&lt;/p&gt;
&lt;p&gt;To avoid being blocked out of MC, synchronize time on the hosts in your database cluster, and on the MC host if it resides on a dedicated server. To recover from loss or lack of synchronization, resync system time and the Network Time Protocol.&lt;/p&gt;


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