<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tetrain.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alok</id>
	<title>TetraWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tetrain.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alok"/>
	<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Special:Contributions/Alok"/>
	<updated>2026-07-25T07:21:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:PHDCCI_Migration_to_Microsoft_365.pdf&amp;diff=3410</id>
		<title>File:PHDCCI Migration to Microsoft 365.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:PHDCCI_Migration_to_Microsoft_365.pdf&amp;diff=3410"/>
		<updated>2024-03-04T07:40:57Z</updated>

		<summary type="html">&lt;p&gt;Alok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:PHDCCI]]&lt;br /&gt;
&lt;br /&gt;
== PHDCCI Migration to Microsoft 365 Document  ==&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=File:PHDCCI_Migration_to_Microsoft_365.pdf&amp;diff=3409</id>
		<title>File:PHDCCI Migration to Microsoft 365.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=File:PHDCCI_Migration_to_Microsoft_365.pdf&amp;diff=3409"/>
		<updated>2024-03-04T07:38:37Z</updated>

		<summary type="html">&lt;p&gt;Alok: PHDCCI_Migration_to_Microsoft_365&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PHDCCI_Migration_to_Microsoft_365&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Adani&amp;diff=3383</id>
		<title>Adani</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Adani&amp;diff=3383"/>
		<updated>2024-02-20T09:07:27Z</updated>

		<summary type="html">&lt;p&gt;Alok: Created page with &amp;quot;hello&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hello&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3356</id>
		<title>ISON BPO Nagios XI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3356"/>
		<updated>2022-12-03T04:08:25Z</updated>

		<summary type="html">&lt;p&gt;Alok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:ISON BPO Nagios XI]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Building Probe Machine Documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==STEP 1: Install Mod-gearman in the Probe Machine and Configure==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this command as a Root User&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm&lt;br /&gt;
 yum update&lt;br /&gt;
 wget https://assets.nagios.com/downloads/nagiosxi/scripts/ModGearmanInstall.sh &lt;br /&gt;
 chmod +x ModGearmanInstall.sh&lt;br /&gt;
 ./ModGearmanInstall.sh --type=worker&lt;br /&gt;
 { Set the Nagios XI Server IP address is 172.105.253.143 }&lt;br /&gt;
 vi /etc/mod_gearman/worker.conf &lt;br /&gt;
 {Add the hostgroups Location of probe machine}&lt;br /&gt;
 systemctl restart mod-gearman-worker&lt;br /&gt;
 {Now go to the Nagios XI server and add the hostgroups of the probe machine which you created now}&lt;br /&gt;
 vi /etc/mod_gearman/module.conf&lt;br /&gt;
 systemctl restart gearmand&lt;br /&gt;
 gearman_top {to see all the hostgroups}&lt;br /&gt;
 telnet 172.105.253.143 4730&lt;br /&gt;
 (if telnet status is connected means communication is established between the probe machine and Nagios XI server)&lt;br /&gt;
&lt;br /&gt;
==Step 2: Install Nagios XI in the Probe Machine to get the Plugins==&lt;br /&gt;
&lt;br /&gt;
 cd /tmp&lt;br /&gt;
 wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.8.7.tar.gz&lt;br /&gt;
 tar xzf xi-5.8.7.tar.gz&lt;br /&gt;
 cd nagiosxi/&lt;br /&gt;
 ./fullinstall&lt;br /&gt;
 cd /usr/local/nagios/libexec/&lt;br /&gt;
 ls (to see all the plugins)&lt;br /&gt;
&lt;br /&gt;
==Step 3: Install check_nwc_health Plugin in the Probe Machine to check Network Devices (Routers, Switches and Firewall etc)==&lt;br /&gt;
&lt;br /&gt;
 wget https://labs.consol.de/assets/downloads/nagios/check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
 tar xvfz check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
   cd check_nwc_health-10.0.0.2&lt;br /&gt;
    ./configure&lt;br /&gt;
    make&lt;br /&gt;
    make install&lt;br /&gt;
    cd /usr/local/nagios/libexec/&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: while running the check_nwc_health plugin some perl files will be missing you have to download those files&#039;&#039;&#039;&lt;br /&gt;
  14.98.74.34 is a IP address of a Network device &lt;br /&gt;
 ./check_nwc_health --hostname 14.98.74.34 --community public --mode hardware-health&lt;br /&gt;
 After running this command if error comes can’t locate and *.pm file download the file using&lt;br /&gt;
 yum install perl-file name&lt;br /&gt;
 Suppose error comes can’t locate JSON.pm file then I will run command like this&lt;br /&gt;
 yum install perl-JSON&lt;br /&gt;
 yum install perl-File-Slurp (if error comes can’t locate File/Slurp.pm file)&lt;br /&gt;
 yum install perl-Module-Load (if error comes can’t locate Module/Load.pm file)&lt;br /&gt;
 ./check_nwc_health --hostname 14.98.74.34 --community public --mode cpu-load&lt;br /&gt;
 yum install perl-JSON-XS (If error comes can’t locate JSON/XS.pm file)&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3355</id>
		<title>ISON BPO Nagios XI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3355"/>
		<updated>2022-12-03T04:07:58Z</updated>

		<summary type="html">&lt;p&gt;Alok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:ISON BPO Nagios XI]]&lt;br /&gt;
[[category:Building Probe Machine Documentation]]&lt;br /&gt;
&lt;br /&gt;
==STEP 1: Install Mod-gearman in the Probe Machine and Configure==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this command as a Root User&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm&lt;br /&gt;
 yum update&lt;br /&gt;
 wget https://assets.nagios.com/downloads/nagiosxi/scripts/ModGearmanInstall.sh &lt;br /&gt;
 chmod +x ModGearmanInstall.sh&lt;br /&gt;
 ./ModGearmanInstall.sh --type=worker&lt;br /&gt;
 { Set the Nagios XI Server IP address is 172.105.253.143 }&lt;br /&gt;
 vi /etc/mod_gearman/worker.conf &lt;br /&gt;
 {Add the hostgroups Location of probe machine}&lt;br /&gt;
 systemctl restart mod-gearman-worker&lt;br /&gt;
 {Now go to the Nagios XI server and add the hostgroups of the probe machine which you created now}&lt;br /&gt;
 vi /etc/mod_gearman/module.conf&lt;br /&gt;
 systemctl restart gearmand&lt;br /&gt;
 gearman_top {to see all the hostgroups}&lt;br /&gt;
 telnet 172.105.253.143 4730&lt;br /&gt;
 (if telnet status is connected means communication is established between the probe machine and Nagios XI server)&lt;br /&gt;
&lt;br /&gt;
==Step 2: Install Nagios XI in the Probe Machine to get the Plugins==&lt;br /&gt;
&lt;br /&gt;
 cd /tmp&lt;br /&gt;
 wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.8.7.tar.gz&lt;br /&gt;
 tar xzf xi-5.8.7.tar.gz&lt;br /&gt;
 cd nagiosxi/&lt;br /&gt;
 ./fullinstall&lt;br /&gt;
 cd /usr/local/nagios/libexec/&lt;br /&gt;
 ls (to see all the plugins)&lt;br /&gt;
&lt;br /&gt;
==Step 3: Install check_nwc_health Plugin in the Probe Machine to check Network Devices (Routers, Switches and Firewall etc)==&lt;br /&gt;
&lt;br /&gt;
 wget https://labs.consol.de/assets/downloads/nagios/check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
 tar xvfz check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
   cd check_nwc_health-10.0.0.2&lt;br /&gt;
    ./configure&lt;br /&gt;
    make&lt;br /&gt;
    make install&lt;br /&gt;
    cd /usr/local/nagios/libexec/&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: while running the check_nwc_health plugin some perl files will be missing you have to download those files&#039;&#039;&#039;&lt;br /&gt;
  14.98.74.34 is a IP address of a Network device &lt;br /&gt;
 ./check_nwc_health --hostname 14.98.74.34 --community public --mode hardware-health&lt;br /&gt;
 After running this command if error comes can’t locate and *.pm file download the file using&lt;br /&gt;
 yum install perl-file name&lt;br /&gt;
 Suppose error comes can’t locate JSON.pm file then I will run command like this&lt;br /&gt;
 yum install perl-JSON&lt;br /&gt;
 yum install perl-File-Slurp (if error comes can’t locate File/Slurp.pm file)&lt;br /&gt;
 yum install perl-Module-Load (if error comes can’t locate Module/Load.pm file)&lt;br /&gt;
 ./check_nwc_health --hostname 14.98.74.34 --community public --mode cpu-load&lt;br /&gt;
 yum install perl-JSON-XS (If error comes can’t locate JSON/XS.pm file)&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3354</id>
		<title>ISON BPO Nagios XI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3354"/>
		<updated>2022-12-03T04:06:27Z</updated>

		<summary type="html">&lt;p&gt;Alok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:ISON BPO Nagios XI]]&lt;br /&gt;
&lt;br /&gt;
[[category:Building Probe Machine Documentation]]&lt;br /&gt;
&lt;br /&gt;
==STEP 1: Install Mod-gearman in the Probe Machine and Configure==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this command as a Root User&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm&lt;br /&gt;
 yum update&lt;br /&gt;
 wget https://assets.nagios.com/downloads/nagiosxi/scripts/ModGearmanInstall.sh &lt;br /&gt;
 chmod +x ModGearmanInstall.sh&lt;br /&gt;
 ./ModGearmanInstall.sh --type=worker&lt;br /&gt;
 { Set the Nagios XI Server IP address is 172.105.253.143 }&lt;br /&gt;
 vi /etc/mod_gearman/worker.conf &lt;br /&gt;
 {Add the hostgroups Location of probe machine}&lt;br /&gt;
 systemctl restart mod-gearman-worker&lt;br /&gt;
 {Now go to the Nagios XI server and add the hostgroups of the probe machine which you created now}&lt;br /&gt;
 vi /etc/mod_gearman/module.conf&lt;br /&gt;
 systemctl restart gearmand&lt;br /&gt;
 gearman_top {to see all the hostgroups}&lt;br /&gt;
 telnet 172.105.253.143 4730&lt;br /&gt;
 (if telnet status is connected means communication is established between the probe machine and Nagios XI server)&lt;br /&gt;
&lt;br /&gt;
==Step 2: Install Nagios XI in the Probe Machine to get the Plugins==&lt;br /&gt;
&lt;br /&gt;
 cd /tmp&lt;br /&gt;
 wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.8.7.tar.gz&lt;br /&gt;
 tar xzf xi-5.8.7.tar.gz&lt;br /&gt;
 cd nagiosxi/&lt;br /&gt;
 ./fullinstall&lt;br /&gt;
 cd /usr/local/nagios/libexec/&lt;br /&gt;
 ls (to see all the plugins)&lt;br /&gt;
&lt;br /&gt;
==Step 3: Install check_nwc_health Plugin in the Probe Machine to check Network Devices (Routers, Switches and Firewall etc)==&lt;br /&gt;
&lt;br /&gt;
 wget https://labs.consol.de/assets/downloads/nagios/check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
 tar xvfz check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
   cd check_nwc_health-10.0.0.2&lt;br /&gt;
    ./configure&lt;br /&gt;
    make&lt;br /&gt;
    make install&lt;br /&gt;
    cd /usr/local/nagios/libexec/&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: while running the check_nwc_health plugin some perl files will be missing you have to download those files&#039;&#039;&#039;&lt;br /&gt;
  14.98.74.34 is a IP address of a Network device &lt;br /&gt;
 ./check_nwc_health --hostname 14.98.74.34 --community public --mode hardware-health&lt;br /&gt;
 After running this command if error comes can’t locate and *.pm file download the file using&lt;br /&gt;
 yum install perl-file name&lt;br /&gt;
 Suppose error comes can’t locate JSON.pm file then I will run command like this&lt;br /&gt;
 yum install perl-JSON&lt;br /&gt;
 yum install perl-File-Slurp (if error comes can’t locate File/Slurp.pm file)&lt;br /&gt;
 yum install perl-Module-Load (if error comes can’t locate Module/Load.pm file)&lt;br /&gt;
 ./check_nwc_health --hostname 14.98.74.34 --community public --mode cpu-load&lt;br /&gt;
 yum install perl-JSON-XS (If error comes can’t locate JSON/XS.pm file)&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3353</id>
		<title>Radico-Sitapur-Master-Slave Replication</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3353"/>
		<updated>2022-12-02T12:11:31Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* Configuration on slave server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Radico-MySQL-Master-Slave-Replication ]]&lt;br /&gt;
&lt;br /&gt;
==Installation of MySQL community server on both the server==&lt;br /&gt;
&lt;br /&gt;
 VPN details&lt;br /&gt;
 Login URL : https://125.21.90.50:6443/userportal/webpages/myaccount/login.jsp#51349&lt;br /&gt;
 User : tetra&lt;br /&gt;
 Pass : Tetra@2211&lt;br /&gt;
&lt;br /&gt;
 Server DetailsS&lt;br /&gt;
 TNT Server1 : 172.18.40.211 (Master Server)&lt;br /&gt;
 TNT Server2 : 172.18.40.212 (Slave Server)&lt;br /&gt;
 Username:root&lt;br /&gt;
 Pass:R@D!C)@a&lt;br /&gt;
&lt;br /&gt;
 Mysql login Details&lt;br /&gt;
 username:root&lt;br /&gt;
 Pass:Pass@12345 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this commands as a Root User&#039;&#039;&#039;&lt;br /&gt;
 vi /etc/yum.repos.d/mysql80-community.repo&lt;br /&gt;
 [mysql80-community]&lt;br /&gt;
 name=MySQL 8.0 Community Server&lt;br /&gt;
 baseurl=http://repo.mysql.com/yum/mysql-8.0-community/el/6/$basearch/&lt;br /&gt;
 enabled=1&lt;br /&gt;
 gpgcheck=0&lt;br /&gt;
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-2022&lt;br /&gt;
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql&lt;br /&gt;
 yum repolist all&lt;br /&gt;
 yum install mysql-community-server&lt;br /&gt;
 setenforce 0&lt;br /&gt;
 vi /etc/sysconfig/selinux                (disabled selinux)&lt;br /&gt;
 systemctl enable mysqld.service&lt;br /&gt;
 systemctl start mysqld.service&lt;br /&gt;
 grep &#039;temporary password&#039; /var/log/mysqld.log&lt;br /&gt;
 mysql_secure_installation (set the password for root mysql)&lt;br /&gt;
 mysql -pPass@1234&lt;br /&gt;
 CREATE USER &#039;root&#039;@&#039;%&#039; IDENTIFIED BY &#039;Pass@1234&#039;; &lt;br /&gt;
 GRANT ALL PRIVILEGES ON *.* TO &#039;root&#039;@&#039;%&#039; WITH GRANT OPTION;&lt;br /&gt;
 ##Run this command only on master server&lt;br /&gt;
 create user &#039;repl_user&#039;@&#039;%&#039; identified by &#039;Pass@1234&#039;;&lt;br /&gt;
 Grant replication slave on *.* to &#039;repl_user&#039;@&#039;%&#039;;&lt;br /&gt;
 ALTER USER &#039;repl_user&#039;@&#039;%&#039; IDENTIFIED WITH mysql_native_password BY &#039;Pass@1234&#039;;&lt;br /&gt;
 ##To check the permission of the user run the below command&lt;br /&gt;
  show grants for replica;   &lt;br /&gt;
&lt;br /&gt;
**************************************************************************************************&lt;br /&gt;
&lt;br /&gt;
==Configuration on master server==&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 server-id = 1&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
 default_authentication_plugin=mysql_native_password&lt;br /&gt;
 Save the file :wq!&lt;br /&gt;
 #Again login into mysql:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;br /&gt;
 ##Check master status:&lt;br /&gt;
 mysql&amp;gt; SHOW MASTER STATUS \G&lt;br /&gt;
      File: mysql-bin.000012&lt;br /&gt;
      Position: 418&lt;br /&gt;
      Binlog_Do_DB:&lt;br /&gt;
      Binlog_Ignore_DB:&lt;br /&gt;
      Executed_Gtid_Set: 380ce9d3-6ee0-11ed-a63d-d4f5ef651a4c:1-16&lt;br /&gt;
      1 row in set (0.00 sec)&lt;br /&gt;
&lt;br /&gt;
==Configuration on slave server==&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 #slave server&lt;br /&gt;
 bind-address = 172.18.40.212&lt;br /&gt;
 server-id = 2&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
 default_authentication_plugin=mysql_native_password&lt;br /&gt;
 Save the file :wq!&lt;br /&gt;
 ##login into mysql and run the below commands&lt;br /&gt;
 Stop slave;&lt;br /&gt;
 mysql -&amp;gt; CHANGE MASTER TO&lt;br /&gt;
      -&amp;gt; MASTER_HOST=&#039;172.18.40.211&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_USER=&#039;repl_user&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_PASSWORD=&#039;Pass@1234&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_FILE=&#039;mysql-bin.000012&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_POS=418;&lt;br /&gt;
 start slave;&lt;br /&gt;
 mysql&amp;gt; show slave status\G&lt;br /&gt;
               Slave_IO_State: Waiting for source to send event&lt;br /&gt;
                  Master_Host: 172.18.40.211&lt;br /&gt;
                  Master_User: repl_user&lt;br /&gt;
                  Master_Port: 3306&lt;br /&gt;
                Connect_Retry: 60&lt;br /&gt;
              Master_Log_File: mysql-bin.000012&lt;br /&gt;
          Read_Master_Log_Pos: 418&lt;br /&gt;
               Relay_Log_File: TNTSERVER2-relay-bin.000040&lt;br /&gt;
                Relay_Log_Pos: 587&lt;br /&gt;
        Relay_Master_Log_File: mysql-bin.000012&lt;br /&gt;
             Slave_IO_Running: Yes&lt;br /&gt;
            Slave_SQL_Running: Yes&lt;br /&gt;
 &#039;&#039;&#039;Note:Slave_IO_Running and Slave_SQL_Running should show Yes Status&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Not able to login into mysql using mysql -pPass@1234 on both server (&#039;&#039;&#039;Error access denied root@loaclhost : (password using: YES))&#039;&#039;&#039; so to solve this we followed the method of skip- grant-tables==&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 [mysqld]&lt;br /&gt;
 skip-grant-tables&lt;br /&gt;
 systemctl restart mysqld&lt;br /&gt;
 mysql -u root -p&lt;br /&gt;
 ##Flush the privileges, which tells the server to refresh the grant tables and apply your changes, with this command:&lt;br /&gt;
  FLUSH PRIVILEGES;&lt;br /&gt;
 ##Set a new password for the account:&lt;br /&gt;
 ALTER USER &#039;root&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;Pass@12345&#039;;&lt;br /&gt;
 ##Open the my.cnf file you opened in step 1, and remove the line about skip-grant-tables, and save the file.&lt;br /&gt;
 ##Restart the MySQL server again.&lt;br /&gt;
 ##Log in to the root account again:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3352</id>
		<title>Radico-Sitapur-Master-Slave Replication</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3352"/>
		<updated>2022-12-02T12:11:10Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* Configuration on slave server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Radico-MySQL-Master-Slave-Replication ]]&lt;br /&gt;
&lt;br /&gt;
==Installation of MySQL community server on both the server==&lt;br /&gt;
&lt;br /&gt;
 VPN details&lt;br /&gt;
 Login URL : https://125.21.90.50:6443/userportal/webpages/myaccount/login.jsp#51349&lt;br /&gt;
 User : tetra&lt;br /&gt;
 Pass : Tetra@2211&lt;br /&gt;
&lt;br /&gt;
 Server DetailsS&lt;br /&gt;
 TNT Server1 : 172.18.40.211 (Master Server)&lt;br /&gt;
 TNT Server2 : 172.18.40.212 (Slave Server)&lt;br /&gt;
 Username:root&lt;br /&gt;
 Pass:R@D!C)@a&lt;br /&gt;
&lt;br /&gt;
 Mysql login Details&lt;br /&gt;
 username:root&lt;br /&gt;
 Pass:Pass@12345 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this commands as a Root User&#039;&#039;&#039;&lt;br /&gt;
 vi /etc/yum.repos.d/mysql80-community.repo&lt;br /&gt;
 [mysql80-community]&lt;br /&gt;
 name=MySQL 8.0 Community Server&lt;br /&gt;
 baseurl=http://repo.mysql.com/yum/mysql-8.0-community/el/6/$basearch/&lt;br /&gt;
 enabled=1&lt;br /&gt;
 gpgcheck=0&lt;br /&gt;
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-2022&lt;br /&gt;
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql&lt;br /&gt;
 yum repolist all&lt;br /&gt;
 yum install mysql-community-server&lt;br /&gt;
 setenforce 0&lt;br /&gt;
 vi /etc/sysconfig/selinux                (disabled selinux)&lt;br /&gt;
 systemctl enable mysqld.service&lt;br /&gt;
 systemctl start mysqld.service&lt;br /&gt;
 grep &#039;temporary password&#039; /var/log/mysqld.log&lt;br /&gt;
 mysql_secure_installation (set the password for root mysql)&lt;br /&gt;
 mysql -pPass@1234&lt;br /&gt;
 CREATE USER &#039;root&#039;@&#039;%&#039; IDENTIFIED BY &#039;Pass@1234&#039;; &lt;br /&gt;
 GRANT ALL PRIVILEGES ON *.* TO &#039;root&#039;@&#039;%&#039; WITH GRANT OPTION;&lt;br /&gt;
 ##Run this command only on master server&lt;br /&gt;
 create user &#039;repl_user&#039;@&#039;%&#039; identified by &#039;Pass@1234&#039;;&lt;br /&gt;
 Grant replication slave on *.* to &#039;repl_user&#039;@&#039;%&#039;;&lt;br /&gt;
 ALTER USER &#039;repl_user&#039;@&#039;%&#039; IDENTIFIED WITH mysql_native_password BY &#039;Pass@1234&#039;;&lt;br /&gt;
 ##To check the permission of the user run the below command&lt;br /&gt;
  show grants for replica;   &lt;br /&gt;
&lt;br /&gt;
**************************************************************************************************&lt;br /&gt;
&lt;br /&gt;
==Configuration on master server==&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 server-id = 1&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
 default_authentication_plugin=mysql_native_password&lt;br /&gt;
 Save the file :wq!&lt;br /&gt;
 #Again login into mysql:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;br /&gt;
 ##Check master status:&lt;br /&gt;
 mysql&amp;gt; SHOW MASTER STATUS \G&lt;br /&gt;
      File: mysql-bin.000012&lt;br /&gt;
      Position: 418&lt;br /&gt;
      Binlog_Do_DB:&lt;br /&gt;
      Binlog_Ignore_DB:&lt;br /&gt;
      Executed_Gtid_Set: 380ce9d3-6ee0-11ed-a63d-d4f5ef651a4c:1-16&lt;br /&gt;
      1 row in set (0.00 sec)&lt;br /&gt;
&lt;br /&gt;
==Configuration on slave server==&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 #slave server&lt;br /&gt;
 bind-address = 172.18.40.212&lt;br /&gt;
 server-id = 2&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
 default_authentication_plugin=mysql_native_password&lt;br /&gt;
 Save the file :wq!&lt;br /&gt;
 ##login into mysql and run the below commands&lt;br /&gt;
 Stop slave;&lt;br /&gt;
 mysql -&amp;gt; CHANGE MASTER TO&lt;br /&gt;
      -&amp;gt; MASTER_HOST=&#039;172.18.40.211&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_USER=&#039;repl_user&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_PASSWORD=&#039;Pass@1234&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_FILE=&#039;mysql-bin.000012&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_POS=418;&lt;br /&gt;
 start slave;&lt;br /&gt;
 mysql&amp;gt; show slave status\G&lt;br /&gt;
               Slave_IO_State: Waiting for source to send event&lt;br /&gt;
                  Master_Host: 172.18.40.211&lt;br /&gt;
                  Master_User: repl_user&lt;br /&gt;
                  Master_Port: 3306&lt;br /&gt;
                Connect_Retry: 60&lt;br /&gt;
              Master_Log_File: mysql-bin.000012&lt;br /&gt;
          Read_Master_Log_Pos: 418&lt;br /&gt;
               Relay_Log_File: TNTSERVER2-relay-bin.000040&lt;br /&gt;
                Relay_Log_Pos: 587&lt;br /&gt;
        Relay_Master_Log_File: mysql-bin.000012&lt;br /&gt;
             Slave_IO_Running: Yes&lt;br /&gt;
            Slave_SQL_Running: Yes&lt;br /&gt;
 &#039;&#039;&#039;Note: Slave_IO_Running and Slave_SQL_Running should show Yes Status&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Not able to login into mysql using mysql -pPass@1234 on both server (&#039;&#039;&#039;Error access denied root@loaclhost : (password using: YES))&#039;&#039;&#039; so to solve this we followed the method of skip- grant-tables==&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 [mysqld]&lt;br /&gt;
 skip-grant-tables&lt;br /&gt;
 systemctl restart mysqld&lt;br /&gt;
 mysql -u root -p&lt;br /&gt;
 ##Flush the privileges, which tells the server to refresh the grant tables and apply your changes, with this command:&lt;br /&gt;
  FLUSH PRIVILEGES;&lt;br /&gt;
 ##Set a new password for the account:&lt;br /&gt;
 ALTER USER &#039;root&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;Pass@12345&#039;;&lt;br /&gt;
 ##Open the my.cnf file you opened in step 1, and remove the line about skip-grant-tables, and save the file.&lt;br /&gt;
 ##Restart the MySQL server again.&lt;br /&gt;
 ##Log in to the root account again:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3351</id>
		<title>Radico-Sitapur-Master-Slave Replication</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3351"/>
		<updated>2022-12-02T12:10:32Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* Configuration on master server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Radico-MySQL-Master-Slave-Replication ]]&lt;br /&gt;
&lt;br /&gt;
==Installation of MySQL community server on both the server==&lt;br /&gt;
&lt;br /&gt;
 VPN details&lt;br /&gt;
 Login URL : https://125.21.90.50:6443/userportal/webpages/myaccount/login.jsp#51349&lt;br /&gt;
 User : tetra&lt;br /&gt;
 Pass : Tetra@2211&lt;br /&gt;
&lt;br /&gt;
 Server DetailsS&lt;br /&gt;
 TNT Server1 : 172.18.40.211 (Master Server)&lt;br /&gt;
 TNT Server2 : 172.18.40.212 (Slave Server)&lt;br /&gt;
 Username:root&lt;br /&gt;
 Pass:R@D!C)@a&lt;br /&gt;
&lt;br /&gt;
 Mysql login Details&lt;br /&gt;
 username:root&lt;br /&gt;
 Pass:Pass@12345 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this commands as a Root User&#039;&#039;&#039;&lt;br /&gt;
 vi /etc/yum.repos.d/mysql80-community.repo&lt;br /&gt;
 [mysql80-community]&lt;br /&gt;
 name=MySQL 8.0 Community Server&lt;br /&gt;
 baseurl=http://repo.mysql.com/yum/mysql-8.0-community/el/6/$basearch/&lt;br /&gt;
 enabled=1&lt;br /&gt;
 gpgcheck=0&lt;br /&gt;
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-2022&lt;br /&gt;
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql&lt;br /&gt;
 yum repolist all&lt;br /&gt;
 yum install mysql-community-server&lt;br /&gt;
 setenforce 0&lt;br /&gt;
 vi /etc/sysconfig/selinux                (disabled selinux)&lt;br /&gt;
 systemctl enable mysqld.service&lt;br /&gt;
 systemctl start mysqld.service&lt;br /&gt;
 grep &#039;temporary password&#039; /var/log/mysqld.log&lt;br /&gt;
 mysql_secure_installation (set the password for root mysql)&lt;br /&gt;
 mysql -pPass@1234&lt;br /&gt;
 CREATE USER &#039;root&#039;@&#039;%&#039; IDENTIFIED BY &#039;Pass@1234&#039;; &lt;br /&gt;
 GRANT ALL PRIVILEGES ON *.* TO &#039;root&#039;@&#039;%&#039; WITH GRANT OPTION;&lt;br /&gt;
 ##Run this command only on master server&lt;br /&gt;
 create user &#039;repl_user&#039;@&#039;%&#039; identified by &#039;Pass@1234&#039;;&lt;br /&gt;
 Grant replication slave on *.* to &#039;repl_user&#039;@&#039;%&#039;;&lt;br /&gt;
 ALTER USER &#039;repl_user&#039;@&#039;%&#039; IDENTIFIED WITH mysql_native_password BY &#039;Pass@1234&#039;;&lt;br /&gt;
 ##To check the permission of the user run the below command&lt;br /&gt;
  show grants for replica;   &lt;br /&gt;
&lt;br /&gt;
**************************************************************************************************&lt;br /&gt;
&lt;br /&gt;
==Configuration on master server==&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 server-id = 1&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
 default_authentication_plugin=mysql_native_password&lt;br /&gt;
 Save the file :wq!&lt;br /&gt;
 #Again login into mysql:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;br /&gt;
 ##Check master status:&lt;br /&gt;
 mysql&amp;gt; SHOW MASTER STATUS \G&lt;br /&gt;
      File: mysql-bin.000012&lt;br /&gt;
      Position: 418&lt;br /&gt;
      Binlog_Do_DB:&lt;br /&gt;
      Binlog_Ignore_DB:&lt;br /&gt;
      Executed_Gtid_Set: 380ce9d3-6ee0-11ed-a63d-d4f5ef651a4c:1-16&lt;br /&gt;
      1 row in set (0.00 sec)&lt;br /&gt;
&lt;br /&gt;
==Configuration on slave server==&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 #slave server&lt;br /&gt;
 bind-address = 172.18.40.212&lt;br /&gt;
 server-id = 2&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
 ##login into mysql and run the below commands&lt;br /&gt;
 Stop slave;&lt;br /&gt;
 mysql -&amp;gt; CHANGE MASTER TO&lt;br /&gt;
      -&amp;gt; MASTER_HOST=&#039;172.18.40.211&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_USER=&#039;repl_user&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_PASSWORD=&#039;Pass@1234&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_FILE=&#039;mysql-bin.000012&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_POS=418;&lt;br /&gt;
 start slave;&lt;br /&gt;
 mysql&amp;gt; show slave status\G&lt;br /&gt;
               Slave_IO_State: Waiting for source to send event&lt;br /&gt;
                  Master_Host: 172.18.40.211&lt;br /&gt;
                  Master_User: repl_user&lt;br /&gt;
                  Master_Port: 3306&lt;br /&gt;
                Connect_Retry: 60&lt;br /&gt;
              Master_Log_File: mysql-bin.000012&lt;br /&gt;
          Read_Master_Log_Pos: 418&lt;br /&gt;
               Relay_Log_File: TNTSERVER2-relay-bin.000040&lt;br /&gt;
                Relay_Log_Pos: 587&lt;br /&gt;
        Relay_Master_Log_File: mysql-bin.000012&lt;br /&gt;
             Slave_IO_Running: Yes&lt;br /&gt;
            Slave_SQL_Running: Yes&lt;br /&gt;
 &#039;&#039;&#039;Note: Slave_IO_Running and Slave_SQL_Running should show Yes Status&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Not able to login into mysql using mysql -pPass@1234 on both server (&#039;&#039;&#039;Error access denied root@loaclhost : (password using: YES))&#039;&#039;&#039; so to solve this we followed the method of skip- grant-tables==&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 [mysqld]&lt;br /&gt;
 skip-grant-tables&lt;br /&gt;
 systemctl restart mysqld&lt;br /&gt;
 mysql -u root -p&lt;br /&gt;
 ##Flush the privileges, which tells the server to refresh the grant tables and apply your changes, with this command:&lt;br /&gt;
  FLUSH PRIVILEGES;&lt;br /&gt;
 ##Set a new password for the account:&lt;br /&gt;
 ALTER USER &#039;root&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;Pass@12345&#039;;&lt;br /&gt;
 ##Open the my.cnf file you opened in step 1, and remove the line about skip-grant-tables, and save the file.&lt;br /&gt;
 ##Restart the MySQL server again.&lt;br /&gt;
 ##Log in to the root account again:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3350</id>
		<title>Radico-Sitapur-Master-Slave Replication</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3350"/>
		<updated>2022-12-02T12:05:35Z</updated>

		<summary type="html">&lt;p&gt;Alok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Radico-MySQL-Master-Slave-Replication ]]&lt;br /&gt;
&lt;br /&gt;
==Installation of MySQL community server on both the server==&lt;br /&gt;
&lt;br /&gt;
 VPN details&lt;br /&gt;
 Login URL : https://125.21.90.50:6443/userportal/webpages/myaccount/login.jsp#51349&lt;br /&gt;
 User : tetra&lt;br /&gt;
 Pass : Tetra@2211&lt;br /&gt;
&lt;br /&gt;
 Server DetailsS&lt;br /&gt;
 TNT Server1 : 172.18.40.211 (Master Server)&lt;br /&gt;
 TNT Server2 : 172.18.40.212 (Slave Server)&lt;br /&gt;
 Username:root&lt;br /&gt;
 Pass:R@D!C)@a&lt;br /&gt;
&lt;br /&gt;
 Mysql login Details&lt;br /&gt;
 username:root&lt;br /&gt;
 Pass:Pass@12345 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this commands as a Root User&#039;&#039;&#039;&lt;br /&gt;
 vi /etc/yum.repos.d/mysql80-community.repo&lt;br /&gt;
 [mysql80-community]&lt;br /&gt;
 name=MySQL 8.0 Community Server&lt;br /&gt;
 baseurl=http://repo.mysql.com/yum/mysql-8.0-community/el/6/$basearch/&lt;br /&gt;
 enabled=1&lt;br /&gt;
 gpgcheck=0&lt;br /&gt;
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-2022&lt;br /&gt;
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql&lt;br /&gt;
 yum repolist all&lt;br /&gt;
 yum install mysql-community-server&lt;br /&gt;
 setenforce 0&lt;br /&gt;
 vi /etc/sysconfig/selinux                (disabled selinux)&lt;br /&gt;
 systemctl enable mysqld.service&lt;br /&gt;
 systemctl start mysqld.service&lt;br /&gt;
 grep &#039;temporary password&#039; /var/log/mysqld.log&lt;br /&gt;
 mysql_secure_installation (set the password for root mysql)&lt;br /&gt;
 mysql -pPass@1234&lt;br /&gt;
 CREATE USER &#039;root&#039;@&#039;%&#039; IDENTIFIED BY &#039;Pass@1234&#039;; &lt;br /&gt;
 GRANT ALL PRIVILEGES ON *.* TO &#039;root&#039;@&#039;%&#039; WITH GRANT OPTION;&lt;br /&gt;
 ##Run this command only on master server&lt;br /&gt;
 create user &#039;repl_user&#039;@&#039;%&#039; identified by &#039;Pass@1234&#039;;&lt;br /&gt;
 Grant replication slave on *.* to &#039;repl_user&#039;@&#039;%&#039;;&lt;br /&gt;
 ALTER USER &#039;repl_user&#039;@&#039;%&#039; IDENTIFIED WITH mysql_native_password BY &#039;Pass@1234&#039;;&lt;br /&gt;
 ##To check the permission of the user run the below command&lt;br /&gt;
  show grants for replica;   &lt;br /&gt;
&lt;br /&gt;
**************************************************************************************************&lt;br /&gt;
&lt;br /&gt;
==Configuration on master server==&lt;br /&gt;
 server-id = 1&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
 #Again login into mysql:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;br /&gt;
 ##Check master status:&lt;br /&gt;
 mysql&amp;gt; SHOW MASTER STATUS \G&lt;br /&gt;
      File: mysql-bin.000012&lt;br /&gt;
      Position: 418&lt;br /&gt;
      Binlog_Do_DB:&lt;br /&gt;
      Binlog_Ignore_DB:&lt;br /&gt;
      Executed_Gtid_Set: 380ce9d3-6ee0-11ed-a63d-d4f5ef651a4c:1-16&lt;br /&gt;
      1 row in set (0.00 sec)&lt;br /&gt;
&lt;br /&gt;
==Configuration on slave server==&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 #slave server&lt;br /&gt;
 bind-address = 172.18.40.212&lt;br /&gt;
 server-id = 2&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
 ##login into mysql and run the below commands&lt;br /&gt;
 Stop slave;&lt;br /&gt;
 mysql -&amp;gt; CHANGE MASTER TO&lt;br /&gt;
      -&amp;gt; MASTER_HOST=&#039;172.18.40.211&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_USER=&#039;repl_user&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_PASSWORD=&#039;Pass@1234&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_FILE=&#039;mysql-bin.000012&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_POS=418;&lt;br /&gt;
 start slave;&lt;br /&gt;
 mysql&amp;gt; show slave status\G&lt;br /&gt;
               Slave_IO_State: Waiting for source to send event&lt;br /&gt;
                  Master_Host: 172.18.40.211&lt;br /&gt;
                  Master_User: repl_user&lt;br /&gt;
                  Master_Port: 3306&lt;br /&gt;
                Connect_Retry: 60&lt;br /&gt;
              Master_Log_File: mysql-bin.000012&lt;br /&gt;
          Read_Master_Log_Pos: 418&lt;br /&gt;
               Relay_Log_File: TNTSERVER2-relay-bin.000040&lt;br /&gt;
                Relay_Log_Pos: 587&lt;br /&gt;
        Relay_Master_Log_File: mysql-bin.000012&lt;br /&gt;
             Slave_IO_Running: Yes&lt;br /&gt;
            Slave_SQL_Running: Yes&lt;br /&gt;
 &#039;&#039;&#039;Note: Slave_IO_Running and Slave_SQL_Running should show Yes Status&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Not able to login into mysql using mysql -pPass@1234 on both server (&#039;&#039;&#039;Error access denied root@loaclhost : (password using: YES))&#039;&#039;&#039; so to solve this we followed the method of skip- grant-tables==&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 [mysqld]&lt;br /&gt;
 skip-grant-tables&lt;br /&gt;
 systemctl restart mysqld&lt;br /&gt;
 mysql -u root -p&lt;br /&gt;
 ##Flush the privileges, which tells the server to refresh the grant tables and apply your changes, with this command:&lt;br /&gt;
  FLUSH PRIVILEGES;&lt;br /&gt;
 ##Set a new password for the account:&lt;br /&gt;
 ALTER USER &#039;root&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;Pass@12345&#039;;&lt;br /&gt;
 ##Open the my.cnf file you opened in step 1, and remove the line about skip-grant-tables, and save the file.&lt;br /&gt;
 ##Restart the MySQL server again.&lt;br /&gt;
 ##Log in to the root account again:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3349</id>
		<title>Radico-Sitapur-Master-Slave Replication</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3349"/>
		<updated>2022-12-02T12:04:45Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* Configuration on master server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Radico-Master-Slave-Replication ]]&lt;br /&gt;
&lt;br /&gt;
==Installation of MySQL community server on both the server==&lt;br /&gt;
&lt;br /&gt;
 VPN details&lt;br /&gt;
 Login URL : https://125.21.90.50:6443/userportal/webpages/myaccount/login.jsp#51349&lt;br /&gt;
 User : tetra&lt;br /&gt;
 Pass : Tetra@2211&lt;br /&gt;
&lt;br /&gt;
 Server DetailsS&lt;br /&gt;
 TNT Server1 : 172.18.40.211 (Master Server)&lt;br /&gt;
 TNT Server2 : 172.18.40.212 (Slave Server)&lt;br /&gt;
 Username:root&lt;br /&gt;
 Pass:R@D!C)@a&lt;br /&gt;
&lt;br /&gt;
 Mysql login Details&lt;br /&gt;
 username:root&lt;br /&gt;
 Pass:Pass@12345 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this commands as a Root User&#039;&#039;&#039;&lt;br /&gt;
 vi /etc/yum.repos.d/mysql80-community.repo&lt;br /&gt;
 [mysql80-community]&lt;br /&gt;
 name=MySQL 8.0 Community Server&lt;br /&gt;
 baseurl=http://repo.mysql.com/yum/mysql-8.0-community/el/6/$basearch/&lt;br /&gt;
 enabled=1&lt;br /&gt;
 gpgcheck=0&lt;br /&gt;
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-2022&lt;br /&gt;
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql&lt;br /&gt;
 yum repolist all&lt;br /&gt;
 yum install mysql-community-server&lt;br /&gt;
 setenforce 0&lt;br /&gt;
 vi /etc/sysconfig/selinux                (disabled selinux)&lt;br /&gt;
 systemctl enable mysqld.service&lt;br /&gt;
 systemctl start mysqld.service&lt;br /&gt;
 grep &#039;temporary password&#039; /var/log/mysqld.log&lt;br /&gt;
 mysql_secure_installation (set the password for root mysql)&lt;br /&gt;
 mysql -pPass@1234&lt;br /&gt;
 CREATE USER &#039;root&#039;@&#039;%&#039; IDENTIFIED BY &#039;Pass@1234&#039;; &lt;br /&gt;
 GRANT ALL PRIVILEGES ON *.* TO &#039;root&#039;@&#039;%&#039; WITH GRANT OPTION;&lt;br /&gt;
 ##Run this command only on master server&lt;br /&gt;
 create user &#039;repl_user&#039;@&#039;%&#039; identified by &#039;Pass@1234&#039;;&lt;br /&gt;
 Grant replication slave on *.* to &#039;repl_user&#039;@&#039;%&#039;;&lt;br /&gt;
 ALTER USER &#039;repl_user&#039;@&#039;%&#039; IDENTIFIED WITH mysql_native_password BY &#039;Pass@1234&#039;;&lt;br /&gt;
 ##To check the permission of the user run the below command&lt;br /&gt;
  show grants for replica;   &lt;br /&gt;
&lt;br /&gt;
**************************************************************************************************&lt;br /&gt;
&lt;br /&gt;
==Configuration on master server==&lt;br /&gt;
 server-id = 1&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
 #Again login into mysql:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;br /&gt;
 ##Check master status:&lt;br /&gt;
 mysql&amp;gt; SHOW MASTER STATUS \G&lt;br /&gt;
      File: mysql-bin.000012&lt;br /&gt;
      Position: 418&lt;br /&gt;
      Binlog_Do_DB:&lt;br /&gt;
      Binlog_Ignore_DB:&lt;br /&gt;
      Executed_Gtid_Set: 380ce9d3-6ee0-11ed-a63d-d4f5ef651a4c:1-16&lt;br /&gt;
      1 row in set (0.00 sec)&lt;br /&gt;
&lt;br /&gt;
==Configuration on slave server==&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 #slave server&lt;br /&gt;
 bind-address = 172.18.40.212&lt;br /&gt;
 server-id = 2&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
 ##login into mysql and run the below commands&lt;br /&gt;
 Stop slave;&lt;br /&gt;
 mysql -&amp;gt; CHANGE MASTER TO&lt;br /&gt;
      -&amp;gt; MASTER_HOST=&#039;172.18.40.211&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_USER=&#039;repl_user&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_PASSWORD=&#039;Pass@1234&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_FILE=&#039;mysql-bin.000012&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_POS=418;&lt;br /&gt;
 start slave;&lt;br /&gt;
 mysql&amp;gt; show slave status\G&lt;br /&gt;
               Slave_IO_State: Waiting for source to send event&lt;br /&gt;
                  Master_Host: 172.18.40.211&lt;br /&gt;
                  Master_User: repl_user&lt;br /&gt;
                  Master_Port: 3306&lt;br /&gt;
                Connect_Retry: 60&lt;br /&gt;
              Master_Log_File: mysql-bin.000012&lt;br /&gt;
          Read_Master_Log_Pos: 418&lt;br /&gt;
               Relay_Log_File: TNTSERVER2-relay-bin.000040&lt;br /&gt;
                Relay_Log_Pos: 587&lt;br /&gt;
        Relay_Master_Log_File: mysql-bin.000012&lt;br /&gt;
             Slave_IO_Running: Yes&lt;br /&gt;
            Slave_SQL_Running: Yes&lt;br /&gt;
 &#039;&#039;&#039;Note: Slave_IO_Running and Slave_SQL_Running should show Yes Status&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Not able to login into mysql using mysql -pPass@1234 on both server (&#039;&#039;&#039;Error access denied root@loaclhost : (password using: YES))&#039;&#039;&#039; so to solve this we followed the method of skip- grant-tables==&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 [mysqld]&lt;br /&gt;
 skip-grant-tables&lt;br /&gt;
 systemctl restart mysqld&lt;br /&gt;
 mysql -u root -p&lt;br /&gt;
 ##Flush the privileges, which tells the server to refresh the grant tables and apply your changes, with this command:&lt;br /&gt;
  FLUSH PRIVILEGES;&lt;br /&gt;
 ##Set a new password for the account:&lt;br /&gt;
 ALTER USER &#039;root&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;Pass@12345&#039;;&lt;br /&gt;
 ##Open the my.cnf file you opened in step 1, and remove the line about skip-grant-tables, and save the file.&lt;br /&gt;
 ##Restart the MySQL server again.&lt;br /&gt;
 ##Log in to the root account again:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3348</id>
		<title>Radico-Sitapur-Master-Slave Replication</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3348"/>
		<updated>2022-12-02T12:02:06Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* Installation of MySQL community server on both the server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Radico-Master-Slave-Replication ]]&lt;br /&gt;
&lt;br /&gt;
==Installation of MySQL community server on both the server==&lt;br /&gt;
&lt;br /&gt;
 VPN details&lt;br /&gt;
 Login URL : https://125.21.90.50:6443/userportal/webpages/myaccount/login.jsp#51349&lt;br /&gt;
 User : tetra&lt;br /&gt;
 Pass : Tetra@2211&lt;br /&gt;
&lt;br /&gt;
 Server DetailsS&lt;br /&gt;
 TNT Server1 : 172.18.40.211 (Master Server)&lt;br /&gt;
 TNT Server2 : 172.18.40.212 (Slave Server)&lt;br /&gt;
 Username:root&lt;br /&gt;
 Pass:R@D!C)@a&lt;br /&gt;
&lt;br /&gt;
 Mysql login Details&lt;br /&gt;
 username:root&lt;br /&gt;
 Pass:Pass@12345 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this commands as a Root User&#039;&#039;&#039;&lt;br /&gt;
 vi /etc/yum.repos.d/mysql80-community.repo&lt;br /&gt;
 [mysql80-community]&lt;br /&gt;
 name=MySQL 8.0 Community Server&lt;br /&gt;
 baseurl=http://repo.mysql.com/yum/mysql-8.0-community/el/6/$basearch/&lt;br /&gt;
 enabled=1&lt;br /&gt;
 gpgcheck=0&lt;br /&gt;
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-2022&lt;br /&gt;
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql&lt;br /&gt;
 yum repolist all&lt;br /&gt;
 yum install mysql-community-server&lt;br /&gt;
 setenforce 0&lt;br /&gt;
 vi /etc/sysconfig/selinux                (disabled selinux)&lt;br /&gt;
 systemctl enable mysqld.service&lt;br /&gt;
 systemctl start mysqld.service&lt;br /&gt;
 grep &#039;temporary password&#039; /var/log/mysqld.log&lt;br /&gt;
 mysql_secure_installation (set the password for root mysql)&lt;br /&gt;
 mysql -pPass@1234&lt;br /&gt;
 CREATE USER &#039;root&#039;@&#039;%&#039; IDENTIFIED BY &#039;Pass@1234&#039;; &lt;br /&gt;
 GRANT ALL PRIVILEGES ON *.* TO &#039;root&#039;@&#039;%&#039; WITH GRANT OPTION;&lt;br /&gt;
 ##Run this command only on master server&lt;br /&gt;
 create user &#039;repl_user&#039;@&#039;%&#039; identified by &#039;Pass@1234&#039;;&lt;br /&gt;
 Grant replication slave on *.* to &#039;repl_user&#039;@&#039;%&#039;;&lt;br /&gt;
 ALTER USER &#039;repl_user&#039;@&#039;%&#039; IDENTIFIED WITH mysql_native_password BY &#039;Pass@1234&#039;;&lt;br /&gt;
 ##To check the permission of the user run the below command&lt;br /&gt;
  show grants for replica;   &lt;br /&gt;
&lt;br /&gt;
**************************************************************************************************&lt;br /&gt;
&lt;br /&gt;
==Configuration on master server==&lt;br /&gt;
 server-id = 1&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
 #Again login into mysql:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;br /&gt;
 ##Check master status:&lt;br /&gt;
 mysql&amp;gt; SHOW MASTER STATUS \G&lt;br /&gt;
******************************************************&lt;br /&gt;
             File: mysql-bin.000012&lt;br /&gt;
         Position: 418&lt;br /&gt;
      Binlog_Do_DB:&lt;br /&gt;
   Binlog_Ignore_DB:&lt;br /&gt;
 Executed_Gtid_Set: 380ce9d3-6ee0-11ed-a63d-d4f5ef651a4c:1-16&lt;br /&gt;
  1 row in set (0.00 sec)&lt;br /&gt;
&lt;br /&gt;
==Configuration on slave server==&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 #slave server&lt;br /&gt;
 bind-address = 172.18.40.212&lt;br /&gt;
 server-id = 2&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
 ##login into mysql and run the below commands&lt;br /&gt;
 Stop slave;&lt;br /&gt;
 mysql -&amp;gt; CHANGE MASTER TO&lt;br /&gt;
      -&amp;gt; MASTER_HOST=&#039;172.18.40.211&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_USER=&#039;repl_user&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_PASSWORD=&#039;Pass@1234&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_FILE=&#039;mysql-bin.000012&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_POS=418;&lt;br /&gt;
 start slave;&lt;br /&gt;
 mysql&amp;gt; show slave status\G&lt;br /&gt;
               Slave_IO_State: Waiting for source to send event&lt;br /&gt;
                  Master_Host: 172.18.40.211&lt;br /&gt;
                  Master_User: repl_user&lt;br /&gt;
                  Master_Port: 3306&lt;br /&gt;
                Connect_Retry: 60&lt;br /&gt;
              Master_Log_File: mysql-bin.000012&lt;br /&gt;
          Read_Master_Log_Pos: 418&lt;br /&gt;
               Relay_Log_File: TNTSERVER2-relay-bin.000040&lt;br /&gt;
                Relay_Log_Pos: 587&lt;br /&gt;
        Relay_Master_Log_File: mysql-bin.000012&lt;br /&gt;
             Slave_IO_Running: Yes&lt;br /&gt;
            Slave_SQL_Running: Yes&lt;br /&gt;
 &#039;&#039;&#039;Note: Slave_IO_Running and Slave_SQL_Running should show Yes Status&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Not able to login into mysql using mysql -pPass@1234 on both server (&#039;&#039;&#039;Error access denied root@loaclhost : (password using: YES))&#039;&#039;&#039; so to solve this we followed the method of skip- grant-tables==&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 [mysqld]&lt;br /&gt;
 skip-grant-tables&lt;br /&gt;
 systemctl restart mysqld&lt;br /&gt;
 mysql -u root -p&lt;br /&gt;
 ##Flush the privileges, which tells the server to refresh the grant tables and apply your changes, with this command:&lt;br /&gt;
  FLUSH PRIVILEGES;&lt;br /&gt;
 ##Set a new password for the account:&lt;br /&gt;
 ALTER USER &#039;root&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;Pass@12345&#039;;&lt;br /&gt;
 ##Open the my.cnf file you opened in step 1, and remove the line about skip-grant-tables, and save the file.&lt;br /&gt;
 ##Restart the MySQL server again.&lt;br /&gt;
 ##Log in to the root account again:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3347</id>
		<title>Radico-Sitapur-Master-Slave Replication</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3347"/>
		<updated>2022-12-02T12:01:18Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* Installation of MySQL community server on both the server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Radico-Master-Slave-Replication ]]&lt;br /&gt;
&lt;br /&gt;
==Installation of MySQL community server on both the server==&lt;br /&gt;
&lt;br /&gt;
 VPN details&lt;br /&gt;
 Login URL : https://125.21.90.50:6443/userportal/webpages/myaccount/login.jsp#51349&lt;br /&gt;
&lt;br /&gt;
 User : tetra&lt;br /&gt;
 Pass : Tetra@2211&lt;br /&gt;
&lt;br /&gt;
 Server DetailsS&lt;br /&gt;
 TNT Server1 : 172.18.40.211 (Master Server)&lt;br /&gt;
 TNT Server2 : 172.18.40.212 (Slave Server)&lt;br /&gt;
 Username:root&lt;br /&gt;
 Pass:R@D!C)@a&lt;br /&gt;
&lt;br /&gt;
 Mysql login Details&lt;br /&gt;
 username:root&lt;br /&gt;
 Pass:Pass@12345 &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this commands as a Root User&#039;&#039;&#039;&lt;br /&gt;
 vi /etc/yum.repos.d/mysql80-community.repo&lt;br /&gt;
 [mysql80-community]&lt;br /&gt;
 name=MySQL 8.0 Community Server&lt;br /&gt;
 baseurl=http://repo.mysql.com/yum/mysql-8.0-community/el/6/$basearch/&lt;br /&gt;
 enabled=1&lt;br /&gt;
 gpgcheck=0&lt;br /&gt;
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-2022&lt;br /&gt;
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql&lt;br /&gt;
 yum repolist all&lt;br /&gt;
 yum install mysql-community-server&lt;br /&gt;
 setenforce 0&lt;br /&gt;
 vi /etc/sysconfig/selinux                (disabled selinux)&lt;br /&gt;
 systemctl enable mysqld.service&lt;br /&gt;
 systemctl start mysqld.service&lt;br /&gt;
 grep &#039;temporary password&#039; /var/log/mysqld.log&lt;br /&gt;
 mysql_secure_installation (set the password for root mysql)&lt;br /&gt;
 mysql -pPass@1234&lt;br /&gt;
 CREATE USER &#039;root&#039;@&#039;%&#039; IDENTIFIED BY &#039;Pass@1234&#039;; &lt;br /&gt;
 GRANT ALL PRIVILEGES ON *.* TO &#039;root&#039;@&#039;%&#039; WITH GRANT OPTION;&lt;br /&gt;
 ##Run this command only on master server&lt;br /&gt;
 create user &#039;repl_user&#039;@&#039;%&#039; identified by &#039;Pass@1234&#039;;&lt;br /&gt;
 Grant replication slave on *.* to &#039;repl_user&#039;@&#039;%&#039;;&lt;br /&gt;
 ALTER USER &#039;repl_user&#039;@&#039;%&#039; IDENTIFIED WITH mysql_native_password BY &#039;Pass@1234&#039;;&lt;br /&gt;
 ##To check the permission of the user run the below command&lt;br /&gt;
  show grants for replica;   &lt;br /&gt;
&lt;br /&gt;
**************************************************************************************************&lt;br /&gt;
&lt;br /&gt;
==Configuration on master server==&lt;br /&gt;
 server-id = 1&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
 #Again login into mysql:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;br /&gt;
 ##Check master status:&lt;br /&gt;
 mysql&amp;gt; SHOW MASTER STATUS \G&lt;br /&gt;
******************************************************&lt;br /&gt;
             File: mysql-bin.000012&lt;br /&gt;
         Position: 418&lt;br /&gt;
      Binlog_Do_DB:&lt;br /&gt;
   Binlog_Ignore_DB:&lt;br /&gt;
 Executed_Gtid_Set: 380ce9d3-6ee0-11ed-a63d-d4f5ef651a4c:1-16&lt;br /&gt;
  1 row in set (0.00 sec)&lt;br /&gt;
&lt;br /&gt;
==Configuration on slave server==&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 #slave server&lt;br /&gt;
 bind-address = 172.18.40.212&lt;br /&gt;
 server-id = 2&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
 ##login into mysql and run the below commands&lt;br /&gt;
 Stop slave;&lt;br /&gt;
 mysql -&amp;gt; CHANGE MASTER TO&lt;br /&gt;
      -&amp;gt; MASTER_HOST=&#039;172.18.40.211&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_USER=&#039;repl_user&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_PASSWORD=&#039;Pass@1234&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_FILE=&#039;mysql-bin.000012&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_POS=418;&lt;br /&gt;
 start slave;&lt;br /&gt;
 mysql&amp;gt; show slave status\G&lt;br /&gt;
               Slave_IO_State: Waiting for source to send event&lt;br /&gt;
                  Master_Host: 172.18.40.211&lt;br /&gt;
                  Master_User: repl_user&lt;br /&gt;
                  Master_Port: 3306&lt;br /&gt;
                Connect_Retry: 60&lt;br /&gt;
              Master_Log_File: mysql-bin.000012&lt;br /&gt;
          Read_Master_Log_Pos: 418&lt;br /&gt;
               Relay_Log_File: TNTSERVER2-relay-bin.000040&lt;br /&gt;
                Relay_Log_Pos: 587&lt;br /&gt;
        Relay_Master_Log_File: mysql-bin.000012&lt;br /&gt;
             Slave_IO_Running: Yes&lt;br /&gt;
            Slave_SQL_Running: Yes&lt;br /&gt;
 &#039;&#039;&#039;Note: Slave_IO_Running and Slave_SQL_Running should show Yes Status&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Not able to login into mysql using mysql -pPass@1234 on both server (&#039;&#039;&#039;Error access denied root@loaclhost : (password using: YES))&#039;&#039;&#039; so to solve this we followed the method of skip- grant-tables==&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 [mysqld]&lt;br /&gt;
 skip-grant-tables&lt;br /&gt;
 systemctl restart mysqld&lt;br /&gt;
 mysql -u root -p&lt;br /&gt;
 ##Flush the privileges, which tells the server to refresh the grant tables and apply your changes, with this command:&lt;br /&gt;
  FLUSH PRIVILEGES;&lt;br /&gt;
 ##Set a new password for the account:&lt;br /&gt;
 ALTER USER &#039;root&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;Pass@12345&#039;;&lt;br /&gt;
 ##Open the my.cnf file you opened in step 1, and remove the line about skip-grant-tables, and save the file.&lt;br /&gt;
 ##Restart the MySQL server again.&lt;br /&gt;
 ##Log in to the root account again:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3346</id>
		<title>Radico-Sitapur-Master-Slave Replication</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3346"/>
		<updated>2022-12-02T11:59:25Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* Configuration on master server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Radico-Master-Slave-Replication ]]&lt;br /&gt;
&lt;br /&gt;
==Installation of MySQL community server on both the server==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this commands as a Root User&#039;&#039;&#039;&lt;br /&gt;
 vi /etc/yum.repos.d/mysql80-community.repo&lt;br /&gt;
 [mysql80-community]&lt;br /&gt;
 name=MySQL 8.0 Community Server&lt;br /&gt;
 baseurl=http://repo.mysql.com/yum/mysql-8.0-community/el/6/$basearch/&lt;br /&gt;
 enabled=1&lt;br /&gt;
 gpgcheck=0&lt;br /&gt;
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-2022&lt;br /&gt;
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql&lt;br /&gt;
 yum repolist all&lt;br /&gt;
 yum install mysql-community-server&lt;br /&gt;
 setenforce 0&lt;br /&gt;
 vi /etc/sysconfig/selinux                (disabled selinux)&lt;br /&gt;
 systemctl enable mysqld.service&lt;br /&gt;
 systemctl start mysqld.service&lt;br /&gt;
 grep &#039;temporary password&#039; /var/log/mysqld.log&lt;br /&gt;
 mysql_secure_installation (set the password for root mysql)&lt;br /&gt;
 mysql -pPass@1234&lt;br /&gt;
 CREATE USER &#039;root&#039;@&#039;%&#039; IDENTIFIED BY &#039;Pass@1234&#039;; &lt;br /&gt;
 GRANT ALL PRIVILEGES ON *.* TO &#039;root&#039;@&#039;%&#039; WITH GRANT OPTION;&lt;br /&gt;
 ##Run this command only on master server&lt;br /&gt;
 create user &#039;repl_user&#039;@&#039;%&#039; identified by &#039;Pass@1234&#039;;&lt;br /&gt;
 Grant replication slave on *.* to &#039;repl_user&#039;@&#039;%&#039;;&lt;br /&gt;
 ALTER USER &#039;repl_user&#039;@&#039;%&#039; IDENTIFIED WITH mysql_native_password BY &#039;Pass@1234&#039;;&lt;br /&gt;
 ##To check the permission of the user run the below command&lt;br /&gt;
  show grants for replica;   &lt;br /&gt;
&lt;br /&gt;
**************************************************************************************************&lt;br /&gt;
&lt;br /&gt;
==Configuration on master server==&lt;br /&gt;
 server-id = 1&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
 #Again login into mysql:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;br /&gt;
 ##Check master status:&lt;br /&gt;
 mysql&amp;gt; SHOW MASTER STATUS \G&lt;br /&gt;
******************************************************&lt;br /&gt;
             File: mysql-bin.000012&lt;br /&gt;
         Position: 418&lt;br /&gt;
      Binlog_Do_DB:&lt;br /&gt;
   Binlog_Ignore_DB:&lt;br /&gt;
 Executed_Gtid_Set: 380ce9d3-6ee0-11ed-a63d-d4f5ef651a4c:1-16&lt;br /&gt;
  1 row in set (0.00 sec)&lt;br /&gt;
&lt;br /&gt;
==Configuration on slave server==&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 #slave server&lt;br /&gt;
 bind-address = 172.18.40.212&lt;br /&gt;
 server-id = 2&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
 ##login into mysql and run the below commands&lt;br /&gt;
 Stop slave;&lt;br /&gt;
 mysql -&amp;gt; CHANGE MASTER TO&lt;br /&gt;
      -&amp;gt; MASTER_HOST=&#039;172.18.40.211&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_USER=&#039;repl_user&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_PASSWORD=&#039;Pass@1234&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_FILE=&#039;mysql-bin.000012&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_POS=418;&lt;br /&gt;
 start slave;&lt;br /&gt;
 mysql&amp;gt; show slave status\G&lt;br /&gt;
               Slave_IO_State: Waiting for source to send event&lt;br /&gt;
                  Master_Host: 172.18.40.211&lt;br /&gt;
                  Master_User: repl_user&lt;br /&gt;
                  Master_Port: 3306&lt;br /&gt;
                Connect_Retry: 60&lt;br /&gt;
              Master_Log_File: mysql-bin.000012&lt;br /&gt;
          Read_Master_Log_Pos: 418&lt;br /&gt;
               Relay_Log_File: TNTSERVER2-relay-bin.000040&lt;br /&gt;
                Relay_Log_Pos: 587&lt;br /&gt;
        Relay_Master_Log_File: mysql-bin.000012&lt;br /&gt;
             Slave_IO_Running: Yes&lt;br /&gt;
            Slave_SQL_Running: Yes&lt;br /&gt;
 &#039;&#039;&#039;Note: Slave_IO_Running and Slave_SQL_Running should show Yes Status&lt;br /&gt;
&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Not able to login into mysql using mysql -pPass@1234 on both server (&#039;&#039;&#039;Error access denied root@loaclhost : (password using: YES))&#039;&#039;&#039; so to solve this we followed the method of skip- grant-tables==&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 [mysqld]&lt;br /&gt;
 skip-grant-tables&lt;br /&gt;
 systemctl restart mysqld&lt;br /&gt;
 mysql -u root -p&lt;br /&gt;
 ##Flush the privileges, which tells the server to refresh the grant tables and apply your changes, with this command:&lt;br /&gt;
  FLUSH PRIVILEGES;&lt;br /&gt;
 ##Set a new password for the account:&lt;br /&gt;
 ALTER USER &#039;root&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;Pass@12345&#039;;&lt;br /&gt;
 ##Open the my.cnf file you opened in step 1, and remove the line about skip-grant-tables, and save the file.&lt;br /&gt;
 ##Restart the MySQL server again.&lt;br /&gt;
 ##Log in to the root account again:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3345</id>
		<title>Radico-Sitapur-Master-Slave Replication</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3345"/>
		<updated>2022-12-02T11:57:30Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* Installation of MySQL community server on both the server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Radico-Master-Slave-Replication ]]&lt;br /&gt;
&lt;br /&gt;
==Installation of MySQL community server on both the server==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this commands as a Root User&#039;&#039;&#039;&lt;br /&gt;
 vi /etc/yum.repos.d/mysql80-community.repo&lt;br /&gt;
 [mysql80-community]&lt;br /&gt;
 name=MySQL 8.0 Community Server&lt;br /&gt;
 baseurl=http://repo.mysql.com/yum/mysql-8.0-community/el/6/$basearch/&lt;br /&gt;
 enabled=1&lt;br /&gt;
 gpgcheck=0&lt;br /&gt;
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-2022&lt;br /&gt;
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql&lt;br /&gt;
 yum repolist all&lt;br /&gt;
 yum install mysql-community-server&lt;br /&gt;
 setenforce 0&lt;br /&gt;
 vi /etc/sysconfig/selinux                (disabled selinux)&lt;br /&gt;
 systemctl enable mysqld.service&lt;br /&gt;
 systemctl start mysqld.service&lt;br /&gt;
 grep &#039;temporary password&#039; /var/log/mysqld.log&lt;br /&gt;
 mysql_secure_installation (set the password for root mysql)&lt;br /&gt;
 mysql -pPass@1234&lt;br /&gt;
 CREATE USER &#039;root&#039;@&#039;%&#039; IDENTIFIED BY &#039;Pass@1234&#039;; &lt;br /&gt;
 GRANT ALL PRIVILEGES ON *.* TO &#039;root&#039;@&#039;%&#039; WITH GRANT OPTION;&lt;br /&gt;
 ##Run this command only on master server&lt;br /&gt;
 create user &#039;repl_user&#039;@&#039;%&#039; identified by &#039;Pass@1234&#039;;&lt;br /&gt;
 Grant replication slave on *.* to &#039;repl_user&#039;@&#039;%&#039;;&lt;br /&gt;
 ALTER USER &#039;repl_user&#039;@&#039;%&#039; IDENTIFIED WITH mysql_native_password BY &#039;Pass@1234&#039;;&lt;br /&gt;
 ##To check the permission of the user run the below command&lt;br /&gt;
  show grants for replica;   &lt;br /&gt;
&lt;br /&gt;
**************************************************************************************************&lt;br /&gt;
&lt;br /&gt;
==Configuration on master server==&lt;br /&gt;
 server-id = 1&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
 #Again login into mysql:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;br /&gt;
 ##Check master status:&lt;br /&gt;
 mysql&amp;gt; SHOW MASTER STATUS \G&lt;br /&gt;
&lt;br /&gt;
*************************** 1. row ***************************&lt;br /&gt;
             File: mysql-bin.000012&lt;br /&gt;
         Position: 418&lt;br /&gt;
      Binlog_Do_DB:&lt;br /&gt;
   Binlog_Ignore_DB:&lt;br /&gt;
 Executed_Gtid_Set: 380ce9d3-6ee0-11ed-a63d-d4f5ef651a4c:1-16&lt;br /&gt;
  1 row in set (0.00 sec)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;configuration on slave server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 #slave server&lt;br /&gt;
 bind-address = 172.18.40.212&lt;br /&gt;
 server-id = 2&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
&lt;br /&gt;
 ##login into mysql and run the below commands&lt;br /&gt;
&lt;br /&gt;
 Stop slave;&lt;br /&gt;
&lt;br /&gt;
 mysql -&amp;gt; CHANGE MASTER TO&lt;br /&gt;
      -&amp;gt; MASTER_HOST=&#039;172.18.40.211&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_USER=&#039;repl_user&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_PASSWORD=&#039;Pass@1234&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_FILE=&#039;mysql-bin.000012&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_POS=418;&lt;br /&gt;
&lt;br /&gt;
 start slave;&lt;br /&gt;
&lt;br /&gt;
 mysql&amp;gt; show slave status\G&lt;br /&gt;
               Slave_IO_State: Waiting for source to send event&lt;br /&gt;
                  Master_Host: 172.18.40.211&lt;br /&gt;
                  Master_User: repl_user&lt;br /&gt;
                  Master_Port: 3306&lt;br /&gt;
                Connect_Retry: 60&lt;br /&gt;
              Master_Log_File: mysql-bin.000012&lt;br /&gt;
          Read_Master_Log_Pos: 418&lt;br /&gt;
               Relay_Log_File: TNTSERVER2-relay-bin.000040&lt;br /&gt;
                Relay_Log_Pos: 587&lt;br /&gt;
        Relay_Master_Log_File: mysql-bin.000012&lt;br /&gt;
             Slave_IO_Running: Yes&lt;br /&gt;
            Slave_SQL_Running: Yes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Note: Slave_IO_Running and Slave_SQL_Running should show Yes Status&lt;br /&gt;
&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3344</id>
		<title>Radico-Sitapur-Master-Slave Replication</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3344"/>
		<updated>2022-12-02T11:56:42Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* Installation of MySQL community server on both the server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Radico-Master-Slave-Replication ]]&lt;br /&gt;
&lt;br /&gt;
==Installation of MySQL community server on both the server==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this commands as a Root User&#039;&#039;&#039;&lt;br /&gt;
 vi /etc/yum.repos.d/mysql80-community.repo&lt;br /&gt;
 [mysql80-community]&lt;br /&gt;
 name=MySQL 8.0 Community Server&lt;br /&gt;
 baseurl=http://repo.mysql.com/yum/mysql-8.0-community/el/6/$basearch/&lt;br /&gt;
 enabled=1&lt;br /&gt;
 gpgcheck=0&lt;br /&gt;
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-2022&lt;br /&gt;
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql&lt;br /&gt;
 yum repolist all&lt;br /&gt;
 yum install mysql-community-server&lt;br /&gt;
 setenforce 0&lt;br /&gt;
 vi /etc/sysconfig/selinux                (disabled selinux)&lt;br /&gt;
 systemctl enable mysqld.service&lt;br /&gt;
 systemctl start mysqld.service&lt;br /&gt;
 grep &#039;temporary password&#039; /var/log/mysqld.log&lt;br /&gt;
 mysql_secure_installation (set the password for root mysql)&lt;br /&gt;
 mysql -pPass@1234&lt;br /&gt;
 CREATE USER &#039;root&#039;@&#039;%&#039; IDENTIFIED BY &#039;Pass@1234&#039;; &lt;br /&gt;
 GRANT ALL PRIVILEGES ON *.* TO &#039;root&#039;@&#039;%&#039; WITH GRANT OPTION;&lt;br /&gt;
 ##Run this command only on master server&lt;br /&gt;
 create user &#039;repl_user&#039;@&#039;%&#039; identified by &#039;Pass@1234&#039;;&lt;br /&gt;
 Grant replication slave on *.* to &#039;repl_user&#039;@&#039;%&#039;;&lt;br /&gt;
 ALTER USER &#039;repl_user&#039;@&#039;%&#039; IDENTIFIED WITH mysql_native_password BY &#039;Pass@1234&#039;;&lt;br /&gt;
 ##To check the permission of the user run the below command&lt;br /&gt;
  show grants for replica;   &lt;br /&gt;
**********************************************************************************&lt;br /&gt;
&#039;&#039;&#039;Not able to login into mysql using mysql -pPass@1234 on both server (error access denied root@loaclhost : (password using: YES)) so to solve this we followed the method of skip- grant-tables.&#039;&#039;&#039;&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 [mysqld]&lt;br /&gt;
 skip-grant-tables&lt;br /&gt;
 systemctl restart mysqld&lt;br /&gt;
 mysql -u root -p&lt;br /&gt;
 ##Flush the privileges, which tells the server to refresh the grant tables and apply your changes, with this command:&lt;br /&gt;
  FLUSH PRIVILEGES;&lt;br /&gt;
 ##Set a new password for the account:&lt;br /&gt;
 ALTER USER &#039;root&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;Pass@12345&#039;;&lt;br /&gt;
 ##Open the my.cnf file you opened in step 1, and remove the line about skip-grant-tables, and save the file.&lt;br /&gt;
 ##Restart the MySQL server again.&lt;br /&gt;
 ##Log in to the root account again:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;br /&gt;
**************************************************************************************************&lt;br /&gt;
&lt;br /&gt;
==Configuration on master server==&lt;br /&gt;
 server-id = 1&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
 #Again login into mysql:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;br /&gt;
 ##Check master status:&lt;br /&gt;
 mysql&amp;gt; SHOW MASTER STATUS \G&lt;br /&gt;
&lt;br /&gt;
*************************** 1. row ***************************&lt;br /&gt;
             File: mysql-bin.000012&lt;br /&gt;
         Position: 418&lt;br /&gt;
      Binlog_Do_DB:&lt;br /&gt;
   Binlog_Ignore_DB:&lt;br /&gt;
 Executed_Gtid_Set: 380ce9d3-6ee0-11ed-a63d-d4f5ef651a4c:1-16&lt;br /&gt;
  1 row in set (0.00 sec)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;configuration on slave server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 #slave server&lt;br /&gt;
 bind-address = 172.18.40.212&lt;br /&gt;
 server-id = 2&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
&lt;br /&gt;
 ##login into mysql and run the below commands&lt;br /&gt;
&lt;br /&gt;
 Stop slave;&lt;br /&gt;
&lt;br /&gt;
 mysql -&amp;gt; CHANGE MASTER TO&lt;br /&gt;
      -&amp;gt; MASTER_HOST=&#039;172.18.40.211&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_USER=&#039;repl_user&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_PASSWORD=&#039;Pass@1234&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_FILE=&#039;mysql-bin.000012&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_POS=418;&lt;br /&gt;
&lt;br /&gt;
 start slave;&lt;br /&gt;
&lt;br /&gt;
 mysql&amp;gt; show slave status\G&lt;br /&gt;
               Slave_IO_State: Waiting for source to send event&lt;br /&gt;
                  Master_Host: 172.18.40.211&lt;br /&gt;
                  Master_User: repl_user&lt;br /&gt;
                  Master_Port: 3306&lt;br /&gt;
                Connect_Retry: 60&lt;br /&gt;
              Master_Log_File: mysql-bin.000012&lt;br /&gt;
          Read_Master_Log_Pos: 418&lt;br /&gt;
               Relay_Log_File: TNTSERVER2-relay-bin.000040&lt;br /&gt;
                Relay_Log_Pos: 587&lt;br /&gt;
        Relay_Master_Log_File: mysql-bin.000012&lt;br /&gt;
             Slave_IO_Running: Yes&lt;br /&gt;
            Slave_SQL_Running: Yes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Note: Slave_IO_Running and Slave_SQL_Running should show Yes Status&lt;br /&gt;
&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3343</id>
		<title>Radico-Sitapur-Master-Slave Replication</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3343"/>
		<updated>2022-12-02T11:55:18Z</updated>

		<summary type="html">&lt;p&gt;Alok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Radico-Master-Slave-Replication ]]&lt;br /&gt;
&lt;br /&gt;
==Installation of MySQL community server on both the server==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this commands as a Root User&#039;&#039;&#039;&lt;br /&gt;
 vi /etc/yum.repos.d/mysql80-community.repo&lt;br /&gt;
 [mysql80-community]&lt;br /&gt;
 name=MySQL 8.0 Community Server&lt;br /&gt;
 baseurl=http://repo.mysql.com/yum/mysql-8.0-community/el/6/$basearch/&lt;br /&gt;
 enabled=1&lt;br /&gt;
 gpgcheck=0&lt;br /&gt;
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-2022&lt;br /&gt;
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql&lt;br /&gt;
 yum repolist all&lt;br /&gt;
 yum install mysql-community-server&lt;br /&gt;
 setenforce 0&lt;br /&gt;
 vi /etc/sysconfig/selinux                (disabled selinux)&lt;br /&gt;
 systemctl enable mysqld.service&lt;br /&gt;
 systemctl start mysqld.service&lt;br /&gt;
 grep &#039;temporary password&#039; /var/log/mysqld.log&lt;br /&gt;
 mysql_secure_installation (set the password for root mysql)&lt;br /&gt;
 mysql -pPass@1234&lt;br /&gt;
 CREATE USER &#039;root&#039;@&#039;%&#039; IDENTIFIED BY &#039;Pass@1234&#039;; &lt;br /&gt;
 GRANT ALL PRIVILEGES ON *.* TO &#039;root&#039;@&#039;%&#039; WITH GRANT OPTION;&lt;br /&gt;
 ##Run this command only on master server&lt;br /&gt;
 create user &#039;repl_user&#039;@&#039;%&#039; identified by &#039;Pass@1234&#039;;&lt;br /&gt;
 Grant replication slave on *.* to &#039;repl_user&#039;@&#039;%&#039;;&lt;br /&gt;
 ALTER USER &#039;repl_user&#039;@&#039;%&#039; IDENTIFIED WITH mysql_native_password BY &#039;Pass@1234&#039;;&lt;br /&gt;
 ##To check the permission of the user run the below command&lt;br /&gt;
  show grants for replica;   \&lt;br /&gt;
**********************************************************************************&lt;br /&gt;
&#039;&#039;&#039;Not able to login into mysql using mysql -pPass@1234 on both server (error access denied root@loaclhost : (password using: YES)) so to solve this we followed the method of skip- grant-tables.&#039;&#039;&#039;&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 [mysqld]&lt;br /&gt;
 skip-grant-tables&lt;br /&gt;
 systemctl restart mysqld&lt;br /&gt;
 mysql -u root -p&lt;br /&gt;
 ##Flush the privileges, which tells the server to refresh the grant tables and apply your changes, with this command:&lt;br /&gt;
  FLUSH PRIVILEGES;&lt;br /&gt;
 ##Set a new password for the account:&lt;br /&gt;
 ALTER USER &#039;root&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;Pass@12345&#039;;&lt;br /&gt;
 ##Open the my.cnf file you opened in step 1, and remove the line about skip-grant-tables, and save the file.&lt;br /&gt;
 ##Restart the MySQL server again.&lt;br /&gt;
 ##Log in to the root account again:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;br /&gt;
**************************************************************************************************&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Configuration on master server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 ##master server &lt;br /&gt;
 bind-address = 172.18.40.211&lt;br /&gt;
 server-id = 1&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
&lt;br /&gt;
 #Again login into mysql:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;br /&gt;
 ##Check master status:&lt;br /&gt;
 mysql&amp;gt; SHOW MASTER STATUS \G&lt;br /&gt;
*************************** 1. row ***************************&lt;br /&gt;
             File: mysql-bin.000012&lt;br /&gt;
         Position: 418&lt;br /&gt;
      Binlog_Do_DB:&lt;br /&gt;
   Binlog_Ignore_DB:&lt;br /&gt;
 Executed_Gtid_Set: 380ce9d3-6ee0-11ed-a63d-d4f5ef651a4c:1-16&lt;br /&gt;
  1 row in set (0.00 sec)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;configuration on slave server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 #slave server&lt;br /&gt;
 bind-address = 172.18.40.212&lt;br /&gt;
 server-id = 2&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
&lt;br /&gt;
 ##login into mysql and run the below commands&lt;br /&gt;
&lt;br /&gt;
 Stop slave;&lt;br /&gt;
&lt;br /&gt;
 mysql -&amp;gt; CHANGE MASTER TO&lt;br /&gt;
      -&amp;gt; MASTER_HOST=&#039;172.18.40.211&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_USER=&#039;repl_user&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_PASSWORD=&#039;Pass@1234&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_FILE=&#039;mysql-bin.000012&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_POS=418;&lt;br /&gt;
&lt;br /&gt;
 start slave;&lt;br /&gt;
&lt;br /&gt;
 mysql&amp;gt; show slave status\G&lt;br /&gt;
*************************** 1. row ***************************&lt;br /&gt;
               Slave_IO_State: Waiting for source to send event&lt;br /&gt;
                  Master_Host: 172.18.40.211&lt;br /&gt;
                  Master_User: repl_user&lt;br /&gt;
                  Master_Port: 3306&lt;br /&gt;
                Connect_Retry: 60&lt;br /&gt;
              Master_Log_File: mysql-bin.000012&lt;br /&gt;
          Read_Master_Log_Pos: 418&lt;br /&gt;
               Relay_Log_File: TNTSERVER2-relay-bin.000040&lt;br /&gt;
                Relay_Log_Pos: 587&lt;br /&gt;
        Relay_Master_Log_File: mysql-bin.000012&lt;br /&gt;
             Slave_IO_Running: Yes&lt;br /&gt;
            Slave_SQL_Running: Yes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 #Note: Slave_IO_Running and Slave_SQL_Running should show Yes Status&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3342</id>
		<title>Radico-Sitapur-Master-Slave Replication</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3342"/>
		<updated>2022-12-02T11:54:36Z</updated>

		<summary type="html">&lt;p&gt;Alok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Radico-Master-Slave-Replication ]]&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;==Installation of MySQL community server on both the server==&#039;&#039;&#039;&lt;br /&gt;
 &#039;&#039;&#039;Note: Run this commands as a Root User&#039;&#039;&#039;&lt;br /&gt;
 vi /etc/yum.repos.d/mysql80-community.repo&lt;br /&gt;
 [mysql80-community]&lt;br /&gt;
 name=MySQL 8.0 Community Server&lt;br /&gt;
 baseurl=http://repo.mysql.com/yum/mysql-8.0-community/el/6/$basearch/&lt;br /&gt;
 enabled=1&lt;br /&gt;
 gpgcheck=0&lt;br /&gt;
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-2022&lt;br /&gt;
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql&lt;br /&gt;
 yum repolist all&lt;br /&gt;
 yum install mysql-community-server&lt;br /&gt;
 setenforce 0&lt;br /&gt;
 vi /etc/sysconfig/selinux                (disabled selinux)&lt;br /&gt;
 systemctl enable mysqld.service&lt;br /&gt;
 systemctl start mysqld.service&lt;br /&gt;
 grep &#039;temporary password&#039; /var/log/mysqld.log&lt;br /&gt;
 mysql_secure_installation (set the password for root mysql)&lt;br /&gt;
 mysql -pPass@1234&lt;br /&gt;
 CREATE USER &#039;root&#039;@&#039;%&#039; IDENTIFIED BY &#039;Pass@1234&#039;; &lt;br /&gt;
 GRANT ALL PRIVILEGES ON *.* TO &#039;root&#039;@&#039;%&#039; WITH GRANT OPTION;&lt;br /&gt;
 ##Run this command only on master server&lt;br /&gt;
 create user &#039;repl_user&#039;@&#039;%&#039; identified by &#039;Pass@1234&#039;;&lt;br /&gt;
 Grant replication slave on *.* to &#039;repl_user&#039;@&#039;%&#039;;&lt;br /&gt;
 ALTER USER &#039;repl_user&#039;@&#039;%&#039; IDENTIFIED WITH mysql_native_password BY &#039;Pass@1234&#039;;&lt;br /&gt;
 ##To check the permission of the user run the below command&lt;br /&gt;
  show grants for replica;   \&lt;br /&gt;
**********************************************************************************&lt;br /&gt;
&#039;&#039;&#039;Not able to login into mysql using mysql -pPass@1234 on both server (error access denied root@loaclhost : (password using: YES)) so to solve this we followed the method of skip- grant-tables.&#039;&#039;&#039;&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 [mysqld]&lt;br /&gt;
 skip-grant-tables&lt;br /&gt;
 systemctl restart mysqld&lt;br /&gt;
 mysql -u root -p&lt;br /&gt;
 ##Flush the privileges, which tells the server to refresh the grant tables and apply your changes, with this command:&lt;br /&gt;
  FLUSH PRIVILEGES;&lt;br /&gt;
 ##Set a new password for the account:&lt;br /&gt;
 ALTER USER &#039;root&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;Pass@12345&#039;;&lt;br /&gt;
 ##Open the my.cnf file you opened in step 1, and remove the line about skip-grant-tables, and save the file.&lt;br /&gt;
 ##Restart the MySQL server again.&lt;br /&gt;
 ##Log in to the root account again:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;br /&gt;
**************************************************************************************************&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Configuration on master server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 ##master server &lt;br /&gt;
 bind-address = 172.18.40.211&lt;br /&gt;
 server-id = 1&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
&lt;br /&gt;
 #Again login into mysql:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;br /&gt;
 ##Check master status:&lt;br /&gt;
 mysql&amp;gt; SHOW MASTER STATUS \G&lt;br /&gt;
*************************** 1. row ***************************&lt;br /&gt;
             File: mysql-bin.000012&lt;br /&gt;
         Position: 418&lt;br /&gt;
      Binlog_Do_DB:&lt;br /&gt;
   Binlog_Ignore_DB:&lt;br /&gt;
 Executed_Gtid_Set: 380ce9d3-6ee0-11ed-a63d-d4f5ef651a4c:1-16&lt;br /&gt;
  1 row in set (0.00 sec)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;configuration on slave server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 #slave server&lt;br /&gt;
 bind-address = 172.18.40.212&lt;br /&gt;
 server-id = 2&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
&lt;br /&gt;
 ##login into mysql and run the below commands&lt;br /&gt;
&lt;br /&gt;
 Stop slave;&lt;br /&gt;
&lt;br /&gt;
 mysql -&amp;gt; CHANGE MASTER TO&lt;br /&gt;
      -&amp;gt; MASTER_HOST=&#039;172.18.40.211&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_USER=&#039;repl_user&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_PASSWORD=&#039;Pass@1234&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_FILE=&#039;mysql-bin.000012&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_POS=418;&lt;br /&gt;
&lt;br /&gt;
 start slave;&lt;br /&gt;
&lt;br /&gt;
 mysql&amp;gt; show slave status\G&lt;br /&gt;
*************************** 1. row ***************************&lt;br /&gt;
               Slave_IO_State: Waiting for source to send event&lt;br /&gt;
                  Master_Host: 172.18.40.211&lt;br /&gt;
                  Master_User: repl_user&lt;br /&gt;
                  Master_Port: 3306&lt;br /&gt;
                Connect_Retry: 60&lt;br /&gt;
              Master_Log_File: mysql-bin.000012&lt;br /&gt;
          Read_Master_Log_Pos: 418&lt;br /&gt;
               Relay_Log_File: TNTSERVER2-relay-bin.000040&lt;br /&gt;
                Relay_Log_Pos: 587&lt;br /&gt;
        Relay_Master_Log_File: mysql-bin.000012&lt;br /&gt;
             Slave_IO_Running: Yes&lt;br /&gt;
            Slave_SQL_Running: Yes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 #Note: Slave_IO_Running and Slave_SQL_Running should show Yes Status&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3341</id>
		<title>Radico-Sitapur-Master-Slave Replication</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Radico-Sitapur-Master-Slave_Replication&amp;diff=3341"/>
		<updated>2022-12-02T11:54:02Z</updated>

		<summary type="html">&lt;p&gt;Alok: Created page with &amp;quot;Category:Radico-Master-Slave-Replication    ==Installation of MySQL community server on both the server==  &amp;#039;&amp;#039;&amp;#039;Note: Run this commands as a Root User&amp;#039;&amp;#039;&amp;#039;   vi /etc/yum.repos...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Radico-Master-Slave-Replication ]]&lt;br /&gt;
&lt;br /&gt;
 ==Installation of MySQL community server on both the server==&lt;br /&gt;
 &#039;&#039;&#039;Note: Run this commands as a Root User&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 vi /etc/yum.repos.d/mysql80-community.repo&lt;br /&gt;
 [mysql80-community]&lt;br /&gt;
 name=MySQL 8.0 Community Server&lt;br /&gt;
 baseurl=http://repo.mysql.com/yum/mysql-8.0-community/el/6/$basearch/&lt;br /&gt;
 enabled=1&lt;br /&gt;
 gpgcheck=0&lt;br /&gt;
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-2022&lt;br /&gt;
       file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql&lt;br /&gt;
 yum repolist all&lt;br /&gt;
 yum install mysql-community-server&lt;br /&gt;
 setenforce 0&lt;br /&gt;
 vi /etc/sysconfig/selinux                (disabled selinux)&lt;br /&gt;
 systemctl enable mysqld.service&lt;br /&gt;
 systemctl start mysqld.service&lt;br /&gt;
 grep &#039;temporary password&#039; /var/log/mysqld.log&lt;br /&gt;
 mysql_secure_installation (set the password for root mysql)&lt;br /&gt;
 mysql -pPass@1234&lt;br /&gt;
 CREATE USER &#039;root&#039;@&#039;%&#039; IDENTIFIED BY &#039;Pass@1234&#039;; &lt;br /&gt;
 GRANT ALL PRIVILEGES ON *.* TO &#039;root&#039;@&#039;%&#039; WITH GRANT OPTION;&lt;br /&gt;
 ##Run this command only on master server&lt;br /&gt;
 create user &#039;repl_user&#039;@&#039;%&#039; identified by &#039;Pass@1234&#039;;&lt;br /&gt;
 Grant replication slave on *.* to &#039;repl_user&#039;@&#039;%&#039;;&lt;br /&gt;
 ALTER USER &#039;repl_user&#039;@&#039;%&#039; IDENTIFIED WITH mysql_native_password BY &#039;Pass@1234&#039;;&lt;br /&gt;
 ##To check the permission of the user run the below command&lt;br /&gt;
  show grants for replica;   \&lt;br /&gt;
**********************************************************************************&lt;br /&gt;
&#039;&#039;&#039;Not able to login into mysql using mysql -pPass@1234 on both server (error access denied root@loaclhost : (password using: YES)) so to solve this we followed the method of skip- grant-tables.&#039;&#039;&#039;&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 [mysqld]&lt;br /&gt;
 skip-grant-tables&lt;br /&gt;
 systemctl restart mysqld&lt;br /&gt;
 mysql -u root -p&lt;br /&gt;
 ##Flush the privileges, which tells the server to refresh the grant tables and apply your changes, with this command:&lt;br /&gt;
  FLUSH PRIVILEGES;&lt;br /&gt;
 ##Set a new password for the account:&lt;br /&gt;
 ALTER USER &#039;root&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;Pass@12345&#039;;&lt;br /&gt;
 ##Open the my.cnf file you opened in step 1, and remove the line about skip-grant-tables, and save the file.&lt;br /&gt;
 ##Restart the MySQL server again.&lt;br /&gt;
 ##Log in to the root account again:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;br /&gt;
**************************************************************************************************&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Configuration on master server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 ##master server &lt;br /&gt;
 bind-address = 172.18.40.211&lt;br /&gt;
 server-id = 1&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
&lt;br /&gt;
 #Again login into mysql:&lt;br /&gt;
 mysql -u root -pPAss@12345&lt;br /&gt;
 ##Check master status:&lt;br /&gt;
 mysql&amp;gt; SHOW MASTER STATUS \G&lt;br /&gt;
*************************** 1. row ***************************&lt;br /&gt;
             File: mysql-bin.000012&lt;br /&gt;
         Position: 418&lt;br /&gt;
      Binlog_Do_DB:&lt;br /&gt;
   Binlog_Ignore_DB:&lt;br /&gt;
 Executed_Gtid_Set: 380ce9d3-6ee0-11ed-a63d-d4f5ef651a4c:1-16&lt;br /&gt;
  1 row in set (0.00 sec)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;configuration on slave server&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 vi /etc/my.cnf&lt;br /&gt;
 #slave server&lt;br /&gt;
 bind-address = 172.18.40.212&lt;br /&gt;
 server-id = 2&lt;br /&gt;
 log_bin = mysql-bin&lt;br /&gt;
 binlog_format = row&lt;br /&gt;
 gtid-mode=ON&lt;br /&gt;
 enforce-gtid-consistency&lt;br /&gt;
 log-slave-updates&lt;br /&gt;
&lt;br /&gt;
 ##login into mysql and run the below commands&lt;br /&gt;
&lt;br /&gt;
 Stop slave;&lt;br /&gt;
&lt;br /&gt;
 mysql -&amp;gt; CHANGE MASTER TO&lt;br /&gt;
      -&amp;gt; MASTER_HOST=&#039;172.18.40.211&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_USER=&#039;repl_user&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_PASSWORD=&#039;Pass@1234&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_FILE=&#039;mysql-bin.000012&#039; ,&lt;br /&gt;
      -&amp;gt; MASTER_LOG_POS=418;&lt;br /&gt;
&lt;br /&gt;
 start slave;&lt;br /&gt;
&lt;br /&gt;
 mysql&amp;gt; show slave status\G&lt;br /&gt;
*************************** 1. row ***************************&lt;br /&gt;
               Slave_IO_State: Waiting for source to send event&lt;br /&gt;
                  Master_Host: 172.18.40.211&lt;br /&gt;
                  Master_User: repl_user&lt;br /&gt;
                  Master_Port: 3306&lt;br /&gt;
                Connect_Retry: 60&lt;br /&gt;
              Master_Log_File: mysql-bin.000012&lt;br /&gt;
          Read_Master_Log_Pos: 418&lt;br /&gt;
               Relay_Log_File: TNTSERVER2-relay-bin.000040&lt;br /&gt;
                Relay_Log_Pos: 587&lt;br /&gt;
        Relay_Master_Log_File: mysql-bin.000012&lt;br /&gt;
             Slave_IO_Running: Yes&lt;br /&gt;
            Slave_SQL_Running: Yes&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 #Note: Slave_IO_Running and Slave_SQL_Running should show Yes Status&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3340</id>
		<title>ISON BPO Nagios XI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3340"/>
		<updated>2022-12-02T11:45:19Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* Step 3: Install check_nwc_health Plugin in the Probe Machine */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:ISON BPO Nagios XI]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Building Probe Machine Documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==STEP 1: Install Mod-gearman in the Probe Machine and Configure==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this command as a Root User&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm&lt;br /&gt;
 yum update&lt;br /&gt;
 wget https://assets.nagios.com/downloads/nagiosxi/scripts/ModGearmanInstall.sh &lt;br /&gt;
 chmod +x ModGearmanInstall.sh&lt;br /&gt;
 ./ModGearmanInstall.sh --type=worker&lt;br /&gt;
 { Set the Nagios XI Server IP address is 172.105.253.143 }&lt;br /&gt;
 vi /etc/mod_gearman/worker.conf &lt;br /&gt;
 {Add the hostgroups Location of probe machine}&lt;br /&gt;
 systemctl restart mod-gearman-worker&lt;br /&gt;
 {Now go to the Nagios XI server and add the hostgroups of the probe machine which you created now}&lt;br /&gt;
 vi /etc/mod_gearman/module.conf&lt;br /&gt;
 systemctl restart gearmand&lt;br /&gt;
 gearman_top {to see all the hostgroups}&lt;br /&gt;
 telnet 172.105.253.143 4730&lt;br /&gt;
 (if telnet status is connected means communication is established between the probe machine and Nagios XI server)&lt;br /&gt;
&lt;br /&gt;
==Step 2: Install Nagios XI in the Probe Machine to get the Plugins==&lt;br /&gt;
&lt;br /&gt;
 cd /tmp&lt;br /&gt;
 wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.8.7.tar.gz&lt;br /&gt;
 tar xzf xi-5.8.7.tar.gz&lt;br /&gt;
 cd nagiosxi/&lt;br /&gt;
 ./fullinstall&lt;br /&gt;
 cd /usr/local/nagios/libexec/&lt;br /&gt;
 ls (to see all the plugins)&lt;br /&gt;
&lt;br /&gt;
==Step 3: Install check_nwc_health Plugin in the Probe Machine to check Network Devices (Routers, Switches and Firewall etc)==&lt;br /&gt;
&lt;br /&gt;
 wget https://labs.consol.de/assets/downloads/nagios/check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
 tar xvfz check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
   cd check_nwc_health-10.0.0.2&lt;br /&gt;
    ./configure&lt;br /&gt;
    make&lt;br /&gt;
    make install&lt;br /&gt;
    cd /usr/local/nagios/libexec/&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: while running the check_nwc_health plugin some perl files will be missing you have to download those files&#039;&#039;&#039;&lt;br /&gt;
  14.98.74.34 is a IP address of a Network device &lt;br /&gt;
 ./check_nwc_health --hostname 14.98.74.34 --community public --mode hardware-health&lt;br /&gt;
 After running this command if error comes can’t locate and *.pm file download the file using&lt;br /&gt;
 yum install perl-file name&lt;br /&gt;
 Suppose error comes can’t locate JSON.pm file then I will run command like this&lt;br /&gt;
 yum install perl-JSON&lt;br /&gt;
 yum install perl-File-Slurp (if error comes can’t locate File/Slurp.pm file)&lt;br /&gt;
 yum install perl-Module-Load (if error comes can’t locate Module/Load.pm file)&lt;br /&gt;
 ./check_nwc_health --hostname 14.98.74.34 --community public --mode cpu-load&lt;br /&gt;
 yum install perl-JSON-XS (If error comes can’t locate JSON/XS.pm file)&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3339</id>
		<title>ISON BPO Nagios XI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3339"/>
		<updated>2022-12-02T11:42:39Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* Step 3: Install check_nwc_health Plugin in the Probe Machine */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:ISON BPO Nagios XI]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Building Probe Machine Documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==STEP 1: Install Mod-gearman in the Probe Machine and Configure==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this command as a Root User&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm&lt;br /&gt;
 yum update&lt;br /&gt;
 wget https://assets.nagios.com/downloads/nagiosxi/scripts/ModGearmanInstall.sh &lt;br /&gt;
 chmod +x ModGearmanInstall.sh&lt;br /&gt;
 ./ModGearmanInstall.sh --type=worker&lt;br /&gt;
 { Set the Nagios XI Server IP address is 172.105.253.143 }&lt;br /&gt;
 vi /etc/mod_gearman/worker.conf &lt;br /&gt;
 {Add the hostgroups Location of probe machine}&lt;br /&gt;
 systemctl restart mod-gearman-worker&lt;br /&gt;
 {Now go to the Nagios XI server and add the hostgroups of the probe machine which you created now}&lt;br /&gt;
 vi /etc/mod_gearman/module.conf&lt;br /&gt;
 systemctl restart gearmand&lt;br /&gt;
 gearman_top {to see all the hostgroups}&lt;br /&gt;
 telnet 172.105.253.143 4730&lt;br /&gt;
 (if telnet status is connected means communication is established between the probe machine and Nagios XI server)&lt;br /&gt;
&lt;br /&gt;
==Step 2: Install Nagios XI in the Probe Machine to get the Plugins==&lt;br /&gt;
&lt;br /&gt;
 cd /tmp&lt;br /&gt;
 wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.8.7.tar.gz&lt;br /&gt;
 tar xzf xi-5.8.7.tar.gz&lt;br /&gt;
 cd nagiosxi/&lt;br /&gt;
 ./fullinstall&lt;br /&gt;
 cd /usr/local/nagios/libexec/&lt;br /&gt;
 ls (to see all the plugins)&lt;br /&gt;
&lt;br /&gt;
==Step 3: Install check_nwc_health Plugin in the Probe Machine==&lt;br /&gt;
&lt;br /&gt;
 wget https://labs.consol.de/assets/downloads/nagios/check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
 tar xvfz check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
   cd check_nwc_health-10.0.0.2&lt;br /&gt;
    ./configure&lt;br /&gt;
    make&lt;br /&gt;
    make install&lt;br /&gt;
    cd /usr/local/nagios/libexec/&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: while running the check_nwc_health plugin some files will be missing you have to download those files&#039;&#039;&#039;&lt;br /&gt;
 ./check_nwc_health --hostname 14.98.74.34 --community public --mode hardware-health&lt;br /&gt;
 After running this command if error comes can’t locate and *.pm file download the file using&lt;br /&gt;
 yum install perl-file name&lt;br /&gt;
 Suppose error comes can’t locate JSON.pm file then I will run command like this&lt;br /&gt;
 yum install perl-JSON&lt;br /&gt;
 yum install perl-File-Slurp (if error comes can’t locate File/Slurp.pm file)&lt;br /&gt;
 yum install perl-Module-Load (if error comes can’t locate Module/Load.pm file)&lt;br /&gt;
&lt;br /&gt;
 ./check_nwc_health --hostname 14.98.74.34 --community public --mode cpu-load&lt;br /&gt;
 yum install perl-JSON-XS (If error comes can’t locate JSON/XS.pm file)&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3338</id>
		<title>ISON BPO Nagios XI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3338"/>
		<updated>2022-12-02T11:41:56Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* Step 2: Install Nagios XI in the Probe Machine to get the Plugins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:ISON BPO Nagios XI]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Building Probe Machine Documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==STEP 1: Install Mod-gearman in the Probe Machine and Configure==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this command as a Root User&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm&lt;br /&gt;
 yum update&lt;br /&gt;
 wget https://assets.nagios.com/downloads/nagiosxi/scripts/ModGearmanInstall.sh &lt;br /&gt;
 chmod +x ModGearmanInstall.sh&lt;br /&gt;
 ./ModGearmanInstall.sh --type=worker&lt;br /&gt;
 { Set the Nagios XI Server IP address is 172.105.253.143 }&lt;br /&gt;
 vi /etc/mod_gearman/worker.conf &lt;br /&gt;
 {Add the hostgroups Location of probe machine}&lt;br /&gt;
 systemctl restart mod-gearman-worker&lt;br /&gt;
 {Now go to the Nagios XI server and add the hostgroups of the probe machine which you created now}&lt;br /&gt;
 vi /etc/mod_gearman/module.conf&lt;br /&gt;
 systemctl restart gearmand&lt;br /&gt;
 gearman_top {to see all the hostgroups}&lt;br /&gt;
 telnet 172.105.253.143 4730&lt;br /&gt;
 (if telnet status is connected means communication is established between the probe machine and Nagios XI server)&lt;br /&gt;
&lt;br /&gt;
==Step 2: Install Nagios XI in the Probe Machine to get the Plugins==&lt;br /&gt;
&lt;br /&gt;
 cd /tmp&lt;br /&gt;
 wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.8.7.tar.gz&lt;br /&gt;
 tar xzf xi-5.8.7.tar.gz&lt;br /&gt;
 cd nagiosxi/&lt;br /&gt;
 ./fullinstall&lt;br /&gt;
 cd /usr/local/nagios/libexec/&lt;br /&gt;
 ls (to see all the plugins)&lt;br /&gt;
&lt;br /&gt;
==Step 3: Install check_nwc_health Plugin in the Probe Machine==&lt;br /&gt;
&lt;br /&gt;
wget https://labs.consol.de/assets/downloads/nagios/check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
 tar xvfz check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
   cd check_nwc_health-10.0.0.2&lt;br /&gt;
    ./configure&lt;br /&gt;
    make&lt;br /&gt;
    make install&lt;br /&gt;
    cd /usr/local/nagios/libexec/&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: while running the check_nwc_health plugin some files will be missing you have to download those files&#039;&#039;&#039;&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode hardware-health&lt;br /&gt;
After running this command if error comes can’t locate and *.pm file download the file using&lt;br /&gt;
yum install perl-file name&lt;br /&gt;
Suppose error comes can’t locate JSON.pm file then I will run command like this&lt;br /&gt;
yum install perl-JSON&lt;br /&gt;
yum install perl-File-Slurp (if error comes can’t locate File/Slurp.pm file)&lt;br /&gt;
yum install perl-Module-Load (if error comes can’t locate Module/Load.pm file)&lt;br /&gt;
&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode cpu-load&lt;br /&gt;
yum install perl-JSON-XS (If error comes can’t locate JSON/XS.pm file)&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3337</id>
		<title>ISON BPO Nagios XI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3337"/>
		<updated>2022-12-02T11:41:29Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* STEP 1: Install Mod-gearman in the Probe Machine and Configure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:ISON BPO Nagios XI]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Building Probe Machine Documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==STEP 1: Install Mod-gearman in the Probe Machine and Configure==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this command as a Root User&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm&lt;br /&gt;
 yum update&lt;br /&gt;
 wget https://assets.nagios.com/downloads/nagiosxi/scripts/ModGearmanInstall.sh &lt;br /&gt;
 chmod +x ModGearmanInstall.sh&lt;br /&gt;
 ./ModGearmanInstall.sh --type=worker&lt;br /&gt;
 { Set the Nagios XI Server IP address is 172.105.253.143 }&lt;br /&gt;
 vi /etc/mod_gearman/worker.conf &lt;br /&gt;
 {Add the hostgroups Location of probe machine}&lt;br /&gt;
 systemctl restart mod-gearman-worker&lt;br /&gt;
 {Now go to the Nagios XI server and add the hostgroups of the probe machine which you created now}&lt;br /&gt;
 vi /etc/mod_gearman/module.conf&lt;br /&gt;
 systemctl restart gearmand&lt;br /&gt;
 gearman_top {to see all the hostgroups}&lt;br /&gt;
 telnet 172.105.253.143 4730&lt;br /&gt;
 (if telnet status is connected means communication is established between the probe machine and Nagios XI server)&lt;br /&gt;
&lt;br /&gt;
==Step 2: Install Nagios XI in the Probe Machine to get the Plugins==&lt;br /&gt;
&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.8.7.tar.gz&lt;br /&gt;
tar xzf xi-5.8.7.tar.gz&lt;br /&gt;
cd nagiosxi/&lt;br /&gt;
./fullinstall&lt;br /&gt;
cd /usr/local/nagios/libexec/&lt;br /&gt;
ls (to see all the plugins)&lt;br /&gt;
&lt;br /&gt;
==Step 3: Install check_nwc_health Plugin in the Probe Machine==&lt;br /&gt;
&lt;br /&gt;
wget https://labs.consol.de/assets/downloads/nagios/check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
 tar xvfz check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
   cd check_nwc_health-10.0.0.2&lt;br /&gt;
    ./configure&lt;br /&gt;
    make&lt;br /&gt;
    make install&lt;br /&gt;
    cd /usr/local/nagios/libexec/&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: while running the check_nwc_health plugin some files will be missing you have to download those files&#039;&#039;&#039;&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode hardware-health&lt;br /&gt;
After running this command if error comes can’t locate and *.pm file download the file using&lt;br /&gt;
yum install perl-file name&lt;br /&gt;
Suppose error comes can’t locate JSON.pm file then I will run command like this&lt;br /&gt;
yum install perl-JSON&lt;br /&gt;
yum install perl-File-Slurp (if error comes can’t locate File/Slurp.pm file)&lt;br /&gt;
yum install perl-Module-Load (if error comes can’t locate Module/Load.pm file)&lt;br /&gt;
&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode cpu-load&lt;br /&gt;
yum install perl-JSON-XS (If error comes can’t locate JSON/XS.pm file)&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3336</id>
		<title>ISON BPO Nagios XI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3336"/>
		<updated>2022-12-02T11:40:52Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* STEP 1: Install Mod-gearman in the Probe Machine and Configure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:ISON BPO Nagios XI]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Building Probe Machine Documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==STEP 1: Install Mod-gearman in the Probe Machine and Configure==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this command as a Root User&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm&lt;br /&gt;
&lt;br /&gt;
 yum update&lt;br /&gt;
&lt;br /&gt;
 wget https://assets.nagios.com/downloads/nagiosxi/scripts/ModGearmanInstall.sh &lt;br /&gt;
&lt;br /&gt;
 chmod +x ModGearmanInstall.sh&lt;br /&gt;
&lt;br /&gt;
 ./ModGearmanInstall.sh --type=worker&lt;br /&gt;
&lt;br /&gt;
 { Set the Nagios XI Server IP address is 172.105.253.143 }&lt;br /&gt;
&lt;br /&gt;
 vi /etc/mod_gearman/worker.conf &lt;br /&gt;
&lt;br /&gt;
 {Add the hostgroups Location of probe machine}&lt;br /&gt;
&lt;br /&gt;
 systemctl restart mod-gearman-worker&lt;br /&gt;
&lt;br /&gt;
 {Now go to the Nagios XI server and add the hostgroups of the probe machine which you created now}&lt;br /&gt;
&lt;br /&gt;
 vi /etc/mod_gearman/module.conf&lt;br /&gt;
&lt;br /&gt;
 systemctl restart gearmand&lt;br /&gt;
&lt;br /&gt;
 gearman_top {to see all the hostgroups}&lt;br /&gt;
&lt;br /&gt;
 telnet 172.105.253.143 4730&lt;br /&gt;
&lt;br /&gt;
 (if telnet status is connected means communication is established between the probe machine and Nagios XI server)&lt;br /&gt;
&lt;br /&gt;
==Step 2: Install Nagios XI in the Probe Machine to get the Plugins==&lt;br /&gt;
&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.8.7.tar.gz&lt;br /&gt;
tar xzf xi-5.8.7.tar.gz&lt;br /&gt;
cd nagiosxi/&lt;br /&gt;
./fullinstall&lt;br /&gt;
cd /usr/local/nagios/libexec/&lt;br /&gt;
ls (to see all the plugins)&lt;br /&gt;
&lt;br /&gt;
==Step 3: Install check_nwc_health Plugin in the Probe Machine==&lt;br /&gt;
&lt;br /&gt;
wget https://labs.consol.de/assets/downloads/nagios/check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
 tar xvfz check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
   cd check_nwc_health-10.0.0.2&lt;br /&gt;
    ./configure&lt;br /&gt;
    make&lt;br /&gt;
    make install&lt;br /&gt;
    cd /usr/local/nagios/libexec/&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: while running the check_nwc_health plugin some files will be missing you have to download those files&#039;&#039;&#039;&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode hardware-health&lt;br /&gt;
After running this command if error comes can’t locate and *.pm file download the file using&lt;br /&gt;
yum install perl-file name&lt;br /&gt;
Suppose error comes can’t locate JSON.pm file then I will run command like this&lt;br /&gt;
yum install perl-JSON&lt;br /&gt;
yum install perl-File-Slurp (if error comes can’t locate File/Slurp.pm file)&lt;br /&gt;
yum install perl-Module-Load (if error comes can’t locate Module/Load.pm file)&lt;br /&gt;
&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode cpu-load&lt;br /&gt;
yum install perl-JSON-XS (If error comes can’t locate JSON/XS.pm file)&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3335</id>
		<title>ISON BPO Nagios XI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3335"/>
		<updated>2022-12-02T11:40:08Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* STEP 1: Install Mod-gearman in the Probe Machine and Configure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:ISON BPO Nagios XI]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Building Probe Machine Documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==STEP 1: Install Mod-gearman in the Probe Machine and Configure==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this command as a Root User&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
 rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm&lt;br /&gt;
&lt;br /&gt;
yum update&lt;br /&gt;
&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/scripts/ModGearmanInstall.sh &lt;br /&gt;
&lt;br /&gt;
chmod +x ModGearmanInstall.sh&lt;br /&gt;
&lt;br /&gt;
./ModGearmanInstall.sh --type=worker&lt;br /&gt;
&lt;br /&gt;
{ Set the Nagios XI Server IP address is 172.105.253.143 }&lt;br /&gt;
&lt;br /&gt;
vi /etc/mod_gearman/worker.conf &lt;br /&gt;
&lt;br /&gt;
{Add the hostgroups Location of probe machine}&lt;br /&gt;
&lt;br /&gt;
systemctl restart mod-gearman-worker&lt;br /&gt;
&lt;br /&gt;
{Now go to the Nagios XI server and add the hostgroups of the probe machine which you created now}&lt;br /&gt;
&lt;br /&gt;
vi /etc/mod_gearman/module.conf&lt;br /&gt;
&lt;br /&gt;
systemctl restart gearmand&lt;br /&gt;
&lt;br /&gt;
gearman_top {to see all the hostgroups}&lt;br /&gt;
&lt;br /&gt;
telnet 172.105.253.143 4730&lt;br /&gt;
&lt;br /&gt;
(if telnet status is connected means communication is established between the probe machine and Nagios XI server)&lt;br /&gt;
&lt;br /&gt;
==Step 2: Install Nagios XI in the Probe Machine to get the Plugins==&lt;br /&gt;
&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.8.7.tar.gz&lt;br /&gt;
tar xzf xi-5.8.7.tar.gz&lt;br /&gt;
cd nagiosxi/&lt;br /&gt;
./fullinstall&lt;br /&gt;
cd /usr/local/nagios/libexec/&lt;br /&gt;
ls (to see all the plugins)&lt;br /&gt;
&lt;br /&gt;
==Step 3: Install check_nwc_health Plugin in the Probe Machine==&lt;br /&gt;
&lt;br /&gt;
wget https://labs.consol.de/assets/downloads/nagios/check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
 tar xvfz check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
   cd check_nwc_health-10.0.0.2&lt;br /&gt;
    ./configure&lt;br /&gt;
    make&lt;br /&gt;
    make install&lt;br /&gt;
    cd /usr/local/nagios/libexec/&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: while running the check_nwc_health plugin some files will be missing you have to download those files&#039;&#039;&#039;&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode hardware-health&lt;br /&gt;
After running this command if error comes can’t locate and *.pm file download the file using&lt;br /&gt;
yum install perl-file name&lt;br /&gt;
Suppose error comes can’t locate JSON.pm file then I will run command like this&lt;br /&gt;
yum install perl-JSON&lt;br /&gt;
yum install perl-File-Slurp (if error comes can’t locate File/Slurp.pm file)&lt;br /&gt;
yum install perl-Module-Load (if error comes can’t locate Module/Load.pm file)&lt;br /&gt;
&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode cpu-load&lt;br /&gt;
yum install perl-JSON-XS (If error comes can’t locate JSON/XS.pm file)&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3334</id>
		<title>ISON BPO Nagios XI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3334"/>
		<updated>2022-12-02T11:39:55Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* STEP 1: Install Mod-gearman in the Probe Machine and Configure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:ISON BPO Nagios XI]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Building Probe Machine Documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==STEP 1: Install Mod-gearman in the Probe Machine and Configure==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this command as a Root User&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm&lt;br /&gt;
&lt;br /&gt;
yum update&lt;br /&gt;
&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/scripts/ModGearmanInstall.sh &lt;br /&gt;
&lt;br /&gt;
chmod +x ModGearmanInstall.sh&lt;br /&gt;
&lt;br /&gt;
./ModGearmanInstall.sh --type=worker&lt;br /&gt;
&lt;br /&gt;
{ Set the Nagios XI Server IP address is 172.105.253.143 }&lt;br /&gt;
&lt;br /&gt;
vi /etc/mod_gearman/worker.conf &lt;br /&gt;
&lt;br /&gt;
{Add the hostgroups Location of probe machine}&lt;br /&gt;
&lt;br /&gt;
systemctl restart mod-gearman-worker&lt;br /&gt;
&lt;br /&gt;
{Now go to the Nagios XI server and add the hostgroups of the probe machine which you created now}&lt;br /&gt;
&lt;br /&gt;
vi /etc/mod_gearman/module.conf&lt;br /&gt;
&lt;br /&gt;
systemctl restart gearmand&lt;br /&gt;
&lt;br /&gt;
gearman_top {to see all the hostgroups}&lt;br /&gt;
&lt;br /&gt;
telnet 172.105.253.143 4730&lt;br /&gt;
&lt;br /&gt;
(if telnet status is connected means communication is established between the probe machine and Nagios XI server)&lt;br /&gt;
&lt;br /&gt;
==Step 2: Install Nagios XI in the Probe Machine to get the Plugins==&lt;br /&gt;
&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.8.7.tar.gz&lt;br /&gt;
tar xzf xi-5.8.7.tar.gz&lt;br /&gt;
cd nagiosxi/&lt;br /&gt;
./fullinstall&lt;br /&gt;
cd /usr/local/nagios/libexec/&lt;br /&gt;
ls (to see all the plugins)&lt;br /&gt;
&lt;br /&gt;
==Step 3: Install check_nwc_health Plugin in the Probe Machine==&lt;br /&gt;
&lt;br /&gt;
wget https://labs.consol.de/assets/downloads/nagios/check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
 tar xvfz check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
   cd check_nwc_health-10.0.0.2&lt;br /&gt;
    ./configure&lt;br /&gt;
    make&lt;br /&gt;
    make install&lt;br /&gt;
    cd /usr/local/nagios/libexec/&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: while running the check_nwc_health plugin some files will be missing you have to download those files&#039;&#039;&#039;&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode hardware-health&lt;br /&gt;
After running this command if error comes can’t locate and *.pm file download the file using&lt;br /&gt;
yum install perl-file name&lt;br /&gt;
Suppose error comes can’t locate JSON.pm file then I will run command like this&lt;br /&gt;
yum install perl-JSON&lt;br /&gt;
yum install perl-File-Slurp (if error comes can’t locate File/Slurp.pm file)&lt;br /&gt;
yum install perl-Module-Load (if error comes can’t locate Module/Load.pm file)&lt;br /&gt;
&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode cpu-load&lt;br /&gt;
yum install perl-JSON-XS (If error comes can’t locate JSON/XS.pm file)&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3333</id>
		<title>ISON BPO Nagios XI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3333"/>
		<updated>2022-12-02T11:39:33Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* STEP 1: Install Mod-gearman in the Probe Machine and Configure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:ISON BPO Nagios XI]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Building Probe Machine Documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==STEP 1: Install Mod-gearman in the Probe Machine and Configure==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this command as a Root User&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm&lt;br /&gt;
&lt;br /&gt;
yum update&lt;br /&gt;
&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/scripts/ModGearmanInstall.sh &lt;br /&gt;
&lt;br /&gt;
chmod +x ModGearmanInstall.sh)&lt;br /&gt;
&lt;br /&gt;
./ModGearmanInstall.sh --type=worker&lt;br /&gt;
&lt;br /&gt;
{ Set the Nagios XI Server IP address is 172.105.253.143 }&lt;br /&gt;
&lt;br /&gt;
vi /etc/mod_gearman/worker.conf &lt;br /&gt;
&lt;br /&gt;
{Add the hostgroups Location of probe machine}&lt;br /&gt;
&lt;br /&gt;
systemctl restart mod-gearman-worker&lt;br /&gt;
&lt;br /&gt;
{Now go to the Nagios XI server and add the hostgroups of the probe machine which you created now}&lt;br /&gt;
&lt;br /&gt;
vi /etc/mod_gearman/module.conf&lt;br /&gt;
&lt;br /&gt;
systemctl restart gearmand&lt;br /&gt;
&lt;br /&gt;
gearman_top {to see all the hostgroups}&lt;br /&gt;
&lt;br /&gt;
telnet 172.105.253.143 4730&lt;br /&gt;
 if telnet status is connected means communication is established between the probe machine and Nagios XI server)&lt;br /&gt;
&lt;br /&gt;
==Step 2: Install Nagios XI in the Probe Machine to get the Plugins==&lt;br /&gt;
&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.8.7.tar.gz&lt;br /&gt;
tar xzf xi-5.8.7.tar.gz&lt;br /&gt;
cd nagiosxi/&lt;br /&gt;
./fullinstall&lt;br /&gt;
cd /usr/local/nagios/libexec/&lt;br /&gt;
ls (to see all the plugins)&lt;br /&gt;
&lt;br /&gt;
==Step 3: Install check_nwc_health Plugin in the Probe Machine==&lt;br /&gt;
&lt;br /&gt;
wget https://labs.consol.de/assets/downloads/nagios/check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
 tar xvfz check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
   cd check_nwc_health-10.0.0.2&lt;br /&gt;
    ./configure&lt;br /&gt;
    make&lt;br /&gt;
    make install&lt;br /&gt;
    cd /usr/local/nagios/libexec/&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: while running the check_nwc_health plugin some files will be missing you have to download those files&#039;&#039;&#039;&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode hardware-health&lt;br /&gt;
After running this command if error comes can’t locate and *.pm file download the file using&lt;br /&gt;
yum install perl-file name&lt;br /&gt;
Suppose error comes can’t locate JSON.pm file then I will run command like this&lt;br /&gt;
yum install perl-JSON&lt;br /&gt;
yum install perl-File-Slurp (if error comes can’t locate File/Slurp.pm file)&lt;br /&gt;
yum install perl-Module-Load (if error comes can’t locate Module/Load.pm file)&lt;br /&gt;
&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode cpu-load&lt;br /&gt;
yum install perl-JSON-XS (If error comes can’t locate JSON/XS.pm file)&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3332</id>
		<title>ISON BPO Nagios XI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3332"/>
		<updated>2022-12-02T11:38:53Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* STEP 1: Install Mod-gearman in the Probe Machine and Configure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:ISON BPO Nagios XI]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Building Probe Machine Documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==STEP 1: Install Mod-gearman in the Probe Machine and Configure==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this command as a Root User&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
(rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm&lt;br /&gt;
&lt;br /&gt;
yum update&lt;br /&gt;
&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/scripts/ModGearmanInstall.sh &lt;br /&gt;
&lt;br /&gt;
chmod +x ModGearmanInstall.sh &lt;br /&gt;
&lt;br /&gt;
./ModGearmanInstall.sh --type=worker&lt;br /&gt;
&lt;br /&gt;
{ Set the Nagios XI Server IP address is 172.105.253.143 }&lt;br /&gt;
&lt;br /&gt;
vi /etc/mod_gearman/worker.conf &lt;br /&gt;
&lt;br /&gt;
{Add the hostgroups Location of probe machine}&lt;br /&gt;
&lt;br /&gt;
systemctl restart mod-gearman-worker&lt;br /&gt;
&lt;br /&gt;
{Now go to the Nagios XI server and add the hostgroups of the probe machine which you created now}&lt;br /&gt;
&lt;br /&gt;
vi /etc/mod_gearman/module.conf&lt;br /&gt;
&lt;br /&gt;
systemctl restart gearmand&lt;br /&gt;
&lt;br /&gt;
gearman_top {to see all the hostgroups}&lt;br /&gt;
&lt;br /&gt;
telnet 172.105.253.143 4730&lt;br /&gt;
 if telnet status is connected means communication is established between the probe machine and Nagios XI server)&lt;br /&gt;
&lt;br /&gt;
==Step 2: Install Nagios XI in the Probe Machine to get the Plugins==&lt;br /&gt;
&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.8.7.tar.gz&lt;br /&gt;
tar xzf xi-5.8.7.tar.gz&lt;br /&gt;
cd nagiosxi/&lt;br /&gt;
./fullinstall&lt;br /&gt;
cd /usr/local/nagios/libexec/&lt;br /&gt;
ls (to see all the plugins)&lt;br /&gt;
&lt;br /&gt;
==Step 3: Install check_nwc_health Plugin in the Probe Machine==&lt;br /&gt;
&lt;br /&gt;
wget https://labs.consol.de/assets/downloads/nagios/check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
 tar xvfz check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
   cd check_nwc_health-10.0.0.2&lt;br /&gt;
    ./configure&lt;br /&gt;
    make&lt;br /&gt;
    make install&lt;br /&gt;
    cd /usr/local/nagios/libexec/&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: while running the check_nwc_health plugin some files will be missing you have to download those files&#039;&#039;&#039;&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode hardware-health&lt;br /&gt;
After running this command if error comes can’t locate and *.pm file download the file using&lt;br /&gt;
yum install perl-file name&lt;br /&gt;
Suppose error comes can’t locate JSON.pm file then I will run command like this&lt;br /&gt;
yum install perl-JSON&lt;br /&gt;
yum install perl-File-Slurp (if error comes can’t locate File/Slurp.pm file)&lt;br /&gt;
yum install perl-Module-Load (if error comes can’t locate Module/Load.pm file)&lt;br /&gt;
&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode cpu-load&lt;br /&gt;
yum install perl-JSON-XS (If error comes can’t locate JSON/XS.pm file)&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3331</id>
		<title>ISON BPO Nagios XI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3331"/>
		<updated>2022-12-02T11:38:20Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* STEP 1: Install Mod-gearman in the Probe Machine and Configure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:ISON BPO Nagios XI]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Building Probe Machine Documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==STEP 1: Install Mod-gearman in the Probe Machine and Configure==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: Run this command as a Root User&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm&lt;br /&gt;
&lt;br /&gt;
yum update&lt;br /&gt;
&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/scripts/ModGearmanInstall.sh &lt;br /&gt;
&lt;br /&gt;
chmod +x ModGearmanInstall.sh &lt;br /&gt;
&lt;br /&gt;
./ModGearmanInstall.sh --type=worker&lt;br /&gt;
&lt;br /&gt;
{ Set the Nagios XI Server IP address is 172.105.253.143 }&lt;br /&gt;
&lt;br /&gt;
vi /etc/mod_gearman/worker.conf &lt;br /&gt;
&lt;br /&gt;
{Add the hostgroups Location of probe machine}&lt;br /&gt;
&lt;br /&gt;
systemctl restart mod-gearman-worker&lt;br /&gt;
&lt;br /&gt;
{Now go to the Nagios XI server and add the hostgroups of the probe machine which you created now}&lt;br /&gt;
&lt;br /&gt;
vi /etc/mod_gearman/module.conf&lt;br /&gt;
&lt;br /&gt;
systemctl restart gearmand&lt;br /&gt;
&lt;br /&gt;
gearman_top {to see all the hostgroups}&lt;br /&gt;
&lt;br /&gt;
telnet 172.105.253.143 4730&lt;br /&gt;
 (if telnet status is connected means communication is established between the probe machine and Nagios XI server)&lt;br /&gt;
&lt;br /&gt;
==Step 2: Install Nagios XI in the Probe Machine to get the Plugins==&lt;br /&gt;
&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.8.7.tar.gz&lt;br /&gt;
tar xzf xi-5.8.7.tar.gz&lt;br /&gt;
cd nagiosxi/&lt;br /&gt;
./fullinstall&lt;br /&gt;
cd /usr/local/nagios/libexec/&lt;br /&gt;
ls (to see all the plugins)&lt;br /&gt;
&lt;br /&gt;
==Step 3: Install check_nwc_health Plugin in the Probe Machine==&lt;br /&gt;
&lt;br /&gt;
wget https://labs.consol.de/assets/downloads/nagios/check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
 tar xvfz check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
   cd check_nwc_health-10.0.0.2&lt;br /&gt;
    ./configure&lt;br /&gt;
    make&lt;br /&gt;
    make install&lt;br /&gt;
    cd /usr/local/nagios/libexec/&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: while running the check_nwc_health plugin some files will be missing you have to download those files&#039;&#039;&#039;&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode hardware-health&lt;br /&gt;
After running this command if error comes can’t locate and *.pm file download the file using&lt;br /&gt;
yum install perl-file name&lt;br /&gt;
Suppose error comes can’t locate JSON.pm file then I will run command like this&lt;br /&gt;
yum install perl-JSON&lt;br /&gt;
yum install perl-File-Slurp (if error comes can’t locate File/Slurp.pm file)&lt;br /&gt;
yum install perl-Module-Load (if error comes can’t locate Module/Load.pm file)&lt;br /&gt;
&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode cpu-load&lt;br /&gt;
yum install perl-JSON-XS (If error comes can’t locate JSON/XS.pm file)&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3330</id>
		<title>ISON BPO Nagios XI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3330"/>
		<updated>2022-12-02T11:37:47Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* STEP 1: Install Mod-gearman in the Probe Machine and Configure */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:ISON BPO Nagios XI]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Building Probe Machine Documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==STEP 1: Install Mod-gearman in the Probe Machine and Configure==&lt;br /&gt;
&lt;br /&gt;
rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm&lt;br /&gt;
&lt;br /&gt;
yum update&lt;br /&gt;
&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/scripts/ModGearmanInstall.sh &lt;br /&gt;
&lt;br /&gt;
chmod +x ModGearmanInstall.sh &lt;br /&gt;
&lt;br /&gt;
./ModGearmanInstall.sh --type=worker&lt;br /&gt;
&lt;br /&gt;
{ Set the Nagios XI Server IP address is 172.105.253.143 }&lt;br /&gt;
&lt;br /&gt;
vi /etc/mod_gearman/worker.conf &lt;br /&gt;
&lt;br /&gt;
{Add the hostgroups Location of probe machine}&lt;br /&gt;
&lt;br /&gt;
systemctl restart mod-gearman-worker&lt;br /&gt;
&lt;br /&gt;
{Now go to the Nagios XI server and add the hostgroups of the probe machine which you created now}&lt;br /&gt;
&lt;br /&gt;
vi /etc/mod_gearman/module.conf&lt;br /&gt;
&lt;br /&gt;
systemctl restart gearmand&lt;br /&gt;
&lt;br /&gt;
gearman_top {to see all the hostgroups}&lt;br /&gt;
&lt;br /&gt;
telnet 172.105.253.143 4730&lt;br /&gt;
 (if telnet status is connected means communication is established between the probe machine and Nagios XI server)&lt;br /&gt;
&lt;br /&gt;
==Step 2: Install Nagios XI in the Probe Machine to get the Plugins==&lt;br /&gt;
&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.8.7.tar.gz&lt;br /&gt;
tar xzf xi-5.8.7.tar.gz&lt;br /&gt;
cd nagiosxi/&lt;br /&gt;
./fullinstall&lt;br /&gt;
cd /usr/local/nagios/libexec/&lt;br /&gt;
ls (to see all the plugins)&lt;br /&gt;
&lt;br /&gt;
==Step 3: Install check_nwc_health Plugin in the Probe Machine==&lt;br /&gt;
&lt;br /&gt;
wget https://labs.consol.de/assets/downloads/nagios/check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
 tar xvfz check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
   cd check_nwc_health-10.0.0.2&lt;br /&gt;
    ./configure&lt;br /&gt;
    make&lt;br /&gt;
    make install&lt;br /&gt;
    cd /usr/local/nagios/libexec/&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: while running the check_nwc_health plugin some files will be missing you have to download those files&#039;&#039;&#039;&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode hardware-health&lt;br /&gt;
After running this command if error comes can’t locate and *.pm file download the file using&lt;br /&gt;
yum install perl-file name&lt;br /&gt;
Suppose error comes can’t locate JSON.pm file then I will run command like this&lt;br /&gt;
yum install perl-JSON&lt;br /&gt;
yum install perl-File-Slurp (if error comes can’t locate File/Slurp.pm file)&lt;br /&gt;
yum install perl-Module-Load (if error comes can’t locate Module/Load.pm file)&lt;br /&gt;
&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode cpu-load&lt;br /&gt;
yum install perl-JSON-XS (If error comes can’t locate JSON/XS.pm file)&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3329</id>
		<title>ISON BPO Nagios XI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3329"/>
		<updated>2022-12-02T11:37:00Z</updated>

		<summary type="html">&lt;p&gt;Alok: /* Step 2: Install Nagios XI in the Probe Machine to get the Plugins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:ISON BPO Nagios XI]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Building Probe Machine Documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==STEP 1: Install Mod-gearman in the Probe Machine and Configure==&lt;br /&gt;
&lt;br /&gt;
rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm&lt;br /&gt;
yum update&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/scripts/ModGearmanInstall.sh &lt;br /&gt;
chmod +x ModGearmanInstall.sh &lt;br /&gt;
./ModGearmanInstall.sh --type=worker&lt;br /&gt;
{ Set the Nagios XI Server IP address is 172.105.253.143 }&lt;br /&gt;
vi /etc/mod_gearman/worker.conf &lt;br /&gt;
{Add the hostgroups Location of probe machine}&lt;br /&gt;
systemctl restart mod-gearman-worker&lt;br /&gt;
{Now go to the Nagios XI server and add the hostgroups of the probe machine which you created now}&lt;br /&gt;
vi /etc/mod_gearman/module.conf&lt;br /&gt;
systemctl restart gearmand&lt;br /&gt;
gearman_top {to see all the hostgroups}&lt;br /&gt;
telnet 172.105.253.143 4730&lt;br /&gt;
 (if telnet status is connected means communication is established between the probe machine and Nagios XI server)&lt;br /&gt;
&lt;br /&gt;
==Step 2: Install Nagios XI in the Probe Machine to get the Plugins==&lt;br /&gt;
&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.8.7.tar.gz&lt;br /&gt;
tar xzf xi-5.8.7.tar.gz&lt;br /&gt;
cd nagiosxi/&lt;br /&gt;
./fullinstall&lt;br /&gt;
cd /usr/local/nagios/libexec/&lt;br /&gt;
ls (to see all the plugins)&lt;br /&gt;
&lt;br /&gt;
==Step 3: Install check_nwc_health Plugin in the Probe Machine==&lt;br /&gt;
&lt;br /&gt;
wget https://labs.consol.de/assets/downloads/nagios/check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
 tar xvfz check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
   cd check_nwc_health-10.0.0.2&lt;br /&gt;
    ./configure&lt;br /&gt;
    make&lt;br /&gt;
    make install&lt;br /&gt;
    cd /usr/local/nagios/libexec/&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: while running the check_nwc_health plugin some files will be missing you have to download those files&#039;&#039;&#039;&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode hardware-health&lt;br /&gt;
After running this command if error comes can’t locate and *.pm file download the file using&lt;br /&gt;
yum install perl-file name&lt;br /&gt;
Suppose error comes can’t locate JSON.pm file then I will run command like this&lt;br /&gt;
yum install perl-JSON&lt;br /&gt;
yum install perl-File-Slurp (if error comes can’t locate File/Slurp.pm file)&lt;br /&gt;
yum install perl-Module-Load (if error comes can’t locate Module/Load.pm file)&lt;br /&gt;
&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode cpu-load&lt;br /&gt;
yum install perl-JSON-XS (If error comes can’t locate JSON/XS.pm file)&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3328</id>
		<title>ISON BPO Nagios XI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3328"/>
		<updated>2022-12-02T11:33:58Z</updated>

		<summary type="html">&lt;p&gt;Alok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:ISON BPO Nagios XI]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Building Probe Machine Documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==STEP 1: Install Mod-gearman in the Probe Machine and Configure==&lt;br /&gt;
&lt;br /&gt;
rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm&lt;br /&gt;
yum update&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/scripts/ModGearmanInstall.sh &lt;br /&gt;
chmod +x ModGearmanInstall.sh &lt;br /&gt;
./ModGearmanInstall.sh --type=worker&lt;br /&gt;
{ Set the Nagios XI Server IP address is 172.105.253.143 }&lt;br /&gt;
vi /etc/mod_gearman/worker.conf &lt;br /&gt;
{Add the hostgroups Location of probe machine}&lt;br /&gt;
systemctl restart mod-gearman-worker&lt;br /&gt;
{Now go to the Nagios XI server and add the hostgroups of the probe machine which you created now}&lt;br /&gt;
vi /etc/mod_gearman/module.conf&lt;br /&gt;
systemctl restart gearmand&lt;br /&gt;
gearman_top {to see all the hostgroups}&lt;br /&gt;
telnet 172.105.253.143 4730&lt;br /&gt;
 (if telnet status is connected means communication is established between the probe machine and Nagios XI server)&lt;br /&gt;
&lt;br /&gt;
==Step 2: Install Nagios XI in the Probe Machine to get the Plugins==&lt;br /&gt;
&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.8.7.tar.gz&lt;br /&gt;
tar xzf xi-5.8.7.tar.gz&lt;br /&gt;
cd nagiosxi/&lt;br /&gt;
./fullinstall&lt;br /&gt;
cd /usr/local/nagios/libexec/&lt;br /&gt;
ls (to see all the plugins)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3: Install check_nwc_health Plugin in the Probe Machine&#039;&#039;&#039;&lt;br /&gt;
wget https://labs.consol.de/assets/downloads/nagios/check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
 tar xvfz check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
   cd check_nwc_health-10.0.0.2&lt;br /&gt;
    ./configure&lt;br /&gt;
    make&lt;br /&gt;
    make install&lt;br /&gt;
    cd /usr/local/nagios/libexec/&lt;br /&gt;
&#039;&#039;&#039;Note: while running the check_nwc_health plugin some files will be missing you have to download those files&#039;&#039;&#039;&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode hardware-health&lt;br /&gt;
After running this command if error comes can’t locate and *.pm file download the file using&lt;br /&gt;
yum install perl-file name&lt;br /&gt;
Suppose error comes can’t locate JSON.pm file then I will run command like this&lt;br /&gt;
yum install perl-JSON&lt;br /&gt;
yum install perl-File-Slurp (if error comes can’t locate File/Slurp.pm file)&lt;br /&gt;
yum install perl-Module-Load (if error comes can’t locate Module/Load.pm file)&lt;br /&gt;
&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode cpu-load&lt;br /&gt;
yum install perl-JSON-XS (If error comes can’t locate JSON/XS.pm file)&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3327</id>
		<title>ISON BPO Nagios XI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3327"/>
		<updated>2022-12-02T11:31:05Z</updated>

		<summary type="html">&lt;p&gt;Alok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:ISON BPO Nagios XI]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Building Probe Machine Documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;STEP 1: Install Mod-gearman in the Probe Machine and Configure&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm&lt;br /&gt;
&lt;br /&gt;
yum update&lt;br /&gt;
&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/scripts/ModGearmanInstall.sh &lt;br /&gt;
&lt;br /&gt;
chmod +x ModGearmanInstall.sh &lt;br /&gt;
./ModGearmanInstall.sh --type=worker&lt;br /&gt;
{ Set the Nagios XI Server IP address is 172.105.253.143 }&lt;br /&gt;
vi /etc/mod_gearman/worker.conf &lt;br /&gt;
{Add the hostgroups Location of probe machine}&lt;br /&gt;
systemctl restart mod-gearman-worker&lt;br /&gt;
{Now go to the Nagios XI server and add the hostgroups of the probe machine which you created now}&lt;br /&gt;
vi /etc/mod_gearman/module.conf&lt;br /&gt;
systemctl restart gearmand&lt;br /&gt;
gearman_top {to see all the hostgroups}&lt;br /&gt;
telnet 172.105.253.143 4730&lt;br /&gt;
 (if telnet status is connected means communication is established between the probe machine and Nagios XI server)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2: Install Nagios XI in the Probe Machine to get the Plugins&#039;&#039;&#039;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.8.7.tar.gz&lt;br /&gt;
tar xzf xi-5.8.7.tar.gz&lt;br /&gt;
cd nagiosxi/&lt;br /&gt;
./fullinstall&lt;br /&gt;
cd /usr/local/nagios/libexec/&lt;br /&gt;
ls (to see all the plugins)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3: Install check_nwc_health Plugin in the Probe Machine&#039;&#039;&#039;&lt;br /&gt;
wget https://labs.consol.de/assets/downloads/nagios/check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
 tar xvfz check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
   cd check_nwc_health-10.0.0.2&lt;br /&gt;
    ./configure&lt;br /&gt;
    make&lt;br /&gt;
    make install&lt;br /&gt;
    cd /usr/local/nagios/libexec/&lt;br /&gt;
&#039;&#039;&#039;Note: while running the check_nwc_health plugin some files will be missing you have to download those files&#039;&#039;&#039;&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode hardware-health&lt;br /&gt;
After running this command if error comes can’t locate and *.pm file download the file using&lt;br /&gt;
yum install perl-file name&lt;br /&gt;
Suppose error comes can’t locate JSON.pm file then I will run command like this&lt;br /&gt;
yum install perl-JSON&lt;br /&gt;
yum install perl-File-Slurp (if error comes can’t locate File/Slurp.pm file)&lt;br /&gt;
yum install perl-Module-Load (if error comes can’t locate Module/Load.pm file)&lt;br /&gt;
&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode cpu-load&lt;br /&gt;
yum install perl-JSON-XS (If error comes can’t locate JSON/XS.pm file)&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3326</id>
		<title>ISON BPO Nagios XI</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=ISON_BPO_Nagios_XI&amp;diff=3326"/>
		<updated>2022-12-02T11:29:27Z</updated>

		<summary type="html">&lt;p&gt;Alok: Created page with &amp;quot;category:ISON BPO Nagios XI  &amp;#039;&amp;#039;&amp;#039;Building Probe Machine Documentation&amp;#039;&amp;#039;&amp;#039;  &amp;#039;&amp;#039;&amp;#039;STEP 1: Install Mod-gearman in the Probe Machine and Configure&amp;#039;&amp;#039;&amp;#039; rpm -Uvh https://repo.nagios....&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:ISON BPO Nagios XI]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Building Probe Machine Documentation&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;STEP 1: Install Mod-gearman in the Probe Machine and Configure&#039;&#039;&#039;&lt;br /&gt;
rpm -Uvh https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm&lt;br /&gt;
yum update&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/scripts/ModGearmanInstall.sh &lt;br /&gt;
chmod +x ModGearmanInstall.sh &lt;br /&gt;
./ModGearmanInstall.sh --type=worker&lt;br /&gt;
{ Set the Nagios XI Server IP address is 172.105.253.143 }&lt;br /&gt;
vi /etc/mod_gearman/worker.conf &lt;br /&gt;
{Add the hostgroups Location of probe machine}&lt;br /&gt;
systemctl restart mod-gearman-worker&lt;br /&gt;
{Now go to the Nagios XI server and add the hostgroups of the probe machine which you created now}&lt;br /&gt;
vi /etc/mod_gearman/module.conf&lt;br /&gt;
systemctl restart gearmand&lt;br /&gt;
gearman_top {to see all the hostgroups}&lt;br /&gt;
telnet 172.105.253.143 4730&lt;br /&gt;
 (if telnet status is connected means communication is established between the probe machine and Nagios XI server)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 2: Install Nagios XI in the Probe Machine to get the Plugins&#039;&#039;&#039;&lt;br /&gt;
cd /tmp&lt;br /&gt;
wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.8.7.tar.gz&lt;br /&gt;
tar xzf xi-5.8.7.tar.gz&lt;br /&gt;
cd nagiosxi/&lt;br /&gt;
./fullinstall&lt;br /&gt;
cd /usr/local/nagios/libexec/&lt;br /&gt;
ls (to see all the plugins)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step 3: Install check_nwc_health Plugin in the Probe Machine&#039;&#039;&#039;&lt;br /&gt;
wget https://labs.consol.de/assets/downloads/nagios/check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
 tar xvfz check_nwc_health-10.0.0.2.tar.gz&lt;br /&gt;
   cd check_nwc_health-10.0.0.2&lt;br /&gt;
    ./configure&lt;br /&gt;
    make&lt;br /&gt;
    make install&lt;br /&gt;
    cd /usr/local/nagios/libexec/&lt;br /&gt;
&#039;&#039;&#039;Note: while running the check_nwc_health plugin some files will be missing you have to download those files&#039;&#039;&#039;&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode hardware-health&lt;br /&gt;
After running this command if error comes can’t locate and *.pm file download the file using&lt;br /&gt;
yum install perl-file name&lt;br /&gt;
Suppose error comes can’t locate JSON.pm file then I will run command like this&lt;br /&gt;
yum install perl-JSON&lt;br /&gt;
yum install perl-File-Slurp (if error comes can’t locate File/Slurp.pm file)&lt;br /&gt;
yum install perl-Module-Load (if error comes can’t locate Module/Load.pm file)&lt;br /&gt;
&lt;br /&gt;
./check_nwc_health --hostname 14.98.74.34 --community public --mode cpu-load&lt;br /&gt;
yum install perl-JSON-XS (If error comes can’t locate JSON/XS.pm file)&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Zimbar_NE_Demo_Video_made_for_Tender&amp;diff=3232</id>
		<title>Zimbar NE Demo Video made for Tender</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Zimbar_NE_Demo_Video_made_for_Tender&amp;diff=3232"/>
		<updated>2022-01-11T07:33:14Z</updated>

		<summary type="html">&lt;p&gt;Alok: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category:Zimbra]]&lt;br /&gt;
== Zimbra NE Demo  ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;HTML5video type=&amp;quot;youtube&amp;quot; width=&amp;quot;640&amp;quot; height=&amp;quot;480&amp;quot; autoplay=&amp;quot;false&amp;quot;&amp;gt;gXmAP2lbC8I&amp;lt;/HTML5video&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
	<entry>
		<id>https://wiki.tetrain.com/index.php?title=Zimbar_NE_Demo_Video_made_for_Tender&amp;diff=3231</id>
		<title>Zimbar NE Demo Video made for Tender</title>
		<link rel="alternate" type="text/html" href="https://wiki.tetrain.com/index.php?title=Zimbar_NE_Demo_Video_made_for_Tender&amp;diff=3231"/>
		<updated>2022-01-11T07:32:11Z</updated>

		<summary type="html">&lt;p&gt;Alok: Created page with &amp;quot; == Zimbra NE Demo  ==  &amp;lt;HTML5video type=&amp;quot;youtube&amp;quot; width=&amp;quot;640&amp;quot; height=&amp;quot;480&amp;quot; autoplay=&amp;quot;false&amp;quot;&amp;gt;gXmAP2lbC8I&amp;lt;/HTML5video&amp;gt;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Zimbra NE Demo  ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;HTML5video type=&amp;quot;youtube&amp;quot; width=&amp;quot;640&amp;quot; height=&amp;quot;480&amp;quot; autoplay=&amp;quot;false&amp;quot;&amp;gt;gXmAP2lbC8I&amp;lt;/HTML5video&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alok</name></author>
	</entry>
</feed>