A SERVICE OF

logo

BMC Software, Inc., Confidential and Proprietary Information
Starting Servers (Unix Host) 4-9
Setting the Port Number from patroldb (BMC_PORT)
To reset BMC_PORT when starting the server, type the following
command at the system prompt:
patroldb -P port_number start
The variable port_number is the number of the port. You can use this
option to specify a server to start, query, reinitialize, or stop. The port
number is used primarily by users who run the product for Informix and
run additional RDBMS’s. If you did not specify this option, the port
number defaults to the value of the environment variable BMC_PORT. If
BMC_PORT is not set, the port number defaults to 1313.
Example
patroldb -P 1413 start
Setting the Storage Directory (BMC_STORE) from patroldb
To set or reset BMC_STORE when starting the server, type the following
command at the system prompt:
patroldb -S store_directory start
The variable store_directory is the fully qualified path to a storage
directory. If you do not specify this option, the change logs are copied to
the location that is pointed to by the BMC_STORE environment variable.
If BMC_STORE is not set, the change logs are copied to the local jobs
directory.
Example
patroldb -S /usr/bmc/PDBAdmin/hpux/3.0/store start