[acg] myRestore script dependencies

Theo Larrieu theo at jlab.org
Wed Mar 1 14:53:58 EST 2023


The table below lists myRestore procedures that include Script/Executable actions among their steps (with common calls to burt, caput, and myRestore filtered out).
If you recognize scripts that you own or maintain on the list, please add them to your checklist of things to install/test/verify on RHEL9.


+-------------------+------+----------------------------------------------------------------------+
| name              | dom  | executable                                                           |
+-------------------+------+----------------------------------------------------------------------+
| iocsoftRadNDXE401 | OPS  | /cs/op/iocs/iocsoftRadNDXE401/initCalibrationConstants.csh E4        |
| iocsoftRadNDXIN03 | OPS  | /cs/op/iocs/iocsoftRadNDXIN03/initCalibrationConstants.csh IN        |
| iocsoftRadNDXNL13 | OPS  | /cs/op/iocs/iocsoftRadNDXNL13/initCalibrationConstants.csh NL        |
| iocsoftRadNDXSL13 | OPS  | /cs/op/iocs/iocsoftRadNDXSL13/initCalibrationConstants.csh SL        |
| Rf12Fcc_V2        | OPS  | /cs/opshome/edm_scripts/RfLopwAlarmPatch.csh $(BLDGNUM)$(ZONE)$(CAV) |
| Rf12Fcc           | OPS  | /cs/opshome/edm_scripts/RfLopwAlarmPatch.csh $(BLDGNUM)$(ZONE)$(CAV) |
| Rf12Fcc_zzz       | OPS  | /cs/opshome/edm_scripts/RfLopwAlarmPatch.csh $(BLDGNUM)$(ZONE)$(CAV) |
| Rf12Fcc_itf       | OPS  | /cs/opshome/edm/rf2fcc/ifpwpUpdate $(BLDGNUM)$(ZONE)                 |
| rf3hpa            | DEV  | /cs/opshome/edm/rf3hpa/rf3hpaProc.csh $(BLDGNUM) $(ZONE)             |
| rf3hpa            | OPS  | /cs/opshome/edm/rf3hpa/rf3hpaProc.csh $(BLDGNUM) $(ZONE)             |
| iocwa1            | OPS  | /cs/opshome/scripts/60_second_wait.sh                                |
| iocea6            | OPS  | /cs/opshome/scripts/60_second_wait.sh                                |
| iocea5            | OPS  | /cs/opshome/scripts/60_second_wait.sh                                |
| iocea4            | OPS  | /cs/opshome/scripts/60_second_wait.sh                                |
| iocea3            | OPS  | /cs/opshome/scripts/60_second_wait.sh                                |
| iocea2            | OPS  | /cs/opshome/scripts/60_second_wait.sh                                |
| iocea1            | OPS  | /cs/opshome/scripts/scan_gain_set.sh                                 |
| iocea2            | OPS  | /cs/opshome/scripts/scan_gain_set.sh                                 |
| iocea3            | OPS  | /cs/opshome/scripts/scan_gain_set.sh                                 |
| iocea4            | OPS  | /cs/opshome/scripts/scan_gain_set.sh                                 |
| iocea5            | OPS  | /cs/opshome/scripts/scan_gain_set.sh                                 |
| iocea6            | OPS  | /cs/opshome/scripts/scan_gain_set.sh                                 |
| iocwa1            | OPS  | /cs/opshome/scripts/scan_gain_set.sh                                 |
| Rf12Fcc           | OPS  | $(REBOOTPATH)/DLOAD_ICAL.csh $(IOC)                                  |
| Rf12Fcc_V2        | OPS  | $(REBOOTPATH)/DLOAD_ICAL.csh $(IOC)                                  |
| Rf12Fcc_20160223  | OPS  | $(REBOOTPATH)/DLOAD_ICAL.csh $(IOC)                                  |
| Rf12Fcc_cf        | OPS  | $(REBOOTPATH)/DLOAD_ICAL.csh $(IOC)                                  |
| Rf12Fcc_itf       | OPS  | $(REBOOTPATH)/DLOAD_ICAL.csh $(IOC)                                  |
| Rf12Fcczz         | OPS  | $(REBOOTPATH)/DLOAD_ICAL.csh $(IOC)                                  |
| Rf12Fcc_cf_dev    | DEV  | $(REBOOTPATH)/DLOAD_ICAL.csh $(IOC)                                  |
| rf3fcc            | OPS  | $(REBOOTPATH)/DLOAD_ICAL.csh $(IOC)                                  |
| Rf12Fcc_zzz       | OPS  | $(REBOOTPATH)/DLOAD_ICAL.csh $(IOC)                                  |
| Rf12Htr           | OPS  | $(REBOOTPATH)/myHtrCal4.csh 4                                        |
| Rf12Fcc_itf       | OPS  | $(REBOOTPATH)/set_IFPWP_timestamp.csh $(BLDGNUM)$(ZONE)$(CAV)        |
| Rf12Fcc_20160223  | OPS  | ced2Epics -rf -i $(IOC)                                              |
| iocmytest         | OPS  | echo "step 1 complete"                                               |
| RestoreTest       | OPS  | ls                                                                   |
| ts_restore1       | OPS  | ls -al                                                               |
+-------------------+------+----------------------------------------------------------------------+
38 rows in set (0.001 sec)


select s.name, d.name as dom, a.executable from
restore_sets s, domains d, restore_steps t, restore_action_exec a
where s.id = t.restore_set_id
and d.id = s.domain_id
and t.id = a.restore_step_id
and a.executable not like '%burt%'
and a.executable not like '%caput%'
and a.executable not like '%myRestore%'
order by a.executable;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.jlab.org/pipermail/acg/attachments/20230301/6b4c23a9/attachment-0001.html>


More information about the acg mailing list