40m
QIL
Cryo_Lab
CTN
SUS_Lab
TCS_Lab
OMC_Lab
CRIME_Lab
FEA
ENG_Labs
OptContFac
Mariner
WBEEShop
|
40m Log |
Not logged in |
 |
|
Wed Feb 24 22:13:47 2021, Jon, Update, CDS, Planning document for front-end testing
|
Fri Mar 5 17:48:25 2021, Jon, Update, CDS, Front-end testing  
|
Tue Mar 9 16:52:47 2021, Jon, Update, CDS, Front-end testing
|
Tue Mar 16 16:27:22 2021, Jon, Update, CDS, Front-end testing
|
Tue Mar 16 19:04:20 2021, gautam, Update, CDS, Front-end testing
|
Fri Mar 19 18:14:56 2021, Jon, Update, CDS, Front-end testing 
|
Wed Mar 24 19:02:21 2021, Jon, Update, CDS, Front-end testing
|
Mon Mar 29 17:55:50 2021, Jon, Update, CDS, Front-end testing
|
Tue Mar 30 18:21:34 2021, Jon, Update, CDS, Front-end testing
|
Tue Apr 6 07:19:11 2021, Jon, Update, CDS, New SimPlant cymac
|
Tue Apr 6 11:13:01 2021, Jon, Update, CDS, FE testing
|
Sat Apr 10 08:51:32 2021, Jon, Update, CDS, I/O Chassis Assembly
|
Thu Apr 29 10:51:35 2021, Jon, Update, CDS, I/O Chassis Assembly
|
Tue May 4 07:38:36 2021, Jon, Update, CDS, I/O Chassis Assembly
|
Tue May 11 16:29:55 2021, Jon, Update, CDS, I/O Chassis Assembly
|
Tue May 11 17:43:09 2021, Koji, Update, CDS, I/O Chassis Assembly
|
Fri May 28 11:16:21 2021, Jon, Update, CDS, Front-End Assembly and Testing   
|
Sun Jun 6 08:42:05 2021, Jon, Update, CDS, Front-End Assembly and Testing  
|
Tue Jun 22 16:53:01 2021, Ian MacMillan, Update, CDS, Front-End Assembly and Testing
|
Thu Jun 24 17:32:52 2021, Ian MacMillan, Update, CDS, Front-End Assembly and Testing  
|
Fri Jun 25 14:06:10 2021, Jon, Update, CDS, Front-End Assembly and Testing
|
Sat Apr 10 11:56:14 2021, Jon, Update, CDS, 40m LSC simPlant model
|
Tue Apr 13 16:24:38 2021, Ian MacMillan, Update, CDS, 40m LSC simPlant model
|
Mon Apr 19 13:15:20 2021, Ian MacMillan, Update, CDS, 40m LSC simPlant model
|
Wed Apr 21 10:03:01 2021, Ian MacMillan, Update, CDS, 40m LSC simPlant model
|
Wed Apr 21 11:01:37 2021, Rana, Update, CDS, 40m LSC simPlant model
|
Fri Apr 23 15:52:19 2021, Ian MacMillan, Update, CDS, 40m LSC simPlant model  
|
Sun Apr 25 21:21:02 2021, rana, Update, CDS, SUS simPlant model
|
Tue Apr 27 15:15:17 2021, Ian MacMillan, Update, CDS, SUS simPlant model 
|
Thu Apr 29 13:41:40 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Fri Apr 30 12:52:14 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Mon May 3 13:35:12 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Tue May 4 14:55:38 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Wed May 5 15:11:54 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Thu May 6 16:13:24 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Fri May 7 11:19:29 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Wed May 12 13:06:15 2021, Ian MacMillan, Update, CDS, SUS simPlant model   
|
Fri May 21 09:44:52 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Fri May 21 14:36:20 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Thu Jun 3 13:06:47 2021, Ian MacMillan, Update, CDS, SUS simPlant model 
|
Mon Jun 7 17:49:19 2021, Ian MacMillan, Update, CDS, SUS simPlant model 
|
Wed Jun 9 13:50:48 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Tue Jun 15 11:46:40 2021, Ian MacMillan, Update, CDS, SUS simPlant model 
|
Wed Jun 30 14:09:26 2021, Ian MacMillan, Update, CDS, SUS simPlant model 
|
Mon Aug 23 15:25:59 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
|
Message ID: 15947
Entry time: Fri Mar 19 18:14:56 2021
In reply to: 15924
Reply to this: 15959
|
Author: |
Jon |
Type: |
Update |
Category: |
CDS |
Subject: |
Front-end testing |
|
|
Summary
Today I finished setting up the subnet for new FE testing. There are clones of both fb1 and chiara running on this subnet (pictured in Attachment 2), which are able to boot FEs completely independently of the Martian network. I then assembled a second FE system (Supermicro host and IO chassis) to serve as c1sus2, using a new OSS host adapter card received yesterday from LLO. I ran the same set of PCIe hardware/driver tests as was done on the c1bhd system in 15890. All the PCIe tests pass.
Subnet setup
For future reference, below is the procedure used to configure the bootserver subnet.
- Select "Network" as highest boot priority in FE BIOS settings
- Connect all machines to subnet switch. Verify fb1 and chiara eth0 interfaces are enabled and assigned correct IP address.
- Add c1bhd and c1sus2 entries to
chiara:/etc/dhcp/dhcpd.conf :
host c1bhd {
hardware ethernet 00:25:90:05:AB:46;
fixed-address 192.168.113.91;
}
host c1bhd {
hardware ethernet 00:25:90:06:69:C2;
fixed-address 192.168.113.92;
}
- Restart DHCP server to pick up changes:
$ sudo service isc-dhcp-server restart
- Add c1bhd and c1sus2 entries to
fb1:/etc/hosts :
192.168.113.91 c1bhd
192.168.113.92 c1sus2
- Power on the FEs. If all was configured correctly, the machines will boot.
C1SUS2 I/O chassis assembly
- Installed in host:
- DolphinDX host adapter
- One Stop Systems PCIe x4 host adapter (new card sent from LLO)
- Installed in chassis:
- Channel Well 250 W power supply (replaces aLIGO-style 24 V feedthrough)
- Timing slave
- Contec DIO-1616L-PE module for timing control
Next time, on to RTCDS model compilation and testing. This will require first obtaining a clone of the /opt/rtcds disk hosted on chiara. |
|
|