Enabling storage management with out-of-band command device

Unified Compute Platform (UCP) Advisor Administration Guide

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

After you deploy UCP Advisor, you can enable the out-of-band (OOB) command device option. This option allows you to onboard storage devices without a Fibre Channel-based command device mapped to UCP Advisor VM or the UCP Advisor Gateway VM.

Note: Onboarding a storage device using the OOB command device will take a long time. Use this option to perform only basic configurations, such as creating a storage pool, creating a hostgroup, and creating a volume.
  1. Using SSH, log on to the UCP Advisor VM as ucpadmin.
  2. Edit the infrastructure-operator-config file. Enter:
    kubectl edit configmap infrastructure-operator-config -n ucp
  3. Locate the outOfBand parameter under cpuma.properties.
  4. Update the outOfBand parameter value to true.
    For example:
    outOfBand=true
  5. Save the infrastructure-operator-config file.
  6. Exit the edit mode. Press the Esc key.
  7. Save the changes. Enter:
    :wq