<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>OpenText Analytics Database 26.2.x – Using diagnostic tools</title>
    <link>/en/admin/using-diagnostic-tools/</link>
    <description>Recent content in Using diagnostic tools on OpenText Analytics Database 26.2.x</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/admin/using-diagnostic-tools/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Admin: Determining your version of OpenText&amp;trade; Analytics Database</title>
      <link>/en/admin/using-diagnostic-tools/determining-your-version-of/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/using-diagnostic-tools/determining-your-version-of/</guid>
      <description>
        
        
        &lt;p&gt;To determine which version of OpenText™ Analytics Database is installed on a host, log in to that host and type:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ rpm -qa | grep vertica
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The command returns the name of the installed package, which contains the version and build numbers. The following example indicates that both Vertica 9.3.x and Management Console 9.3.x are running on the targeted host:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ rpm -qa | grep vertica
vertica-9.3.0-0
vertica-console-9.3.0-0.x86_64
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;When you are logged in to your database, you can also run a query for the version only, by running the following command:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=&amp;gt; SELECT version();
                  version
-------------------------------------------
 Vertica Analytic Database v9.3.0-0
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
    <item>
      <title>Admin: Collecting diagnostics: scrutinize command</title>
      <link>/en/admin/using-diagnostic-tools/collecting-diagnostics-scrutinize-command/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/using-diagnostic-tools/collecting-diagnostics-scrutinize-command/</guid>
      <description>
        
        
        &lt;p&gt;The diagnostics tool &lt;code&gt;scrutinize&lt;/code&gt; collects a broad range of information from an OpenText™ Analytics Database cluster. It also supports a range of options that let you control the amount and type of data that is collected. Collected data can include but is not limited to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Host diagnostics and configuration data&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Run-time state (number of nodes up or down)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Log files from the installation process, the database, and the administration tools (such as, 
&lt;code&gt;vertica.log, dbLog, /opt/vertica/log/adminTools.log&lt;/code&gt;)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Error messages&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Database design&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;System table information, such as system, resources, workload, and performance&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Catalog metadata, such as system configuration parameters&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Backup information&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;requirements&#34;&gt;Requirements&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;scrutinize&lt;/code&gt; requires that a cluster be configured to support the Administration Tools utility. If Administration Tools cannot run on the initiating host, then &lt;code&gt;scrutinize&lt;/code&gt; cannot run on that host.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: Exporting a catalog</title>
      <link>/en/admin/using-diagnostic-tools/exporting-catalog/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/using-diagnostic-tools/exporting-catalog/</guid>
      <description>
        
        
        &lt;p&gt;When you export a catalog you can quickly move a catalog to another cluster. Exporting a catalog transfers schemas, tables, constraints, projections, and views. System tables are not exported.&lt;/p&gt;
&lt;p&gt;Exporting catalogs can also be useful for support purposes.&lt;/p&gt;
&lt;p&gt;See the &lt;a href=&#34;../../../en/sql-reference/functions/management-functions/catalog-functions/export-catalog/#&#34;&gt;EXPORT_CATALOG&lt;/a&gt; function for details.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Admin: Exporting profiling data</title>
      <link>/en/admin/using-diagnostic-tools/exporting-profiling-data/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/using-diagnostic-tools/exporting-profiling-data/</guid>
      <description>
        
        
        &lt;p&gt;The diagnostics audit script gathers system table contents, design, and planning objects from a running database and exports the data into a file named &lt;code&gt;./diag_dump_&amp;lt;timestamp&amp;gt;.tar.gz&lt;/code&gt;, where &amp;lt;timestamp&amp;gt; denotes when you ran the script.&lt;/p&gt;
&lt;p&gt;If you run the script without parameters, you will be prompted for a database password.&lt;/p&gt;
&lt;h2 id=&#34;syntax&#34;&gt;Syntax&lt;/h2&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;/opt/vertica/scripts/collect_diag_dump.sh [ -U &lt;span class=&#34;code-variable&#34;&gt;value&lt;/span&gt; ] [ -w &lt;span class=&#34;code-variable&#34;&gt;value&lt;/span&gt; ] [ -c ]
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&#34;arguments&#34;&gt;Arguments&lt;/h2&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;code&gt;-U &lt;/code&gt;&lt;em&gt;&lt;code&gt;value&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;User name, typically the database administrator account, dbadmin.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;-w &lt;/code&gt;&lt;em&gt;&lt;code&gt;value&lt;/code&gt;&lt;/em&gt;&lt;/dt&gt;
&lt;dd&gt;Database password.&lt;/dd&gt;
&lt;dt&gt;&lt;code&gt;-c&lt;/code&gt;&lt;/dt&gt;
&lt;dd&gt;Include a compression analysis, resulting in a longer script execution time.&lt;/dd&gt;
&lt;/dl&gt;
&lt;h2 id=&#34;example&#34;&gt;Example&lt;/h2&gt;
&lt;p&gt;The following command runs the audit script with all arguments:&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ /opt/vertica/scripts/collect_diag_dump.sh -U dbadmin -w password -c
&lt;/code&gt;&lt;/pre&gt;
      </description>
    </item>
    
  </channel>
</rss>
