Removing the Repositories - trillium_discovery - trillium_quality - 17.1

Trillium DQ Installation Guide

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Discovery
Trillium > Trillium Quality
Version
17.1
Language
English
Product name
Trillium Quality and Discovery
Title
Trillium DQ Installation Guide
Topic type
Reference
Overview
Installation
How Do I
Configuration
First publish date
2008

During repository server install, you defined the data repository and metadata repository paths at the prompts: Directory path where the data repositories will be located and Directory path where the metadata repositories will be located. These are the directories from where you will remove Trillium repositories.

To remove a Trillium repository

  1. Log in to the server as the Trillium application administrator.

  2. Locate the directories that contains the Trillium repositories.

  3. Remove the data repositories by entering the following:

    rm -R <Data repository path>

    Example:    

    rm -R/opt/trillium/data_repository

  4. Remove the metadata repositories by entering the following:

    rm -R <Metadata repository path>

    Example:    

    rm -R/opt/trillium/metadata_repository

Note: If you try to delete the primary directory of a file system, you will see an error message stating that the directory is empty and you will not be able to delete the directory. This however does not mean that the directory is actually empty.