Difference between revisions of "Controlling HV on Left HRS"
From Hall A Wiki
(Created page with "Login to adaqsc as aslow <pre> ssh -X adaqsc -l aslow </pre> password same as "adaq" (similar to "adev" but replace 12gev by 12daq) <pre> Then "cd slowc" and pwd...") |
|||
Line 15: | Line 15: | ||
You might need to turn on the crate if it's not already on. | You might need to turn on the crate if it's not already on. | ||
+ | |||
+ | For reasons not entirely clear, sometimes the server does not work. This server | ||
+ | runs on rpi8. The awkward but sure way to recover is | ||
+ | |||
+ | <pre> | ||
+ | login to rpi8 | ||
+ | ssh -X rpi8 -l pi | ||
+ | I can't say the pw here, but its the same as on other rpi's. | ||
+ | sudo reboot | ||
+ | After a few minutes, log in again and | ||
+ | ./scripts/start_hv_cron | ||
+ | It will print a lot of stuff. Leave it. | ||
+ | Then on adaq1 as aslow, do the start procedure mentioned above. | ||
+ | cd slowc | ||
+ | ./hvs LEFT | ||
+ | </pre> |
Revision as of 15:51, 10 June 2021
Login to adaqsc as aslow
ssh -X adaqsc -l aslow
password same as "adaq" (similar to "adev" but replace 12gev by 12daq)
Then "cd slowc" and pwd /adaqfs/home/aslow/slowc [aslow@adaqsc slowc]$ ./hvs LEFT
You might need to turn on the crate if it's not already on.
For reasons not entirely clear, sometimes the server does not work. This server runs on rpi8. The awkward but sure way to recover is
login to rpi8 ssh -X rpi8 -l pi I can't say the pw here, but its the same as on other rpi's. sudo reboot After a few minutes, log in again and ./scripts/start_hv_cron It will print a lot of stuff. Leave it. Then on adaq1 as aslow, do the start procedure mentioned above. cd slowc ./hvs LEFT