Migrating Cryptshare

Migrating Cryptshare

Applies to:

Alert
All versions of Cryptshare Server

Purpose:

This article guides you through a Cryptshare Server migration.

Solution:

Be sure that your Cryptshare Server is running at least version 4.3.0 before proceeding. If not, please update as described here: Updates The following guide will take you step by step to the new Appliance recommended and tested by our Support staff and customers.

Collect (or better check for completeness) the data for the new appliance

According to our Quickstartguide Step 2

According to our Quick Start Guide Step 2
Info
Best Practice
Depending on size and structure of your business, different stakeholders may need to be involved in your preparations.
We strongly recommend you identify these stakeholders during your preparation and have these items completed so the installation can be carried out smoothly.
New (temporary) IP address
In general, you need a public, static IP address for your Cryptshare Server. In case you have already such an address in use, you'll need only a temporary address as long both servers are needed (the actual one & the new one) 

SSL certificate
The existing certificate will be copied in the process. If you want to change the certificate please follow SSL Certificate and the related articles there.

Select or define the Administrators
It is mandatory to configure the email address of a user or a user group as administrators of the Cryptshare Server. Cryptshare Server will send notifications to this email address in case of available updates, warnings or errors. Without an administrator email address, the configuration cannot be completed. Decide which email address should be used and set up a user group in your mail server directory if required. 

Create the new Appliance
Create the new Appliance for vSphere or download one for the Hyper-V in our VM Build Service: Cryptshare Build Service

Import the delivered Appliance
Install it parallel to your old server in your DMZ

Prepare the Appliance in your Hypervisor (VMware or HyperV)

Check the Virtual Hardware

Refer to the System Requirements.

Add an additional Virtual Disk

Cryptshare uses different storage locations to save
  1.     Temporary files
Temporary files are created during the upload, virus check, encryption process or any other pre-processing tasks.
  1.     The transfer payload
The folder where the payload of the system is stored, i.e. the encrypted files and messages that are being transferred from A to B reside in this folder until they are automatically deleted at the end of the retention time.
  1.     Backups
The folder into which you can back up your system configuration, transfer meta data and the transfer data itself. These storage locations should be sized according to your requirements and have to be configured in the Cryptshare Server.

Sizing calculation 
Idea
Sizing Calculation
To determine the correct size for your needs, add the results of the following formulas:

suggested Temp folder size = (Max allowed Transfersize * 3)
suggested retention folder size in MByte = ((expected average number of transfers per day) * (expected average transfer size in MByte) * (maximum planned retention time))
suggested backup folder size = depends on your backup strategy

This will provide enough space for your transfer data, for the temporary directory and also if you want to back up the system configuration and transfer meta information to this disk.
Alert
Planning the Backup size requirements
If you want to backup transfer data as well, you will have multiply the space by a factor (x+1) where x is the number of backups of the transfer data you want to keep. However, it is recommended to backup data to a location outside the Cryptshare Server as otherwise, you will lose your productive data and your backup data in case of a disk failure.
Now add the additional virtual disk with the preferred size to the appliance using the instruction Extending available disk space To configure the Temp directory refer to System Startup Settings - Temporary Folder
Idea
enlarge an existing disk
Please follow this guide to enlarge the hard disk if necessary:

Next steps with the new Server

  1. Start the Server
  2. Login via PuTTY as root and proceed with this commands:
Notes
1. deactivate the Cryptshare service
systemctl stop cryptshare (use rccryptshare stop up to and including v.7.1) 

2. Set the TEMP Folder to the new disk
echo "" >> /opt/cryptshare-3/launcher.ini
echo "vm.arg.1=-Djava.io.tmpdir=/var/opt/cryptshare-3/tmp" >> /opt/cryptshare-3/launcher.ini

Proceed at the old Cryptshare Server

  1. create a Backup of the database at the old system with the Name: cs3-MovingBackup
  2. login via PuTTY as root and proceed with this commands:
Notes
deactivate the Cryptshare service
systemctl stop cryptshare (use rccryptshare stop up to and including v.7.1) 
Now start the copy jobs to copy the data from the old Cryptshare Server to the new one
Notes
1. your actually active Transfers
scp /opt/cryptshare-3/upload (or your actually used path)/* root@CRYPTSHARE_NEW:/var/opt/cryptshare-3/uploads

2. your database Backup
scp /opt/cryptshare-3/backup (or your actually used path)/cs3-MovingBackup.zip root@CRYPTSHARE_NEW:/opt/cryptshare-3/backup

3. your actual SSL-Key
scp /opt/cryptshare-3/lib/security/keystore root@CRYPTSHARE_NEW:/opt/cryptshare-3/lib/security/

4. your actual Web-UI
scp -r /opt/cryptshare-3/resources/ui root@CRYPTSHARE_NEW:/opt/cryptshare-3/resources
If you changed the ports or SSL-Passwords
Notes
5. copy your Interface Config files
scp /opt/cryptshare-3/resources/WEB-INF/?i-config.xml root@CRYPTSHARE_NEW:/opt/cryptshare-3/resources/WEB-INF/

Finishing steps to activate the new Server

  1. Log in via PuTTY as root and proceed with this commands:
Notes
activate the new Cryptshare Server
systemctl start cryptshare (use rccryptshare start up to and including v.7.1) 
  1. Log in the Administrative Interface and restore the DB-Backup cs3-MovingBackup

Warning
Please note! Using this way the database can be restored if one of the following Cryptshare versions is installed on old server:
4.3.0
If different versions are used, the web interface will be not be available anymore after the restore.
Attention! Please restore the database only! Do not restore the system data and/or transfers in this way!
 
Idea
Restore database from version 4.2.x
Please use the following steps, to restore the database from Cryptshare 4.2.x

- unpack the backup from the old server into the folder /root/tmp
unzip /opt/cryptshare-3/backup/cs3-MovingBackup.zip -d /root/tmp

- change into new directory
cd /root/tmp/cs3-MovingBackup

- unpack the database
unzip database/db-cs3-Moving.zip -d cryptshare

- stop the Cryptshare service
systemctl stop cryptshare.service

- replace the database folder
mv cryptshare /opt/cryptshare-3/orientDB/databases/cryptshare

- start the Cryptshare service
systemctl start cryptshare.service

  1. Make sure that all path names in the Administration Interface match the actual file locations:
    1. Uploads: Check System Settings > Transfer Settings
    2. Backups: Check Restore/Backup
    3. Temp: Check System Status > Scroll down and click on Java Runtime Environment
    4. Disk Space Monitoring: System Settings > System Notifications > Check if all monitored paths are valid
  2. Change the firewall and DNS-Settings (switch to the new IP-address)
    • Related Articles

    • Cryptshare for Notes Documentation

      Cryptshare for Notes Documentation
    • Cryptshare for Outlook (Classic) Documentation

      Cryptshare for Outlook (Classic) Documentation
    • Providing Cryptshare database backup to Cryptshare Support

      Applies to: Cryptshare Server version 3.12 and higher Purpose: This article describes how to create a Cryptshare database backup and provide it to Cryptshare Support via Cryptshare. Solution: Proceed as follows to create a database backup: 1. Login ...
    • Updating Cryptshare manually

      Applies to: Cryptshare Server from version 4.2.x Purpose: This is an example of the possibilities for updating Cryptshare manually. Note that manual updates should only be done if a regular update is not possible! Please make sure you have a working ...
    • Running Cryptshare in headless mode

      Applies to: All versions of Cryptshare Server Symptom: Cryptshare fails to send/generate emails and reports an error related to the java.awt.Color class. cryptshare.log java.lang.NoClassDefFoundError: Could not initialize class java.awt.Color Cause: ...