Server Working Directory Name
To avoid issues such as looping, exercise caution with the name of the server working directory.
% vovserverdir
/user/john/myproject/vovadmin
% vovserverdir -logical
${TOP}/vovadmin
- To compute the full path to the SWD, either parse the setup file or know the rules in the equivalence file.
- To find either the setup file or the equivalence file, the full path to the SWD must be known.
# Example of using vtk_set_swd in the policy.tcl file
vtk_set_swd windows "x:/release/admin"
vtk_set_swd unix /remote/release/rtda/admin
vtk_set_swd unix1 /net/zeus/release/rtda/admin
Another method to avoid accessing the server working directory is with a "thin client", which is described in the following section.