<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Post Deployment Steps on</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/</link><description>Recent content in Post Deployment Steps on</description><generator>Hugo -- gohugo.io</generator><lastBuildDate>Sun, 11 Dec 2022 19:37:55 +0530</lastBuildDate><atom:link href="https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/index.xml" rel="self" type="application/rss+xml"/><item><title>SMTP Server Configuration</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/smtp-server-configuration/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/smtp-server-configuration/</guid><description>Below are the SMTP server details that are required to configure in Gathr:
Smtp_mail_server: &amp;lt; smtp server &amp;gt; smtp.office365.com
Smtp_userid: &amp;lt;valid smtp user&amp;gt;
Smtp_passwd: &amp;lt;smtp server password&amp;gt;
Smtp_server_port: &amp;lt;smtp server port&amp;gt;
Alert receiver email: Email ID to send alerts
The user can update these properties from Gathr, as shown in the image below:
Once the configuration is done, click on TEST CONFIGURATION.
Once configured, the user receives an email notification and a configuration success popup will appear on the user interface.</description></item><item><title>Enable HA on Gathr Webstudio</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/enable-ha-on-gathr-webstudio/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/enable-ha-on-gathr-webstudio/</guid><description>This document guides the procedure to setup high availability of Gathr tomcat.
When HA is enabled on Gathr, it provides surety on the availability of Gathr Webstudio. It is therefore recommended that Gathr Webstudio should be HA enabled for better availability.
This topic describes the procedure to setup High Availability (HA) on Gathr Webstudio.
Prerequisites # Minimum Two nodes are required for this deployment. Before start deploy Gathr we need to check Gathr pre-requisites.</description></item><item><title>Enable SSL on Gathr Webstudio</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/enable-ssl-on-gathr-webstudio/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/enable-ssl-on-gathr-webstudio/</guid><description>When SSL is enabled on Gathr, it provides more secure approach towards data transferred between Gathr application and different services.
This topic helps you to understand the steps required to enable SSL on Gathr webstudio.
Prerequisites # Customer provided .jks certificate file should be available in Gathr deployment machine.
Steps to Enable SSL # Update &amp;lt;Gathr_installation_dir&amp;gt;/Gathr/server/tomcat/conf/server.xml with keystore certificate and password configuration.
&amp;lt;Connector port=&amp;quot;8443&amp;quot; protocol=&amp;quot;org.apache.coyote.http11.Http11Protocol&amp;quot;
maxThreads=&amp;quot;150&amp;quot; SSLEnabled=&amp;quot;true&amp;quot; scheme=&amp;quot;https&amp;quot; secure=&amp;quot;true&amp;quot;
clientAuth=&amp;quot;false&amp;quot; sslProtocol=&amp;quot;TLS&amp;quot; keyAlias=&amp;quot;server&amp;quot; keystoreFile=&amp;quot;&amp;lt;home\_dir&amp;gt;/keystore/&amp;lt;your\_certificate\_name&amp;gt;&amp;quot; keystorePass=&amp;quot;&amp;lt;certificate password&amp;gt;&amp;quot; /&amp;gt;
Update &amp;lt;Gathr\_installation\_dir&amp;gt;/Gathr/conf/yaml/env-config.</description></item><item><title>Enable SSL on Kafka</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/enable-ssl-on-kafka/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/enable-ssl-on-kafka/</guid><description>To install Kafka, follow the steps mentioned below:
Download Kafka binary .tar.gz version 2.12-3.6.1 from the below URL.
Index of /dist/kafka Extract the tar.gz using the below command:
$ tar -xvf kafka\_2.12-3.6.1.tgz -C &amp;lt;&amp;lt;installationDir&amp;gt;&amp;gt;
$ cd &amp;lt;&amp;lt;installationDir&amp;gt;&amp;gt;/&amp;lt;&amp;lt;extractedDir&amp;gt;&amp;gt;
To enable SSL on Kafka, follow the steps mentioned below:
Perform the following steps on each node in the cluster:
Generating Node Certificates:
Create a certificate authority for your Kafka cluster. Substitute the &amp;lt;DOMAIN\_NAME&amp;gt; with your machine’s domain name on all nodes with the Keystore password and validity.</description></item><item><title>Nexus Configuration</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/nexus-configuration/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/nexus-configuration/</guid><description>You can use the NEXUS repository with MAVEN API to create pipeline versions.
NEXUS Configuration steps are as follows:
Configure Maven in Gathr webserver machine.
Download the Maven bundle apache-maven-3.6.3-bin.tar.gz from: Index of /maven/maven-3/3.6.3/binaries
Untar the file and set MAVEN HOME.
👉 Set maven bin folder path in the PATH environment variable so that the mvn command can be accessed from anywhere in the system. Configure settings.xml file located at MAVEN_HOME/conf/ folder.</description></item><item><title>Milvus Standalone Installation</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/milvus-standalone-installation/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/milvus-standalone-installation/</guid><description>Milvus standalone installation using Docker compose # Install docker compose using the below command:
curl -SL https://github.com/docker/compose/releases/download/v2.26.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
Download the YAML file # Download milvus-standalone-docker-compose.yml and save it as docker-compose.yml manually, or with the following command.
wget https://github.com/milvus-io/milvus/releases/download/v2.3.12/milvus-standalone-docker-compose.yml -O docker-compose.yml
Start Milvus # In the directory that holds docker-compose.yml, start Milvus by running the below command:
sudo docker compose up -d
Verify the Installation # Now check if the containers are up and running.</description></item><item><title>Milvus Cluster Installation on Kubernetes (Using Helm)</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/milvus-cluster-installation-on-kubernetes/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/milvus-cluster-installation-on-kubernetes/</guid><description>This document covers the steps to install Milvus Cluster on Kubernetes (using Helm):
Download the setup bundle. # Download the milvus cluster offline setup tar bundle.
offline-milvus-cluster.tar.gz Load all docker images provided as tar. # $ cd images $ for image in $(find . -type f -name &amp;quot;*.tar&amp;quot;) ; do docker load -i $image; done The output will appear as below:
Verify by command “docker images” # The output will appear as below:</description></item><item><title>Python Configuration</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/python-configuration/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/python-configuration/</guid><description>Gathr supports Python 3.11.13. To support Python 3.11.13, configure as mentioned below:
Install Required Packages # Use the following command to install prerequisites for Python before installing it. $ yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel xz-devel gcc openssl-devel bzip2-devel libffi-devel zlib-devel python3-devel krb5-devel gcc -y
$ yum groupinstall &amp;quot;Development Tools&amp;quot; -y
If above command is not working use the below command: $ yum install @development Download Python 3.</description></item><item><title>Redis Stack Installation</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/redis-stack-installation/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/redis-stack-installation/</guid><description>This section covers the Redis stack installation steps.
To install the latest redis stack version click the here.
Select option for centos7 installation.
Or you can download redis stack v7.2.0 from below S3 location.
s3://gathr-dev-nv/redisstack/redis-stack-server-7.2.0-v7.rhel7.x86_64.tar.gz mkdir /opt/redis cd /opt/redis aws s3 cp s3://gathr-dev-nv/redisstack/redis-stack-server-7.2.0-v7.rhel7.x86_64.tar.gz . unzip redis stack tar file.
tar -xvzf redis-stack-server-7.2.0-v7.rhel7.x86_64.tar.gz cd redis-stack-server-7.2.0-v7 Copy current dir path in the below location
~/.bashrc export PATH=/path/to/redis-stack-server/bin:$PATH source ~/.bashrc Now update below properties in redis-stack.</description></item><item><title>Apache Airflow Installation</title><link>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/apache-airflow-installation/</link><pubDate>Sun, 11 Dec 2022 21:01:49 +0530</pubDate><guid>https://docs.gathr.ai/gathr-unlimited/7.6.0/docs/gathr-installation/on-prem-installation/post-deployment-steps/apache-airflow-installation/</guid><description>This section explains the Apache Airflow installation in gathr.
Gathr supports Airflow Version 2.9.3 respectively.
Airflow Installation/Upgrade # Given below are the steps to do a fresh installation of Airflow (Version: 2.9.3) and also to upgrade from Airflow 2.1.2 to Airflow 2.9.3.
Prerequisites # Default Python must be 2.7.
Python and Python2 must point to Python 2.7.
Python 3.8.8 must be installed. Python3 must point to Python 3.8.8.
pip and pip2 must point to pip2.</description></item></channel></rss>