...
- VPN into Lowell
- Log into yggdrasil as camera
- Verify that VNC is running:
- ps –ef | grep Xvnc
- if not, restart it:
/home/camera/.vnc/xstartup- vncserver
- it should come back with "New 'X' desktop is yggdrasil:1 (or some new number)
- it should come back with "New 'X' desktop is yggdrasil:1 (or some new number)
- Open an instance of VNC and connect to yggdrasil:5901 (with camera's password)
- Check that temper is running:
- ps –ef | grep temper
- If not, restart it:
- First, check the lock file, delete it if present:
- rm /tmp/temper.lock
- To change to a new temper log file, edit the file /home/camera/TC.init and change the TC logfile
- /home/camera/start.temper
- If it crashes... probably need to edit the source code and recompile (Clemens-thing)
- cd /taylor/Temper/src
- If it crashes... probably need to edit the source code and recompile (Clemens-thing)
- First, check the lock file, delete it if present:
- Check if mimirwww is running in either VM or non-VM form:
- ps –ef | grep IDL
- If running, you may kill the instance
- kill -9 job-number (where job-number is reported by the ps command)
- Delete the files making up the plots and status web page
- cd /home/camera/Web/status/wwwfiles
- rm *.png
- rm *.html
- Restart the mimirwww web page creator and server:
- /home/camera/Web/bin/mimirwww
- Or, restart the VM version if the non-VM isn't working
- /home/camera/Web/bin/mimirVMwww
- Check that the web page creator is running
- ps –ef | grep IDL
- there should be one instance running
Anchor _GoBack _GoBack
- If the Web Status page is not being seen/served on lux, then yggdrasil was likely rebooted and nfs services need to be restarted:
- on yggdrasil, su to root (DPC)
- restart nsf services:
- /etc/init.d/nfs-kernel-server restart
- it might take a couple of minutes for lux to sync up with yggdrasil before the web page appears
...