Troubleshooting removal of decommissioned devices from UCP Advisor

Unified Compute Platform (UCP) Advisor Administration Guide

Version
4.6.x
Audience
anonymous
Part Number
MK-92UCP119-15
ft:lastEdition
2024-09-24

Use the following guidelines and suggested steps to remove decommissioned or unreachable devices from UCP Advisor.

Condition:
Decommissioned devices are not automatically removed from UCP Advisor.
What it Means:
When you try to remove the decommissioned devices manually from UCP Advisor, the task fails without recording any events. The devices are not reachable from UCP Advisor.
Corrective Action:
Manually remove the decommissioned devices. Perform the following steps:
  1. Get the device details. Enter the following commands:
    For the storage device, enter:
    kubectl get storagesystems -n ucp
    For the compute device, enter:
    kubectl get server -n ucp
    For the Ethernet switch, enter:
    kubectl get ethernetswitch -n ucp
    For the Fibre Channel switch, enter:
    kubectl get fc -n ucp
  2. Delete the devices. Enter:
    kubectl delete <device-type> <device-name> -n ucp
    For example:
    kubectl delete storagesystem storage-312329ecf8e71457e3b8f4cdf133c26e -n ucp
  3. Log on to UCP Advisor and verify that the decommissioned devices are removed.