<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Installation &amp; Configuration on Kinetica Docs</title><link>/7.2/install/</link><description>Recent content in Installation &amp; Configuration on Kinetica Docs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/7.2/install/index.xml" rel="self" type="application/rss+xml"/><item><title>Adjust Firewall</title><link>/7.2/install/shared/adjust_firewall/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/shared/adjust_firewall/</guid><description>Firewall Settings RHEL RHEL uses the firewall-cmd command or firewall-config GUI for configuring the firewall. For example, the following commands will open up port 8082 publicly:
firewall-cmd --zone=public --add-port=8082/tcp --permanent firewall-cmd --reload SUSE SUSE uses the firewall-cmd command or firewall-config GUI for configuring the firewall. For example, the following commands will open up port 8082 publicly:
firewall-cmd --zone=public --add-port=8082/tcp --permanent firewall-cmd --reload Ubuntu Ubuntu comes with a ufw (Uncomplicated FireWall) command, which controls the firewall, for example:</description></item><item><title>GPU Driver</title><link>/7.2/install/shared/gpu_driver/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/shared/gpu_driver/</guid><description> GPU Driver Matrix The cards below have been tested in large-scale production environments and provide the best performance for the database.
GPU Driver Kinetica Package T4 525.X (or higher) gpudb-cuda-license V100 525.X (or higher) gpudb-cuda-license A10/A40/A100 525.X (or higher) gpudb-cuda-license L4/L40 525.X (or higher) gpudb-cuda-license H100 525.X (or higher) gpudb-cuda-license</description></item><item><title>Install Nvidia Drivers on Debian/Ubuntu</title><link>/7.2/install/nvidia_deb/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/nvidia_deb/</guid><description>This section will provide instructions on installing Nvidia drivers in a Debian/Ubuntu environment, if the target servers have Nvidia GPUs.
Ensure the GPUs are Installed Ensure that the lspci command is installed (which lists the PCI devices connected to the server):
sudo apt-get -y install pciutils Perform a quick check to determine what Nvidia cards have been installed:
lspci | grep VGA The output of the lspci command above should be something similar to:</description></item><item><title>Install Nvidia Drivers on RHEL</title><link>/7.2/install/nvidia_rhel/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/nvidia_rhel/</guid><description>This section will provide instructions on installing Nvidia drivers in an RHEL environment, if the target servers have Nvidia GPUs.
Disable Secure Boot and SELinux Note
Disabling Secure Boot and SELinux may not be necessary for every setup.
The Nvidia drivers are installed by compiling and installing kernel modules. If they are not signed by a trusted source, then you will not be able to use secure boot. Consequently, you will likely want to disable secure boot in the BIOS of your server.</description></item><item><title>Installation Options</title><link>/7.2/install/installation-options/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/installation-options/</guid><description>There are three methods for installing Kinetica on self-managed infrastructure:
KAgent -- The preferred method for installing Kinetica. KAgent automates the installation and configuration of Kinetica, rings (High Availability), and more. Kubernetes -- Kinetica can be installed to Kubernetes clusters using Helm Charts and the Kinetica Operator for Kubernetes Manual -- Kinetica can be installed manually via command line using common Linux-based package managers. Note
Kinetica can be installed on pre-provisioned instances in AWS, Azure, or GCP via KAgent.</description></item><item><title>KAgent</title><link>/7.2/install/kagent/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/kagent/</guid><description>KAgent Installation &lt;div class="document">
&lt;p>&lt;em>KAgent&lt;/em> can be deployed as a RHEL, Ubuntu, or SUSE installation package on any
server inside or outside the cluster.&lt;/p>
&lt;p>Automatically download &amp;amp; install the latest &lt;em>KAgent&lt;/em> version using these
commands:&lt;/p>
&lt;ul class="nav nav-tabs codeblock-tabs" id="id-d73a14002bce2c97b2270ce2682b1128-tabs" role="tablist">&lt;li class="nav-item">
&lt;a class="nav-link active"
id="tab-ef7d330789877bac00b4324bf0a25127"
data-language="bash"
data-toggle="tab"
href="#content-ef7d330789877bac00b4324bf0a25127"
role="tab"
aria-controls="content-ef7d330789877bac00b4324bf0a25127"
aria-selected="true">
RHEL 8
&lt;/a>
&lt;/li>&lt;li class="nav-item">
&lt;a class="nav-link "
id="tab-bced2c95b7df4b5126c3cd9c62534633"
data-language="bash"
data-toggle="tab"
href="#content-bced2c95b7df4b5126c3cd9c62534633"
role="tab"
aria-controls="content-bced2c95b7df4b5126c3cd9c62534633"
aria-selected="true">
Ubuntu 20
&lt;/a>
&lt;/li>&lt;li class="nav-item">
&lt;a class="nav-link "
id="tab-410ed6b6f23137c9ba1bb71941b331f9"
data-language="bash"
data-toggle="tab"
href="#content-410ed6b6f23137c9ba1bb71941b331f9"
role="tab"
aria-controls="content-410ed6b6f23137c9ba1bb71941b331f9"
aria-selected="true">
Ubuntu 22
&lt;/a>
&lt;/li>&lt;li class="nav-item">
&lt;a class="nav-link "
id="tab-00d52d13fbc9c9d8caffd5b12663edd4"
data-language="bash"
data-toggle="tab"
href="#content-00d52d13fbc9c9d8caffd5b12663edd4"
role="tab"
aria-controls="content-00d52d13fbc9c9d8caffd5b12663edd4"
aria-selected="true">
SUSE 15
&lt;/a>
&lt;/li>&lt;/ul>
&lt;div class="tab-content codeblock-tab-content" id="content-id-d73a14002bce2c97b2270ce2682b1128">&lt;div class="tab-pane fadeshow active"
id="content-ef7d330789877bac00b4324bf0a25127"
role="tabpanel"
aria-labelledby="tab-ef7d330789877bac00b4324bf0a25127">&lt;div class="code-block js-clipboard-holder">
&lt;div class="head">&lt;strong class="title">RHEL 8&lt;/strong>
&lt;button class="btn-copy js-clipboard-trigger icon-copy" type="button">&lt;/button>
&lt;/div>
&lt;div class="body js-clipboard-target">&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;span class="lnt">2
&lt;/span>&lt;span class="lnt">3
&lt;/span>&lt;span class="lnt">4
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="o">=&lt;/span>https://repo.kinetica.com/yum/7.2/CentOS/8/x86_64
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="o">=&lt;/span>&lt;span class="k">$(&lt;/span>wget -q -O - &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span> &lt;span class="p">|&lt;/span> sed &lt;span class="s1">&amp;#39;s/&amp;lt;[^&amp;gt;]*&amp;gt;//g&amp;#39;&lt;/span> &lt;span class="p">|&lt;/span> grep -o &lt;span class="s2">&amp;#34;kagent.*ga.*rpm &amp;#34;&lt;/span> &lt;span class="p">|&lt;/span> sort -V &lt;span class="p">|&lt;/span> tail -1&lt;span class="k">)&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">wget &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span>/&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">sudo yum install ./&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;/div>
&lt;/div>
&lt;/div>&lt;div class="tab-pane fade"
id="content-bced2c95b7df4b5126c3cd9c62534633"
role="tabpanel"
aria-labelledby="tab-bced2c95b7df4b5126c3cd9c62534633">&lt;div class="code-block js-clipboard-holder">
&lt;div class="head">&lt;strong class="title">Ubuntu 20&lt;/strong>
&lt;button class="btn-copy js-clipboard-trigger icon-copy" type="button">&lt;/button>
&lt;/div>
&lt;div class="body js-clipboard-target">&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;span class="lnt">2
&lt;/span>&lt;span class="lnt">3
&lt;/span>&lt;span class="lnt">4
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="o">=&lt;/span>https://repo.kinetica.com/debian/7.2/Ubuntu/focal/binary-amd64
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="o">=&lt;/span>&lt;span class="k">$(&lt;/span>wget -q -O - &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span> &lt;span class="p">|&lt;/span> sed &lt;span class="s1">&amp;#39;s/&amp;lt;[^&amp;gt;]*&amp;gt;//g&amp;#39;&lt;/span> &lt;span class="p">|&lt;/span> grep -o &lt;span class="s2">&amp;#34;kagent.*ga.*deb &amp;#34;&lt;/span> &lt;span class="p">|&lt;/span> sort -V &lt;span class="p">|&lt;/span> tail -1&lt;span class="k">)&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">wget &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span>/&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">sudo apt install ./&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;/div>
&lt;/div>
&lt;/div>&lt;div class="tab-pane fade"
id="content-410ed6b6f23137c9ba1bb71941b331f9"
role="tabpanel"
aria-labelledby="tab-410ed6b6f23137c9ba1bb71941b331f9">&lt;div class="code-block js-clipboard-holder">
&lt;div class="head">&lt;strong class="title">Ubuntu 22&lt;/strong>
&lt;button class="btn-copy js-clipboard-trigger icon-copy" type="button">&lt;/button>
&lt;/div>
&lt;div class="body js-clipboard-target">&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;span class="lnt">2
&lt;/span>&lt;span class="lnt">3
&lt;/span>&lt;span class="lnt">4
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="o">=&lt;/span>https://repo.kinetica.com/debian/7.2/Ubuntu/jammy/binary-amd64
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="o">=&lt;/span>&lt;span class="k">$(&lt;/span>wget -q -O - &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span> &lt;span class="p">|&lt;/span> sed &lt;span class="s1">&amp;#39;s/&amp;lt;[^&amp;gt;]*&amp;gt;//g&amp;#39;&lt;/span> &lt;span class="p">|&lt;/span> grep -o &lt;span class="s2">&amp;#34;kagent.*ga.*deb &amp;#34;&lt;/span> &lt;span class="p">|&lt;/span> sort -V &lt;span class="p">|&lt;/span> tail -1&lt;span class="k">)&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">wget &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span>/&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">sudo apt install ./&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;/div>
&lt;/div>
&lt;/div>&lt;div class="tab-pane fade"
id="content-00d52d13fbc9c9d8caffd5b12663edd4"
role="tabpanel"
aria-labelledby="tab-00d52d13fbc9c9d8caffd5b12663edd4">&lt;div class="code-block js-clipboard-holder">
&lt;div class="head">&lt;strong class="title">SUSE 15&lt;/strong>
&lt;button class="btn-copy js-clipboard-trigger icon-copy" type="button">&lt;/button>
&lt;/div>
&lt;div class="body js-clipboard-target">&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;span class="lnt">2
&lt;/span>&lt;span class="lnt">3
&lt;/span>&lt;span class="lnt">4
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="o">=&lt;/span>https://repo.kinetica.com/yum/7.2/SUSE/15.3/x86_64
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="o">=&lt;/span>&lt;span class="k">$(&lt;/span>wget -q -O - &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span> &lt;span class="p">|&lt;/span> sed &lt;span class="s1">&amp;#39;s/&amp;lt;[^&amp;gt;]*&amp;gt;//g&amp;#39;&lt;/span> &lt;span class="p">|&lt;/span> grep -o &lt;span class="s2">&amp;#34;kagent.*ga.*rpm &amp;#34;&lt;/span> &lt;span class="p">|&lt;/span> sort -V &lt;span class="p">|&lt;/span> tail -1&lt;span class="k">)&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">wget &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span>/&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">sudo zypper install ./&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;/div>
&lt;/div>
&lt;/div>&lt;/div>
&lt;p>Alternatively, visit the &lt;tt class="docutils literal">KAGENT_REPO&lt;/tt> link below to search for a specific
version of &lt;em>KAgent&lt;/em>, change &lt;tt class="docutils literal">KAGENT_PKG&lt;/tt> to that version on &lt;strong>line 2&lt;/strong>, and
then run the modified commands to download &amp;amp; install that version:&lt;/p>
&lt;ul class="nav nav-tabs codeblock-tabs" id="id-92b2c1c16a407b220c278b20238eed71-tabs" role="tablist">&lt;li class="nav-item">
&lt;a class="nav-link active"
id="tab-4f4d285b1cf9d13c1f9c309ec3d16031"
data-language="bash"
data-toggle="tab"
href="#content-4f4d285b1cf9d13c1f9c309ec3d16031"
role="tab"
aria-controls="content-4f4d285b1cf9d13c1f9c309ec3d16031"
aria-selected="true">
RHEL 8
&lt;/a>
&lt;/li>&lt;li class="nav-item">
&lt;a class="nav-link "
id="tab-55a03026e02daa6912d4bfa9129f018a"
data-language="bash"
data-toggle="tab"
href="#content-55a03026e02daa6912d4bfa9129f018a"
role="tab"
aria-controls="content-55a03026e02daa6912d4bfa9129f018a"
aria-selected="true">
Ubuntu 20
&lt;/a>
&lt;/li>&lt;li class="nav-item">
&lt;a class="nav-link "
id="tab-36b2d5cddcea5136701fe7e3bffd5bfc"
data-language="bash"
data-toggle="tab"
href="#content-36b2d5cddcea5136701fe7e3bffd5bfc"
role="tab"
aria-controls="content-36b2d5cddcea5136701fe7e3bffd5bfc"
aria-selected="true">
Ubuntu 22
&lt;/a>
&lt;/li>&lt;li class="nav-item">
&lt;a class="nav-link "
id="tab-e846a3218746c93739491324462258dc"
data-language="bash"
data-toggle="tab"
href="#content-e846a3218746c93739491324462258dc"
role="tab"
aria-controls="content-e846a3218746c93739491324462258dc"
aria-selected="true">
SUSE 15
&lt;/a>
&lt;/li>&lt;/ul>
&lt;div class="tab-content codeblock-tab-content" id="content-id-92b2c1c16a407b220c278b20238eed71">&lt;div class="tab-pane fadeshow active"
id="content-4f4d285b1cf9d13c1f9c309ec3d16031"
role="tabpanel"
aria-labelledby="tab-4f4d285b1cf9d13c1f9c309ec3d16031">&lt;div class="code-block js-clipboard-holder">
&lt;div class="head">&lt;strong class="title">RHEL 8&lt;/strong>
&lt;button class="btn-copy js-clipboard-trigger icon-copy" type="button">&lt;/button>
&lt;/div>
&lt;div class="body js-clipboard-target">&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;span class="lnt">2
&lt;/span>&lt;span class="lnt">3
&lt;/span>&lt;span class="lnt">4
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="o">=&lt;/span>https://repo.kinetica.com/yum/7.2/CentOS/8/x86_64
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="o">=&lt;/span>kagent-7.2.0.4.20240326024429.ga-0.x86_64.el8.rpm
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">wget &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span>/&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">sudo yum install ./&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;/div>
&lt;/div>
&lt;/div>&lt;div class="tab-pane fade"
id="content-55a03026e02daa6912d4bfa9129f018a"
role="tabpanel"
aria-labelledby="tab-55a03026e02daa6912d4bfa9129f018a">&lt;div class="code-block js-clipboard-holder">
&lt;div class="head">&lt;strong class="title">Ubuntu 20&lt;/strong>
&lt;button class="btn-copy js-clipboard-trigger icon-copy" type="button">&lt;/button>
&lt;/div>
&lt;div class="body js-clipboard-target">&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;span class="lnt">2
&lt;/span>&lt;span class="lnt">3
&lt;/span>&lt;span class="lnt">4
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="o">=&lt;/span>https://repo.kinetica.com/debian/7.2/Ubuntu/focal/binary-amd64
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="o">=&lt;/span>kagent_7.2.0.4.20240326024429.ga-0_amd64.ubuntu20.04.deb
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">wget &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span>/&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">sudo apt install ./&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;/div>
&lt;/div>
&lt;/div>&lt;div class="tab-pane fade"
id="content-36b2d5cddcea5136701fe7e3bffd5bfc"
role="tabpanel"
aria-labelledby="tab-36b2d5cddcea5136701fe7e3bffd5bfc">&lt;div class="code-block js-clipboard-holder">
&lt;div class="head">&lt;strong class="title">Ubuntu 22&lt;/strong>
&lt;button class="btn-copy js-clipboard-trigger icon-copy" type="button">&lt;/button>
&lt;/div>
&lt;div class="body js-clipboard-target">&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;span class="lnt">2
&lt;/span>&lt;span class="lnt">3
&lt;/span>&lt;span class="lnt">4
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="o">=&lt;/span>https://repo.kinetica.com/debian/7.2/Ubuntu/jammy/binary-amd64
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="o">=&lt;/span>kagent_7.2.0.4.20240326024429.ga-0_amd64.ubuntu22.04.deb
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">wget &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span>/&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">sudo apt install ./&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;/div>
&lt;/div>
&lt;/div>&lt;div class="tab-pane fade"
id="content-e846a3218746c93739491324462258dc"
role="tabpanel"
aria-labelledby="tab-e846a3218746c93739491324462258dc">&lt;div class="code-block js-clipboard-holder">
&lt;div class="head">&lt;strong class="title">SUSE 15&lt;/strong>
&lt;button class="btn-copy js-clipboard-trigger icon-copy" type="button">&lt;/button>
&lt;/div>
&lt;div class="body js-clipboard-target">&lt;div class="highlight">&lt;div class="chroma">
&lt;table class="lntable">&lt;tr>&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code>&lt;span class="lnt">1
&lt;/span>&lt;span class="lnt">2
&lt;/span>&lt;span class="lnt">3
&lt;/span>&lt;span class="lnt">4
&lt;/span>&lt;/code>&lt;/pre>&lt;/td>
&lt;td class="lntd">
&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="o">=&lt;/span>https://repo.kinetica.com/yum/7.2/SUSE/15.3/x86_64
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="o">=&lt;/span>kagent-7.2.0.4.20240326024429.ga-0.x86_64.sles15.3.rpm
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">wget &lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_REPO&lt;/span>&lt;span class="si">}&lt;/span>/&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">sudo zypper install ./&lt;span class="si">${&lt;/span>&lt;span class="nv">KAGENT_PKG&lt;/span>&lt;span class="si">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/td>&lt;/tr>&lt;/table>
&lt;/div>
&lt;/div>&lt;/div>
&lt;/div>
&lt;/div>&lt;/div>
&lt;div class="line-block">
&lt;div class="line">&lt;br />&lt;/div>
&lt;/div>
&lt;p>This installs the package to the directory &lt;code class="file docutils literal">&lt;span class="pre">/opt/gpudb/kagent&lt;/span>&lt;/code> and
registers and starts the &lt;tt class="docutils literal">kagent_ui&lt;/tt> service. &lt;em>KAgent&lt;/em> will open port &lt;tt class="docutils literal">8081&lt;/tt>
on the local firewall (if enabled).&lt;/p>
&lt;/div></description></item><item><title>Kinetica Installation with KAgent</title><link>/7.2/install/kagent_install/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/kagent_install/</guid><description>Kinetica installation and configuration instructions using KAgent for On-Premise hardware.
Note
Kinetica can be installed on pre-provisioned instances in AWS, Azure, or GCP via KAgent. For offerings provisioned within cloud environments directly, see Cloud-Ready.
System Requirements Certified OS List Minimum Hardware Requirements GPU Driver Matrix Active Directory KAgent Installation Kinetica Installation KAgent UI Cluster Deployment Security Nodes Credentials Installation Validation Curl Test API Test GAdmin Status Test Ingest/Read Test Core Utilities Environment Configuration and Tools Helper Scripts Logging Additional Configuration Uninstallation System Requirements Operating system, hardware, and network requirements to run Kinetica.</description></item><item><title>Kinetica Installation with Kubernetes</title><link>/7.2/install/kubernetes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/kubernetes/</guid><description>Kinetica installation and configuration instructions for Kubernetes using Helm Charts and the Kinetica Operator for Kubernetes.
Note
Kinetica can be installed manually on pre-provisioned instances in AWS, Azure, or GCP. For offerings provisioned within cloud environments directly, see Cloud-Ready.
System Requirements Limitations Kubernetes Installation System Requirements Kinetica supports Kubernetes versions 1.25 and higher.
Kinetica is supported on the following Kubernetes environments:
Vanilla Kubernetes Amazon Elastic Kubernetes Service (EKS) Microsoft Azure Kubernetes Service (AKS) Red Hat OpenShift Container Platform kind K3s Limitations The following Kinetica features are not currently supported in Kinetica on Kubernetes:</description></item><item><title>Manual Kinetica Installation</title><link>/7.2/install/package/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/package/</guid><description>Kinetica manual installation and configuration instructions.
Note
Kinetica can be installed manually on pre-provisioned instances in AWS, Azure, or GCP. For offerings provisioned within cloud environments directly, see Cloud-Ready.
System Requirements Certified OS List Minimum Hardware Requirements GPU Driver Matrix Cluster Preparation Networking Configuration Default Ports Port Usage Scenarios Firewall Settings System Settings Transparent Huge Pages Active Directory Nvidia Drivers Installation Configuration Initialization Visual Initialization Console Initialization Passwordless SSH Starting Kinetica Validation Curl Test API Test GAdmin Status Test Ingest/Read Test Core Utilities Environment Configuration and Tools Helper Scripts Logging Uninstallation System Requirements Operating system, hardware, and network requirements to run Kinetica.</description></item><item><title>Migrating To Kinetica 7.2</title><link>/7.2/install/migration_guide/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/migration_guide/</guid><description>While any version of Kinetica can be upgraded to the latest version using KAgent, there are several aspects of upgrading that should be considered before doing so, as well as a number of steps that should be taken after installing Kinetica 7.2.
Database Clients Database Drivers Core Disk-Optimized Column Attribute Store-Only Column Attribute CONCAT_TRUNCATE() Function HASH() Function AAW Database Clients The native APIs are backward compatible with prior releases; any clients that make use of these interfaces do not need to be updated after installation.</description></item><item><title>Ports</title><link>/7.2/install/shared/ports/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/7.2/install/shared/ports/</guid><description>Default Ports The default ports used for communication with KAgent, Kinetica (and between servers, if operating in a cluster), and various important services follow. The Nodes column will list either Head--that the corresponding port only needs to be opened on the head node, or All--that the corresponding port needs to be opened on the head node &amp;amp; worker nodes.
Important
While the table below lists KAgent and the graph server as being on the head node, these features could be kept on machines entirely separate from Kinetica if desired.</description></item></channel></rss>