Verifying the Product Deployment

You can verify the status of the product deployment through the product CLI. To verify, use the following commands:

  1. Log in to the SMI product CLI. For example, CEE.

  2. Verify whether the charts are loaded in the specific instance (verify the namespace).

    show helm charts 
    

    Example:

    cee# show helm charts 
    CHART         INSTANCE                          STATUS    VERSION     REVISION RELEASE                                   NAMESPACE 
    ------------------------------------------------------------------------------------------------------------------------------------------- 
    cee-ops-center         cee-global-ops-center             deployed  2023.02.1.d249  1   0.7.0-2023-02-1-0513-230331051211-dec612f  cee-global 
    cnat-monitoring        cee-global-cnat-monitoring        deployed  2023.02.1.d249  1   0.7.0-2023-02-1-0031-230331183330-58ec41c  cee-global 
    product-documentation  cee-global-product-documentation  deployed  2023.02.1.d249  1   0.8.0-2023-02-1-0131-230321085503-2699cb5  cee-global 
    pv-manager             cee-global-pv-manager             deployed  2023.02.1.d249  1   0.3.0-2023-02-1-0029-230320155437-e484272  cee-global 
    smi-autoheal           cee-global-smi-autoheal           deployed  2023.02.1.d249  1   0.2.0-2023-02-1-0030-230330084451-99684bf  cee-global 
    smi-show-tac           cee-global-smi-show-tac           deployed  2023.02.1.d249  1   0.4.0-2023-02-1-0189-230331050005-81130f1  cee-global 
    storage-provisioner    cee-global-storage-provisioner    deployed  2023.02.1.d249  1   0.3.0-2023-02-1-0120-230320160505-1597fdb  cee-global 
    telegraf-monitoring    cee-global-telegraf-monitoring    deployed  2023.02.1.d249  1   0.1.0-2023-02-1-0048-230330084426-9b02da0  cee-global 
  3. Verify the status of the system.

    show system status 
    

    Example:

    cee# show system status 
    system status deployed true 
    system status percent-ready 100.0 
    

Notes:

  • show helm charts – Displays the helm release details.

  • show system status – Displays the status of the system.