This document will guide you through the installation of the SIOS Protection Suite for Linux (SPS) and assumes the user has basic knowledge of the Linux operating system. Please refer to the SIOS Protection Suite for Linux product documentation for more information.
Pre-Installation Requirements
Before installing SPS for Linux, please check the following:
- SPS for Linux Release Notes -The Release Notes include supported platforms, operating systems, applications, and storage. They also include the latest features and Bug Fixes.
- TCP/IP Connection and Name Resolution – In order to use the GUI function, both cluster nodes need to be able to resolve the name. Use the DNS service or /etc/hosts for name resolution. Also, localhost needs to be resolved to 127.0.0.1.
- Firewall – The following ports are used:
- Communication Path (TCP): 7365/tcp
- Communication of a GUI Server: 81/tcp、82/tcp
- RMI Communication between the GUI Server and Client: all the ports after 1024/tcp
- Synchronization of DataKeeper (when using DataKeeper): “10001+<mirror number>+<256 * i>”
- More Firewall Information
- The port used for communication with the GUI server and a client needs to be open on the cluster node where SPS is installed and on all systems where the GUI client runs.
- The ports used by DataKeeper can be calculated using the formula above. The value of i starts at 0 and uses an unused port when found. For example, in an environment where a DataKeeper resource with mirror number 0 exists, if port 10001 is being used by another application, port 10257 will be used.
- For communication between the GUI server and a client, Java RMI (Remote Method Invocation) randomly uses ports 1024 and above. When applying access control etc. to a cluster system, packet filtering needs to be performed considering these ports. If this specification is an issue from a security standpoint, you can use ssh X forwarding. Please refer to the Technical Documentation for the setting details.
- Add the following to the port numbers you are using: WebGUI server process and policy setting with the lkpolicy command : 778(SSL) /tcp
- Check the SELinux Setting – When the SELinux setting is enabled, SPS for Linux may not be able to be installed depending on the mode.
- enforcing mode – SPS for Linux cannot be installed
- permissive mode – SPS for Linux can be installed (not recommended except in some ARK environments)
- It is not recommended to use SELinux permissive mode unless it is required in an SAP environment. Please make sure that the application to be run on the cluster supports permissive mode. SELinux permissive mode has been tested for following ARKs: SAP / SAP MaxDB / Sybase / Oracle / DB2 / NFS / DataKeeper / NAS / EC2 / IP / FileSystem / MQ. Refer to Linux Dependencies for required packages.
- Install the appropriate package provided by your distribution.
- disabled mode – SPS for Linux can be installed
- Please refer to the OS distribution documentation on how to disable SELinux.
- The sg3_utils package is required for environments using recovery kits for Multipath such as the DMMP Recovery Kit and the PowerPath Recovery Kit. This is not required for environments where recovery kits for Multipath are not used.
- Check the SELinux Setting – When the SELinux setting is enabled, SPS for Linux may not be able to be installed depending on the mode.
- Check Known Issues – Please make sure that there are no known issues for your environment.
Installing SPS for Linux
Install the SPS software on each server in the SPS configuration.
Packages that LifeKeeper is dependent on are installed automatically because the LifeKeeper installation setup script uses package manager tools (yum or zypper) to ensure installation of all dependent packages.
The SPS for Linux image file (sps.img) provides a set of installation scripts designed to perform the user interactive system setup tasks that are necessary when installing SPS on your system (see Interactive Mode for more information). A non-user interactive install can be performed as well (see Non-interactive Mode for more information).
A licensing utilities package is also installed providing utilities for obtaining and displaying the Host ID or Entitlement ID of your server. Host IDs and/or Entitlement IDs are used to obtain valid licenses for running SPS. Refer to Licensing for information on how to obtain and install your licenses.
SPS will be installed through the command line regardless of the Linux distribution you are operating under.
- Please refer to How to Use Setup Scripts for the installation activities.
- For upgrade installations, see Upgrading SPS.
Post your comment on this topic.