ID |
Date |
Author |
Subject |
199
|
Tue May 3 08:37:50 2016 |
TD | MIDAS updates | MIDAS updated per instructions of VFEP (I append the new and old versions of startup.tcl and aidacommon)
I have generated the AIDA update for V8 as 2 tarballs.
These are accessed using http://npg.dl.ac.uk/MIDAS/MIDAS_Release/
The files you want are the 3th and 4th
http://npg.dl.ac.uk/MIDAS/MIDAS_Release/AIDAExecV8_Update240416.tgz
http://npg.dl.ac.uk/MIDAS/MIDAS_Release/AIDA_Update240416.tgz
The AIDAExecV8... is just the data acq program
and AIDA_Update... is all the Html/tcl updates
for information here are the commands I Used to create
tar -zcf AIDA_Update240416.tgz TclHttpd/Html/AIDA TclHttpd/Html/DataAcquisitionControl TclHttpd/Html/Spectrum
TclHttpd/Html/RunControl TclHttpd/Html/MERGE TclHttpd/tcl/Common SOAP/tcl/SpectrumClient.tcl
tar -zcf AIDAExecV8_Update240416.tgz Data_Acq/bin/linux-ppc_4xx/AidaExecV8
JUst click on the name and select Save
to install
first move existing files which you will replace out of the way
cd /MIDAS
mv TclHttpd/Html/AIDA TclHttpd/Html/AIDA_BAK
mv TclHttpd/Html/DataAcquisitionControl TclHttpd/Html/DataAcquisitionControl_BAK
mv TclHttpd/Html/Spectrum TclHttpd/Html/Spectrum_BAK
mv TclHttpd/Html/RunControl TclHttpd/Html/RunControl_BAK
mv TclHttpd/Html/MERGE TclHttpd/Html/MERGE_BAK
mv TclHttpd/tcl/Common TclHttpd/tcl/Common_BAK
mv SOAP/tcl/SpectrumClient.tcl SOAP/tcl/SpectrumClient.tcl_BAK
now install the updates
the ********* is where you saved the tarballs to
possibly ~/Downloads/
cd /MIDAS
tar -zxf *********AIDA_Update240416.tgz
tar -zxf *********AIDAExecV8_Update240416.tgz
THis will install the updates.
I attach the startup.tcl file used for the TclHttpd (/MIDAS/config/TclHttpd/aidas1/)
The important bit is adding set DataTransferStreams 2
and the file (aidacommon) used for starting the data acq programs (/MIDAS/linux-ppc_4xx/startup)
Change V7 to V8
Vic |
198
|
Tue May 3 07:51:04 2016 |
TD | Tuesday 3 May 2016 | 32x FEE64 re-programmed from version 7 to version 8 per instructions
https://elog.ph.ed.ac.uk/AIDA/183
See attachments 1-3
PJCS What is the significance of 125 / 126 in the response from each FEE64? |
197
|
Mon May 2 12:13:25 2016 |
CG,PV,TD | Monday 2 May 2016 | |
196
|
Mon May 2 09:10:53 2016 |
TD | MIDAS_MIDASsort_160316 installed | The latest (and greatest!) version of MIDASsort has been installed.
To use MIDASsort
aidas1> setenv PATH /MIDAS/bin_Linux64:$PATH
aidas1> MIDAS64-session
Select 'MIDAS Data Analysis' from the 'MIDAS Application Selection' pop-up
Select 'Sort Tool' from 'MIDAS Base Frame'
AIDA data is written in the GREAT format
http://npg.dl.ac.uk/documents/edoc504/edoc504.html
https://elog.ph.ed.ac.uk/AIDA/113
Select 'Settings' from 'MIDAS Sort (64 bit) Control Frame' window
Select 'Use Gfortran?'
Select 'Sunsort spectrum name convention?'
Select 'Kill memsas server on Exit'
Select Input Data Format GREAT from 'MIDAS Sort (64 bit) Control Frame' window
Select 'Disk Info' from 'MIDAS Sort (64 bit) Control Frame'
Select 'Block size' 65536 from 'MIDASsort: Disk Info' window |
195
|
Mon May 2 07:37:03 2016 |
TD | AIDA FEE layout |
UP
nnaida25
nnaida26
nnaida1 nnaida9 nnaida17
LEFT nnaida2 nnaida10 nnaida18 RIGHT
nnaida31 nnaida23 nnaida15 nnaida7 nnaida3 nnaida11 nnaida19 nnaida27
nnaida32 nnaida24 nnaida16 nnaida8 nnaida4 nnaida12 nnaida20 nnaida28
nnaida5 nnaida13 nnaida21
nnaida6 nnaida14 nnaida22
nnaida29
nnaida30
DOWN
<LOOKING UPSTREAM>
LEFT-RIGHT n+n ohmic strips
UP-DOWN p+n junction strips |
194
|
Mon May 2 07:27:26 2016 |
TD | aidas1 /etc/dhcp/dhcpd.conf updated | aidas1 /etc/dhcp/dhcpd.conf update
to install two scratch FEE modules assembled by PJCS April 2016
Previous version of configuration file saved to /etc/dhcp/dhcpd.conf.BAK-2May2016
#
# DHCP Server Configuration file.
# see /usr/share/doc/dhcp*/dhcpd.conf.sample
#
authoritative;
ddns-update-style none; ddns-updates off;
max-lease-time 691200;
option domain-search code 119 = string;
subnet 10.1.1.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.1.255;
option routers 10.1.1.250;
pool {
range 10.1.1.100 10.1.1.249;
}
}
subnet 10.1.2.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.2.255;
option routers 10.1.2.250;
pool {
range 10.1.2.100 10.1.2.249;
}
}
subnet 10.1.3.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.3.255;
option routers 10.1.3.250;
pool {
range 10.1.3.100 10.1.3.249;
}
}
subnet 10.1.4.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.4.255;
option routers 10.1.4.250;
pool {
range 10.1.4.100 10.1.4.249;
}
}
subnet 10.1.5.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option broadcast-address 10.1.5.255;
option routers 10.1.5.250;
pool {
range 10.1.5.100 10.1.5.249;
}
}
group {
use-host-decl-names true;
default-lease-time 3600;
max-lease-time 14400;
server-name "10.1.1.250";
next-server 10.1.1.250;
host nnrpi1 {
hardware ethernet b8:27:eb:78:ee:44;
fixed-address 10.1.1.251;
}
host nnaida1 {
hardware ethernet 00:04:a3:2a:d0:1b;
fixed-address 10.1.1.1;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida1,tcp";
}
host nnaida2 {
hardware ethernet 00:04:a3:2a:d9:e1;
fixed-address 10.1.1.2;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida2,tcp";
}
host nnaida5 {
hardware ethernet 00:04:a3:2a:d0:10;
fixed-address 10.1.1.5;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida5,tcp";
}
host nnaida6 {
hardware ethernet 00:04:a3:2a:d4:b7;
fixed-address 10.1.1.6;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida6,tcp";
}
host nnaida9 {
hardware ethernet 00:04:a3:2a:d9:ad;
fixed-address 10.1.1.9;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida9,tcp";
}
host nnaida10 {
hardware ethernet 00:04:a3:2a:f7:07;
fixed-address 10.1.1.10;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida10,tcp";
}
host nnaida13 {
hardware ethernet 00:04:a3:2b:11:b9;
fixed-address 10.1.1.13;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida13,tcp";
}
host nnaida14 {
hardware ethernet 00:04:a3:2b:11:b8;
fixed-address 10.1.1.14;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida14,tcp";
}
host nnaida17 {
hardware ethernet 00:04:a3:2a:d9:cc;
fixed-address 10.1.1.17;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida17,tcp";
}
host nnaida18 {
hardware ethernet 00:04:a3:2a:b2:b2;
fixed-address 10.1.1.18;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida18,tcp";
}
host nnaida21 {
hardware ethernet 00:04:a3:2b:27:23;
fixed-address 10.1.1.21;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida21,tcp";
}
host nnaida22 {
hardware ethernet 00:04:a3:2a:f6:e9;
fixed-address 10.1.1.22;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida22,tcp";
}
host nnaida25 {
hardware ethernet 00:04:a3:2a:d0:11;
fixed-address 10.1.1.25;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida25,tcp";
}
host nnaida26 {
hardware ethernet 00:04:a3:2b:27:54;
fixed-address 10.1.1.26;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida26,tcp";
}
host nnaida29 {
hardware ethernet 00:04:a3:2a:d0:06;
fixed-address 10.1.1.29;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida29,tcp";
}
host nnaida30 {
hardware ethernet 00:04:a3:2a:d9:b6;
fixed-address 10.1.1.30;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida30,tcp";
}
}
group {
use-host-decl-names true;
default-lease-time 3600;
max-lease-time 14400;
server-name "10.1.2.250";
next-server 10.1.2.250;
host nnaida3 {
hardware ethernet 00:04:a3:2a:f7:06;
fixed-address 10.1.2.3;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida3,tcp";
}
host nnaida4 {
hardware ethernet 00:04:a3:2a:ed:b8;
fixed-address 10.1.2.4;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida4,tcp";
}
host nnaida7 {
hardware ethernet 00:04:a3:2a:b8:8d;
fixed-address 10.1.2.7;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida7,tcp";
}
host nnaida8 {
hardware ethernet 00:04:a3:2a:9c:07;
fixed-address 10.1.2.8;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida8,tcp";
}
host nnaida11 {
hardware ethernet 00:04:a3:2b:11:af;
fixed-address 10.1.2.11;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida11,tcp";
}
host nnaida12 {
hardware ethernet 00:04:a3:2a:d0:2f;
fixed-address 10.1.2.12;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida12,tcp";
}
host nnaida15 {
hardware ethernet 00:04:a3:2a:f3:ac;
fixed-address 10.1.2.15;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida15,tcp";
}
host nnaida16 {
hardware ethernet 00:04:a3:2a:9c:0e;
fixed-address 10.1.2.16;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida16,tcp";
}
# 1 of 2 scratch FEE modules assembled by PJCS April 2016
host nnaida19 {
hardware ethernet 00:04:a3:2b:09:e7;
fixed-address 10.1.2.19;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida19,tcp";
}
host nnaida20 {
hardware ethernet 00:04:a3:2b:22:55;
fixed-address 10.1.2.20;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida20,tcp";
}
host nnaida23 {
hardware ethernet 00:04:a3:2a:b8:90;
fixed-address 10.1.2.23;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida23,tcp";
}
host nnaida24 {
hardware ethernet 00:04:a3:2a:b6:45;
fixed-address 10.1.2.24;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida24,tcp";
}
# 2 of 2 scratch FEE modules assembled by PJCS April 2016
host nnaida27 {
hardware ethernet 00:04:a3:2a:ed:9a;
fixed-address 10.1.2.27;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida27,tcp";
}
host nnaida28 {
hardware ethernet 00:04:a3:2b:11:c5;
fixed-address 10.1.2.28;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida28,tcp";
}
host nnaida31 {
hardware ethernet 00:04:a3:2b:11:ae;
fixed-address 10.1.2.31;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida31,tcp";
}
host nnaida32 {
hardware ethernet 00:04:a3:2a:ed:b9;
fixed-address 10.1.2.32;
option root-path "/MIDAS@aidas/XilinxLinux/ppc_4xx/rfs/nnaida32,tcp";
}
}
group {
# 8 days
default-lease-time 691200;
# option dhcp-client-identifier "\0foo";
host nndhcp052 {
# Analysis server
hardware ethernet 00:22:19:50:02:40;
fixed-address 10.1.1.252;
}
} |
193
|
Sun May 1 07:59:08 2016 |
CG,PV,TD | AIDA Detector Configuration |
UPSTREAM
Detector Serial Operating CAEN N1519 CAEN N1519 Bias FEE64 Bias Config
# # Bias (V) Addr # channel # Cable Core Braid
1 3058-2 +100 0 0 1 nnaida25, 27, 30 & 32 nnaida27 nnaida29 (LK5)
2 3058-3 +100 0 1 2 nnaida18, 20, 22 & 23 nnaida20 nnaida22 (LK1)
3 3058-4 +100 0 2 3 nnaida17, 19, 21 & 24 nnaida19 nnaida21 (LK5)
4 3058-5 +100 0 3 4 nnaida10, 12, 14 & 15 nnaida12 nnaida14 (LK1)
5 3058-6 +100 1 0 5 nnaida9, 11, 13 & 16 nnaida11 nnaida13 (LK5)
6 3058-7 +100 1 1 6 nnaida2, 4, 6 & 7 nnaida4 nnaida6 (LK1)
7 2977-15 +100 1 2 7 nnaida1, 3, 5 & 8 nnaida3 nnaida5 (LK5)
8 1 3 8
DOWNSTREAM
Notes
_____
MSL type BB18 PCB ground links (LK3 & LK7) not fitted
To be checked |
192
|
Sat Apr 30 16:27:50 2016 |
TD | Saturday 30 April 2016 photographs |
Attachments 1-4 MSL type 2977-2- adaptor PCB configurations (looking downstream) L, D, R, U
Attachments 5-6 MSL type 2977-20 illustrating polyethyelene 'bagging' of 3M 1345-wrapped
ribbon cables |
191
|
Sat Apr 30 07:46:47 2016 |
CG,PV,TD | Saturday 30 April 2016 | MSL type BB18 serial # 2977-20 bias +100V I_L +12.45uA T=23 deg C
(biased by nnaida # 3 & 5 )
DSSSD - AIDA adaptor PCB cabling
4 off LH Coupler (Kapton PCB, 5cm), 2x 34-way Samtec ribbon cable (62cm p+n, 53cm n+n),
RH coupler(Kapton PCB, 10cm)
+ 3M 1245 1.4mil copper foil screen ribbon cables (i.e. not RH & LH couplers)
+ drain wires -> gold-plated Lemo-00 test input connectors
to FEE64s in 4x FEE module crates
3M 1245-wrapped cables enclosed by polyethyelene bags (supplied to deliver 90cm Printech Kapton PCBs)
to ensure no electrical contact with snout, DSSSD mounting tubes, snout base etc
Snout drain wire to FEE module Cu block
nnaida 3 & 8 AIDA adaptor PCB rev C
nnaida 5 & 9 AIDA adaptor PCB rev C (LK1 fitted)
ground links LK3 & LK7 *not* fitted to nnaida3, 5, 8, & 9 AIDA adaptor PCBs
LK1 fitted to nnaida5 ( cf. https://elog.ph.ed.ac.uk/AIDA/190 )
Heavy duty copper cable connects copper front end frames of FEE modules
Nitto 5011N conductive gasket between FEE module and front end frames
Standard ASIC settings
nnaida 3 & 8 - negative input
nnaida 5 & 9 - positive input
Pulser BNC PB-4
Fall time 1.0ms
Rate c.100Hz
Delay min
Amplitude 50,000
Polarity -
Pulse top Tail
Atten 10x
+ polarity via EG&G Ortec 433A Sum & Invert Amplifier
Standard ASIC settings
Shaping time 8us
LEC/MEC Slow com 32 (dec)
Fast com 32 (dec)
HEC Fast com 2(dec)
Attachments 1-4 ASIC #1 waveforms from each FEE64
5-8 ASIC #2 spectra + 2.0.L pulser peak width
Pulser peak widths (ch FWHM) versus shaping time ( spectrum 2.4.L )
tau nnaida3 nnaida5 nnaida8 nnaida9
8 68 60 70 62
4 83 49 88 48
2 100 47 109 43
1 172 60 165 42
0.5 380 86 309 48
Note: n+n ohmic strips spectra > 100 ch FWHM display non-gaussian peaks/double peaking
15.45 Attempted to increase detector bias from +100V to +150V
Leakage current increased ~0.5uA/V for bias > 115V
Detector bias supply trips (20uA) at +120V
Remain at detector bias +100V
16.17 Switch polarity of detector bias from + to -
Move LK1 from nnaida5 to nnaida3
tau nnaida3 nnaida5 nnaida8 nnaida9
8 61 64 65 61
n+n ohmic strips ~10% improvement, p+n junction strips no significant change
16.30 Fit LK3/LK7 jumpers to connect adaptor PCB ground to detector PCB ground
tau nnaida3 nnaida5 nnaida8 nnaida9
8 61 64 62 60
No significant change to cf. previous test
18.30 Install second DSSSD
Upstream 3058-6 bias +100V I_L 4.15uA
Downstream 2977-20 bias +100V I_L 11.8uA
+ 207Bi source ~3cm upstream of 3058-6
Standard ASIC settings
shaping time 6us
slow comp 8(dec)
HEC fast comp 2(dec)
LEC/MEC fast comp 16(dec)
Pulser peak widths ~60 ch FWHM per previous tests today
Discriminator masks TBD
22.27 R2 to disk (directory /data20/TapeData/May2016)
MERGE data links 2-9
Run data to disk overnight. Add two more DSSSDs tomorrow.
09.21 R2 stopped |
190
|
Fri Apr 29 11:11:20 2016 |
CG,PV,TD | Friday 29 April |
MSL type BB18 serial # 2977-20 bias +100V I_L +12.0uA T=23 deg C
(biased by nnaida # 3 & 5 )
DSSSD - AIDA adaptor PCB cabling
4 off LH Coupler (Kapton PCB, 5cm), 2x 34-way Samtec ribbon cable (62cm p+n, 53cm n+n),
RH coupler(Kapton PCB, 10cm)
+ 3M 1245 1.4mil copper foil screen ribbon cables (i.e. not RH & LH couplers)
+ drain wires -> gold-plated Lemo-00 test input connectors
to FEE64s in 4x FEE module crates
Snout drain wire to FEE module Cu block
nnaida 3 & 8 AIDA adaptor PCB rev C
nnaida 5 & 9 AIDA adaptor PCB rev C (LK1 fitted)
ground links LK3 & LK7 fitted to nnaida3, 5, 8, & 9 AIDA adaptor PCBs
*** Note added 11.58 sat 30 Apr 2016
Detector bias cable to nnaida3 & 5 adaptor PCBs *but* LK1 fitted to nnaida9 *not* nnaida5.
This has been set this way since start of current series of tests Wed 27 April. Connecting
via a different adaptor PCB to that connected to the CAEN N1419 bias supply causes significant
noise issues presumably due to high resistance path via 2x adaptor PCB to DSSSD cables
and the DSSSD bias bus line on the DSSSD.
Heavy duty copper cable connects copper front end frames of FEE modules
Nitto 5011N conductive gasket between FEE module and front end frames
Standard ASIC settings
nnaida 3 & 8 - negative input
nnaida 5 & 9 - positive input
Pulser BNC PB-4
Fall time 1.0ms
Rate c.100Hz
Delay min
Amplitude 50,000
Polarity -
Pulse top Tail
Atten 10x
+ polarity via EG&G Ortec 433A Sum & Invert Amplifier
Pulser peak widths broad, structured, non gaussian c. 200ch FWHM
attachments 1-4 ASIC # 1 waveforms for each acqserver with all acqservers connected to same PSU
attachments 5-6 for comparison, from yesterday, with acqservers from two different PSUs - note
absence of HF noise in attachments 1-4 cf. attachments 5-6. |
189
|
Thu Apr 28 07:42:11 2016 |
TD | [How To] Change the AIDA Acquisition Server Configuration |
Edit the file /MIDAS/config/TclHttpd/aidas1/startup.tcl and change the definition of variables
PACQSERVERS, NACQSERVERS, ACQSERVERS (respectively p+n junction strip FEE64s, n+n ohmic strip
FEE64s, and all FEE64s) for example,
variable PACQSERVERS; set PACQSERVERS { nnaida5 nnaida6 nnaida9 nnaida10}
variable NACQSERVERS; set NACQSERVERS { nnaida3 nnaida4 nnaida7 nnaida8}
lappend ACQSERVERS nnaida3
lappend ACQSERVERS nnaida4
lappend ACQSERVERS nnaida5
lappend ACQSERVERS nnaida6
lappend ACQSERVERS nnaida7
lappend ACQSERVERS nnaida8
lappend ACQSERVERS nnaida9
lappend ACQSERVERS nnaida10
You will need to close the web browser running MIDAS, restart the 'Httpd for Acquisition' server,
restart the web browser and start the MIDAS DAQ session.
On the 'Run Control' page, toggle 'Act on ALL Data Acquisition Servers' and select 'Reload' - the
revised acquisition server list should now be shown. |
188
|
Tue Apr 26 10:06:59 2016 |
CG, PV & TD | Tuesday 26 April |
2 (of 3) WD 3Tb ATA disk drives are not currently mounted on aidas1.
Attempted to mount them but found device names changed at each boot.
See https://elog.ph.ed.ac.uk/AIDA/186
Mounted Seagate Backup Plus 8Tb USB disk drive - currently /dev/sda2 mounted
as /ntfs
See https://elog.ph.ed.ac.uk/AIDA/187
Started Raspberry Pi nnrpi1 - USB controlled ac mains relay OK
Startup AIDA and test with pulser and no external load.
Typical pulser peak widths ~12-14 ch FWHM as expected. |
187
|
Tue Apr 26 07:10:56 2016 |
TD | Seagate Backup Plus 8Tb USB disk installed | I have installed a Seagate Backup Plus 8Tb (nominal) USB disk for data backup and
transfer to the UK
As superuser
mount -t ntfs-3g /dev/sda2 /ntfs
[root@aidas1 npg]# df -h /ntfs
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 7.3T 167G 7.2T 3% /ntfs
The device name will probably wander at each boot but can be obtained by using
Applications -> System Utilities -> Disk Utility
and selecting device from the menu of Storage Devices. |
186
|
Tue Apr 26 06:13:00 2016 |
TD | aidas1: updated /etc/fstab file |
The aidas1 /etc/fstab file contained commented out entries for 2 (of 3) WD 3Tb disks
(slot # 3, 4 & 5). The entries are also incorrect - /dev/sdg1 does not exist and
/dev/sdc1 is already used by the OS. This file was most recently changed 8 June 2015.
*** Added note ***
The device list (/dev/sda etc) changes at each boot - at a subsequent reboot the
WD 3Tb disks moved from /dev/sdb, e & f to /dev/sdc, f & g.
cat /etc/fstab.ORIG
#
# /etc/fstab
# Created by anaconda on Tue Jan 7 13:48:12 2014
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/vg_aidas1-lv_root / ext4 defaults 1 1
UUID=23874852-9e28-4e64-8857-2fb66e38e877 /boot ext4 defaults 1 2
/dev/mapper/vg_aidas1-lv_home /home ext4 defaults 1 2
/dev/mapper/VolGroup00-LogVol01 swap swap defaults 0 0
/dev/mapper/vg_aidas1-lv_swap swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/Data1/data10 /data10 ext3 defaults 1 2
/dev/sdf1 /data20 ext4 defaults 1 3
#/dev/sdg1 /data30 ext4 defaults 1 4
#/dev/sdc1 /data40 ext4 defaults 1 5
The new /etc/fstab file enables all 3 (of 3) WD 3Tb disks
aidas1> cat /etc/fstab
#
# /etc/fstab
# Created by anaconda on Tue Jan 7 13:48:12 2014
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/vg_aidas1-lv_root / ext4 defaults 1 1
UUID=23874852-9e28-4e64-8857-2fb66e38e877 /boot ext4 defaults 1 2
/dev/mapper/vg_aidas1-lv_home /home ext4 defaults 1 2
/dev/mapper/VolGroup00-LogVol01 swap swap defaults 0 0
/dev/mapper/vg_aidas1-lv_swap swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/Data1/data10 /data10 ext3 defaults 1 2
/dev/sdf1 /data20 ext4 defaults 1 3
/dev/sdb1 /data30 ext4 defaults 1 4
/dev/sde1 /data40 ext4 defaults 1 5
aidas1> df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_aidas1-lv_root
50G 27G 20G 58% /
tmpfs 3.9G 136K 3.9G 1% /dev/shm
/dev/sda1 477M 77M 376M 17% /boot
/dev/mapper/vg_aidas1-lv_home
860G 106M 816G 1% /home
/dev/mapper/Data1-data10
1.8T 1.6T 128G 93% /data10
/dev/sdf1 2.0T 32G 1.9T 2% /data20
/dev/sdb1 2.0T 71M 1.9T 1% /data30
/dev/sde1 2.0T 1.8T 140G 93% /data40
aidas1> ls /data10/TapeData
AIDA1 expt101 Feb2015 NULL R202_0 TAPE1
expt100 expt201 May2015 R200_0 R6 test1
aidas1> ls /data20/TapeData
Dec2015 Mar2016
aidas1> ls /data30/TapeData
ls: cannot access /data30/TapeData: No such file or directory
aidas1> ls /data40/TapeData
May2015 |
185
|
Mon Apr 25 10:11:40 2016 |
CG, KM, PV & TD | Monday 25 April |
AIDA stand, Julabo FL11006 recirculating chiller (with 110VAC/50Hz - 240VAC/50Hz 3ph transformer)
moved from F11 downstream wall to ~2m downstream of EURICA
Julabo FL11006 recirculating chiller emptied, re-filled and tested OK
Completed installation of non-grounded, cat 6 network cables between Netgear Gbit network switches
and AIDA FEE mdoules |
184
|
Mon Apr 25 08:58:25 2016 |
TD | Report - high? - aidas1 - Binding NIS service FAILED | During a reboot of aidas1 the message
Binding NIS service FAILED
was observed during the services startup sequence. Is this an issue?
I can ping/ssh w29.ph.ed.ac.uk (Edinburgh NP group Sun server).
/var/log/messages appended |
183
|
Thu Apr 14 13:56:17 2016 |
PJCS | Updating the FEE64 firmware. | To update the FEE64 firmware:-
- Power-up the FEE64 modules that you wish to update.
- Identify the file to be used ( FEE_GF_Feb16_15.bin at 14/4/2016 )
- This file should be in the Server ( e.g. aidas1 ) at /MIDAS/Aida.
- Edit the file /MIDAS/Aida/FlashPgm.csh and change the file name at the "flashcp" command line to be the file you wish to update the FEE64s with.
- To run the file, and hence update the firmware, open the RunControl page and select "Program Flash Memories" from the menu of System Functions.
- Each of the FEE64 cards in the system at the time will update their firmware using the commands from the /MIDAS/Aida/FlashPgm.csh file.
- Once complete a log window will be displayed with a report about each FEE64.
- Power-cycle the FEE64s to load and run the new firmware.
- Use the "FEE Temperatures" page to check that all the FEE64 cards have the same version of the firmware loaded as expected. ( 0x10300C12 at 14/4/2016 )
-
|
182
|
Tue Mar 22 10:59:52 2016 |
TD : PJCS | Tuesday 22 March | MSL type BB18(DS)-1000 serial 2998-22
Bias +200V, I_L +=5.515uA, ambient temperature +19.8 deg C
DSSSD - AIDA adaptor PCB cabling
4 off LH Coupler (Kapton PCB, 5cm), 2x 34-way Samtec ribbon cable (45cm), RH coupler(Kapton PCB, 10cm)
+ 3M 1245 1.4mil copper foil screen ribbon cables + RH coupler only (i.e. not LH coupler)
+ drain wires -> gold-plated Lemo-00 test input connectors
nnaida 11 & 12 AIDA adaptor PCB rev B
nnaida 13 & 14 AIDA adaptor PCB rev C (LK1 fitted)
ground links LK3 & LK7 fitted to nnaida11-14 AIDA adaptor PCBs
Heavy duty copper cable connects copper front end frames of FEE modules
Nitto 5011N conductive gasket between FEE module and front end frames
Standard ASIC settings
nnaida 11 & 12 - negative input
nnaida 13 & 14 - positive input
Pulser BNC PB-5
Fall time 1.0ms
Rate 100Hz
Delay 250ns
Ampl 5.00000V
Polarity +
Pulse top Tail
Atten 10x
Clamp ON
- polarity via Cooknell SA1 Summing Amplifier
207Bi source, approx centred on DSSSD, approx 3cm from DSSSD
AIDA FEE firmware version 8
+ sync 500kHz ASIC clock
File R53
shaping time 8uS
slow comparator 10 (dec)
LEC/MEC fast comparator 16 (dec)
start: 10.50 stop: 13.30 23.3.16
spectra saved to disk 14.30 (BST) (sic)
Pulser OFF
nnaida 11 disc # 55 disabled
12 disc # 2 & 55 disabled
13 & 14 *no* discs disabled
nnaida14 sampling ADCs not calibrated for previous run *but* no wavfeform data streams enabled so not a
problem
new PCS diagnostics indicate FEE ASIC clocks aligned & synchronised - check!
File R53
shaping time 8uS
slow comparator 10 (dec)
LEC/MEC fast comparator 10 (dec)
start: 14.30 23.3.16 stop:
spectra saved to disk
Pulser OFF
nnaida 11 disc # 55 disabled
12 disc # 2 & 55 disabled
13 & 14 *no* discs disabled
nnaida11, 12, 13 & 14 waveforms & verniers enabled - see attachments 1-7
(data queue for nnaida12 waveforms & verniers disabled to avoid problems merger even though nnaida
produces WAVE SYNCs)
R54 stopped at 16:54. disc full. |
181
|
Mon Mar 21 14:37:41 2016 |
PJCS | Vernier Timing document for comment | Here is a document about the FEE64 waveform Vernier Timing.
Please comment/criticise/offer advice.
|
180
|
Thu Mar 17 10:46:30 2016 |
TD | Analysis of R45 | See https://elog.ph.ed.ac.uk/AIDA/179
207Bi source, no pulser
Shaping time 8us
Slow comparator 0xa
Fast comparator 0xa
Re-order ASIC <-> MSL type BB18 adaptor PCB J1 connector mapping - see below
C----67---------------------------------------------------------------72------80
FUNCTION bb18order( channel )
INTEGER array( 0:63 ), bb18order, channel
C ASIC # 0 channel # 0 = array(0)
C ASIC # 1 channel # 0 = array(16)
C ASIC # 2 channel # 0 = array(32)
C ASIC # 3 channel # 0 = array(48)
C Array contents correspond to the MSL type BB18 adaptor J1 connector
C strip sequence # 0-63
DATA array /
+ 62, 63, 59, 60, 61, 56, 57, 58, 52, 53, 54, 55, 49, 50, 51, 45,
+ 46, 47, 48, 42, 43, 44, 38, 39, 40, 41, 35, 36, 37, 31, 32, 33,
+ 34, 28, 29, 30, 24, 25, 26, 27, 21, 22, 23, 17, 18, 19, 20, 14,
+ 15, 16, 10, 11, 12, 7, 3, 0, 8, 4, 1, 9, 5, 2, 13, 6 /
bb18order = array( channel )
RETURN
C----67---------------------------------------------------------------72------80
END
C----67---------------------------------------------------------------72------80
Which can be used, for example, as follows:
channel = bb18order( channel )
ch = channel + ( module - 1 ) * 64 + ( range * 2048 )
where channel (ASIC channels # 0-63), module (FEE #) and range (0=LEC/MEC, 1=HEC)
are supplied by the GREAT format data item.
Attachments 1-7 - 2D hit pattern showing which (if any) other channels j are active
( hit(j) = .true. ) in an event (< 410 clock cycles) in addition to channel i
DO i = 640, 767
IF ( hit( i ) ) THEN
DO j = i, 767
IF ( hit( j ) ) THEN
CALL inc2d( 4014, i - 640, j - 640 )
ENDIF
ENDDO
ENDIF
ENDDO
DO i = 768, 895
IF ( hit( i ) ) THEN
DO j = i, 895
IF ( hit( j ) ) THEN
CALL inc2d( 4014, i - 640, j - 640 )
ENDIF
ENDDO
ENDIF
ENDDO
Attachments 1-7 should be compared with the same spectrum shown in https://elog.ph.ed.ac.uk/AIDA/177 |
|