Starting the installation programs
There are various methods to start the IBM Spectrum Control installation programs and on various operating systems.
Installation program methods
You can use
these methods to start the installation programs:
- Installation images
- You must select an installation image and download and extract these images to a location with adequate disk space.
- Storage Resource agent
- Contains the files to run local Storage Resource agent installations.
You must download the file for the system on which you want the agent
to be in.
- The Storage Resource agent location and operating system file name is the same as the product electronic image.
- The Storage Resource agent image is in
installation_dir/data/sra/operating_system_name.
The operating systems that are supported for the Storage Resource agents are listed in the following table.Table 1. Operating system for Storage Resource agents. Operating system Operating system name Windows windows AIX® aix_power Linux® x86 linux_ix86 Linux for Power Systems Servers linux_power Linux s390 linux_s390
Important:
- If you are using IBM
Spectrum Control electronic
installation images that are decompressed in a directory that has spaces in the name, IBM
Spectrum Control does not install correctly. For example, if you have the following directory name:
- On Windows operating
systems:
C:\Spectrum Control\disk\SC - On AIX and Linux
operating systems:
/temp/Spectrum Control/disk/SC
When you remove the spaces, and rename the directory, for example:- On Windows operating
systems:
C:\SpectrumControl\disk\SC - On AIX and Linux
operating systems:
/temp/SpectrumControl/disk/SC
- On Windows operating
systems:
- If you are using IBM
Spectrum Control electronic
installation images for Linux or AIX operating systems and you download the images to a directory, ensure that your
folder name does not contain a . at the end of the folder name. For example, if you have a directory name
C:\SpectrumControl\disk\SC.When you rename the folder and remove the . at the end of the name, for example:
IBM Spectrum Control installs correctly.C:\SpectrumControl\disk\SC.August3
Starting the installation program on the Windows operating system
To start the IBM
Spectrum Control installation program
by using an electronic image, complete the following steps.
- Download the image into a directory on the server where you want to install IBM Spectrum Control.
- Extract the content of the installation image files.
- Press Windows key+R to open the Run window.
- In the Run window, type cmd.
- For Windows Server 2022, press Ctrl+Shift+Enter to run the command prompt as an administrator. For other supported versions of Windows, press Enter to run the command.
- In the command prompt, to change to the directory where you extracted the content of the
installation image files, enter
cd source_installation_directory\SCand press Enter. - For Windows Server 2022 only, type SET JAVA_TOOL_OPTIONS="-Dos.name=Windows 10" and press Enter.
- Type setup.bat and press Enter.
- Follow the prompts in the installation program to install IBM Spectrum Control.
Starting the installation program on the Linux operating system
Important: If FIPS is enabled on RHEL, run the
export
JAVA_TOOL_OPTIONS="-Djdk.nativeDigest=false" command before starting the installation
program.To start the IBM
Spectrum Control installation program
from the electronic image, complete the following steps.
- Enter the following to create a directory:
mkdir /SpectrumControl - Download the image into the SpectrumControl directory.
- Enter this command to extract the image
files:
tar -xzvf filename.tar.gz - Ensure that the user name that you plan to use as the IBM
Spectrum Control common user is in the
rootgroup and thedb2iadm1group. If the user name is not in a group, you can add the user as shown in the following command example. In this example, the user name is db2inst1.usermod -a -G root db2inst1 - Navigate to the
/SpectrumControl/SCdirectory by entering:cd /SpectrumControl/SC - Set up your shell environment to point to the instance where the database
repository is installed. Source the db2profile for the instance that you
want. For example, if the Db2® instance is
db2inst1, you can source the db2profile by
entering:
. /home/db2inst1/sqllib/db2profileRemember: There is a space between . and /home. - Start the installation program by running the ./setup.bin command from the same command shell that you used in step 6.
Starting the installation program on the AIX operating system
To start the IBM
Spectrum Control installation program
from the electronic image, complete the following steps:
- Enter the following to create a directory:
mkdir /SpectrumControl - Download the image into the SpectrumControl directory.
- Enter this command to extract the image
files:
tar -xzvf filename.tar.gz - Ensure that the user name that you plan to use as the IBM
Spectrum Control common user is in the
systemgroup and thedb2iadm1group. If the user name is not in a group, you can add the user as shown in the following command example. In this example, the user name is db2inst1.usermod -G system db2inst1Tip: If the user is already a member of secondary groups, the usermod command removes thedb2inst1user name from all of the secondary groups except for the system group. To preserve the existing secondary group memberships, provide a comma separated list of secondary groups after the -G flag. For more information, enterman usermodat the command prompt. - Navigate to the
/SpectrumControl/SCdirectory.cd /SpectrumControl/SC - Set up your shell environment to point to the instance where the database
repository is installed. Source the db2profile for the instance that you
want. For example, if the Db2 instance is
db2inst1, you can source the db2profile by
entering:
. /home/db2inst1/sqllib/db2profileRemember: There is a space between . and /home. - Start the installation program by running the ./setup.bin command from the same command shell that you used in step 6.