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
Login to the repository server system as Trillium application administrator.
Stop the TSS Scheduler, if it is running.
Verify that there are no users logged on to Trillium.
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.
- Type the command:
./scheduler -stop
Change to the /Server Path/etc
Locate the file named tss_profileand open it for editing.
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
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.Save and close the file.