Changes
Page history
Update UpgradingDAQ
authored
Jan 09, 2023
by
Erik von Reis
Hide whitespace changes
Inline
Side-by-side
sysadmin/UpgradingDAQ.md
View page @
878d7ee7
...
...
@@ -30,19 +30,19 @@ apt install git
apt-get install puppet-agent
```
1.
set up puppet "facts" by restoring /etc/facter. Contents should look like:
```
ifo:
name: dts1
ifo: X2
site: TST
bootserver: x2vmboot2
```
```
ifo:
name: dts1
ifo: X2
site: TST
bootserver: x2vmboot2
```
1.
setup puppet module
```
mkdir -p /root/puppet/modules
cd /root/puppet/modules
git clone https://git.ligo.org/cds/admin/ligo_cds_frontend.git
```
```
mkdir -p /root/puppet/modules
cd /root/puppet/modules
git clone https://git.ligo.org/cds/admin/ligo_cds_frontend.git
```
1.
cd into the module and switch to
```abandon_realtime_kernel```
branch
1.
change data/
<SITE>
/
<IFO>
/
<system>
/
<daqhostname>
.yaml to use bullseye
1.
add /etc/apt/sources.list.d/restricted.list
...
...
...
...