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

  • Verify that the following communication ports are open to ensure network connectivity between VMware resources, Spectrum Control Base and IBM storage systems:
    • 8443 and 443 (vCenter, vCOps and vCO servers)
    • 7778 (XIV, Spectrum Accelerate)
    • 22 (storage systems that run IBM Spectrum Virtualize™)
    • 8452 (DS8000)
  • Make sure that the 'ibmsc' user can access the /opt/ibm and /var/log/sc folders.

Procedure

Follow these steps to install Spectrum Control Base:

  1. 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).
  2. Copy the installation package and the public key files to a local folder on the Linux host that will be used as Spectrum Control Base.
  3. 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.
  4. Extract the installation package file ('* ' represents the build number) :
    # tar -xzvf IBM_Spectrum_Control_Base_Edition-2.2.1-*-x86_64.tar.gz
    The following files are extracted:
    • 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.2.1-*.bin – product BIN file.
    • ibm_spectrum_control-2.2.1-xxxx-x86_64.bin.asc– digital signature file for the BIN file verification.
  5. Enter # gpg --verify ibm_spectrum_control-2.2.1-xxxx-x86_64.bin.asc ibm_spectrum_control-2.2.1-xxxx-x86_64.bin to verify the digital signature of the installation files.
  6. 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 Base service) and a new Linux username – ibmsc – is created so that you can use it for the Spectrum Control Base management operations.
  7. Enter chmod +x ibm_spectrum_control-2.2.1-*.bin to authorize the installation of the product BIN file.
  8. Enter ./ibm_spectrum_control-2.2.1-*.bin to start the installation.
  9. Review the license agreement which is displayed after you run the installation file.
  10. 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.
  11. To avoid unauthorized access to Spectrum Control Base, 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.