Install inSync Master on Linux
inSync Private Cloud Editions:
Elite
Enterprise


Before you begin
Before you install inSync Master, ensure the following:
- You have administrator privileges on the computer where you want to install inSync Master.
- You have the key to activate your inSync setup. To obtain the activation key, contact Druva Support. For more information, see Activate your inSync Setup.
Installation Procedure
For Ubuntu
To install inSync Master
- Open a terminal.
- Change the current working directory to the directory that contains the .deb package.
- Run the following command:
sudo dpkg -i <package_name>
where <package_name> represents the file name (along with the extension) of the installer.
For RHEL
To install inSync Master
- Open a terminal.
- Change the current working directory to the directory that contains the .rpm package.
- Run the following command:
rpm -ivh <package_name>
where <package_name> represents the file name (along with the extension) of the installer.
Create the first inSync administrator
After installation of inSync Master is complete, run the insync-config.sh script to create the first inSync administrator.
To create the first inSync administrator
- Open a terminal.
- Change the current working directory to /opt/Druva/inSyncCloudServer/sbin.
- Run the following command:
sudo insync-master-config.sh -a
- Provide the appropriate information for each prompt.
Prompt | Action |
---|---|
Please enter a username for the Web admin account [admin] | Type the email ID of the inSync administrator. |
Enter the password | Type the password for the inSync administrator. |
Re-enter the password | Type the password for the inSync administrator again. |
inSync Master services restarts automatically. If you are the inSync administrator, launch the inSync Master Management console on a Web browser and log in with the credentials you just created and configure your inSync setup.