Changes between Version 14 and Version 15 of OrgGrid
- Timestamp:
- Jul 14, 2008, 4:53:03 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OrgGrid
v14 v15 4 4 5 5 OGM assumes that an organization, like for example a company or a university has the following items: 6 7 6 * PCs. Each PC will be a BOINC client. 8 7 * Pools of PCs. A Pool of PCs is a set of computers that shares a common feature, like for example: all of them belong to the same laboratory. 9 8 * IT Manager. The institution usually has an IT Manager, who is in charge of maintaining all the pools of PCs. 10 * OGM Manager. The institution will have an OGM manager who will be in charge of: 9 * OGM Manager. The institution will have an OGM manager. 10 11 The OGM assumes also different roles for the OGM users: 12 * OGM Administrator. This is the root user. He can do the following tasks: 11 13 * Administer (create, delete, edit) OGM users. 12 14 * Administer (create, delete, edit) BOINC projects. 13 15 * Administer (edit) BOINC sharing resource between pools. 16 * OGM IT Manager. This person is in charge of maintaining the PC pools, for this reason he can do the following tasks: 17 * Change the BOINC preferences for the pools of his institution: 18 * Time policy: Between which hours BOINC can use the PC resources. For example, the pool of computers A (which represents all the computers of laboratory 1) can work with BOINC from 9:00 am to 21:00 pm. 19 * CPU use. The percentage of allowed CPU that BOINC can use. 20 * RAM use. The percentage of allowed RAM that BOINC can use. 21 * HD use. The percentage of allowed HD that BOINC can use. 22 * ... What more? 23 * See the statistics of his pools of computers: CPU, RAM, HD, etc. 24 25 * OGM Project Manager. This person is in charge: 26 * Creating, Editing, Deleting BOINC projects. 27 * Defining the Resource Share parameter for each BOINC project. 28 29 14 30 15 31