A virtual appliance can be created at any time using the VM Build Service. The appliance will be sent to you via Cryptshare.
The following files are shipped to you by the VM Build Service
Cryptshare virtual appliances will be deliverred in the version 4 of the virtual machine. This version is compatible with VMware ESX Server Version 3.0 and higher. If you use a newer ESX version, please upgrade the virtual hardware version as follows:
Additionaly set the Guest OS settings to the newest version of SUSE Linux Enterprise 64bit provided by your vSphere
If the configuration file (.OVF) is not available or the import is not working, a new virtual machine can be set up alternatively. Use the received .VMDK file as the virtual disk for the new machine when setting up the new virtual machine. It is recommended to use SUSE Linux Enterprise Server 12 (64bit) or higher as guest operating system. For all further options the default option selected by the wizard can be used.
By default the available disk space for uploads is limited to approx. 15-16GB. Therefore it is recommended to add an additional virtual disk with the preferred size to the appliance.
To configure the additional virtual disk as upload directory, proceed as follows on the Linux console:
The script will attach the new disk to the system and configure it as new upload directory. Rebooting the appliance is not required.
Run cryptshare-<version>-setup.exe and follow the instructions of the installer.
The Windows installer sets up and starts the Windows System Service CryptshareService on your computer. By default the start-up setting for this service is automatically. You can change this setting at any time in the Windows Services Settings.
Install the RPM package as root:
zypper install cryptshare-<version>.rpm
During the installation, the user csuser and the group csgroup are created and an init script is set up. After the installation, complete the installation of the service:
systemctl daemon-reload
systemctl start cryptshare
useradd -M csuser
groupadd csgroup
usermod -a -G csgroup csuser
tar xvfz cryptshare-<version>.tar.gz
mv cryptshare-<version> /opt/cryptshare
chown -R csuser:csgroup /opt/cryptshare
chmod 755 /opt/cryptshare/jre/ -R
chmod 755 /etc/init.d/cryptshare
systemctl enable cryptshare
systemctl start cryptshare
systemctl <start|stop|status> cryptshare