The document provides instructions for installing a backup solution called Networker on a Linux physical machine. It involves checking for existing packages using rpm commands as the root user, downloading a tarball if missing, extracting and installing RPM packages to complete the installation. Configuration is then handled by the backup team.
The document provides instructions for installing a backup solution called Networker on a Linux physical machine. It involves checking for existing packages using rpm commands as the root user, downloading a tarball if missing, extracting and installing RPM packages to complete the installation. Configuration is then handled by the backup team.
The document provides instructions for installing a backup solution called Networker on a Linux physical machine. It involves checking for existing packages using rpm commands as the root user, downloading a tarball if missing, extracting and installing RPM packages to complete the installation. Configuration is then handled by the backup team.
The document provides instructions for installing a backup solution called Networker on a Linux physical machine. It involves checking for existing packages using rpm commands as the root user, downloading a tarball if missing, extracting and installing RPM packages to complete the installation. Configuration is then handled by the backup team.
Download as DOCX, PDF, TXT or read online from Scribd
Download as docx, pdf, or txt
You are on page 1of 1
Install backup solution (networker) on linux physical machine
For installing backup solution on linux physical server need to check if the following packages was installed on the deployment phases
1. Log on the servers with root account
2. Execute the following command a. rpm -qa | grep -i lgto b. will return the following output i. lgtoman-18.2.0.2-1.x86_64 ii. lgtoclnt-18.2.0.2-1.x86_64 3. If command that was running earlier return nothing then follow the procedure bellow a. cd /var/tmp b. wget --no-check-certificate https://mysatellite/pub/vodafone/software/SOURCE/GAL/Networker/18.2/nw182_linux_x8 6_64.tar.gz c. tar -zxvf nw182_linux_x86_64.tar.gz d. yum -y localinstall lgtoman-18.2.0.0-1.x86_64.rpm lgtoclnt-18.2.0.0-1.x86_64.rpm 4. That’s all at the system side and the backup team need to take care for configuration