| | 42 | * CCL: ipp135 and ipp137 put from repair to up, for warp product targetting. |
| | 43 | * CCL: modify the configuration file of PS1 stdscience for warp stage targeting on ipp134 and ipp135 machine by following steps. |
| | 44 | the files are under these two folders |
| | 45 | {{{ |
| | 46 | /data/ippc64.1/ippitc/src/ipp-20170121/ippTasks |
| | 47 | /data/ippc64.1/ippitc/psconfig/ipp-20170121.lin64/share/pantasks/modules |
| | 48 | }}} |
| | 49 | |
| | 50 | make a copy for backing up and a new file for adding targetting machines from "ipphosts.mhpcc.config" |
| | 51 | {{{ |
| | 52 | cp ipphosts.mhpcc.config ipphosts.mhpcc.config.190312ori |
| | 53 | cp ipphosts.mhpcc.config ipphosts.mhpcc.config.190312_target134_135 |
| | 54 | }}} |
| | 55 | |
| | 56 | add ipp134 & ipp135 to the new file |
| | 57 | {{{ |
| | 58 | ipphosts METADATA |
| | 59 | camera STR skycell |
| | 60 | count S32 48 |
| | 61 | sky00 STR ipp123.1 |
| | 62 | sky01 STR ipp124.1 |
| | 63 | sky02 STR ipp125.1 |
| | 64 | sky03 STR ipp126.1 |
| | 65 | sky04 STR ipp129.0 |
| | 66 | ... |
| | 67 | sky30 STR ipp125.0 |
| | 68 | sky31 STR ipp126.0 |
| | 69 | sky32 STR ipp134.0 |
| | 70 | sky33 STR ipp134.1 |
| | 71 | sky34 STR ipp134.0 |
| | 72 | sky35 STR ipp134.1 |
| | 73 | sky36 STR ipp134.0 |
| | 74 | sky37 STR ipp134.1 |
| | 75 | sky38 STR ipp134.0 |
| | 76 | sky39 STR ipp134.1 |
| | 77 | sky40 STR ipp135.0 |
| | 78 | sky41 STR ipp135.1 |
| | 79 | sky42 STR ipp135.0 |
| | 80 | sky43 STR ipp135.1 |
| | 81 | sky44 STR ipp135.0 |
| | 82 | sky45 STR ipp135.1 |
| | 83 | sky46 STR ipp135.0 |
| | 84 | sky47 STR ipp135.1 |
| | 85 | END |
| | 86 | }}} |
| | 87 | |
| | 88 | overwrite "ipphosts.mhpcc.config" by the new configuration file in the two folders |
| | 89 | {{{ |
| | 90 | cp ipphosts.mhpcc.config.190312_target134_135 ipphosts.mhpcc.config |
| | 91 | }}} |
| | 92 | |
| | 93 | and then wait for "stdscience" restarting automatically at 3:30pm |