Changes between Version 1 and Version 2 of Software/eAM/g2Scheduler
- Timestamp:
- Sep 11, 2014, 9:31:11 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/eAM/g2Scheduler
v1 v2 1 [[TOC(Software/eAM/f*, depth=3)]] 1 2 == Scheduler == 2 3 3 ''' Usage ''' 4 === Usage === 4 5 5 6 This service manages the reservations for access to the resources. Authenticated users are allowed to make reservations to use experiment resources. This service presents the display by which they make such reservations, and handles schedule conflict resolution. It is queried by the login, and account management services to determine if a user can use the service they are attempting to use. 6 7 7 ---- 8 ''' Notes ''' 9 10 ---- 11 12 ''' Installation and Configuration ''' 8 === Installation and Configuration === 13 9 14 10 The Scheduler service is packaged in the omf-aggmgr-scheduler-5.4 package. It can be installed form the package repository with … … 18 14 }}} 19 15 20 Instructions on how to add the Orbit software repository to your list of apt-sources can be found here.16 Instructions on how to add the Orbit software repository to your list of apt-sources can be found [wiki:Documentation/kPackages#UsingtheOribtPackageRepository here]. 21 17 22 18 Once installed the service is configured by TODO.