BMYPC6038

The SNMP exported pod is not created.

Error condition

SNMP exported pod is not created for a switch.

Severity

Critical

User response

  1. Change the project to ibm-spectrum-fusion-ns.
    oc project ibm-spectrum-fusion-ns 
  2. Check whether the snmp image name and version is present in the corresponding switch instance.
    oc get switch hspeed2-rackc  -o yaml | grep "snmpImage"
    snmpImageName: docker-na-public.artifactory.swg-devops.com/hyc-abell-devops-team-dev-docker-local/isf-2.9.0/isf-snmp-exporter@sha256
      snmpImageVersion: 2f39d66534f18d0f822edca086a5e1db3a4b7d1494ba522456f265b706f08736
  3. If not present, then refer the following link and update the fields with the values.
    Mirroring IBM Fusion HCI images. For example:
    oc edit switch hspeed2-rackc 
  4. Wait for few minutes (5 minutes) and follow these steps to check whether the SNMP exporter pod is created for that particular switch instance.
    oc project openshift-monitoring
    Now using project "openshift-monitoring" on server "https://api.isf-rackc.rtp.raleigh.ibm.com:6443".
    oc get pod | grep hspeed2-rackc
    snmp-exporter-hspeed2-rackc-65b58c97c5-rzfv6             1/1     Running   0          5d3h
  5. If the SNMP exporter pod is not created, contact IBM Support.