Start a Remote UNIX Tasker Details
On UNIX, the script vovtaskerstartup is used to start a tasker on a remote machine.
- $VOVDIR/local/scripts/vovtaskerstartup.aux, if available, to perform site specific
initialization:
# Example of $VOVDIR/local/scripts/vovtaskerstartup.aux echo "This is vovtaskerstartup.aux on `uname -n`" switch ( $VOVARCH ) case "linux*": unlimit openfiles breaksw default: endsw
- $VOVDIR/etc/std.vov.aliases, to define all standard
aliases (for example,
ves
) - setup.tcl in the server configuration directory to initialize the project environment.
If the -view option is used, the script also starts the tasker in the given ClearCase view.