Rubrik Backup Service Install

To get started on the migration task, you first need to install the Rubrik Backup Service (RBS) on the Oracle host and then add the host to RSC.

To get started, head to Inventory > All> Oracle Databases.

Access Oracle Databases

Click Add Hosts.

Add host

Select the default Rubrik Cluster from the drop-down menu. Select "I want to install and register the RBS software now". Select Linux as the platform and Linux rpm agent as the version. Click copy button. Close the window by clicking on X on top.

Download link

Double-click the Putty shortcut on the Desktop. Select orac12c-dev.rubrik.lab as the host and click Open.

Enter the credentials as listed below:

  • Username: root

  • Password: Welcome10!

NOTE: The credentials are also available on the credentials page on Chrome.

On the command prompt, enter the following commands to download and install the RBS package.

wget <right click> --no-check-certificate 
or
wget https://10.0.2.10/connector/rubrik-agent.x86_64.rpm  --no-check-certificate

NOTE: Right-click will paste the link to download the rpm.

wget

Install the package. Ensure that the demon status is up post the installation.

rpm -ivh rubrik-agent.x86_64.rpm
rpm install

Great job with the RBS install! Let's move on to the next step.

Last updated