File Locations
The VAST Platform installer deals with three kinds of files: read-only files, read-write files which can be shared and files specific to a user. The first are termed program files, the second sharable files and the last private files. The installer places read-only product files and shareable files into distinct directory trees as described below for use by several users. Environments copies and creates files private to a particular user.
Program Files
The installer places the read-only product files into a specific directory tree accessible by many users. The root directory of VAST Platform program files (varoot) is
/usr/local/VASTPlatform/10.0.2x86 (32-bit product)
/usr/local/VASTPlatform/10.0.2x64 (64-bit product)
The team administrative tools – emadmin and emsrv -- are installed in <varoot>/bin.
Local Documentation, if present, is installed in (helproot).
Shareable Files
Because it is a read-write file, the library (code repository, mgr1002.dat) is placed in a shared location (mgrroot) which defaults to:
/usr/local/VASTPlatform/10.0.2x86/Managers (32-bit product)
/usr/local/VASTPlatform/10.0.2x64/Managers (64-bit product)
The System Administrator may move the library to another location with appropriate permissions - all client ini files must then be updated to reflect the new location.
Note:
If the library is moved, the uninstaller will not be able to remove the library during an uninstall.
32bit/64bit Considerations:
The library (mgr1002.dat) is not shared by the 32-bit and 64-bit installers.
Private Files
Since development environments belong to a single user, they must be placed in a directory to which an application programmer has read/write access. By default, this directory (envroot) is: /home/<username>/Instantiations/VASTPlatform, where /home/<username> is the user’s home directory.
The Environments tool helps you to set up a development environment (including image, ini and other user modifiable files) in a directory under envroot whose name you choose.
32bit/64bit Considerations:
The Environments tool is included with each installation. These two Environments tools share private files like the data (Environments.dmp) file, so changes made by one copy of Environments will show up in the other.
See Installation Difficulties for consequences of different installation configurations concerning installing both 32-bit and 64-bin VAST Platform on the same machine.
Last modified date: 02/19/2021