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-ns
namespace resource. - Run the following command to go to the
ibm-spectrum-fusion-ns
namespace:oc project ibm-spectrum-fusion-ns
The 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
Installer
operator Pod's name:
A sample result of this command is as follows.oc get po -l control-plane=isf-installer-operator
NAME READY STATUS RESTARTS AGE isf-installer-operator-controller-manager-58546db557-qrcrn 2/2 Running 0 6h29m
Run the following command to get theInstaller
operator log information:
A sample command is as follows:oc logs <
Installer
operator Pod's name> manager > ./installer-operator.logoc logs isf-installer-operator-controller-manager-58546db557-qrcrn manager > ./installer-operator.log
isf-installer-operator-controller-manager-58546db557-qrcrn
is theInstaller
operator Pod's name. Replace this value with yourInstaller
operator Pod's name. The value of the container name is alwaysmanager
. - Run the following command to get the
Storage
operator Pod's name:
A sample result of this command is as follows.oc get po -l control-plane=isf-storage-operator
NAME READY STATUS RESTARTS AGE isf-storage-operator-controller-manager-7c6f945c97-bv7mp 2/2 Running 0 6h29m
Run the following command to get theStorage
operator log information:
A sample command is as follows.oc logs <
Storage
operator Pod's name> manager > ./storage-operator.logoc logs isf-storage-operator-controller-manager-7c6f945c97-bv7mp manager > ./storage-operator.log
isf-storage-operator-controller-manager-7c6f945c97-bv7mp
is theStorage
operator Pod's name. Replace this value with yourStorage
operator Pod's name. The value of the container name is alwaysmanager
. - Run the following command to get the
BackupRestore
operator Pod's name:
A sample result of this command is as follows.oc get po -l control-plane=isf-bkprstr-operator
NAME READY STATUS RESTARTS AGE isf-bkprstr-operator-controller-manager-55b646456f-kcxcf 2/2 Running 0 6h29m
Run the following command to get theBackupRestore
operator log information:
A sample command is as follows:oc logs <
BackupRestore
operator Pod's name> manager > ./bkprstr-operator.logoc logs isf-bkprstr-operator-controller-manager-55b646456f-kcxcf manager > ./bkprstr-operator.log
isf-bkprstr-operator-controller-manager-55b646456f-kcxcf
is theBackupRestore
operator Pod's name. Replace this value with yourBackupRestore
operator Pod's name. The value of the container name is alwaysmanager
.