Extracting and installing the IBM Spectrum Control Base Edition software package
You can install the IBM® Spectrum Control Base Edition software on a compatible version of Red Hat Enterprise Linux (RHEL). For more information, refer to the release notes.
Before you begin
Procedure
Follow these steps to install Spectrum Control:
- Download the installation package and the IBM_Spectrum_Control_Signing_Key_Pub.key file, used for the package validation. See Downloading IBM Spectrum Control Base Edition software).
- Copy the installation package and the public key files to a local folder on the Linux host that will be used as Spectrum Control.
- Go to the local folder and then use the gpg --import
IBM_Spectrum_Control_Signing_Key_Pub.key to import the IBM GNU Privacy Guard (GPG) public
key to validate the installation files. This ensures that the files
were received from IBM and were
not manipulated in any way by a third party. Note: Downloading the install package from a trusted, SSL-protected resource, such as Fix Central, ensures its authenticity and integrity. However, you can mark the key as trusted by entering gpg --edit-key "IBM Spectrum Control Signing Key", typing the trust command and selecting option 5.
- Extract the installation package file ('* ' represents the build number) :
The following files are extracted:# tar -xzvf IBM_Spectrum_Control_Base_Edition-2.1.1-*-x86_64.tar.gz- nginx-1.6.2-1.el6.ngx.x86_64.rpm
- postgresql92-9.2.10-1PGDG.rhel6.x86_64.rpm
- postgresql92-contrib-9.2.10-1PGDG.rhel6.x86_64.rpm
- postgresql92-libs-9.2.10-1PGDG.rhel6.x86_64.rpm
- postgresql92-server-9.2.10-1PGDG.rhel6.x86_64.rpm
- uuid-1.6.1-10.el6.x86_64.rpm
- ibm_spectrum_control-2.1.1-*.bin – product BIN file.
- ibm_spectrum_control-2.1.1-xxxx-x86_64.bin.asc– digital signature file for the BIN file verification.
- ibm_spectrum_control_java_runtime_extension-2.1.0-*.bin – Required if DS8000® is used; should be installed last.
- ibm_spectrum_control_java_runtime_extension-2.1.0-xx-x86_64.bin.asc – digital signature file for the BIN file verification.
- Enter # gpg --verify ibm_spectrum_control-2.1.1-xxxx-x86_64.bin.asc ibm_spectrum_control-2.1.1-xxxx-x86_64.bin and # gpg --verify ibm_spectrum_control_java_runtime_extension-2.1.0-xx-x86_64.bin.asc ibm_spectrum_control_java_runtime_extension-2.1.0-xx-x86_64.bin to verify the digital signature of the installation files.
- Go to the extracted directory and then use the rpm -iv *.rpm command to run and install all the complementary
RPM files. The IBM Storage Provider service starts automatically
after the installation (for more information, see Checking and controlling the Spectrum Control service) and a new Linux username – ibmsc – is created so that you can use it for the Spectrum Control
management operations.Note: If needed, you can customize the user ID for ibmsc by adding a Linux user (useradd command in RHEL) prior to the package installation.
- Enter chmod +x ibm_spectrum_control-2.1.1-*.bin to authorize the installation of the product BIN file.
- Enter ./ibm_spectrum_control-2.1.1-*.bin to start the installation.
- Review the license agreement which is displayed after you run the installation file.
- Enter 1 to accept the license agreement
and complete the installation:
Press Enter to continue viewing the license agreement, or enter "1" to accept the agreement, "2" to decline it, "3" to print it, "4" to read non-IBM terms, or "99" to go back. 1 Preparing for new installation... Creating system user ibmsc... Configuring rsyslog... Setting up nginx... Generating SSL certificate... Configuring postgresql database... Creating IBM Spectrum Control user... Configuring IBM Spectrum Control... Adding iptables rules... Starting Celery services... [OK] Starting Django service... [OK] NOTE: An initial username 'admin' with an initial password 'admin1!' has been defined for the initial access (via the CLI or GUI) to the IBM Spectrum Control. IMPORTANT: To avoid unauthorized access to the IBM Spectrum Control, the password for this username should be changed as soon as possible. You can control IBM Spectrum Control services using the 'service ibm_spectrum_control {start|stop|status}' command. Installation completed successfully. - If you are using a DS8000 storage array, enter ./ibm_spectrum_control_java_runtime_extension-2.1.0-*.bin to install the required Java components for DS8000.
- Review the license agreement which is displayed after you run the installation file.
- Enter 1 to accept the license agreement
and complete the installation:
Press Enter to continue viewing the license agreement, or enter "1" to accept the agreement, "2" to decline it, "3" to print it, "4" to read non-IBM terms, or "99" to go back. 1 Stopping Django service ... [OK] Stopping Celery services ... [OK] Starting DS8000 proxy.....[OK] Starting Celery services ... [OK] Starting Django service ... [OK] Installation completed successfully. - To avoid unauthorized access to Spectrum Control, it is strongly recommended to change the default password for the 'ibmsc' user as soon as possible, as described in CLI – Switching to 'IBMSC' user mode.