Collecting log files of final installation
Three operators get involved in the final installation. The Installer
operator adds compute nodes to the OpenShift® Container Platform
cluster, and orchestrates the overall final installation. The Storage operator
installs the IBM Storage Scale
cluster.
See these steps to get the IBM Storage Fusion log file
of all these three operators.
- Log in to the cluster with the correct permissions to access the
ibm-spectrum-fusion-nsnamespace resource. - Run the following command to go to the
ibm-spectrum-fusion-nsnamespace:oc project ibm-spectrum-fusion-nsThe following message is displayed as an output:Now using project "ibm-spectrum-fusion-ns" on server "https://api.racke.mydomain.com:6443".
- Run the following command to get the
Installeroperator Pod's name:
A sample result of this command is as follows.oc get po -l control-plane=isf-installer-operatorNAME READY STATUS RESTARTS AGE isf-installer-operator-controller-manager-58546db557-qrcrn 2/2 Running 0 6h29mRun the following command to get theInstalleroperator log information:
A sample command is as follows:oc logs <Installeroperator Pod's name> manager > ./installer-operator.logoc logs isf-installer-operator-controller-manager-58546db557-qrcrn manager > ./installer-operator.logisf-installer-operator-controller-manager-58546db557-qrcrnis theInstalleroperator Pod's name. Replace this value with yourInstalleroperator Pod's name. The value of the container name is alwaysmanager. - Run the following command to get the
Storageoperator Pod's name:
A sample result of this command is as follows.oc get po -l control-plane=isf-storage-operatorNAME READY STATUS RESTARTS AGE isf-storage-operator-controller-manager-7c6f945c97-bv7mp 2/2 Running 0 6h29mRun the following command to get theStorageoperator log information:
A sample command is as follows.oc logs <Storageoperator Pod's name> manager > ./storage-operator.logoc logs isf-storage-operator-controller-manager-7c6f945c97-bv7mp manager > ./storage-operator.logisf-storage-operator-controller-manager-7c6f945c97-bv7mpis theStorageoperator Pod's name. Replace this value with yourStorageoperator Pod's name. The value of the container name is alwaysmanager. - Run the following command to get the
BackupRestoreoperator Pod's name:
A sample result of this command is as follows.oc get po -l control-plane=isf-bkprstr-operatorNAME READY STATUS RESTARTS AGE isf-bkprstr-operator-controller-manager-55b646456f-kcxcf 2/2 Running 0 6h29mRun the following command to get theBackupRestoreoperator log information:
A sample command is as follows:oc logs <BackupRestoreoperator Pod's name> manager > ./bkprstr-operator.logoc logs isf-bkprstr-operator-controller-manager-55b646456f-kcxcf manager > ./bkprstr-operator.logisf-bkprstr-operator-controller-manager-55b646456f-kcxcfis theBackupRestoreoperator Pod's name. Replace this value with yourBackupRestoreoperator Pod's name. The value of the container name is alwaysmanager.