Changes between Version 10 and Version 11 of PS1_IPP_Czarlog_20190204
- Timestamp:
- Feb 6, 2019, 4:22:00 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PS1_IPP_Czarlog_20190204
v10 v11 84 84 85 85 === Wednesday : 2019.02.06 === 86 * MEH: nebulous apache server (ippc70-c75) log reset -- 86 87 JRF: MEH, TdB and myself are going to archive the nebulous logs as they are getting very large, hence nagios complaining about lack of disk space on root. Log sizes: 88 * ippc71 - 20GB 89 * ippc72 - 46GB 90 * ippc73 - 78GB 91 * ippc74 - 74GB 92 * ippc75 - 78GB 93 94 There are also other logs in the /var/log/ folder that need to be archived periodically like messages and apache2 95 96 * archive the neb log (in this case this is for ippc75, change the location appropriately) 97 {{{ 98 user@ippc75$ rsync -avP /tmp/nebulous_server.log /export/ippc75.0/ 99 }}} 100 101 * MEH: nebulous apache server (ippc70-c75) log reset -- 87 102 {{{ 88 103 … … 97 112 sudo /etc/init.d/apache2 status 98 113 }}} 114 The above makes sure to check that apache is no longer writing to the log before moving it. After moving a new file needs to be created, with the correct permissions, for apache to write to in the future. Then the service can be restarted. 99 115 100 JRF: ME, MEH, and TdB shall be going though reprocessing some data for Rob without some pixels removed (as an NEO is suspected to be falling into a masked area).101 102 JRF: MEH, TdB and myself are going archiving the apaches logs on ippc71-ippc75 as they are gettings large:103 ippc71 - log was 20GB104 ippc72 - 46105 ippc73 - 78106 ippc74 - 74107 ippc75 - 78GB108 109 * archive the neb log110 {{{111 rsync -avP /tmp/nebulous_server.log /export/ippc75.0/112 }}}113 116 * do a test exposure 117 After setting everything back up it's a good idea to do a test exposure. So turn on stdscience from the pantasks_client and run the following chiptool command (change the date). 114 118 {{{ 115 119 chiptool -dbname gpc1 -definebyquery -set_label MOPS.dailytestset -set_workdir neb://@HOST@.0/gpc1/MOPS.dailytestset.20190206 -set_data_group MOPS.dailytestset.20190206 -set_dist_group NULL -set_tess_id RINGS.V3 -set_end_stage warp -set_reduction SWEETSPOT -simple -exp_name o6370g0351o -pretend 116 120 }}} 117 121 118 JRF: When checking that we could use the console commands on ipp113, it has some troublesome status: 122 123 JRF: When checking that we could use the console commands on ipp113, it has some troublesome status. MEH will report this to Hayden. 119 124 {{{ 120 125 Outlet Name Status Post-on Delay(s) 121 126 i05_pdu0[15] i48A_15_BAD OFF(locked) 0.5 122 127 }}} 128 N.B. To get out of the console, do: Shift + ~, . 129 That is press shift and tilde together (possibly twice), then release and press period. 123 130 124 131 125 132 === Thursday : 2019.02.07 === 133 134 JRF: ME, MEH, and TdB shall be going though reprocessing some data for Rob without some pixels removed (as an NEO is suspected to be falling into a masked area). 126 135 127 136 === Friday : 2019.02.08 ===
