Removing Entries from inetd.conf File - 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

When you installed Trillium, an entry was added to the bottom of the inetd.conf file found in the /etc directory.

To remove entries from inetd.conf

  1. In the /etc directory, locate the inetd.conf file.

    Note: You should still be logged on as root to modify theinetd.conf file.
  2. Make a backup of the file.

  3. Open inetd.conf for editing and go to the end of the file.

    You will see two lines inserted into the file. See the example below:

    #These lines are for Trillium Software Metabase

    dscserv1_rel1700 stream tcp nowait systest /usr/bin/env -i HOME=/home/systest. LOGNAME=systest /home/system/rel1700_doc/metabase/bin/mtb_server

  4. Delete the lines from the inetd.conf file.

  5. Save your changes and close the file.

  6. Restart the inetd by entering the command:

    kill -HUP $(ps -e|grep inetd|head -1|awk ‘{print$1}’)

    This releases the ports.

    This command will stop and restart inetd. Check with your Linux administrator to ensure that this command will not cause problems in your environment.