Displaying reports 39761-39780 of 88969.Go to page Start 1985 1986 1987 1988 1989 1990 1991 1992 1993 End
Reports until 12:27, Monday 22 July 2019
H1 ISC (CDS)
jeffrey.kissel@LIGO.ORG - posted 12:27, Monday 22 July 2019 - last comment - 11:21, Tuesday 23 July 2019(50706)
Recovery from h1oaf1 kernel panic and subsequent Dolphin Crash Ongoing
C. Vorvick, E. Merilh, J. Kissel, J. Driggers

FRS Ticket 13295

Recovery notes from h1oaf1 kernel panic (see LHO aLOG 50695) and subsequent accidental dolphin network crash (see LHO aLOG 50698):

~16:00 UTC
- restored IMC optics to M1 stage OSEM valuess in PIT and YAW and PZT values to previous unlocked time we used Jul 22 2019 05:06:00 UTC
- restored all corner station IFO optics (everything down stream of the IMC, including RMs, OMs, and ZMs) to just slightly after; Jul 22 2019 05:06:00 UTC.

- Ran through automatic initial alignment procedure.

Had to align XARM and YARM in green by hand for a bit, Ed ace'd this and got both arms up to snuff enough for the green WFS in minutes.

Only other thing we had to manually intervene with: SRY alignment was not working, so Ed 
moved INIT_ALIGN to IDLE
    this keep the ALIGN IFO in ACQUIRE_SRY or DOWN.
    Manually misaligned SRM.
    Tweaked alignment of SR2 to center location on AS_C AS port QPD
NOTE: We should add this occasional work-around to the automated system.

- After finished with manual SR2 alignment, we accidentally requested the INIT_ALIGN guardian to go to SRC_ALIGNING which restart the entire procedure. Realized that we didn't want this a bit of the way through. So, instead, mid-stride, we forced INIT_ALIGN to jump to SRC_ALIGNING via a manual request. This worked on getting SRC back to where we wanted it, but the "false start" triggered the ALS_ARM guardians to start their initial alignment process. We stopped *that* by requesting each arm guardian to "UNLOCKED." However, this stalled the ALIGN_IFO guardian, because we'd bypassed its managerial authority.
In order to prevent this in the future, Jenne Modified INIT_ALIGN such that each init align states a request ALS ARMS to go to UNLOCKED.
Loaded, installed, and ARMS and ALIGN_IFO went back to happy,

- Noticed that SEI_CONFIG manager guardians had stalled. By-hand requested all of the subordinates of SEI_CONF manager to be in their configuration needed for the WINDY state, and then once the subordinates were all happy (without notifications) we asked the SEI_CONF manager to INIT, and it immediately became happy.

- The ETM ring heaters setpoints were wrong because they are unmonitored in the observe and wrong in safe. So, we restored to what they were 24 hours ago (a 0.3W change). Restoration occurred at ~18:20 UTC. That change means we'll be a few hours from nominal thermal conditions. (TCS C02 lasers and ITM ring heaters, were checked and confirmed OK)

-Struggled with getting decent POP18 and POP90 build-up in PRMI and DRMI. Some manual intervention of alignment using PR2 (tried PR3, no dice). 
Noticed a slow trend upward on slow thermal timescale... wondering if, with the arms locked on green and held off resonant in red, this is ETMs off-resonant affect on sidebands (as ETMs warm up, they're doing a *better* job of *rejecting* sidebands).
Just waiting, 

- Had to clear OM saturations from stale OMC ASC request. Didn't realize that these didn't matter for length acquisition, and graceful clear history button only (and should only) impact the OMC and OM3 history. Thought that bringing IFO to DOWN would clear it, but did not. Had to go to ASC OVERVIEW > DC CENTERING > OM1/2 P/Y CLEAR.

- 19:15 UTC
PRMI builds continue to increase, but DRMI is still problematic. Thinking that initial alignment of the SRC was bad, so switch to try that. 
    ISC_LOCK to DOWN.
    ISC_LOCK to INITIAL ALIGNMENT.
    Immediately --  ALIGN_IFO to to SRC_ALIGN (before INIT_ALIGN node triggers GREEN)
    After SRC_OFFLOADED.
    ISC_LOCK to DOWN
    Select Resume PRMI / DRMI locked 

Sounds like we still need to still have a way to run individual states without starting the entire sequence.

- 19:25 UTC 
    Resume locking.
    


More details to come as we continue recovery.
Comments related to this report
jenne.driggers@LIGO.ORG - 13:35, Monday 22 July 2019 (50710)

OMC guardian change:

In the past, when the OMC fails to lock on the TEM00 mode upon first try (first try is initiated before full IFO ASC is engaged), the OMC guardian would just sit at OMC_LSC_ON.  Then, when we arrive at PREP_DC_READOUT_TRANSITION, if the OMC isn't ready, the main ISC guardian would make the OMC re-start it's locking sequence.  However, there is no reason not to re-try locking the OMC earlier.  So, now if we get to the 'stuck' part of OMC_LSC_ON, that state will now return OMC_LOCK to DOWN.  Since main ISC guardian still has the request at READY_FOR_HANDOFF, the OMC_LOCK guardian then executes the DOWN state and begins to go through its whole lock sequence.  Hopefully this will help ensure that the OMC is locked and ready before we get to PREP_DC_READOUT_TRANSITION, so we don't have to wait for it.  Also, hopefully this will help alleviate any confusion, since previously when the OMC guardian was stuck waiting, it sent a notification up that it wasn't locked and needed help.

Strangely, when we arrived at NomLowNoise the boost and integrator for the OMC LSC servo hadn't been turned on.  These showed up as SDF diffs, so they were easy to catch.  I'm not sure how that would have happened though, since they are turned on in the OMC_LSC_ON state of the OMC guardian, and should have been done in order to successfully get through that state to READY_FOR_HANDOFF.  But, this is the state that I had changed, so if we see these fail to come on again, I'll need to look into this.  Looking at the code, I think it should be fine, so if it happens again I'm going to be confused, but I'll have a look at it then.

jenne.driggers@LIGO.ORG - 13:51, Monday 22 July 2019 (50711)

OMC guardian potential change:

I haven't really seen this before, but the OMC guardian got stuck on TUNE_OFFSETS.  The log said that the transfer function data that guardian took were nonsensical, and suggested that one retry locking the OMC.  Instead I just forced it to re-execute the state, since the measurement for the TF is taken in the main state.  I'd like to change this whole state, such that the TF measurement happens in the run state (but using a counter so that it only happens once in normal circumstances), but that it can try to re-take it if it has failed.  Maybe if it fails twice, then can have it return DOWN and actually redo the whole acquisition sequence.  Let me know if anyone has objections, but hopefully this will be a transparent change that doesn't adverseley affect things.  I'll implement it tomorrow so that I can watch it during post-maintenance acqusition to make sure it works okay.

jenne.driggers@LIGO.ORG - 11:21, Tuesday 23 July 2019 (50735)

I have added clearing the histories of the RMs and OMs to the ISC_LOCK DOWN state so that we don't run into the confusion of the OMs being unneccesarily saturated any more.

H1 DAQ (CDS, DCS)
david.barker@LIGO.ORG - posted 12:27, Monday 22 July 2019 - last comment - 12:42, Monday 22 July 2019(50707)
h1fw0 E18 Raid controller failure

Dan, Dave:

Dan reports that h1fw0's main raid (E18-0 controlled by h1ldasgw0) is not accessible from LDAS. The unit is in a hardware fault, audible alarm is sounding, both STAT LEDs on front are RED. On the rear controller 0 (top unit) is RED and controller 1 is GREEN.

h1fw0 continues to write to this file system, so it looks like a partial failure?

Comments related to this report
david.barker@LIGO.ORG - 12:33, Monday 22 July 2019 (50708)

Opened FRS13297

david.barker@LIGO.ORG - 12:42, Monday 22 July 2019 (50709)

Now fixed. h1fw0 was not impacted by this.

H1 TCS (TCS)
corey.gray@LIGO.ORG - posted 10:35, Monday 22 July 2019 - last comment - 12:22, Wednesday 24 July 2019(50702)
TCSy Chiller Has/Had Big Air Bubble Due To Filter (also TCS chillers FAMIS task (#11501))

TCSy Chiller:  Air Bubble at intake & 500mL added!

It was hard to read the TCSy Chiller level value this morning because it was oscillating noticeably between atleast 8.0 & 8.6cm!  (it is usually holds a steady value.) 

Removed the gray cover and I believe the level went "up" to a normal level near 10.0cm!  So this had me look at TCSx chiller for comparison.  TCSy chiller looks like it had a big air bubble with the white fabric mesh filter balloon-ing up (maybe this was pulled up by suction when I removed/pulled-up on the gray cover?); hard to tell, but attaching a photo of the big air bubble.  This air bubble moved around a bit and this is probably the reason for the oscillating reading for the level noted above.

At any rate, I tried to adjusting the filter and the ring frame which holds the filter to reseat it such that the bubble would subside.  After a few adjustments, the level did drop down to 8.0cm or below.  At this time I started to fill the chiller.  I probably added on the order of ~500mL, but this was after a few iterations of adjusting the filter and adding water.  I was not able to completely remove the air bubble.

We will want to keep an eye on this chiller, it had been exhibiting odd behavoir as of late [level increasing(7/1, 7/7) and possible leak which "fixed" itself" (5/21)].  Will send an email to Jason/Betsy/TJ regarding this.

TCSx Chiller:  Had level of 29.8 cm.  Filled to 30.0 with 125 mL of water.  This is normal for it.

Images attached to this report
Comments related to this report
jason.oberling@LIGO.ORG - 11:41, Monday 22 July 2019 (50705)

Went out and checked on this and found there was still a small air bubble in the chiller reservoir underneath the mesh filter (as opposed to the wire filter that preceeds the mesh filter).  I unsealed the mesh filter (the mesh filters create a seal around the reservoir opening when properly installed), which allowed the air bubble to clear, and reseated it.  The water level dropped from 10.1 to 9.2 (this is normal when clearing an reservoir air bubble, as it causes faulty readings in the chiller level.  This is a design "feature" of the chiller, and the reason why we unseal the mesh filter when topping off the reservoir (adding water with the filter still sealed is the most common cause of reservoir air bubbles)); I did not add water as even with this level change the chiller is still mostly full.  I will monitor this over the coming days to see if there are any changes in water level and/or formation of a new air bubble.

Also, the fix for the water leak Corey mentions in his alog is described here.

thomas.shaffer@LIGO.ORG - 12:22, Wednesday 24 July 2019 (50785)

One of the reasons we have been keeping the the filters not completely seated is because they can create false readings, perhaps from too good of a seal. I've reccomended that the filters be cocked at a slight angle to keep this from happening, with the risk that it might not filter 100% of the water.

LHO General
thomas.shaffer@LIGO.ORG - posted 08:49, Monday 22 July 2019 (50701)
Ops Owl Shift Summary

TITLE: 07/22 Owl Shift: 07:00-15:00 UTC (00:00-08:00 PST), all times posted in UTC
STATE of H1: Corrective Maintenance
INCOMING OPERATOR: Ed
SHIFT SUMMARY: All good until h1oaf1 crashed, I then errantly rebooted h1oaf0 bringing down all of the front ends. The CDS system has recovered but we are still working on getting the IMC locked.
LOG:

H1 General
edmond.merilh@LIGO.ORG - posted 08:03, Monday 22 July 2019 (50700)
Shift Transition - Day

TITLE: 07/22 Day Shift: 15:00-23:00 UTC (08:00-16:00 PST), all times posted in UTC
STATE of H1: Corrective Maintenance
OUTGOING OPERATOR: TJ
CURRENT ENVIRONMENT:
    Wind: 11mph Gusts, 9mph 5min avg
    Primary useism: 0.01 μm/s
    Secondary useism: 0.05 μm/s
QUICK SUMMARY:

H1 is down. Helping TJ recover a massive computer reboot

H1 General
thomas.shaffer@LIGO.ORG - posted 07:13, Monday 22 July 2019 - last comment - 07:48, Monday 22 July 2019(50698)
Lock Loss 0655 UTC

The h1oaf1 computer went down (see alog50695), and then I accidentally rebooted h1oaf0 which was still in the dolphin network and took every other front end down with it. Dave is in the process of recovering from my massive brain fart.

Comments related to this report
david.barker@LIGO.ORG - 07:48, Monday 22 July 2019 (50699)

All corner station Dolphin'ed models have been restarted. Although h1seib2 looks like it did not need a restart, I have been caught out with this before and restarted it anyway.

DAQ-CRC errors have been cleared, diag-resets issued to all models.

Handing system over to the operator to continue the recovery.

H1 CDS (DAQ)
david.barker@LIGO.ORG - posted 06:57, Monday 22 July 2019 - last comment - 07:10, Monday 22 July 2019(50695)
h1oaf1 kernel panic, epics and DAQ data unavailable

h1oaf1 has crashed. It looks like the general cores are panic'ed, EPICS and DAQ data are unavailable. The models continue to run.

In preparation for a reboot, I have disabled the Dolphin network port for h1oaf1.

Comments related to this report
david.barker@LIGO.ORG - 06:58, Monday 22 July 2019 (50696)

Opened FRS13295

thomas.shaffer@LIGO.ORG - 07:10, Monday 22 July 2019 (50697)

I went out to reboot h1oaf1 and somehow managed to do h1oaf0 instead, which was still in the dolphin so everything came crashing down with it. End of an owl shift? I don't know, I screwed up.

Here's a shot of the traceback for h1oaf1.

Images attached to this comment
H1 General
thomas.shaffer@LIGO.ORG - posted 05:01, Monday 22 July 2019 (50694)
Ops Owl Mid Shift Report

6 hour lock, no issues to report.

LHO General
thomas.shaffer@LIGO.ORG - posted 00:30, Monday 22 July 2019 (50693)
Ops Owl Shift Transition

TITLE: 07/22 Owl Shift: 07:00-15:00 UTC (00:00-08:00 PST), all times posted in UTC
STATE of H1: Observing at 115Mpc
OUTGOING OPERATOR: Jeff
CURRENT ENVIRONMENT:
    Wind: 12mph Gusts, 10mph 5min avg
    Primary useism: 0.01 μm/s
    Secondary useism: 0.05 μm/s
QUICK SUMMARY: 1.5 hour lock, calm environment.

H1 General
jeffrey.bartlett@LIGO.ORG - posted 00:19, Monday 22 July 2019 (50692)
Ops Evening Shift Summary
Ops Shift Log: 07/21/2019, Evening Shift 23:00 – 07:00 (16:00 - 00:00) Time - UTC (PT)
State of H1: Locked at NLN, range of 117.2Mpc.
Intent Bit: Observing
Support: Keita
Incoming Operator: TJ
Shift Summary: Has a lock loss early in the shift. Encountered difficulty with lock losses around the ENGAGE_ASC_... to PREP_DC_READOUT_... nodes with OMC not finding carrier or on Wrong Mode. Ran an Initial Alignment and tried relocking. The first attempt failed at PREP_TR_CARM. The second attempt was successful. Cleared a few SDF Diffs and went back into Observing.   
 
Activity Log: Time - UTC (PT)
23:00 (16:00) Take over from Ed
00:12 (17:12) Lock loss
04:05 (21:05) After a few lock loss – and call to Keita, we decided to run an Initial Alignment
04:41 (21:41) Completed Initial Alignment (with difficulty)
04:41 (21:41) Try relocking
05:49 (22:49) Back to locked at NLN
05:54 (22:54) Back to Observing after clearing SDF Diffs
07:00 (00:00) Turn over to TJ
H1 General
jeffrey.bartlett@LIGO.ORG - posted 22:57, Sunday 21 July 2019 (50691)
Accept SDF Diffs Upon Relock
   After relocking the IFO accepted the SDF DIffs listed below. Back into Observing.  
Images attached to this report
H1 General
jeffrey.bartlett@LIGO.ORG - posted 21:18, Sunday 21 July 2019 - last comment - 15:01, Monday 22 July 2019(50690)
Ops Evening Mid-Shift Summary
    Lost lock at  00:12 (17:12). 

While relocking: 

   (1). ALS-Y would not build up or lock. Tweaked ETM-Y in pitch and yaw to get it to lock. Then dressed up TMS-Y in pitch to get build up above 1.0. It took two attempts to get past DRMI_1F.   Lost this lock attempt at PREP_DC_READOUT_TRANSITION. OMC had Failed to find Carrier message. 

   (2). Green locked OK. IR Diff was not found, so I tweaked it by hand. Locking stuck again at DRMI_1F. After 12 minutes, and because the AS_Air spot looked so bad in the first lock attempt, I tried to engage CHECK_MITCH_FRINGES, but it never reached it. Lost lock around DRMI_1F.

   (3). Next couple of lock attempts made it past DRMI_1F OK. Then started getting OMC Did Not Find Carrier or Wrong Mode? messages. After losing lock while trying to sort out OMC issue, stopped at ENGAGE_SOFT_LOOPS to work with the OMC to get it READY_FOR_HANDOFF. Again lost lock.

   (4). Called Keita. Stopped at PREP_ASC_FOR_FULL_IFO to work on getting OMC to lock. Was able to get OMC to READY_FOR_HANDOFF. But would continue to lose lock at ENGAGE_ASC_FOR_FULL_IFO. 

   (5). Running an Initial Alignment now and will try to relock when complete.   
Comments related to this report
jenne.driggers@LIGO.ORG - 15:01, Monday 22 July 2019 (50717)ISC

This was a concerning reacquisition since it seems like it was such a struggle, so I had a look at each of the locklosses during the acqusition attempts.  The summary is that it looks like this is a situation where the alignment was just too far off after the 35+ hour lock, and that all of the intermediate locklosses are due to ASC problems.  There were 8 locklosses, an initial alignment, one more lockloss, and then the IFO made it to NomLowNoise on the 2nd attempt after initial alignment.  In hindsight (which always has better vision than when you're in-the-moment), we should likely have taken the IFO to initial alignment earlier in this sequence. 

Mike made the point earlier today that probably we should set a threshold, and if the previous lock has been longer than XX hours, just start by doing an alignment because it's always going to need it.  It'll take some alog mining to see precisely what that threshold should be, but (based on memory and feelings), I think that 20 hours is a fine place to set the line, until we've had time to dig through past alogs.  So.  If we have a lockloss, and the previous lock was longer than 20 hours, please run an initial alignment before trying to acquire lock.  And, make note of this in the lockloss spreadsheet.  Thanks!

What follows is just a list of the locklosses, and what I see about them (and that most of them are due to the alignment being too far off, or some other ASC problem).

  • 1247792959: IFO at PREP_DC_READOUT_TRANSITION, OMC wasn't locked yet. 
    • OMC guardian reattempted to lock itself, but hadn't finished, so ISC_LOCK never tried to go to DC readout (which is good).
    • ADS PIT4 was not converged yet, indicating that the Xarm needed to keep moving in pitch.
    • There was a pretty significant ASC pitch ring up at 1.9 Hz, seen in many different signals, including DC1, DC2, MICH, DHARD, SRC1, SRC2, INP1, and PRC2. 
      • This was an ASC lockloss, perhaps becuase the Xarm SOFT was still so far out.
  • 1247794401: IFO had just started DRMI ASC.
    • Nothing really obvious to me on the ASC signals that would cause a lockloss, but PRC2 yaw was still very far out, and MICH yaw was being pulled away from zero (so perhaps it wasn't able to follow along with the big PRC moves).
      • This was an ASC lockloss.
  • 1247796076: IFO was at CARM_150PM
    • Not sure what this one was, doesn't look so obviously ASC related, although these are difficult states to get through if the alignment of the arms isn't good. 
  • 1247798175: IFO was in PREP_DC_READOUT_TRANSITION, OMC wasn't locked/
    • OMC guardian went to OMC_LOCKED, even though the DCPD sum was only 0.01 mA, so I'm not sure how it got through OMC_LSC_ON.  But, the OMC guardian caught that it wasn't locked within ~1 sec, requested DOWN, and started acquiring the OMC again. 
    • Lockloss while OMC was still looking for the carrier.
    • Another ASC ring up at 1.9 Hz, and PIT4 wasn't converged yet
      • ASC lockloss, of the same type as the first attempt in this list.
  • 1247799443: IFO was in ENGAGE_SOFT_LOOPS.
    • No 1.9 Hz ring up.
    • ADS output signals for PIT3 went above 2000 counts (more than twice what I'll usually let it go when I'm moving spots via changing the A2L gains), and YAW3 went to 1400 counts (which is still high) when the arm ADS loops came on.
      • Probably an ASC lockloss, just because other loops couldn't keep up with that big move.
  • 1247801221: IFO was in ENGAGE_ASC_FOR_FULL_IFO.
    • ASC lockloss.
  • 1247802547: IFO was in ENGAGE_ASC_FOR_FULL_IFO.
    • ASC lockloss.
  • 1247803660: IFO was in ENGAGE_ASC_FOR_FULL_IFO.
    • ASC lockloss.
  • Break for initial alignment
  • 1247806916: IFO in carm to TR
    • Not sure what this one was.  Doesn't look ASC, no glitch in green arms.
H1 General
jeffrey.bartlett@LIGO.ORG - posted 16:09, Sunday 21 July 2019 (50689)
Ops Evening Shift Transition
Ops Shift Transition: 07/21/2019, Evening Shift 23:00 – 07:00 (16:00 -00:00) - UTC (PT)
State of H1: Locked at NLN, range at 117.1Mpc
Intent Bit: Observing
Weather:  The skies are a clear as an azure blue mountain lake. There is no rain in the forecast. Temperatures are going to be between the high 90s and the low 80s. The winds are a Light to Gentle Breeze.  
Primary 0.03 – 0.1Hz: 0.01um/s
Secondary 0.1 – 0.3Hz: 0.02um/s
Outgoing Operator: Ed
Quick Summary: The latest IFO lock stretch is at 35 hours. We have been continuously observing for the past 7 hours, after Ed dropped out to suppress the ITMY violin mode Mode-1. No troubles to report at this time.     
H1 General (DetChar)
edmond.merilh@LIGO.ORG - posted 08:53, Sunday 21 July 2019 - last comment - 11:09, Monday 22 July 2019(50686)
H1 back to OBSERVING: 15:45UTC

ITMY Vioin mode is CRUSHED! Thank you Rahul! Your Wiki guidance produced IMMEDIATE results. I don't see any other potential threats at this time.

Comments related to this report
edmond.merilh@LIGO.ORG - 08:54, Sunday 21 July 2019 (50687)
Images attached to this comment
rahul.kumar@LIGO.ORG - 11:09, Monday 22 July 2019 (50704)

Noted. It looks like a slow rise over a long time. I will keep a check on this mode (and it's histroy).

Displaying reports 39761-39780 of 88969.Go to page Start 1985 1986 1987 1988 1989 1990 1991 1992 1993 End