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:
- 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
- Delete the devices. Enter:
kubectl delete <device-type> <device-name> -n ucp
For example:kubectl delete storagesystem storage-312329ecf8e71457e3b8f4cdf133c26e -n ucp
- Log on to UCP Advisor and verify that the decommissioned devices are removed.
- Get the device details. Enter the following commands: