Note: This version of the VDT (1.8.1) is supported, but is not our latest stable release. The current stable release is 1.10.1.
vdt-control - Enable and disable VDT services
vdt-control [options] [service-name(s)]
--on
--off
--force
--no-start
--list
--help
Note: The optional service name(s) only apply to --on and --off.
This program is used to enable and disable services installed by the VDT. Enable means to install-it at the system-wide level, and possibly start the service. Specifically, enable means:
For init services: Install into /etc/init.d and start service
For cron jobs: Install into crontab
For xinetd services: Install into /etc/services and /etc/xinetd and
restart xinetd
To disable a service means to reverse the above operation:
For init services: Stop service and remove from /etc/init.d For cron jobs: Remove from crontab For xinetd services: Remove from /etc/services and /etc/xinetd
After you have installed the VDT as root, you usually want to run "vdt-control --on" to get everything installed and running. If you ever need to shut down the VDT, a good way to do it is to run "vdt-control --off".
Most people do not need the --no-start option. It modifies the operation of --on in the following ways:
For init services: Install into /etc/init.d but do not start service
For xinetd services: Install into /etc/services and /etc/xinetd, but do
not restart xinetd.
vdt-register-service