Changes between Version 205 and Version 206 of ippToPsps
- Timestamp:
- Mar 9, 2012, 5:09:59 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps
v205 v206 263 263 264 264 {{{ipp005}}} and {{{ipp045}}} in fact have ''three'' scratch databases each, so three clients can potentially be run on these machines. This is particularly useful on {{{ipp005}}} as this is where the DVO databases are currently stored, so clients running on the same machine have a much higher throughput. ({{{ipp045}}} used to host a backup 3pi DVO database.) 265 266 === Running ===267 268 Loading data means running the {{{load.py}}} program while passing it the relevant configuration file (see above). So, running the software is simply a case of editing a config and passing it as an argument to the program, like this:269 270 {{{271 cd trunk/ippToPsps/jython272 ./run.sh loader.py someConfig273 }}}274 275 The {{{./run.sh}}} prefix above is necessary to invoke the correct Java virtual machine, while including the relevant jar files in the CLASSPATH (all included in the {{{trunk/ippToPsps/Jars}}} subdir)276 265 277 266 === Creating and publishing an 'IN' batch ===
