Mount ISO Image for Install
- Download the ISO image and license key files to the local environment.
- Copy the ISO image to each of the nodes.
- Copy the license file to each of the nodes.
- Log into each node and mount the installer image.
# ls evalkeys.txt sps.img # sudo su # mount -o loop -t iso9660 sps.img /media mount: /media: WARNING: device write-protected, mounted read-only.
- Check the content of the image.
# cd /media # ls CentOS core java OEL.UEK related shfuncs Chef create_response_file kits patches RHAS SuSE common HADR-9.6.2-7477.src.rpm ML quorum setup TRANS.TBL COPYRIGHT HADR-generic-9.6.2-7477.x86_64.rpm OEL README setuplibs
Install LifeKeeper for Linux
The installer script should be located in /media/ as setup. Execute the setup script to install LifeKeeper for Linux.
# ./setup LifeKeeper for Linux Setup Validating files....................................OK Collecting system information.....................................done. Preparing configuration information............done.
- The GUI Installer starts as shown below.
- Check “Use Quorum / Witness Functions”.
- Specify the location of the license file.
- Select the Recovery Kits to be installed.
- Check “LifeKeeper Startup After Install”, then select “Done”.
- Start the Install process.
- Install is now completed. Repeat the steps for node-b and node-c.
Additional Environment Specific Tasks to Complete
If AWS is being used, complete the following steps:
- Install AWS CLI
- Assign Permission to Use EC2 Recovery Kit
- Disable PING Broadcasting
- Disable Source/Destination Checking
If Azure is being used, complete the following step:
Post your comment on this topic.