The file
stmlockman.host
(in thepm
directory under your Rational Statemate installation) contains the name of the server wherestmlockman
runs. On UNIX systems, theINSTALL
andINSTALL.NR
scripts prompt for a system name to place instmlockman.host
. You can change this later manually.On Windows systems, the installation program prompts the user to enter the name of the system running the stmlockman process. However, this is not necessarily the system on which the installation is running.
By default, the name of the system running the stmlockman server is defined in the
stmlockman.host
file, located in thepm
directory. You can control both the location and the name of the file (that defines the server), by setting the following environment variable:On Windows -
SET STM_LOCKMAN_HOST_PATH = <my path\my_file_name>
On UNIX
- setenv STM_LOCKMAN_HOST_PATH = <my path\my_file_name>
The
my_file_name
file should have the same format as the defaultstmlockman.host
file.