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 |
Attachment 1: startup.tcl
|
Setting BGColor "BlanchedAlmond"
Setting TextColor "red"
Setting ProjectName AIDA
Setting ProjectImage AIDA.gif
Setting ProjectURL "http://npg.dl.ac.uk/NPG/Projects/Fair.html"
Setting Option1Name STFC
Setting Option1URL "stfc.ac.uk"
Setting Option1Image stfc.jpg
global MessageLoggerServerHost
set MessageLoggerServerHost elog.ph.ed.ac.uk
package require MessageLoggerClient
Setting Option3Name "Elog Server"
Setting Option3URL "https://elog.ph.ed.ac.uk/AIDA"
# Install required services
package require XAIDAAccessClient ;# for Client end - ie AIDA server workstation sets MIDAS_XAIDAAccessClient_Exists (SOAP)
package require XAD9252AccessClient ;# for Client end - ie AIDA server workstation sets MIDAS_XAD9252AccessClient_Exists (SOAP)
namespace eval DataAcquisition {
variable PROJECT AIDA
variable ACQSERVERS; set ACQSERVERS {}
variable PACQSERVERS; set PACQSERVERS { nnaida1 nnaida2 nnaida5 nnaida6 nnaida9 nnaida10 nnaida13 nnaida14 nnaida17 nnaida18 nnaida21 nnaida22 nnaida25 nnaida26 nnaida29 nnaida30 }
variable NACQSERVERS; set NACQSERVERS { nnaida3 nnaida4 nnaida7 nnaida8 nnaida11 nnaida12 nnaida15 nnaida16 nnaida19 nnaida20 nnaida23 nnaida24 nnaida27 nnaida28 nnaida31 nnaida32 }
lappend ACQSERVERS nnaida1
lappend ACQSERVERS nnaida2
lappend ACQSERVERS nnaida3
lappend ACQSERVERS nnaida4
lappend ACQSERVERS nnaida5
lappend ACQSERVERS nnaida6
lappend ACQSERVERS nnaida7
lappend ACQSERVERS nnaida8
lappend ACQSERVERS nnaida9
lappend ACQSERVERS nnaida10
lappend ACQSERVERS nnaida11
lappend ACQSERVERS nnaida12
lappend ACQSERVERS nnaida13
lappend ACQSERVERS nnaida14
lappend ACQSERVERS nnaida15
lappend ACQSERVERS nnaida16
lappend ACQSERVERS nnaida17
lappend ACQSERVERS nnaida18
lappend ACQSERVERS nnaida19
lappend ACQSERVERS nnaida20
lappend ACQSERVERS nnaida21
lappend ACQSERVERS nnaida22
lappend ACQSERVERS nnaida23
lappend ACQSERVERS nnaida24
lappend ACQSERVERS nnaida25
lappend ACQSERVERS nnaida26
lappend ACQSERVERS nnaida27
lappend ACQSERVERS nnaida28
lappend ACQSERVERS nnaida29
lappend ACQSERVERS nnaida30
lappend ACQSERVERS nnaida31
lappend ACQSERVERS nnaida32
variable DataTransferStreams; set DataTransferStreams 2
}
namespace eval AIDA {
variable ModuleMenu; set ModuleMenu $::DataAcquisition::ACQSERVERS
variable TSMaster; set TSMaster nnaida5
variable FEE64 [first $ModuleMenu]
variable ConfigBase; set ConfigBase [file join $env(MIDASBASE) config TclHttpd]
}
Setting DataBaseRoot "/MIDAS/DB"
package require DataBaseAccessServer
package require NetVarsServer 1.1
package require SigTaskServer
package require MemSasServer
# Install services for Run Control
namespace eval $::DataAcquisition::PROJECT {
variable DBRootName [file join EXPERIMENTS AIDA]
variable DBNodeBase 2012
}
package require AIDARunControl
Setting Option7Name "Project Home Page"
Setting Option7URL "http://npg.dl.ac.uk/NPG/Projects/Fair.html"
Setting Option8Name "Server Software Home Page"
Setting Option8URL "http://npg.dl.ac.uk/MIDAS/download/WebServices.html"
|
Attachment 2: startup.tcl.BAK-030516
|
Setting BGColor "BlanchedAlmond"
Setting TextColor "red"
Setting ProjectName AIDA
Setting ProjectImage AIDA.gif
Setting ProjectURL "http://npg.dl.ac.uk/NPG/Projects/Fair.html"
Setting Option1Name STFC
Setting Option1URL "stfc.ac.uk"
Setting Option1Image stfc.jpg
#global MessageLoggerServerHost
# set MessageLoggerServerHost nndhcp077.dl.ac.uk
# package require MessageLoggerClient
Setting Option3Name "Elog Server"
Setting Option3URL "https://elog.ph.ed.ac.uk/AIDA"
# Install required services
package require XAIDAAccessClient ;# for Client end - ie AIDA server workstation sets MIDAS_XAIDAAccessClient_Exists (SOAP)
package require XAD9252AccessClient ;# for Client end - ie AIDA server workstation sets MIDAS_XAD9252AccessClient_Exists (SOAP)
namespace eval DataAcquisition {
variable ACQSERVERS; set ACQSERVERS {}
variable PACQSERVERS; set PACQSERVERS { nnaida1 nnaida2 nnaida5 nnaida6 nnaida9 nnaida10 nnaida13 nnaida14 nnaida17 nnaida18 nnaida21 nnaida22 nnaida25 nnaida26 nnaida29 nnaida30}
variable NACQSERVERS; set NACQSERVERS { nnaida3 nnaida4 nnaida7 nnaida8 nnaida11 nnaida12 nnaida15 nnaida16 nnaida19 nnaida20 nnaida23 nnaida24 nnaida27 nnaida28 nnaida31 nnaida32}
lappend ACQSERVERS nnaida1
lappend ACQSERVERS nnaida2
lappend ACQSERVERS nnaida3
lappend ACQSERVERS nnaida4
lappend ACQSERVERS nnaida5
lappend ACQSERVERS nnaida6
lappend ACQSERVERS nnaida7
lappend ACQSERVERS nnaida8
lappend ACQSERVERS nnaida9
lappend ACQSERVERS nnaida10
lappend ACQSERVERS nnaida11
lappend ACQSERVERS nnaida12
lappend ACQSERVERS nnaida13
lappend ACQSERVERS nnaida14
lappend ACQSERVERS nnaida15
lappend ACQSERVERS nnaida16
lappend ACQSERVERS nnaida17
lappend ACQSERVERS nnaida18
lappend ACQSERVERS nnaida19
lappend ACQSERVERS nnaida20
lappend ACQSERVERS nnaida21
lappend ACQSERVERS nnaida22
lappend ACQSERVERS nnaida23
lappend ACQSERVERS nnaida24
lappend ACQSERVERS nnaida25
lappend ACQSERVERS nnaida26
lappend ACQSERVERS nnaida27
lappend ACQSERVERS nnaida28
lappend ACQSERVERS nnaida29
lappend ACQSERVERS nnaida30
lappend ACQSERVERS nnaida31
lappend ACQSERVERS nnaida32
}
namespace eval DataAcquisition {
variable PROJECT AIDA
}
namespace eval AIDA {
variable ModuleMenu; set ModuleMenu $::DataAcquisition::ACQSERVERS
variable TSMaster; set TSMaster nnaida5
variable FEE64 [first $ModuleMenu]
variable ConfigBase; set ConfigBase [file join $env(MIDASBASE) config TclHttpd]
}
Setting DataBaseRoot "/MIDAS@aidas/DB"
package require DataBaseAccessServer
package require MemSasServer
# Install services for Run Control
package require NetVarsServer 1.1
package require SigTaskServer
namespace eval $::DataAcquisition::PROJECT {
variable DBRootName [file join EXPERIMENTS AIDA]
variable DBNodeBase 2012
}
package require AIDARunControl
Setting Option7Name "Project Home Page"
Setting Option7URL "http://npg.dl.ac.uk/NPG/Projects/Fair.html"
Setting Option8Name "Server Software Home Page"
Setting Option8URL "http://npg.dl.ac.uk/MIDAS/download/WebServices.html"
|
Attachment 3: aidacommon
|
#!/bin/bash
#
UM=`umask`
umask 0
#
cd /MIDAS/linux-ppc_4xx/drivers/spi/module
./load
sleep 5
cd /MIDAS/linux-ppc_4xx/drivers/xaida/module
./load
sleep 5
cd /MIDAS/linux-ppc_4xx/drivers/aidamem/module
./load
sleep 5
MIDAS_MEMSAS_PORT=0
export MIDAS_MEMSAS_PORT
export PATH=/MIDAS/linux-ppc_4xx/bin:${PATH}
export LD_LIBRARY_PATH=/MIDAS/linux-ppc_4xx/lib:${LD_LIBRARY_PATH}
/MIDAS/TclHttpd/linux-ppc_4xx/TclHttpd-server&
sleep 10
cd /MIDAS/linux-ppc_4xx/bin
#
# define netints and access registers
#
netint Output_BufferSize 64
netint Format_Option 4
netint Xfer_Option 3
netint Xfer_NoBlock 0
netint Xfer_Overlap 0
netint Xfer_Priority 0
netint DACQ_TxInit 1
netint DACQ_StatsTime 5
netint DACQ_PushEnable 60
netint DACQ_FlushEnable 60
cd /MIDAS/Data_Acq/bin/linux-ppc_4xx
# ./ExecV1
nice ./AidaExecV8
#
umask $UM
#
|
Attachment 4: aidacommon.BAK-030516
|
#!/bin/bash
#
UM=`umask`
umask 0
#
cd /MIDAS/linux-ppc_4xx/drivers/spi/module
./load
sleep 5
cd /MIDAS/linux-ppc_4xx/drivers/xaida/module
./load
sleep 5
cd /MIDAS/linux-ppc_4xx/drivers/aidamem/module
./load
sleep 5
MIDAS_MEMSAS_PORT=0
export MIDAS_MEMSAS_PORT
export PATH=/MIDAS/linux-ppc_4xx/bin:${PATH}
export LD_LIBRARY_PATH=/MIDAS/linux-ppc_4xx/lib:${LD_LIBRARY_PATH}
/MIDAS/TclHttpd/linux-ppc_4xx/TclHttpd-server&
sleep 10
cd /MIDAS/linux-ppc_4xx/bin
#
# define netints and access registers
#
netint Output_BufferSize 64
netint Format_Option 4
netint Xfer_Option 3
netint Xfer_NoBlock 0
netint Xfer_Overlap 0
netint Xfer_Priority 0
netint DACQ_TxInit 1
netint DACQ_StatsTime 5
netint DACQ_PushEnable 60
netint DACQ_FlushEnable 60
cd /MIDAS/Data_Acq/bin/linux-ppc_4xx
# ./ExecV1
nice ./AidaExecV7 xxx
#
umask $UM
#
|
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? |
Attachment 1: 40.png
|
|
Attachment 2: 41.png
|
|
Attachment 3: 42.png
|
|
197
|
Mon May 2 12:13:25 2016 |
CG,PV,TD | Monday 2 May 2016 | |
Attachment 1: 10.png
|
|
Attachment 2: 11.png
|
|
Attachment 3: 12.png
|
|
Attachment 4: 13.png
|
|
Attachment 5: 14.png
|
|
Attachment 6: 15.png
|
|
Attachment 7: 16.png
|
|
Attachment 8: 17.png
|
|
Attachment 9: 18.png
|
|
Attachment 10: 19.png
|
|
Attachment 11: 20.png
|
|
Attachment 12: 21.png
|
|
Attachment 13: 22.png
|
|
Attachment 14: 23.png
|
|
Attachment 15: 24.png
|
|
Attachment 16: 25.png
|
|
Attachment 17: 30.png
|
|
Attachment 18: 31.png
|
|
Attachment 19: 32.png
|
|
Attachment 20: 33.png
|
|
Attachment 21: 34.png
|
|
Attachment 22: 35.png
|
|
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 |
Attachment 1: IMG_5706.JPG
|
|
Attachment 2: IMG_5707.JPG
|
|
Attachment 3: IMG_5708.JPG
|
|
Attachment 4: IMG_5709.JPG
|
|
Attachment 5: IMG_5712.JPG
|
|
Attachment 6: IMG_5713.JPG
|
|
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 |
Attachment 1: nnaida3_wav_nnaida5Lk1_cableBags.png
|
|
Attachment 2: nnaida5_wav_nnaida5Lk1_cableBags.png
|
|
Attachment 3: nnaida8_wav_nnaida5Lk1_cableBags.png
|
|
Attachment 4: nnaida9_wav_nnaida5Lk1_cableBags.png
|
|
Attachment 5: nnaida3_spec_nnaida5Lk1_cableBags.png
|
|
Attachment 6: nnaida5_spec_nnaida5Lk1_cableBags.png
|
|
Attachment 7: nnaida8_spec_Lk1nnaida5_cablesBags.png
|
|
Attachment 8: nnaida9_spec_nnaida5Lk1_cableBags.png
|
|
Attachment 9: 1.png
|
|
Attachment 10: 2.png
|
|
Attachment 11: 3.png
|
|
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. |
Attachment 1: nnaida3_-_nnaida3_5_8_9_to_1xPSU.png
|
|
Attachment 2: nnaida5_-_nnaida3_5_8_9_to_1xPSU.png
|
|
Attachment 3: nnaida8_-_nnaida3_5_8_9_to_1xPSU.png
|
|
Attachment 4: nnaida9_-_nnaid3_5_8_9_to_1xPSU.png
|
|
Attachment 5: nnaida8_wav_1DSSD_4crates_400chFWHM.png
|
|
Attachment 6: nnaida5_wav_1DSSD_4crates_250chFWHM.png
|
|
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. |
Attachment 1: startup.tcl
|
Setting BGColor "BlanchedAlmond"
Setting TextColor "red"
Setting ProjectName AIDA
Setting ProjectImage AIDA.gif
Setting ProjectURL "http://npg.dl.ac.uk/NPG/Projects/Fair.html"
Setting Option1Name STFC
Setting Option1URL "stfc.ac.uk"
Setting Option1Image stfc.jpg
#global MessageLoggerServerHost
# set MessageLoggerServerHost nndhcp077.dl.ac.uk
# package require MessageLoggerClient
Setting Option3Name "Elog Server"
Setting Option3URL "https://elog.ph.ed.ac.uk/AIDA"
# Install required services
package require XAIDAAccessClient ;# for Client end - ie AIDA server workstation sets MIDAS_XAIDAAccessClient_Exists (SOAP)
package require XAD9252AccessClient ;# for Client end - ie AIDA server workstation sets MIDAS_XAD9252AccessClient_Exists (SOAP)
namespace eval DataAcquisition {
variable ACQSERVERS; set ACQSERVERS {}
#variable PACQSERVERS; set PACQSERVERS { nnaida1 nnaida2 nnaida5 nnaida6 nnaida9 nnaida10 nnaida13 nnaida14 nnaida17 nnaida18}
#variable NACQSERVERS; set NACQSERVERS { nnaida3 nnaida4 nnaida7 nnaida8 nnaida11 nnaida12 nnaida15 nnaida16 nnaida19 nnaida20}
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
#3 5 7 9 11 13 15 17
# for {set i 3} {$i <= 10} {incr i} { #****Apr 2016****
# if { $i != 19 & $i != 20 } {
# lappend ACQSERVERS nnaida$i
# }
# }
#********CG added*********Mar2016
# lappend ACQSERVERS nnaida19
# lappend ACQSERVERS nnaida20
# lappend ACQSERVERS nnaida27
# lappend ACQSERVERS nnaida28
#*************************
}
namespace eval DataAcquisition {
variable PROJECT AIDA
}
namespace eval AIDA {
variable ModuleMenu; set ModuleMenu $::DataAcquisition::ACQSERVERS
variable TSMaster; set TSMaster nnaida5
variable FEE64 [first $ModuleMenu]
variable ConfigBase; set ConfigBase [file join $env(MIDASBASE) config TclHttpd]
}
Setting DataBaseRoot "/MIDAS@aidas/DB"
package require DataBaseAccessServer
package require MemSasServer
# Install services for Run Control
package require NetVarsServer 1.1
package require SigTaskServer
namespace eval $::DataAcquisition::PROJECT {
variable DBRootName [file join EXPERIMENTS AIDA]
variable DBNodeBase 2012
}
package require AIDARunControl
Setting Option7Name "Project Home Page"
Setting Option7URL "http://npg.dl.ac.uk/NPG/Projects/Fair.html"
Setting Option8Name "Server Software Home Page"
Setting Option8URL "http://npg.dl.ac.uk/MIDAS/download/WebServices.html"
|
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 |
Attachment 1: messages
|
Apr 24 04:17:01 aidas1 rsyslogd: [origin software="rsyslogd" swVersion="5.8.10" x-pid="2522" x-info="http://www.rsyslog.com"] rsyslogd was HUPed
Apr 25 12:26:10 aidas1 kernel: sort1[11124] trap divide error ip:4029a5 sp:7fffdd646190 error:0 in sort1[400000+b000]
Apr 25 16:34:04 aidas1 gnome-session[12447]: WARNING: Unable to query client: Client is not registered
Apr 25 16:34:04 aidas1 gnome-session[12447]: WARNING: Unable to query client: Client is not registered
Apr 25 16:34:04 aidas1 gnome-session[12447]: WARNING: Unable to query client: Client is not registered
Apr 25 16:34:04 aidas1 gnome-session[12447]: WARNING: Unable to query client: Client is not registered
Apr 25 16:34:04 aidas1 gnome-session[12447]: WARNING: Unable to stop client: Client is not registered
Apr 25 16:34:04 aidas1 gnome-session[12447]: WARNING: Unable to stop client: Client is not registered
Apr 25 16:34:15 aidas1 init: tty (/dev/tty2) main process (3379) killed by TERM signal
Apr 25 16:34:15 aidas1 init: tty (/dev/tty3) main process (3383) killed by TERM signal
Apr 25 16:34:15 aidas1 init: tty (/dev/tty4) main process (3385) killed by TERM signal
Apr 25 16:34:15 aidas1 init: tty (/dev/tty5) main process (3387) killed by TERM signal
Apr 25 16:34:15 aidas1 init: tty (/dev/tty6) main process (3389) killed by TERM signal
Apr 25 16:34:15 aidas1 kernel: type=1400 audit(1461569655.454:51): avc: denied { getattr } for pid=14167 comm="gdm-session-wor" path="/homes/npg/.dmrc" dev=dm-0 ino=795717 scontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=file
Apr 25 16:34:15 aidas1 kernel: type=1400 audit(1461569655.459:52): avc: denied { read } for pid=14167 comm="gdm-session-wor" name=".dmrc" dev=dm-0 ino=795717 scontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=file
Apr 25 16:34:15 aidas1 kernel: type=1400 audit(1461569655.459:53): avc: denied { open } for pid=14167 comm="gdm-session-wor" name=".dmrc" dev=dm-0 ino=795717 scontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tcontext=system_u:object_r:default_t:s0 tclass=file
Apr 25 16:34:20 aidas1 kernel: nfsd: last server has exited, flushing export cache
Apr 25 16:34:20 aidas1 rpc.mountd[2959]: Caught signal 15, un-registering and exiting.
Apr 25 16:34:24 aidas1 acpid: exiting
Apr 25 16:34:24 aidas1 ntpd[3040]: ntpd exiting on signal 15
Apr 25 16:34:30 aidas1 NetworkManager[2615]: <info> caught signal 15, shutting down normally.
Apr 25 16:34:30 aidas1 NetworkManager[2615]: <info> (em2): cleaning up...
Apr 25 16:34:30 aidas1 NetworkManager[2615]: <info> (em2): taking down device.
Apr 25 16:34:30 aidas1 NetworkManager[2615]: <info> (p2p1): cleaning up...
Apr 25 16:34:30 aidas1 NetworkManager[2615]: <info> (p2p1): taking down device.
Apr 25 16:34:30 aidas1 NetworkManager[2615]: <info> (p2p2): cleaning up...
Apr 25 16:34:30 aidas1 NetworkManager[2615]: <info> (p2p2): taking down device.
Apr 25 16:34:30 aidas1 NetworkManager[2615]: <info> (p2p3): cleaning up...
Apr 25 16:34:30 aidas1 NetworkManager[2615]: <info> (p2p3): taking down device.
Apr 25 16:34:31 aidas1 NetworkManager[2615]: <info> (p2p4): cleaning up...
Apr 25 16:34:31 aidas1 NetworkManager[2615]: <info> (p2p4): taking down device.
Apr 25 16:34:31 aidas1 NetworkManager[2615]: <info> exiting (success)
Apr 25 16:34:31 aidas1 console-kit-daemon[3544]: WARNING: no sender#012
Apr 25 16:34:31 aidas1 init: Disconnected from system bus
Apr 25 16:34:31 aidas1 rtkit-daemon[3672]: Demoting known real-time threads.
Apr 25 16:34:31 aidas1 rtkit-daemon[3672]: Successfully demoted thread 12486 of process 12486 (/usr/bin/pulseaudio (deleted)).
Apr 25 16:34:31 aidas1 rtkit-daemon[3672]: Demoted 1 threads.
Apr 25 16:34:31 aidas1 rpcbind: rpcbind terminating on signal. Restart with "rpcbind -w"
Apr 25 16:34:31 aidas1 kernel: Kernel logging (proc) stopped.
Apr 25 16:34:31 aidas1 rsyslogd: [origin software="rsyslogd" swVersion="5.8.10" x-pid="2522" x-info="http://www.rsyslog.com"] exiting on signal 15.
Apr 25 16:40:32 aidas1 kernel: imklog 5.8.10, log source = /proc/kmsg started.
Apr 25 16:40:32 aidas1 rsyslogd: [origin software="rsyslogd" swVersion="5.8.10" x-pid="2510" x-info="http://www.rsyslog.com"] start
Apr 25 16:40:32 aidas1 kernel: Initializing cgroup subsys cpuset
Apr 25 16:40:32 aidas1 kernel: Initializing cgroup subsys cpu
Apr 25 16:40:32 aidas1 kernel: Linux version 2.6.32-504.8.1.el6.x86_64 (mockbuild@sl6-kojislave01.fnal.gov) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC) ) #1 SMP Tue Jan 27 13:39:10 CST 2015
Apr 25 16:40:32 aidas1 kernel: Command line: ro root=/dev/mapper/vg_aidas1-lv_root rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=uk LANG=en_US.UTF-8 rd_LVM_LV=vg_aidas1/lv_root rd_NO_MD SYSFONT=latarcyrheb-sun16 rd_LVM_LV=VolGroup00/LogVol01 rd_NO_DM rd_LVM_LV=vg_aidas1/lv_swap rhgb quiet crashkernel=auto
Apr 25 16:40:32 aidas1 kernel: KERNEL supported cpus:
Apr 25 16:40:32 aidas1 kernel: Intel GenuineIntel
Apr 25 16:40:32 aidas1 kernel: AMD AuthenticAMD
Apr 25 16:40:32 aidas1 kernel: Centaur CentaurHauls
Apr 25 16:40:32 aidas1 kernel: BIOS-provided physical RAM map:
Apr 25 16:40:32 aidas1 kernel: BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
Apr 25 16:40:32 aidas1 kernel: BIOS-e820: 0000000000100000 - 00000000bf699000 (usable)
Apr 25 16:40:32 aidas1 kernel: BIOS-e820: 00000000bf699000 - 00000000bf6af000 (reserved)
Apr 25 16:40:32 aidas1 kernel: BIOS-e820: 00000000bf6af000 - 00000000bf6ce000 (ACPI data)
Apr 25 16:40:32 aidas1 kernel: BIOS-e820: 00000000bf6ce000 - 00000000c0000000 (reserved)
Apr 25 16:40:32 aidas1 kernel: BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
Apr 25 16:40:32 aidas1 kernel: BIOS-e820: 00000000fe000000 - 0000000100000000 (reserved)
Apr 25 16:40:32 aidas1 kernel: BIOS-e820: 0000000100000000 - 0000000240000000 (usable)
Apr 25 16:40:32 aidas1 kernel: DMI 2.6 present.
Apr 25 16:40:32 aidas1 kernel: SMBIOS version 2.6 @ 0xFCB00
Apr 25 16:40:32 aidas1 kernel: last_pfn = 0x240000 max_arch_pfn = 0x400000000
Apr 25 16:40:32 aidas1 kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Apr 25 16:40:32 aidas1 kernel: last_pfn = 0xbf699 max_arch_pfn = 0x400000000
Apr 25 16:40:32 aidas1 kernel: init_memory_mapping: 0000000000000000-00000000bf699000
Apr 25 16:40:32 aidas1 kernel: init_memory_mapping: 0000000100000000-0000000240000000
Apr 25 16:40:32 aidas1 kernel: RAMDISK: 36f41000 - 37fefc54
Apr 25 16:40:32 aidas1 kernel: ACPI: RSDP 00000000000f0e30 00024 (v02 DELL )
Apr 25 16:40:32 aidas1 kernel: ACPI: XSDT 00000000000f0f34 0009C (v01 DELL PE_SC3 00000001 DELL 00000001)
Apr 25 16:40:32 aidas1 kernel: ACPI: FACP 00000000bf6c3f9c 000F4 (v03 DELL PE_SC3 00000001 DELL 00000001)
Apr 25 16:40:32 aidas1 kernel: ACPI: DSDT 00000000bf6af000 03898 (v01 DELL PE_SC3 00000001 INTL 20050624)
Apr 25 16:40:32 aidas1 kernel: ACPI: FACS 00000000bf6c6000 00040
Apr 25 16:40:32 aidas1 kernel: ACPI: APIC 00000000bf6c3478 0015E (v01 DELL PE_SC3 00000001 DELL 00000001)
Apr 25 16:40:32 aidas1 kernel: ACPI: SPCR 00000000bf6c35d8 00050 (v01 DELL PE_SC3 00000001 DELL 00000001)
Apr 25 16:40:32 aidas1 kernel: ACPI: HPET 00000000bf6c362c 00038 (v01 DELL PE_SC3 00000001 DELL 00000001)
Apr 25 16:40:32 aidas1 kernel: ACPI: DM__ 00000000bf6c3668 001C0 (v01 DELL PE_SC3 00000001 DELL 00000001)
Apr 25 16:40:32 aidas1 kernel: ACPI: MCFG 00000000bf6c38c4 0003C (v01 DELL PE_SC3 00000001 DELL 00000001)
Apr 25 16:40:32 aidas1 kernel: ACPI: WD__ 00000000bf6c3904 00134 (v01 DELL PE_SC3 00000001 DELL 00000001)
Apr 25 16:40:32 aidas1 kernel: ACPI: SLIC 00000000bf6c3a3c 00024 (v01 DELL PE_SC3 00000001 DELL 00000001)
Apr 25 16:40:32 aidas1 kernel: ACPI: ERST 00000000bf6b2a18 00270 (v01 DELL PE_SC3 00000001 DELL 00000001)
Apr 25 16:40:32 aidas1 kernel: ACPI: HEST 00000000bf6b2c88 003A8 (v01 DELL PE_SC3 00000001 DELL 00000001)
Apr 25 16:40:32 aidas1 kernel: ACPI: BERT 00000000bf6b2898 00030 (v01 DELL PE_SC3 00000001 DELL 00000001)
Apr 25 16:40:32 aidas1 kernel: ACPI: EINJ 00000000bf6b28c8 00150 (v01 DELL PE_SC3 00000001 DELL 00000001)
Apr 25 16:40:32 aidas1 kernel: ACPI: SRAT 00000000bf6c3bc0 00370 (v01 DELL PE_SC3 00000001 DELL 00000001)
Apr 25 16:40:32 aidas1 kernel: ACPI: TCPA 00000000bf6c3f34 00064 (v02 DELL PE_SC3 00000001 DELL 00000001)
Apr 25 16:40:32 aidas1 kernel: ACPI: SSDT 00000000bf6c7000 04604 (v01 INTEL PPM RCM 80000001 INTL 20061109)
Apr 25 16:40:32 aidas1 kernel: Setting APIC routing to flat.
Apr 25 16:40:32 aidas1 kernel: SRAT: PXM 1 -> APIC 16 -> Node 0
Apr 25 16:40:32 aidas1 kernel: SRAT: PXM 2 -> APIC 0 -> Node 1
Apr 25 16:40:32 aidas1 kernel: SRAT: PXM 1 -> APIC 18 -> Node 0
Apr 25 16:40:32 aidas1 kernel: SRAT: PXM 2 -> APIC 2 -> Node 1
Apr 25 16:40:32 aidas1 kernel: SRAT: PXM 1 -> APIC 20 -> Node 0
Apr 25 16:40:32 aidas1 kernel: SRAT: PXM 2 -> APIC 4 -> Node 1
Apr 25 16:40:32 aidas1 kernel: SRAT: PXM 1 -> APIC 22 -> Node 0
Apr 25 16:40:32 aidas1 kernel: SRAT: PXM 2 -> APIC 6 -> Node 1
Apr 25 16:40:32 aidas1 kernel: SRAT: PXM 1 -> APIC 17 -> Node 0
Apr 25 16:40:32 aidas1 kernel: SRAT: PXM 2 -> APIC 1 -> Node 1
Apr 25 16:40:32 aidas1 kernel: SRAT: PXM 1 -> APIC 19 -> Node 0
Apr 25 16:40:32 aidas1 kernel: SRAT: PXM 2 -> APIC 3 -> Node 1
Apr 25 16:40:32 aidas1 kernel: SRAT: PXM 1 -> APIC 21 -> Node 0
Apr 25 16:40:32 aidas1 kernel: SRAT: PXM 2 -> APIC 5 -> Node 1
Apr 25 16:40:32 aidas1 kernel: SRAT: PXM 1 -> APIC 23 -> Node 0
Apr 25 16:40:32 aidas1 kernel: SRAT: PXM 2 -> APIC 7 -> Node 1
Apr 25 16:40:32 aidas1 kernel: SRAT: Node 1 PXM 2 0-c0000000
Apr 25 16:40:32 aidas1 kernel: SRAT: Node 1 PXM 2 100000000-140000000
Apr 25 16:40:32 aidas1 kernel: SRAT: Node 0 PXM 1 140000000-240000000
Apr 25 16:40:32 aidas1 kernel: Bootmem setup node 0 0000000140000000-0000000240000000
Apr 25 16:40:32 aidas1 kernel: NODE_DATA [0000000140000000 - 0000000140033fff]
Apr 25 16:40:32 aidas1 kernel: bootmap [0000000140034000 - 0000000140053fff] pages 20
Apr 25 16:40:32 aidas1 kernel: (8 early reservations) ==> bootmem [0140000000 - 0240000000]
Apr 25 16:40:32 aidas1 kernel: #0 [0000000000 - 0000001000] BIOS data page
Apr 25 16:40:32 aidas1 kernel: #1 [0000006000 - 0000008000] TRAMPOLINE
Apr 25 16:40:32 aidas1 kernel: #2 [0001000000 - 000202abe4] TEXT DATA BSS
Apr 25 16:40:32 aidas1 kernel: #3 [0036f41000 - 0037fefc54] RAMDISK
Apr 25 16:40:32 aidas1 kernel: #4 [000009e800 - 0000100000] BIOS reserved
Apr 25 16:40:32 aidas1 kernel: #5 [000202b000 - 000202b4a5] BRK
Apr 25 16:40:32 aidas1 kernel: #6 [0000008000 - 000000b000] PGTABLE
Apr 25 16:40:32 aidas1 kernel: #7 [000000b000 - 0000010000] PGTABLE
Apr 25 16:40:32 aidas1 kernel: Bootmem setup node 1 0000000000000000-0000000140000000
Apr 25 16:40:32 aidas1 kernel: NODE_DATA [0000000000010040 - 000000000004403f]
Apr 25 16:40:32 aidas1 kernel: bootmap [0000000000045000 - 000000000006cfff] pages 28
Apr 25 16:40:32 aidas1 kernel: (8 early reservations) ==> bootmem [0000000000 - 0140000000]
Apr 25 16:40:32 aidas1 kernel: #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
Apr 25 16:40:32 aidas1 kernel: #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
Apr 25 16:40:32 aidas1 kernel: #2 [0001000000 - 000202abe4] TEXT DATA BSS ==> [0001000000 - 000202abe4]
Apr 25 16:40:32 aidas1 kernel: #3 [0036f41000 - 0037fefc54] RAMDISK ==> [0036f41000 - 0037fefc54]
Apr 25 16:40:32 aidas1 kernel: #4 [000009e800 - 0000100000] BIOS reserved ==> [000009e800 - 0000100000]
Apr 25 16:40:32 aidas1 kernel: #5 [000202b000 - 000202b4a5] BRK ==> [000202b000 - 000202b4a5]
Apr 25 16:40:32 aidas1 kernel: #6 [0000008000 - 000000b000] PGTABLE ==> [0000008000 - 000000b000]
Apr 25 16:40:32 aidas1 kernel: #7 [000000b000 - 0000010000] PGTABLE ==> [000000b000 - 0000010000]
Apr 25 16:40:32 aidas1 kernel: found SMP MP-table at [ffff8800000fe710] fe710
Apr 25 16:40:32 aidas1 kernel: Reserving 129MB of memory at 48MB for crashkernel (System RAM: 9216MB)
Apr 25 16:40:32 aidas1 kernel: Zone PFN ranges:
Apr 25 16:40:32 aidas1 kernel: DMA 0x00000001 -> 0x00001000
Apr 25 16:40:32 aidas1 kernel: DMA32 0x00001000 -> 0x00100000
Apr 25 16:40:32 aidas1 kernel: Normal 0x00100000 -> 0x00240000
Apr 25 16:40:32 aidas1 kernel: Movable zone start PFN for each node
Apr 25 16:40:32 aidas1 kernel: early_node_map[4] active PFN ranges
Apr 25 16:40:32 aidas1 kernel: 1: 0x00000001 -> 0x000000a0
Apr 25 16:40:32 aidas1 kernel: 1: 0x00000100 -> 0x000bf699
Apr 25 16:40:32 aidas1 kernel: 1: 0x00100000 -> 0x00140000
Apr 25 16:40:32 aidas1 kernel: 0: 0x00140000 -> 0x00240000
Apr 25 16:40:32 aidas1 kernel: ACPI: PM-Timer IO Port: 0x808
Apr 25 16:40:32 aidas1 kernel: Setting APIC routing to flat.
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] enabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] enabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x02] enabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x14] enabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x04] enabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x16] enabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x06] enabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x09] lapic_id[0x11] enabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x01] enabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x13] enabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x03] enabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x15] enabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x05] enabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x17] enabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x10] lapic_id[0x07] enabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x11] lapic_id[0x30] disabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x12] lapic_id[0x31] disabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x13] lapic_id[0x32] disabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x14] lapic_id[0x33] disabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x15] lapic_id[0x34] disabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x16] lapic_id[0x35] disabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x17] lapic_id[0x36] disabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x18] lapic_id[0x37] disabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x19] lapic_id[0x38] disabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x39] disabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x3a] disabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x3b] disabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x3c] disabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x3d] disabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x3e] disabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC (acpi_id[0x20] lapic_id[0x3f] disabled)
Apr 25 16:40:32 aidas1 kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Apr 25 16:40:32 aidas1 kernel: ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
Apr 25 16:40:32 aidas1 kernel: IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
Apr 25 16:40:32 aidas1 kernel: ACPI: IOAPIC (id[0x01] address[0xfec80000] gsi_base[32])
Apr 25 16:40:32 aidas1 kernel: IOAPIC[1]: apic_id 1, version 32, address 0xfec80000, GSI 32-55
Apr 25 16:40:32 aidas1 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Apr 25 16:40:32 aidas1 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Apr 25 16:40:32 aidas1 kernel: Using ACPI (MADT) for SMP configuration information
Apr 25 16:40:32 aidas1 kernel: ACPI: HPET id: 0x8086a301 base: 0xfed00000
Apr 25 16:40:32 aidas1 kernel: SMP: Allowing 32 CPUs, 16 hotplug CPUs
Apr 25 16:40:32 aidas1 kernel: PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
Apr 25 16:40:32 aidas1 kernel: PM: Registered nosave memory: 00000000bf699000 - 00000000bf6af000
Apr 25 16:40:32 aidas1 kernel: PM: Registered nosave memory: 00000000bf6af000 - 00000000bf6ce000
Apr 25 16:40:32 aidas1 kernel: PM: Registered nosave memory: 00000000bf6ce000 - 00000000c0000000
Apr 25 16:40:32 aidas1 kernel: PM: Registered nosave memory: 00000000c0000000 - 00000000e0000000
Apr 25 16:40:32 aidas1 kernel: PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
Apr 25 16:40:32 aidas1 kernel: PM: Registered nosave memory: 00000000f0000000 - 00000000fe000000
Apr 25 16:40:32 aidas1 kernel: PM: Registered nosave memory: 00000000fe000000 - 0000000100000000
Apr 25 16:40:32 aidas1 kernel: Allocating PCI resources starting at c0000000 (gap: c0000000:20000000)
Apr 25 16:40:32 aidas1 kernel: Booting paravirtualized kernel on bare hardware
Apr 25 16:40:32 aidas1 kernel: NR_CPUS:4096 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:2
Apr 25 16:40:32 aidas1 kernel: PERCPU: Embedded 30 pages/cpu @ffff880028200000 s90968 r8192 d23720 u131072
Apr 25 16:40:32 aidas1 kernel: pcpu-alloc: s90968 r8192 d23720 u131072 alloc=1*2097152
Apr 25 16:40:32 aidas1 kernel: pcpu-alloc: [0] 00 02 04 06 08 10 12 14 16 18 20 22 24 26 28 30
Apr 25 16:40:32 aidas1 kernel: pcpu-alloc: [1] 01 03 05 07 09 11 13 15 17 19 21 23 25 27 29 31
Apr 25 16:40:32 aidas1 kernel: Built 2 zonelists in Node order, mobility grouping on. Total pages: 2062284
Apr 25 16:40:32 aidas1 kernel: Policy zone: Normal
Apr 25 16:40:32 aidas1 kernel: Kernel command line: ro root=/dev/mapper/vg_aidas1-lv_root rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=uk LANG=en_US.UTF-8 rd_LVM_LV=vg_aidas1/lv_root rd_NO_MD SYSFONT=latarcyrheb-sun16 rd_LVM_LV=VolGroup00/LogVol01 rd_NO_DM rd_LVM_LV=vg_aidas1/lv_swap rhgb quiet crashkernel=129M@0M
Apr 25 16:40:32 aidas1 kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Apr 25 16:40:32 aidas1 kernel: Checking aperture...
Apr 25 16:40:32 aidas1 kernel: No AGP bridge found
Apr 25 16:40:32 aidas1 kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr 25 16:40:32 aidas1 kernel: Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
Apr 25 16:40:32 aidas1 kernel: software IO TLB at phys 0x20000000 - 0x24000000
Apr 25 16:40:32 aidas1 kernel: Memory: 8027428k/9437184k available (5336k kernel code, 1058592k absent, 351164k reserved, 7016k data, 1292k init)
Apr 25 16:40:32 aidas1 kernel: Hierarchical RCU implementation.
Apr 25 16:40:32 aidas1 kernel: NR_IRQS:33024 nr_irqs:1208
Apr 25 16:40:32 aidas1 kernel: Extended CMOS year: 2000
Apr 25 16:40:32 aidas1 kernel: Console: colour VGA+ 80x25
Apr 25 16:40:32 aidas1 kernel: console [tty0] enabled
Apr 25 16:40:32 aidas1 kernel: allocated 33554432 bytes of page_cgroup
Apr 25 16:40:32 aidas1 kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
Apr 25 16:40:32 aidas1 kernel: Fast TSC calibration using PIT
Apr 25 16:40:32 aidas1 kernel: Detected 2526.717 MHz processor.
Apr 25 16:40:32 aidas1 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5053.43 BogoMIPS (lpj=2526717)
Apr 25 16:40:32 aidas1 kernel: pid_max: default: 32768 minimum: 301
Apr 25 16:40:32 aidas1 kernel: Security Framework initialized
Apr 25 16:40:32 aidas1 kernel: SELinux: Initializing.
Apr 25 16:40:32 aidas1 kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Apr 25 16:40:32 aidas1 kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
Apr 25 16:40:32 aidas1 kernel: Mount-cache hash table entries: 256
Apr 25 16:40:32 aidas1 kernel: Initializing cgroup subsys ns
Apr 25 16:40:32 aidas1 kernel: Initializing cgroup subsys cpuacct
Apr 25 16:40:32 aidas1 kernel: Initializing cgroup subsys memory
Apr 25 16:40:32 aidas1 kernel: Initializing cgroup subsys devices
Apr 25 16:40:32 aidas1 kernel: Initializing cgroup subsys freezer
Apr 25 16:40:32 aidas1 kernel: Initializing cgroup subsys net_cls
Apr 25 16:40:32 aidas1 kernel: Initializing cgroup subsys blkio
Apr 25 16:40:32 aidas1 kernel: Initializing cgroup subsys perf_event
Apr 25 16:40:32 aidas1 kernel: Initializing cgroup subsys net_prio
Apr 25 16:40:32 aidas1 kernel: CPU: Physical Processor ID: 1
Apr 25 16:40:32 aidas1 kernel: CPU: Processor Core ID: 0
Apr 25 16:40:32 aidas1 kernel: mce: CPU supports 9 MCE banks
Apr 25 16:40:32 aidas1 kernel: CPU0: Thermal monitoring enabled (TM1)
Apr 25 16:40:32 aidas1 kernel: using mwait in idle threads.
Apr 25 16:40:32 aidas1 kernel: ACPI: Core revision 20090903
Apr 25 16:40:32 aidas1 kernel: ftrace: converting mcount calls to 0f 1f 44 00 00
Apr 25 16:40:32 aidas1 kernel: ftrace: allocating 21918 entries in 86 pages
Apr 25 16:40:32 aidas1 kernel: APIC routing finalized to physical flat.
Apr 25 16:40:32 aidas1 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 25 16:40:32 aidas1 kernel: CPU0: Intel(R) Xeon(R) CPU E5540 @ 2.53GHz stepping 05
Apr 25 16:40:32 aidas1 kernel: Performance Events: PEBS fmt1+, 16-deep LBR, Nehalem events, Intel PMU driver.
Apr 25 16:40:32 aidas1 kernel: CPU erratum AAJ80 worked around
Apr 25 16:40:32 aidas1 kernel: CPUID marked event: 'bus cycles' unavailable
Apr 25 16:40:32 aidas1 kernel: ... version: 3
Apr 25 16:40:32 aidas1 kernel: ... bit width: 48
Apr 25 16:40:32 aidas1 kernel: ... generic registers: 4
Apr 25 16:40:32 aidas1 kernel: ... value mask: 0000ffffffffffff
Apr 25 16:40:32 aidas1 kernel: ... max period: 000000007fffffff
Apr 25 16:40:32 aidas1 kernel: ... fixed-purpose events: 3
Apr 25 16:40:32 aidas1 kernel: ... event mask: 000000070000000f
Apr 25 16:40:32 aidas1 kernel: NMI watchdog enabled, takes one hw-pmu counter.
Apr 25 16:40:32 aidas1 kernel: Booting Node 1, Processors #1 Ok.
Apr 25 16:40:32 aidas1 kernel: Booting Node 0, Processors #2 Ok.
Apr 25 16:40:32 aidas1 kernel: Booting Node 1, Processors #3 Ok.
Apr 25 16:40:32 aidas1 kernel: Booting Node 0, Processors #4 Ok.
Apr 25 16:40:32 aidas1 kernel: Booting Node 1, Processors #5 Ok.
Apr 25 16:40:32 aidas1 kernel: Booting Node 0, Processors #6 Ok.
Apr 25 16:40:32 aidas1 kernel: Booting Node 1, Processors #7 Ok.
Apr 25 16:40:32 aidas1 kernel: Booting Node 0, Processors #8 Ok.
Apr 25 16:40:32 aidas1 kernel: Booting Node 1, Processors #9 Ok.
Apr 25 16:40:32 aidas1 kernel: Booting Node 0, Processors #10 Ok.
Apr 25 16:40:32 aidas1 kernel: Booting Node 1, Processors #11 Ok.
Apr 25 16:40:32 aidas1 kernel: Booting Node 0, Processors #12 Ok.
Apr 25 16:40:32 aidas1 kernel: Booting Node 1, Processors #13 Ok.
Apr 25 16:40:32 aidas1 kernel: Booting Node 0, Processors #14 Ok.
Apr 25 16:40:32 aidas1 kernel: Booting Node 1, Processors #15
Apr 25 16:40:32 aidas1 kernel: Brought up 16 CPUs
Apr 25 16:40:32 aidas1 kernel: Total of 16 processors activated (80853.18 BogoMIPS).
Apr 25 16:40:32 aidas1 kernel: devtmpfs: initialized
Apr 25 16:40:32 aidas1 kernel: regulator: core version 0.5
Apr 25 16:40:32 aidas1 kernel: NET: Registered protocol family 16
Apr 25 16:40:32 aidas1 kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Apr 25 16:40:32 aidas1 kernel: ACPI: bus type pci registered
Apr 25 16:40:32 aidas1 kernel: PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
Apr 25 16:40:32 aidas1 kernel: PCI: MCFG area at e0000000 reserved in E820
Apr 25 16:40:32 aidas1 kernel: PCI: Using MMCONFIG at e0000000 - efffffff
Apr 25 16:40:32 aidas1 kernel: PCI: Using configuration type 1 for base access
Apr 25 16:40:32 aidas1 kernel: bio: create slab <bio-0> at 0
Apr 25 16:40:32 aidas1 kernel: ACPI Error (psargs-0359): [CDW1] Namespace lookup failure, AE_NOT_FOUND
Apr 25 16:40:32 aidas1 kernel: ACPI Error (psparse-0537): Method parse/execution failed [\_SB_._OSC] (Node ffff88013ebfb588), AE_NOT_FOUND
Apr 25 16:40:32 aidas1 kernel: ACPI: BIOS _OSI(Linux) query ignored
Apr 25 16:40:32 aidas1 kernel: ACPI: Interpreter enabled
Apr 25 16:40:32 aidas1 kernel: ACPI: (supports S0 S4 S5)
Apr 25 16:40:32 aidas1 kernel: ACPI: Using IOAPIC for interrupt routing
Apr 25 16:40:32 aidas1 kernel: ACPI: No dock devices found.
Apr 25 16:40:32 aidas1 kernel: HEST: Table parsing has been initialized.
Apr 25 16:40:32 aidas1 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 25 16:40:32 aidas1 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Apr 25 16:40:32 aidas1 kernel: pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
Apr 25 16:40:32 aidas1 kernel: pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
Apr 25 16:40:32 aidas1 kernel: pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
Apr 25 16:40:32 aidas1 kernel: pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfdffffff]
Apr 25 16:40:32 aidas1 kernel: pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
... 895 more lines ...
|
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 )
-
|
Attachment 1: FEE_GF_Feb16_15.bin
|
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. |
Attachment 1: 20.png
|
|
Attachment 2: 21.png
|
|
Attachment 3: 22.png
|
|
Attachment 4: 23.png
|
|
Attachment 5: 24.png
|
|
Attachment 6: 25.png
|
|
Attachment 7: 26.png
|
|
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.
|
Attachment 1: Considering_the_Vernier_Timing_unit_in_the_FEE64.pdf
|
|
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 |
Attachment 1: 10.png
|
|
Attachment 2: 11.png
|
|
Attachment 3: 12.png
|
|
Attachment 4: 13.png
|
|
Attachment 5: 14.png
|
|
Attachment 6: 15.png
|
|
Attachment 7: 16.png
|
|
Attachment 8: 17.png
|
|
|