Using script to install only server or only node component
This script allows to install just server or node (which can be registered to the existing server).
Server only installation
Before running the installation command - export the following variable:
export SBR_INSTALL_NODE=n
Node only installation
Before running the installation command - export the following variables:
where your.server.host should be a FQDN of your server component, and your-node-name should be a unique name for a node being installed. Optionally, you can export SBR_ADMIN_USER if you want to register your nodes using non-admin accounts.
Disabling password prompts
If you want to use this script without being prompted for admin user or database password you can export SBR_ADMIN_PASS and SBR_DB_PASS variables.
Post-installation
Now you should be able to log in to the Storware Backup & Recovery server using https://IP_OF_YOUR_MACHINE with the local node registered and running. By default, Storware Backup & Recovery has one admin account - admin with the password vPr0tect (with a zero).