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:
-
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 -
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 lecThis 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 lecNAME READY STATUS RESTARTS AGEfluentd-fld-fluentd-2g5qr 1/1 Running 1 4mfluentd-fld-fluentd-knzfb 1/1 Running 1 4mfluentd-fld-fluentd-m4fm7 1/1 Running 1 4mkafka-0 1/1 Running 4 (58m ago) 3mkafka-zookeeper-0 1/1 Running 1 3mopensearch-cluster-master-0 1/1 Running 1 5mos-dashboards-lec-747cdcd4cf-8874d 1/1 Running 1 5m[lec@node ~]$ -
For information about a specific pod use the ‘kubectl describe pod’ command:
[lec@node ~]$ kubectl describe pod kafka-0Name: kafka-0Namespace: lecPriority: 0Service Account: kafkaNode: node1/192.168.122.101Start Time: Wed, 27 Mar 2024 04:45:24 +0000Labels: app.kubernetes.io/component=kafkaapp.kubernetes.io/instance=kafkaapp.kubernetes.io/managed-by=Helmapp.kubernetes.io/name=kafkacontroller-revision-hash=kafka-57445667bhelm.sh/chart=kafka-20.0.2statefulset.kubernetes.io/pod-name=kafka-0Annotations: <none>Status: RunningIP: 10.244.0.20IPs:IP: 10.244.0.20Controlled By: StatefulSet/kafka