Setup CDS software on Workstations
change controls UID to 1001, and controls GID to 1001 because all of the CDS files owned by controls account with UID=1001 and GID=1001. see https://awiki.ligo-wa.caltech.edu/aLIGO/CdsUbuntuDesktopBuild
sudo chown 1001 /frames sudo chown -R 1001:1001 /frames/* sudo chown 1001 /opt sudo chown 1001 /opt/apps sudo chown 1001 /opt/rtcds sudo chown -R 1001:1001 /opt/apps/* sudo chown -R 1001:1001 /opt/rtcds/*
sudo apt-get install tcsh
- change default shell to tcsh
sudo apt-get install g++
- Install Matlab with simulink at /opt/apps/linux64/matlab
install NFS client as
sudo apt-get install nfs-common
add in /etc/fstab
standalone:/opt/rtcds /opt/rtcds nfs rw,bg,soft 0 0 standalone:/opt/rtapps /opt/rtapps nfs rw,bg,soft 0 0 standalone:/opt/cdscfg /opt/cdscfg nfs rw,bg,soft 0 0
add in /etc/hosts
131.215.113.100 standalone 131.215.113.110 desktop1
sudo reboot
Root compilation
5.26.00 shown in aLIGO CDS page did not work. We installed 5.28.00
How to put icon on panel bar
Make a Custom Application Launcher by right click on panel bar and select Add to Panel. In "Command" put like
tcsh -c 'cd /opt/rtcds/tst/x1/medm/ && /opt/apps/linux64/epics/extensions/bin/linux-x86_64/medm -x'