| | 124 | == Sunday 9:15am == |
| | 125 | |
| | 126 | Loaders whcih need restart: |
| | 127 | stare01 |
| | 128 | stare03 |
| | 129 | ipp006 |
| | 130 | stsci00 |
| | 131 | stsci01 |
| | 132 | stsci03 |
| | 133 | stsci04 |
| | 134 | stsci05 |
| | 135 | |
| | 136 | (stare00/04/stsci6/7 did not) |
| | 137 | |
| | 138 | select count(*), datastore_product from pending join box on box_id = id join skychunk on name = skychunk where name like 'PSPS%' group by datastore_product ;select count(*) from batch where dvo_db like 'LAP.PV2%' and loaded_to_datastore =1; select count(*), datastore_product from pending join box on box_id = id join skychunk on name = skychunk where name like 'PSPS%'; |
| | 139 | +----------+---------------------+ |
| | 140 | | count(*) | datastore_product | |
| | 141 | +----------+---------------------+ |
| | 142 | | 5817 | PSPS_PV2_OB_SLICE00 | |
| | 143 | | 7359 | PSPS_PV2_OB_SLICE02 | |
| | 144 | | 9422 | PSPS_PV2_OB_SLICE04 | |
| | 145 | | 10425 | PSPS_PV2_OB_SLICE06 | |
| | 146 | | 7978 | PSPS_PV2_OB_SLICE08 | |
| | 147 | | 6381 | PSPS_PV2_OB_SLICE10 | |
| | 148 | | 6999 | PSPS_PV2_OB_SLICE12 | |
| | 149 | | 9094 | PSPS_PV2_OB_SLICE14 | |
| | 150 | | 11213 | PSPS_PV2_OB_SLICE16 | |
| | 151 | | 12397 | PSPS_PV2_OB_SLICE18 | |
| | 152 | | 12021 | PSPS_PV2_OB_SLICE20 | |
| | 153 | | 8814 | PSPS_PV2_OB_SLICE22 | |
| | 154 | +----------+---------------------+ |
| | 155 | 12 rows in set (0.20 sec) |
| | 156 | |
| | 157 | +----------+ |
| | 158 | | count(*) | |
| | 159 | +----------+ |
| | 160 | | 14630 | |
| | 161 | +----------+ |
| | 162 | 1 row in set (0.01 sec) |
| | 163 | |
| | 164 | +----------+---------------------+ |
| | 165 | | count(*) | datastore_product | |
| | 166 | +----------+---------------------+ |
| | 167 | | 107920 | PSPS_PV2_OB_SLICE00 | |
| | 168 | +----------+---------------------+ |
| | 169 | 1 row in set (0.14 sec) |
| | 170 | |