For ease of installation, SIOS has provided the LifeKeeper for Linux with an installation script. Towards the end of the script, the desired Application Recovery Kits (ARKs) should be selected for installation. The software will be installed to the following locations:
Perform the following actions on both Primary and Secondary server.
Download Software
- Open the LifeKeeper evaluation email you received from SIOS.
- Download the LifeKeeper Software from the link provided in your email. It is generally easiest to use “wget” to recursively download all files. Example:
a. # cd /root
b. # wget -r <URL>
c. After successful download you will have downloaded contents similar to the follow directory listing:
[root@LinuxPrimary ~]# ls -l <directory> total 63680
-rw-r—r— 1 root root 23163 May 30 14:03 EULA.pdf
-rw-r—r— 1 root root 536 May 30 14:03 readme.txt
-rw-r—r— 1 root root 65179648 May 30 14:03 sps.img
- Download your Evaluation license key from the link specified in your evaluation email. Save the license file to an easy to remember location on both servers.
Run the LifeKeeper Installer Script
- Loopback mount the sps.img file previously downloaded, which is an ISO9660 image file. Run the “setup” script inside:
# mount -o loop sps.img /mnt
# cd /mnt
# ./setup
- During this procedure, you will hit Enter in most cases to accept default values and continue to the next screen. Note the following exceptions:
a. On the screen titled “High AvailabilityNFS” you may select “n” as in this particular eval guide we will not be creating a highly available NFS server cluster configuration.
b. If you have plans to create a highly available NFS service, adjust your response accordingly.
- Towards the end of the setup script, you can choose to install a trial license key now, or later. We will install the license key in the next step, so you can safely select “n” at this point
- In the final screen of the “setup” select the DataKeeper from the list displayed on the screen.
- The following RPMs should be be installed:
a. steeleye-lkAPA-<version>.noarch.rpm
b. steeleye-lkSQL-<version>.noarch.rpm
c. steeleye-lkDR-<version>.noarch.rpm
- Un-mount the Distribution Enabling disk image:
# cd /root
# umount /mnt
Install the Evaluation License Keys
The last phase of the setup process installs the licensing keys. You must install the evaluation license key file (“.lic”) that you downloaded with your evaluation software before starting the LifeKeeper for Linux.
- To install your trial license key, run the “lkkeyins” command on both Primary and Secondary Server. This command is located at /opt/LifeKeeper/bin/lkkeyins . Example:
# /opt/LifeKeeper/bin/lkkeyins <path_to_license/<filename>.lic
- Validate your license keys were installed via the /opt/LifeKeeper/bin/lklicmgr command
# /opt/LifeKeeper/bin/lklicmgr
License File: 20101230.lic
Product | Type | Expiry |
---|---|---|
LifeKeeper for Linux | Eval | 27 Mar 2013 (87 days) |
Apache Recovery Kit | Eval | 27 Mar 2013 (87 days) |
SIOS Data Replication ARK | Eval | 27 Mar 2013 (87 days) |
MySQL Recovery Kit | Eval | 27 Mar 2013 (87 days) |
Start the LifeKeeper for Linux
- Start:
# /opt/LifeKeeper/bin/lkstart
Post your comment on this topic.