Master Data Management

 View Only
Expand all | Collapse all

MDM Installable Docker - how to Clean up and do Fresh installation

  • 1.  MDM Installable Docker - how to Clean up and do Fresh installation

    Posted Wed June 26, 2019 02:41 PM
    Hi Team,
    I am performing an accelerated MDM deployment (Installable docker) on ICP server. The first time the containers  started and MDM interactive installation were completed successfully but I was not able to launch Inspector and madclient service. Was facing 'Context root not found' error when accessing the endpoints. I tried to close the containers and restart but facing some issues. Can anyone please help how to completely remove the containers and do a fresh installation. Thank you in advance.

    ------------------------------
    MUKUL PAI
    ------------------------------

    #MasterDataManagement


  • 2.  RE: MDM Installable Docker - how to Clean up and do Fresh installation

    Posted Thu June 27, 2019 09:44 AM
    Hi Mukul,
    To completely remove the containers, volumes and network created by a docker-compose yml file, the below command can be used:
    docker-compose -f <FILE_NAME> down -v

    I assume you might have selected option 1 - Installable MDM for remote DB   Please use the below command:
    docker-compose -f mdm-installable-remotedb.yml down -v

    Also, before accessing the user interface, please check the WAS console and confirm that the application is in Started state.

    Thank you.
    Regards,
    Chitra

    ------------------------------
    CHITRA ANANTHANARAYANAN
    ------------------------------