Installing AhsayOBM on your Linux CLI machines is a breeze with our step-by-step video to help you navigate your way through the Linux operating system.
Please use the following steps to install AhsayOBM on a Linux CLI machine using the TAR GZ offline installer.
- Connect to a Linux machine using the root account via an SSH client like PuTTY.
- Create a new directory, enter the following command:
mkdir -p /usr/local/obm - Change to that directory using the cd command.
cd /usr/local/obm - On your AMBaaS AhsayCBS web console, click on the download button to access backup agent download page.
- On the AhsayOBM tab, right-click the TAR GZ offline installer and select Copy link address.
- Use the curl command and paste the copied link.
curl -Ok https:/XXXX.onahsay.com/cbs/download/obm-linux.tar.gz - Run the tar command to extract the package component files.
tar xvzf obm-linux.tar.gz - Run the sh script.
sh obm-linux.sh - After installation, check if AhsayOBM scheduler service is running using the ps command.
ps -ef|grep java - After confirming is the scheduler service is running, go to the bin folder.
cd bin - Enter the following command to launch the application:
sh RunConfigurator.sh - Choose option 1 to login and enter the following details:
- Backup Server URL
- Port number
- Protocol (http or https)
- Enable Proxy?
- Login Name
- Password