| 87 | | TODO: tomorrow This is one of the apache nodes, so the logs will need to be archived.Check out the czar log from (SOME DATE). And see this page for how to clear them: |
| | 87 | Check the /tmp/nebulous_server.log size |
| | 88 | The root partition is getting pretty full on ippc71 |
| | 89 | {{{ |
| | 90 | 71 - 71GB |
| | 91 | 72 - 67GB |
| | 92 | 73 - 63GB |
| | 93 | 74 - 70GB |
| | 94 | 75 - 60GB |
| | 95 | }}} |
| | 96 | It's also getting pretty large of the other apache servers too. |
| | 97 | |
| | 98 | Follow the procedure from Wednesday : 2019.02.06 , see: https://svn.pan-starrs.ifa.hawaii.edu/trac/ipp/wiki/PS1_IPP_Czarlog_20190204 |
| | 99 | I first shutdown all the pantasks, then on each machine, stopped apaches, removed the log, replaced it with a fresh empty log with the correct permissions and started apache again. |
| | 100 | |
| | 101 | JRF: ipp112.1 is getting pretty full on data so I've moved it into repair |
| | 102 | |
| | 103 | '''No Mask for MOPS''' by JRF |
| | 104 | |
| | 105 | chiptool -definebyquery -set_label mops.nomasktest -set_workdir neb://@HOST@.0/gpc1/mops.nomasktest -set_data_group mops.nomasktest -set_dist_group NULL -set_tess_id RINGS.V3 -set_end_stage warp -set_reduction NOMASKTEST -dbname gpc1 -exp_name o8582g0236o |
| | 106 | chiptool -definebyquery -set_label mops.nomasktest -set_workdir neb://@HOST@.0/gpc1/mops.nomasktest -set_data_group mops.nomasktest -set_dist_group NULL -set_tess_id RINGS.V3 -set_end_stage warp -set_reduction NOMASKTEST -dbname gpc1 -exp_name o8582g0219o |
| | 107 | chiptool -definebyquery -set_label mops.nomasktest -set_workdir neb://@HOST@.0/gpc1/mops.nomasktest -set_data_group mops.nomasktest -set_dist_group NULL -set_tess_id RINGS.V3 -set_end_stage warp -set_reduction NOMASKTEST -dbname gpc1 -exp_name o8582g0202o |
| | 108 | chiptool -definebyquery -set_label mops.nomasktest -set_workdir neb://@HOST@.0/gpc1/mops.nomasktest -set_data_group mops.nomasktest -set_dist_group NULL -set_tess_id RINGS.V3 -set_end_stage warp -set_reduction NOMASKTEST -dbname gpc1 -exp_name o8582g0185o |
| | 109 | |
| | 110 | SELECT rawExp.exp_name, rawExp.exp_id, chipRun.chip_id, chipRun.label chip_label, chipRun.state chip_state, warpRun.warp_id, warpRun.state warp_state FROM rawExp JOIN chipRun USING (exp_id) JOIN camRun USING (chip_id) JOIN fakeRun USING (cam_id) JOIN warpRun USING (fake_id) WHERE exp_name IN |
| | 111 | ("o8582g0236o","o8582g0219o","o8582g0202o","o8582g0185o"); |