BOINC managed from command line – boinc_cmd
February 20th, 2009
| Tags: boinc, boinc_cmd, command line, console, proxy
I installed BOINC to my server to help world with scientific problems. It’s really easy to install it through from repositories of various distributions, but it’s not so easy to configure it.
Usually you can use BOINC manager to configure BOINC. Unfortunately it is graphical application and it uses port 31416 to connect to local/remote BOINC installations.
For obvious reasons you don’t wan to install GUI applications on servers and you also don’t want to enable ports on firewall.
That’s time for boinc_cmd and here are few tips how to use it.
- Set http proxy 10.226.56.40:3128:
- Count all the time:
- Don’t get more work:
- Attach to the project:
- Update project preferencies:
boinc_cmd --passwd my_password --set_proxy_settings 10.226.56.40 3128 "" "" "" "" "" "" ""
boinc_cmd --passwd my_password --set_run_mode always
boinc_cmd --passwd my_password --project http://abcathome.com/ nomorework
boinc_cmd --passwd my_password --project_attach http://abcathome.com/ project_id
boinc_cmd --passwd my_password --project http://abcathome.com/ update
Leave a comment
| Trackback