lockmgr –a almd –f num –u num –q num
Specifying the socket file name. Default: almd. (You must not change this default.)
Specifying the number of database files. Default on Windows®: 128. Default on other hosts: 256
Error: Too many open databases on host (try increasing the -f argument on lockmgr command-line).
When this happens, you can either move some of the VOBs to another host or increase the value of the –f option to 7*V where V represents the number of VOBs on the host.
The –f option cannot be set higher than 1018.
Specifying the number of users. Default on Windows: 128. Default on other hosts: 256
db_VISTA database -922: lockmgr is busy
The –u option cannot be set higher than 1018.
You can compute a very approximate worst case value for –u by using this formula:
V*(N + 5)
In this formula, V is the number of VOBs on the host and N is the number of users who access those VOBs.
For a more realistic value (one that does not cause the lock manager to consume unnecessary virtual memory on the VOB server host) monitor the total number of db_server and vobrpc_server processes running on the VOB server host for an extended period of typical use (perhaps a week or two). Then multiply the peak value by a factor that can accommodate growth (two, or perhaps a little more).
Specifying the size of the request queue. Default on Windows: 128. Default on other hosts: 1024.
db_VISTA database -922: lockmgr is busy
in the db_server_log or vobrpc_server_log files (and, often, concurrent timeout errors in a view_log file) may indicate that the value of the –q option should be raised. As a rule, this value should be no greater that five times the value of the –u option.