Verifying the Oracle Utilities Live Energy Connect Installation

The Oracle Utilities Live Energy Connect 25.12.0.0.0 installation can be verified using the kubectl client CLI tool with the defined commands.

The Oracle Utilities Live Energy Connect 25.12.0.0.0 installation can be verified using the kubectl client CLI tool. To do this, run the following steps:

  1. Reload the user’s Bash environment variables by exiting the interactive shell and then starting a new one.

    Alternatively, you could run the command:

    source ~/.bashrc

  2. At the command prompt, check the status of all the pods in the “lec” namespace of the Kubernetes cluster by running the command:

    kubectl get pods -n lec

    This command should return a list of the LEC-specific pods in the cluster with information about their running status. If the installation was successful the status should say Running. The following is an example output:

    [lec@node ~]$ kubectl get pods -n
              lec

    NAME READY STATUS RESTARTS AGE

    fluentd-fld-fluentd-2g5qr 1/1 Running 1
              4m
    fluentd-fld-fluentd-knzfb 1/1 Running 1
              4m
    fluentd-fld-fluentd-m4fm7 1/1 Running 1
              4m

    kafka-0 1/1 Running 4 (58m ago) 3m

    kafka-zookeeper-0 1/1 Running 1 3m

    opensearch-cluster-master-0 1/1 Running 1
                5m
    os-dashboards-lec-747cdcd4cf-8874d 1/1 Running 1
                5m

    [lec@node ~]$

  3. For information about a specific pod use the ‘kubectl describe pod’ command:

    [lec@node ~]$ kubectl describe pod
              kafka-0

    Name: kafka-0

    Namespace: lec

    Priority: 0

    Service Account: kafka

    Node: node1/192.168.122.101

    Start Time: Wed, 27 Mar 2024 04:45:24
                +0000
    Labels:
              app.kubernetes.io/component=kafka

    app.kubernetes.io/instance=kafka

    app.kubernetes.io/managed-by=Helm

    app.kubernetes.io/name=kafka

    controller-revision-hash=kafka-57445667b

    helm.sh/chart=kafka-20.0.2

    statefulset.kubernetes.io/pod-name=kafka-0

    Annotations: <none>

    Status: Running

    IP: 10.244.0.20

    IPs:

    IP: 10.244.0.20

    Controlled By:
          StatefulSet/kafka