Changes

New 1.0m

511 bytes added, 22:56, 20 April 2017
/* Running SHOC from web browser after running it through rts2 */
ssh ccd@shocndisbelief.suth.saao.ac.za<br />
sudo reboot -h now<br />
 
Need to then restart data spooling to the server:<br />
(1) copy the temporary files that were written to /data/spool on the spindle drive to the SSD. Procedure:<br />
mount /dev/sdb1 /mnt<br />
rsync -avz /data/spool/* /mnt/<br />
 
(2) umount the SSD from the /mnt mount point<br />
umount /mnt<br />
(3) Mount the SDD on /data/spool<br />
mount /dev/sdb1 /data/spool <br />
 
(4) Check it's mounted<br />
df -h<br />
 
See https://itwiki.saao.ac.za/index.php/Standard_Nagios_Notifications for more info.<br />
=== Running AG Lodestars through rts2 ===
1,054
edits