Skip to content

Instantly share code, notes, and snippets.

@rch317
Created October 28, 2017 15:48
Show Gist options
  • Save rch317/1f5f45211315dd65b30ecb46c67bc5d7 to your computer and use it in GitHub Desktop.
Save rch317/1f5f45211315dd65b30ecb46c67bc5d7 to your computer and use it in GitHub Desktop.
SDS install error

Received the following error:

Monday 07 August 2017  10:00:03 -0400 (0:00:05.968)       0:01:03.655 *********
fatal: [TDS_1]: FAILED! => {"changed": true, "cmd": ["./imcl", "-showProgress", "-acceptLicense", "input", "/opt/IBM/ansible_assets/SDS/sds_install.xml"], "delta": "0:01:35.615521", "end": "2017-08-07 10:01:23.446326", "failed": true, "rc": 1, "start": "2017-08-07 09:59:47.830805", "stderr": "ERROR: Error during \"install\" phase:\n  ERROR: GLPINS008E An error occurred while installing GSKIT package.", "stderr_lines": ["ERROR: Error during \"install\" phase:", "  ERROR: GLPINS008E An error occurred while installing GSKIT package."], "stdout": "                 25%

Had to remove gskit and re-install. I believe this was due to an earlier failed installation attempt:

[root@sd00062linvweb ~]# rpm -qa | grep -i gsk
gskssl64-8.0-50.71.x86_64
gskcrypt64-8.0-50.71.x86_64
gskcrypt32-8.0-50.34.i386

gskssl32-8.0-50.34.i386
[root@sd00062linvweb ~]#
[root@sd00062linvweb ~]# rpm -e `rpm -qa | grep -i gsk`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment