Displaying report 1-1 of 1.
Reports until 10:55, Tuesday 15 March 2016
H1 CDS (DAQ)
david.barker@LIGO.ORG - posted 10:55, Tuesday 15 March 2016 (26074)
/opt/rtcds file system moved from h1boot to h1fs0

Carlos, Jim, Dave: WP5775

Yesterday (Monday 14th March) we moved most of the NFS exported files from h1boot onto a new server called h1fs0. This move was more invasive than last week's /ligo file system move as all front ends and DAQ computers were impacted.

The process was:

The DAQ restart was messy. We saw the two framebuilders report different data CRC which we had not seen before. Also h1fw1 restarted with apparent slow file access for some time and then the problem apparently went away. We are monitoring this.

Today we are catching those machines which were overlooked yesterday.

For systems which only mounted /opt/rtcds from h1boot, I have a script to convert them to mount from h1fs0:

#!/bin/bash

# make changes to move the h1boot mounts to h1fs0

# in /etc/fstab, replace mount command with sed
cd /etc
cp fstab /tmp/fstab.$(date +%Y%m%d%H%M%S)
cp fstab /tmp/dave.tmp
cat /tmp/dave.tmp|sed 's/h1boot:/h1fs0:/rtopt/g' > fstab

# ensure h1fs0 has entry in /etc/hosts
cd /etc
cp hosts /tmp/hosts.$(date +%Y%m%d%H%M%S)
echo "10.101.0.13     h1fs0" >> /etc/hosts
 

Displaying report 1-1 of 1.