DGS (General)takahiro.yamamoto - 21:42 Friday 06 March 2026 (36519)
Print this reportMigrating scripts from k1script1 to k1script0.In klog#36430, the new script server with the latest OS was prepared as k1script0. So I started to migrate scripts on k1script1 running as the old OS to k1script0.
Today, EPICS DAQ systems (CC-10, GM-10 and Cryocon) were moved to k1script0. They works fine without any code modification.
There were still more than 20 processes on k1script1. So they will also be moved one-by-one.
Comments to this report:
takahiro.yamamoto - 17:37 Wednesday 01 April 2026 (36689)
Print this reportAll remaining cron-scripts were moved to k1script0.
Note Though operation test of following scripts on k1script0 were done, following scripts are currently commented out because these scripts hang up due to run-time errors that are caused by unreachable servers to get information.
/opt/rtcds/userapps/release/pem/common/scripts/weewx_sync.sh for Atotsu
1. is related to klog#36587. This script is working well for Mozumi Weather Station, so after recovering Atotsu Weather Station server will be restored. I couldn't find the current situation about 2. Anyway, RaspberryPi for Mozumi snow monitor is now unreachable via Ethernet and Atotsu snow monitor seems to be unreachable from RaspberryPi via Serial. These situation makes a runtime error of this script due to incomplete data files.
/kagra/bin/SYS/weather.py had also made run-time errors due to the issue of Atotsu Weather Station (klog#36587). Because of a lack of error handling, a process for Mozumi Weather Station had also hung up since last February though Mozumi Weather Station itself is alive. So I added an error handling code to that script to operate in normal for alive Weather Station even if a part of Weather Station is down.
Remaining task Some Supervisor-scripts including EPICS IOCs still remain on k1script1. They will be moved on the next maintenance day.