WP11492 SUSPROC PI PLL model changes
Vladimir, Naoki, Erik, Dave
A new h1susprocpi model was installed. A DAQ restart was required
WP11485 h1hwsmsr disk replacement
Jonathan.
The failed 2TB HDD disk which is part of the /data raid was replaced with a 2TB SSD drive. At time of writing it is 70% done with the new disk rebuild.
Jonathan also cloned the boot disk. I verified that /data is being backed up to LDAS on a daily basis at 5am.
WP11478 Add HOFT and NOLINES H1 effective range to EPICS and DAQ.
Jonathan, Dave:
On Keith's suggestion, the HOFT and NOLINES versions of the H1 effective range were added to the dmt2epics IOC on h1fescript0. The MPC and GPS channels were also added to the H1EPICS_DMT.ini for inclusion into the DAQ. A DAQ restart was required.
WP11488 Deactivate opslogin
Jonathan
The old opslogin machine (not to be confused with opslogin0) was powered down.
WP11479 Add zotvac0 epics monitor channels to DAQ
Dave:
H1EPICS_CDSMON was modified to add zotvac0's channels. A DAQ restart was required.
DAQ Restart
Jonathan, Dave:
The DAQ was restarted for the above changes. This was a very messy restart.
0-leg was restarted. h1gds0 needed a second restart to sync its channel list.
EDC on h1susauxb123 was restarted
8 minutes later fw0 spontaneously restarted itself. At this point h1susauxb123 front end locked up, all models and EDC crashed.
Jonathan connected a local console to h1susauxb123, but there was no errors printed, the keyboard was unresponsive. h1susauxb123 was rebooted.
After the EDC came back online, the DAQ 1-leg was restarted.
h1gds1 needed a second restart to sync up its disks.
Tue24Oct2023
LOC TIME HOSTNAME MODEL/REBOOT
13:01:42 h1oaf0 h1susprocpi <<< model restart
13:02:34 h1daqdc0 [DAQ] <<< 0-leg restart
13:02:43 h1daqfw0 [DAQ]
13:02:43 h1daqtw0 [DAQ]
13:02:44 h1daqnds0 [DAQ]
13:02:51 h1daqgds0 [DAQ]
13:03:21 h1susauxb123 h1edc[DAQ] <<< EDC restart
13:03:52 h1daqgds0 [DAQ] <<< 2nd gds0 restart
13:09:26 h1daqfw0 [DAQ] <<< spontaneous FW0 restart (crash of h1susauxb123 at this point)
13:22:34 h1susauxb123 ***REBOOT*** <<< reboot h1susauxb123, start EDC
13:23:20 h1susauxb123 h1edc[DAQ]
13:23:36 h1susauxb123 h1iopsusauxb123
13:23:49 h1susauxb123 h1susauxb123
13:26:01 h1daqdc1 [DAQ] <<< 1-leg restart
13:26:11 h1daqfw1 [DAQ]
13:26:11 h1daqtw1 [DAQ]
13:26:12 h1daqnds1 [DAQ]
13:26:20 h1daqgds1 [DAQ]
13:26:48 h1daqgds1 [DAQ] <<< 2nd GDS1 restart
DMT2EPICS configuration file, HOFT and NOLINES added:
{
"prefix": "H1:",
"entries": [
{
"engine": "dmt",
"config": {
"url": "https://marble.ligo-wa.caltech.edu/dmtview/SenseMonitor_CAL_H1/H1SNSW%20EFFECTIVE%20RANGE%20%28MPC%29/data.txt",
"pv-name": "CDS-SENSMON_CAL_SNSW_EFFECTIVE_RANGE_MPC",
"pv-gps": "CDS-SENSMON_CAL_SNSW_EFFECTIVE_RANGE_MPC_GPS",
"disconnected-value": -1.0,
"period": 30.0
}
},
{
"engine": "dmt",
"config": {
"url": "https://marble.ligo-wa.caltech.edu/dmtview/SenseMonitor_Clean_H1/H1SNSC%20EFFECTIVE%20RANGE%20%28MPC%29/data.txt",
"pv-name": "CDS-SENSMON_CLEAN_SNSC_EFFECTIVE_RANGE_MPC",
"pv-gps": "CDS-SENSMON_CLEAN_SNSC_EFFECTIVE_RANGE_MPC_GPS",
"disconnected-value": -1.0,
"period": 30.0
}
},
{
"engine": "dmt",
"config": {
"url": "https://marble.ligo-wa.caltech.edu/dmtview/SenseMonitor_hoft_H1/H1SNSH%20EFFECTIVE%20RANGE%20%28MPC%29/data.txt",
"pv-name": "CDS-SENSMON_HOFT_SNSH_EFFECTIVE_RANGE_MPC",
"pv-gps": "CDS-SENSMON_HOFT_SNSH_EFFECTIVE_RANGE_MPC_GPS",
"disconnected-value": -1.0,
"period": 30.0
}
},
{
"engine": "dmt",
"config": {
"url": "https://marble.ligo-wa.caltech.edu/dmtview/SenseMonitor_Nolines_H1/H1SNSL%20EFFECTIVE%20RANGE%20%28MPC%29/data.txt",
"pv-name": "CDS-SENSMON_NOLINES_SNSL_EFFECTIVE_RANGE_MPC",
"pv-gps": "CDS-SENSMON_NOLINES_SNSL_EFFECTIVE_RANGE_MPC_GPS",
"disconnected-value": -1.0,
"period": 30.0
}
}
]
}