Specifying tss_profile Variables for Linux - 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
Configuration
Installation
How Do I
First publish date
2008

When working with Trillium, inetd accesses tss_profile to gather environment information. For example, if you are using sudo, you need to define its path in the tss_profile file.

To modify the tss_profile file on a Linux Server

  1. Login to the repository server system as Trillium application administrator.

  2. Stop the TSS Scheduler, if it is running.

    1. Verify that there are no users logged on to Trillium.

    2. Change directories to /Server Path/metabase/bin

      When you installed Trillium, you were asked Directory path to install the TSS 17 - Repository Server software. This is the directory represented by Server Path.

    3. Type the command:
      ./scheduler -stop
  3. Change to the /Server Path/etc directory.

  4. Locate the file named tss_profileand open it for editing.

  5. If you are using sudo, use the PATH command to specify the sudo location. For example, if sudo is located in your /usr/local/bin/ directory, the variable path should be:

    PATH=/usr/bin:/usr/local/bin/
     export PATH  
  6. Set the TZ (time zone) variable to reflect the value you want.

    Note: The format of the TZ command varies, depending on the UNIX platform you are using. See your operating system documentation for details.
  7. Save and close the file.