| | 1 | == New ipptopsps == |
| | 2 | |
| | 3 | These are my notes to running the new ipptopsps - there is not good documentation for that yet. |
| | 4 | |
| | 5 | == Create new loading machines == |
| | 6 | |
| | 7 | According to settings.xml, there are these loaders already: |
| | 8 | |
| | 9 | ||machine || memory (for ipptosps) || total mem || |
| | 10 | ||ipp006 || 16 || 24 || |
| | 11 | ||ipp007 || 16 || 24 || |
| | 12 | ||ipp008 || 16 || 24 || |
| | 13 | ||ipp009 || 16 || 20 || |
| | 14 | ||ipp010 || 16 || 24 || |
| | 15 | ||ipp064 || 32 || 49 || |
| | 16 | |
| | 17 | I assume there are more (?) that are not documented do to Gene running rogue ones. It doesn't matter for now. |
| | 18 | |
| | 19 | The stare nodes have the most amount of memory, but they also do not have mysql set up. |
| | 20 | |
| | 21 | Let's add in ipp060 to ipp066. |
| | 22 | |
| | 23 | |
| | 24 | Gene's instructions for making new loaders: |
| | 25 | |
| | 26 | {{{ |
| | 27 | * setting up a new machine |
| | 28 | * add the dvo user account to mysql: |
| | 29 | * grant all on *.* to dvo@"localhost" identified by 'dvo'; |
| | 30 | * grant all on *.* to dvo@"%.ifa.hawaii.edu" identified by 'dvo'; |
| | 31 | * create scratch db: |
| | 32 | * mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_scratch" |
| | 33 | * ippjython setupScratchDb.py |
| | 34 | * add entries in ippToPsps/config/settings.xml |
| | 35 | * there are per-host entries within the scratch db section(s) (you don't need to do it for the test scratch section). there is a machine-dependent parameter called 'memory' which is the # of Gigs allowed for the dvoDetection table. I recommend using 75-85 percent of the main memory for the machine. |
| | 36 | }}} |
| | 37 | |
| | 38 | |
| | 39 | It all worked fine for ipp063 until I encountered ippjython stuff - that was not installed as ippToPsps is not compiled by default. How annoying. |
| | 40 | |
| | 41 | Second problem is a config problem - I have ippjython but now it can't find setupScratchDb.py |
| | 42 | |
| | 43 | Ok, that is fixed (completely improperly, but it will work upon other installations) |
| | 44 | |
| | 45 | Great! ipp063 is now a loader! :) TODO: to the rest of the ipp06x |