How To
Summary
What are the power-on startup procedures for Cloud Pak for Security (CP4S)?
Steps
NOTE: A prerequisite is that Red Hati OpenShifti Cluster was previously gracefully shut down.
- Start the supporting Red Hati OpenShifti resources in the following order:
- Gateway: DHCP
- Bastion Host
- Service Host: DNS, haproxy
- NFS Storage: nfsd
- Verify all resources are working correctly:
- On services host:
systemctl status named systemctl status haproxy - On storage host:
exportfs systemctl status nfs-server.service
- On services host:
- Start the Control servers.
- Once the command prompt is available on each control server proceed.
- Start the worker|processor servers.
- Once the command prompt is available on each processor server proceed.
- Verify all servers are working correctly.
- Login to the Red Hati OpenShifti Cluster:
NOTE: Replace ADMIN with your admin user, and replace CONSOLE and PORT with your server-specific information.oc login -u ADMIN https://CONSOLE:PORT - Log in to the Red Hati OpenShifti Admin UI.
NOTE: You might need to clear browser cache for correct functionality. - Verify all of the Pods are started.
NOTE: If a pod is misbehaving, delete that pod and give more time. - If there are certificates pending, validate:
- Check for new certificates:
oc get csr - Verify the certificate is valid:
oc describe csr CSR_NAMENOTE: CSR_NAME is replaced with the name of the certificate. - If the certificate is valid, approve it:
oc adm certificate approve CSR_NAMENOTE: CSR_NAME is replaced with the name of the certificate.
- Check for new certificates:
- Verify nodes are in Ready status:
oc get nodes -
Validate all Cluster Operators are all available True and degraded False:
oc get clusteroperators - Check etcd for the Control nodes:
NOTE: Validate that all of the etcd pods areoc get pods -n openshift-etcd | grep -v etcd-quorum-guard | grep etcd3/3and running.
Select the first etc node from previous step:oc rsh -n openshift-etcd etcd-cp4s-lab-control-1NOTE: Change openshift-etcd and etcd-cp4s-lab-control-1 to the values appropriate for your environment. - Validate that etcd is in sync and there are no issues:
etcdctl member list -w table - All done:
exit exit
Related Information
Document Location
Worldwide
[{"Type":"MASTER","Line of Business":{"code":"LOB77","label":"Automation Platform"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSTDPP","label":"IBM Cloud Pak for Security"},"ARM Category":[{"code":"a8m3p0000000rbnAAA","label":"Support-\u003EAdministration Task"}],"ARM Case Number":"TS018859401","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions"}]
Was this topic helpful?
Document Information
Modified date:
03 April 2025
UID
ibm17230041