on 2013 Jul 15 12:17 PM
Currently the location of diagnostic data dumps etc is determined by an environment variable SADIAGDIR. This applies to all engines running on the server - unlike TEMPDIR etc there is no option to set it in the db engine startup parameters.
This is a pain for two reasons if you run multiple servers:
This is particularly problematic when one is trying to save full cache dumps and lots of RAM (eg 100GB + ) is in use!
Ideally, one could set a SADIAGDIR setting per d engine in the start-up parameters which would override anything else just like the temporary folder settings do).
Perhaps I am not understanding the problem - Why can't you set the environment variable SADIAGDIR to different values before you start each server? i.e. just before spawning the server set the variable.
E.g. (syntax will vary depending on shell being used)
set SADIAGDIR=/path/to/location/1 dbspawn dbsrv16 -n server1 foo.db set SADIAGDIR=/a/different/path/2 dbspawn dbsrv16 -n server 2 bar.db
Server1 will dump data into /path/to/location/1 and server2 will dump data into /a/different/path/2
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
11 | |
11 | |
10 | |
9 | |
9 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.