Cloud Pak for Data

 View Only
  • 1.  Deprovision the add on

    Posted Mon June 24, 2019 08:41 AM
    Hi All ,

    I am looking for steps to de provision the Cognos Analytics add-on
    Also wanted to know is there any generic steps that we need to follow if we want to de provision the add on or there are specific steps to be followed for different add on, if so then is there any documentation available for the same ?

    Thanks in advance.

    ------------------------------
    KETAN SHAH
    ------------------------------

    #CloudPakforDataGroup


  • 2.  RE: Deprovision the add on

    Posted Mon June 24, 2019 10:40 AM
    Hi Ketan,

    The steps of deprovisioning add-ons are quite same,

    helm list --tls | grep ca ( to check the Cognos Analytics charts status)

    helm delete --purge <addon-chartname> --tls (delete deployed Cognos Analytics add-on charts )

    Thanks,

    ------------------------------
    Sidrah Junaid
    ------------------------------



  • 3.  RE: Deprovision the add on

    Posted Tue June 25, 2019 08:16 AM
    Thanks Sidrah. The steps you gave worked. 
    One more doubt deprovisioning by deleting the helm charts also reclaims the persistent storage consumed by add on ? Or do we have to reclaim it manually , if so , then what are the steps for the same ?

    ------------------------------
    KETAN SHAH
    ------------------------------



  • 4.  RE: Deprovision the add on

    Posted Tue June 25, 2019 11:33 PM
    Yes, deprovisioning add-on by deleting  helm charts would reclaim the volumes.

    ------------------------------
    Sidrah Junaid
    ------------------------------