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.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
93 views
Install Backup Solution
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.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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