Message boards :
News :
Checkpointing coming up
Message board moderation
Author | Message |
---|---|
Send message Joined: 25 May 09 Posts: 155 Credit: 4,855,406 RAC: 0 |
Presumably next wednesday we will install the new checkpointing system. So please do not be surprised if there is a system outage. Old WUs should be preocessed as usual - so do not worry about your long-runners. If you like to use the checkpointing system, you will have to install VirtualBox. Of course, we will first send out WUs to the beta testers. Kommenden Mittwoch werden wir voraussichtlich das neue Checkpointingsystem installieren. Es kann dadurch vorübergehend zu Serverausfällen kommen - also wundert euch nicht. Die alten WUs sollten ganz normal weiter prozessiert werden, also einfach laufen lassen. Um das neue Checkpointingsystem zukünftig nutzen zu können, muss lediglich VirtualBox installiert werden. Aber wir werden am Anfang natürlich erstmal nur die Betatester mit den neuen WUs bestücken. Michael. Rechenkraft.net e.V. - Verein zur Foerderung von Bildung, Forschung und Wissenschaft durch Einsatz vernetzter Computer. |
Send message Joined: 6 Feb 10 Posts: 1 Credit: 1,859,521 RAC: 0 |
YEAH! |
Send message Joined: 6 Sep 13 Posts: 2 Credit: 33,175 RAC: 0 |
I'm new to this project so can you give me more information on the use of the checkpoint system and how I need to setup the VM? I'd be willing to use beta test anything. |
Send message Joined: 29 Jul 09 Posts: 2 Credit: 2,877,577 RAC: 0 |
The Checkpinting ... is it Guinness? Or Smithwick's (I'll take that one if I have the choice)? |
Send message Joined: 25 May 09 Posts: 155 Credit: 4,855,406 RAC: 0 |
The Checkpinting ... is it Guinness? Or Smithwick's (I'll take that one if I have the choice)? ...I corrected it. ;-) Michael. Rechenkraft.net e.V. - Verein zur Foerderung von Bildung, Forschung und Wissenschaft durch Einsatz vernetzter Computer. |
Send message Joined: 25 May 09 Posts: 155 Credit: 4,855,406 RAC: 0 |
I'm new to this project so can you give me more information on the use of the checkpoint system and how I need to setup the VM? I'd be willing to use beta test anything. It is quite simple to participate: Install the latest version of BOINC (but not the beta version). Install the 4.2.16 version of VirtualBox (not the latest 4.2.18 - it is buggy). Go to the RNA World project setup and enable the VM apps. Reset RNA World in your BOINC manager - that's it. ;-) Michael. Rechenkraft.net e.V. - Verein zur Foerderung von Bildung, Forschung und Wissenschaft durch Einsatz vernetzter Computer. |
Send message Joined: 6 Sep 13 Posts: 2 Credit: 33,175 RAC: 0 |
Thanks I didn't exactly understand how the VM could be used as a check pointing system. Very interesting concept and here is my script for anyone who wants it. h: cd \Programs\Oracle\VirtualBox\ set VMName=BoincLinux VBoxmanage controlvm %VMName% pause VBoxmanage snapshot %VMName% edit previoushour --name deletemehour VBoxmanage snapshot %VMName% edit currenthour --name previoushour VBoxmanage snapshot %VMName% take currenthour VBoxmanage controlvm %VMName% resume VBoxmanage snapshot %VMName% delete deletemehour |