IBM FlashSystem

 View Only

 Spectrum Control GUI Installation Stuck Forever

Jump to  Best Answer
Bacil123's profile image
Bacil123 posted Tue August 12, 2025 06:39 PM

Hi All.  While installing Spectrum Control 5.4.13 GUI installation,  it get stuck forever at a stage and remains at 0%.  IBM DB2 is installed successfully and can connect to db2 etc. Other validations related to DB2 works fine.  But SC didn't gets installed at all.  OS is Linux RHEL 9.  The filesystems /, /home and /tmp have quite sufficient space , so space issue is not there for sure.  

And, then it remains here for ever. No progress.  Only 0%. 

No folders or directories gets created at all - 

[db2inst1@xxxxxxxxxxxxx ~]$ db2start
08/12/2025 17:11:27     0   0   SQL1026N  The database manager is already active.
SQL1026N  The database manager is already active.
[db2inst1@xxxxxxxxxxxxx ~]$ db2 list db directory
 System Database Directory
 Number of entries in the directory = 1
Database 1 entry:
 Database alias                       = SAMPLE
 Database name                        = SAMPLE
 Local database directory             = /home/db2inst1
 Database release level               = 15.00
 Comment                              =
 Directory entry type                 = Indirect
 Catalog database partition number    = 0
 Alternate server hostname            =
 Alternate server port number         =
 
[db2inst1@xxxxxxxxxxxxx ~]$ db2 connect to TPCDB
SQL1013N  The database alias name or database name "TPCDB" could not be found.
SQLSTATE=42705
[db2inst1@xxxxxxxxxxxxx ~]$ db2 list tables for schema TPC
SQL1024N  A database connection does not exist.  SQLSTATE=08003
[db2inst1@xxxxxxxxxxxxx ~]$ ps -eaf | grep DataServer.jar
db2inst1  317090  316717  0 17:12 pts/1    00:00:00 grep --color=auto DataServer.jar
[db2inst1@xxxxxxxxxx ~]$ /opt/IBM/TPC
-bash: /opt/IBM/TPC: Is a directory
[db2inst1@xxxxxxxxx ~]$ cd /opt/IBM/TPC
[db2inst1@xxxxxxxxx TPC]$ ls -las
total 0
0 drwxrwxr-x 3 root root 21 Aug 12 12:57 .
0 drwxrwxr-x 3 root root 17 Aug  9 12:15 ..
0 drwx------ 2 root root 21 Aug  9 12:15 _uninst
[db2inst1@xxxxxxxxx TPC]$ ./server status deviceServer
-bash: ./server: No such file or directory
[db2inst1@xxxxxxxxxx TPC]$ cd /opt/IBM
[db2inst1@xxxxxxxxxx IBM]$ cd TPC/
[db2inst1@xxxxxxxxxx TPC]$ ls -las
total 0
0 drwxrwxr-x 3 root root 21 Aug 12 12:57 .
0 drwxrwxr-x 3 root root 17 Aug  9 12:15 ..
0 drwx------ 2 root root 21 Aug  9 12:15 _uninst
Anyone has experience with the install.  Any pointers.  Installation manual has no such screenshots on the installation steps at all.
Thanks

Bacil123's profile image
Bacil123  Best Answer

Hi All.

1. Installation stuck forever with 0% progress. Lax*err*Logs shows /tmp low on space. Increased /tmp by 50G.
2. In next run installation stuck forever with 0% progress. Logs have java.lang.NullPointerException: errors. Found a KB with eerily similar error message, but that was for IBM TSM Sterling Client - https://www.ibm.com/support/pages/installation-fails-javalangnullpointerexception
So, accordingly cleared the left-over folders of previous install attempts.
3. In next run installation failed at 14% (not stuck but failed). Logs have some IPv6 errors. So, disabled IPv6 by commenting its entry in /etc/hosts. db2stop/start.
4. In next run installation failed at 15% while creating DB Repository. Logs showed Database connection fails with authentication error SQL1639N
Resolved it via - https://www.ibm.com/support/pages/database-connection-fails-authentication-error-sql1639n
5. In next run installation failed at 34%, and DB Repository and few other components successfully installed. Did a partial rollback. Error was - BUILD FAILED: Exception caught updating device server status with the data server. TPC Data Server was not started.
Followed this link - https://www.ibm.com/support/pages/apar/IT09402#:~:text=Temporary%20fix,to%20resume%20the%20failed%20upgrade. It basically asks to first Start the Data Server manually via script and then retry the upgrade.  Didn't work though.
6. In next run installation still gives the same error of data server, and fails exactly at 34%, and exactly same messages in the logs like above Point#5.
7. It's enough now, so thought about trying with one version lower - Spectrum Control 5.4.12. Prior to this again downloaded a fresh copy of 5.4.13 in another server, brought it back here and again tried. Still same error of Point#5 above. Linux version of 5.4.13 may not be good copy at IBM PAO site. And they have not provided any checksum value to validate after the download. So, not sure.
8. Finally, tried installing Spectrum Control 5.4.12, and it completed without a single error. Yaay, Wow.
Thanks
Jaideep Singh Chauhan's profile image
Jaideep Singh Chauhan

Hi, 

1. Are you installing spectrum control using root user ? If no, will suggest doing it via root user and source the db2profile before install.

2. Check the lax.out / lax.err file which are present in /tmp folder. These files will have traces about the installation progress/possible failure reasons.

I will suggest opening a support case if possible.. 

Bacil123's profile image
Bacil123

Hi Jaideep. Thanks. Yes, using root account and output redirected to MobaxTerm X11 Windows GUI. Db profile executed first as well as per manual. Thanks

Jaideep Singh Chauhan's profile image
Jaideep Singh Chauhan

okey.. please see if you can find something in the lax files under /tmp folder. Refer the latest ones..

Bacil123's profile image
Bacil123

Hi Jaideep.  Almost all of the lax-xxxxxxxx-err.out files created after multiple runs, show this at the end, and rest not errors at all :

java.lang.NullPointerException: Cannot invoke "Flexeraap9.setName(java.lang.String)" because "<local5>" is null
        at Flexeraap_.b2(Unknown Source)
        at Flexeraap_.bx(Unknown Source)
        at Flexeraap_.bw(Unknown Source)
        at Flexeraap_.bn(Unknown Source)
        at Flexeraap_.bm(Unknown Source)
        at Flexeraap_.as(Unknown Source)
        at Flexeraap_.ad(Unknown Source)
        at com.zerog.ia.installer.IAStatusLog.setInstallWasStarted(Unknown Source)
        at com.zerog.ia.installer.Installer.install(Unknown Source)
        at com.zerog.ia.installer.actions.InstallProgressAction.ae(Unknown Source)
        at com.zerog.ia.installer.actions.ProgressPanelAction$1.run(Unknown Source)

2025-08-13 11:37:13.056-0500 INFO VariableAccessAdapter setValue new value for variable $varContinueOKFromCheckTpcInstallPathForNameConflictAction$=true
2025-08-13 11:37:13.060-0500 INFO CheckInstallPathForNameConflictAction install variableUsedForJumpBackToSummaryPanel=true
2025-08-13 11:37:13.060-0500 INFO  Exit CheckInstallPathForNameConflictAction install

Also, during the same timeline,  we see DB2 logs with some errors like:

Required steps:
There were some errors detected during DB2 installation. To collect the information files from the system, run the "db2support -install" command with the proper options before reporting the problem to IBM service. For information regarding the usage of the db2support tool, check the DB2 Information Center.
DB2 Setup log file finished at:  Tue Aug 12 05:10:55 PM 2025 -05

DB2 was already installed and validated, as it was one of the pre-requisites. So, it seems it installs it once again when installing SC.

Thanks

Jaideep Singh Chauhan's profile image
Jaideep Singh Chauhan

Hi Bacil,

Glad to hear that you were finally able to complete the installation. Really appreciate your strong troubleshooting skills :)

The checksum values for installation images are linked in the SC download page( Download Packages Section) for individual Versions:

5.4.13 Download Page: https://www.ibm.com/support/pages/node/7180309

SC Latest downloads Page: https://www.ibm.com/support/pages/overview-ibm-spectrum-control-releases-latest-downloads

Bacil123's profile image
Bacil123

Hi Jaideep.  Thanks again. And thanks for letting me know that there indeed exists the checksum values at site for these downloads.  Good to know.

And I've seen lots of contents from you on Spectrum Control at few places on Spectrum Control Migrations and stuff and other SAN Performance stuff using Spectrum Control etc. And then was not getting much ahead with Support as well, so I thought on spending lots of time on this stuff to troubleshoot.  And finally, 5.4.12 got installed successfully.

Best Regards...