Remote Backup Service (RBS)
Remote use of the HSM Backup Device is only supported on Windows or Linux computers.
Remote Backup Service (RBS) for Linux
Prerequisites:
To be able to use the RBS successfully, a workstation must first be configured.
The PED Server Software must be downloaded and installed on the remote workstation (PED Server).
The backup device(s) must be connected to the device on which the Remote Backup Service is running and should be in the same network as the HSM.
On the Workstation:
Steps 1-7 are not necessary if you have already installed the software for using the remote PED and have also selected RBS.
Log in to the Next Generation Hardware Appliance.
Open the Security page.
Click the Download for Linux in the PED Server Software section.
The download starts and stores a .tar file.Open a terminal, navigate to the download directory of your browser and extract the .tar file.
Change to the installation directory for Linux
cd LunaClient_10.7.2-16_Linux/64/
.Install the software
sudo ./install.sh
.Follow the instructions and make sure you select Luna Backup HSM to install the RBS.
Connect the relevant backup device(s) to the remote workstation.
After the installation, generate the key that is specific to the test system.
sudo /usr/safenet/lunaclient/rbs/bin/rbs --genkey
Enter a password and Confirm.
Make sure you save the password as it is used to start the RBS daemon.To list the backup devices connected to the workstation, use the command:
sudo /usr/safenet/lunaclient/bin/lunacm
.
Some information about the connected devices is displayed.The following command also lists the serial numbers of all connected backup HSMs.
sudo /usr/safenet/lunaclient/rbs/bin/rbs --config
Enter 1 and then x again.Make sure you add the port and serial number of the backup devices you want to support in the following file:
vim /etc/Chrystoki.conf
.The server file for RBS should be created in the following directory:
/usr/safenet/lunaclient/rbs/server/server.pem
Copy the file to where it is easily accessible.Start the RBS daemon.
sudo /usr/safenet/lunaclient/rbs/bin/rbs --daemon
The password from step 10 is requested.
On the Next Generation Hardware Appliance:
To successfully add the RBS in webconf, you need the server.pem from step 14.
Please refer to Remote Backup Service (RBS) Targets and follow up the instructions.
The Remote Backup Service is now available in webconf.
If configurations are adjusted, the daemon must be restarted for the changes to take effect.
Remote Backup Service (RBS) for Windows
Steps 1-8 are not necessary if you have already installed the software for using the remote PED and have also selected RBS.
Prerequisites:
To be able to use the RBS successfully, a workstation must first be configured.
The PED Server Software must be downloaded and installed on the remote workstation (PED Server).
The backup device(s) must be connected to the device on which the Remote Backup Service is running and should be in the same network as the HSM.
The purpose of the RBS is to perform HSM slot backups and restores remotely.
On the Workstation:
Log in to your Next Generation Hardware Appliance.
Open the Security page.
In the section PED Server Software click Download for Windows.
The download starts and stores a .zip file.
Navigate to the download directory of your browser and extract the .zip file.
Execute the LunaHSMClient.exe and select Luna Device.
In the window that appears, select all devices in the table.
Click Install and close the window.
Open a terminal as administrator.
Go to the installation directory for Windows
C:/Program Files/SafeNet/LunaClient
.Generate the key that is specific to the test system
/rbs.exe --genkey
.
Enter a password. Make sure you save the password as it is used to start the RBS daemon.To list the backup devices connected to the workstation, use command
/lunacm.exe
.
Some information about the connected devices is displayed.To configure which backup device is to be used, use the command
/rbs.exe --config
.Start the RBS daemon and enter the password set in step 11
/rbs.exe
.
On the Next Generation Hardware Appliance:
To successfully add the RBS in webconf on the appliance side, you need the server.pem, which should be located at C:/Program Files/SafeNet/LunaClient/cert/serve
.
Please refer to Remote Backup Service (RBS) Targets and follow up the instructions.
The Remote Backup Service is now available in webconf.
If configurations are adjusted, the daemon must be restarted for the changes to take effect.