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
In the /etc directory, locate the inetd.conf file.
Note: You should still be logged on as root to modify theinetd.conf file.Make a backup of the file.
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
Delete the lines from the inetd.conf file.
Save your changes and close the file.
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.