Licensing
Provides insights that can help you identify and resolve potential challenges with HPE Ezmeral Unified Analytics Software licensing.
GPU Workloads Not Running
HPE Ezmeral Unified Analytics Software will not run
GPU workloads unless there is a valid GPU license applied. Currently, there is no specific
alert for this issue in the the UI; however, you can use
kubectl
commands
to troubleshoot licensing issues. - Viewing GPU licensing labels
- Run the following command to get the GPU-related licensing
labels:
(reverse-i-search)'jq': kubectl get node <node-ip-address> -o json | jq '.metadata.labels'
- Viewing the number of GPUs in use
- Run the following command to view the number of GPUs currently in use. You can also
see which applications and notebooks are running when you run this
command:
kubectl describe <node-ip-address>
The output shows the number of GPUs currently in use. You can also see which applications and notebooks are running on the node.