lxhad... | dreamp... | etrax... | rasperry pi | odroid... (near future) | |||||
---|---|---|---|---|---|---|---|---|---|
...dcs05 | ...05 | ...204 | rpc-gas-dcs | ...1 | |||||
...dcs06 | ...06 | ...207 | gas-scale-dcs | ...4 | |||||
...dcs10 | ...09 | ...221 | ...5 | ||||||
...dcs11 | ...222 | ...6 | |||||||
...dcs12 | ...230 | ...7 | |||||||
...dcs13 | ...231 | ...8 | |||||||
...eb06 | ...236 | ||||||||
...eb07 | (...04) | ...237 | |||||||
...239 |
hadps... | |
---|---|
...003 | |
...005 | |
...008 | |
...009 | |
...010 | |
...013 | |
...014 | |
...015 | |
...016 | |
...018 | |
...019 | |
...020 | |
...022 | |
...023 | |
...024 | |
...025 | |
...026 | |
...029 | |
...031 | |
...032 | |
...033 |
hadhvp... | Type | ||
---|---|---|---|
...01 | 1527 | ||
...02 | 1527 | ||
...03 | 1527 | ||
...04 | 1527 | ||
...05 | 1527 | ||
...06 | 1527 | ||
...07 | 1527 | ||
...08 | 1527 | ||
...13 | 1527 | MDC: Detector Lab | |
...14 | 4527 | ||
...15 | 4527 | ||
...16 | 4527 | ||
...17 | 4527 |
richhvcrate | CC24 |
@restart
is used to start crontab.install.sh
, crontab.uninstall.sh
db/postgresql/setup_and_start.postgres_database.sh
> db/postgresql/setup_and_start.postgres_database.sh -D <dataDir>
<dataDir>
is empty, a new database is setup, an existing directory will not be overwritten, even if a previous install failed
> db/postgresql/crontab.install.sh
localhost
@weekly psql -a -h localhost -p 5432 -U archive -d archive -c "SELECT archive.sample_update_partitions('2018-01-01'::timestamp, 'archive', 'archive', 'week');"
@weekly psql -a -h lxhaddcs10 -p 5432 -U archive -d archive -c "SELECT archive.sample_update_partitions('2018-01-01'::timestamp, 'archive', 'archive', 'week');"
archive-config-4.1.0
, and archive-engine-4.1.0
scs@lxhadeb06:~/apps/Archiver.css
cd configuration
old-style/hadesArchive.cfg
contains includes to other *.cfg
files * modifiy/create your ( config group ) cfg
file(s), and if new add them to old-style/hadesArchive.cfg
configuration
directory call: * ./convert_textBasedConfiguration.sh
lxhaddcs10
pluginCustomization
directory settings_lxhaddcs10_archive.ini
./importConfiguration_lxhaddcs10.sh
./restartArchiveEngine.sh -H lxhadeb06 -P 4912
git clone https://git.gsi.de/HADES/DCS/EPICS/Services/Archiver/Archiver.cs-studio
production
git checkout production
@reboot cd ~scs/procServ && ./archiverCSS.sh 2>&1 | tee ~/log/archiverCSS.crontab.start
procServ
directory part of
archiverCSS.sh
> ~/EPICS/apps/Archiver.css/startup/startEngineCSS.sh -p ../pluginCustomization/settings_lxhaddcs10_archive.ini -e HadesArchiveEngine
> cd ~scs/procServ && ./archiverCSS.sh 2>&1 | tee ~/log/archiverCSS.crontab.start