RHEL 8.x Spectrum Protect Server Installation
From Notes_Wiki
Home > RHEL > RHEL 8.x > RHEL 8.x Backup tools > Spectrum Protect Backup > Spectrum Protect Theory > Spectrum Protect Server Installation
Minimum Requirements
- RHEL8 OS (CentOS not supported)
- Ensure GUI (X Windows System) is available.
- Java JRE should be install
- yum install java
- Disable SELINUX and Firewall
- Set proper hostname. This cannot be changed later. Ensure the same resolves to LAN IP in /etc/hosts file.
- Optionally configure a dedicated IP for backup configuration in case there is a separate backup network.
- Minimum 16GB RAM
Download Installers
- The installers are available at https://public.dhe.ibm.com/storage/tivoli-storage-management/maintenance/
Server Installation
- Login to backup server via SSH
- Copy the Spectrum protect server installation file in appropriate location in Backup server (Eg /root)
- Run the installer from a sub-folder as it creates many files/folders in the $PWD when executed.
- chmod +x /root/8.1.14.100-IBM-SPSRV-Linuxx86_64.bin
- mkdir /root/server-temp
- cd /root/server-temp
- ../8.1.14.100-IBM-SPSRV-Linuxx86_64.bin #Relative path to installer
- Run the installer
- cd /root/server-temp
- ./install.sh
- The installer might throw error if pre-requisites specified above are not matched.
- In Install screen, type N and press Enter
- In Licenses screen,
- Accept the license agreement - type A and press Enter
- For Next, Type N and press Enter
- In Shared Directory screen, type N and press Enter //(Default /opt/IBM/IBMIMShared)
- In Location screen, type N and press Enter //(Default /opt/tivoli/tsm)
- In "Custom panels" screen when prompted for "Select the product that you purchased",
- Select "IBM Spectrum Protect" product by entering 1 and press Enter
- Accept the license agreement - type A and press Enter
- Again Accept the license agreement - type A and press Enter
- For Next, Type N and press Enter
- In Summary screen, Choose Install by entering I and press Enter
- In Completion screen, Choose Finish by entering F and press Enter
Operations-Center-Installation
- Copy the Spectrum protect Ops center file to /root directory in Backup server
- Login to Backup server via SSH
- Extract the installation file
- chmod +x /root/8.1.14.000-IBM-SPOC-Linuxx86_64.bin
- mkdir /root/optemp
- cd /root/optemp
- ../8.1.14.000-IBM-SPOC-Linuxx86_64.bin
- Run the installer from a sub-folder as it creates many files/folders in the $PWD when executed.
- Run the installer
- ./install.sh
- In IBM Installation Manager screen, Choose "Install" by entering 1 and press Enter
- In Install screen, select "Operations Center" by entering 1 and press Enter
- In Select screen, Select "version" by entering 1 and press Enter
- In Install screen, type N and press Enter
- In Location screen, type N and press Enter (Default: /opt/tivoli/tsm)
- In Features screen, type N and press Enter
- In Custom panels screen
- Press Enter at port number prompt (Default 11090)
- Create Password
- Type N and press Enter
- In Summary screen, Choose Install by entering I and press Enter
- In Completion screen, Choose Finish by entering F
- In IBM Installation Manager, Choose Exit by entering X
Connect the Backup Server to Operations Center
- Login to Ops Center
https://<backup-server-ip>:11090/oc Username: admin
- In Introduction page, Verify backup server details, then Click on Next
- In At Risk indication page, Verify all the details, then click on Configure
- In Succeeded page, click on close
Unable to login to Ops Center web console due to TLS issues
If you are unable to login to Ops Center web cobsole due to TLS issues
The IBM Spectrum Protect server is not available or there was an issue creating an SSL connection. Verify that the server is running and that the certificate is valid. Try to log in again.
If issue still persists, Then first ensure that "3-User-Group-permissions.txt" and "4-Configuration-of-backup-server.txt" are completed. After that if required follow below steps:
- Login to backup server using SSH
- Stop the ops center service
- systemctl stop opscenter
- Run below command
- ikeycmd -cert -add -db /installation_dir/ui/Liberty/usr/servers/guiServer/gui-truststore.jks -file /server_instance_dir/cert256.arm -label 'label_description' -pw 'password' -type jks -format ascii -trust enable
- Ex:
- /opt/tivoli/tsm/ui/jre/bin/ikeycmd -cert -add -db /opt/tivoli/tsm/ui/Liberty/usr/servers/guiServer/gui-truststore.jks -file //spdata/spinst/cert256.arm -label 'label_description' -pw 'Abcd@1234@' -type jks -format ascii -trust enable
-
- Here Abcd@1234@ is the password given during "Custom Panels" screen of Ops Center
- Start the ops center service
- systemctl start opscenter
- It make take up to a minute to start. After that open Ops center using https://<ip>:11090/ and try login again
Home > RHEL > RHEL 8.x > RHEL 8.x Backup tools > Spectrum Protect Backup > Spectrum Protect Theory > Spectrum Protect Server Installation