Software Links
Getting Started
- Doc Structure
- A Globus Primer
- Globus Is Modular!
- Quickstart
- Installing GT
- Platform Notes
- GT Developer's Guide
- GT User's Guide (coming soon)
- Migrating from GT2
- Migrating from GT3
Reference
- Best Practices
- Coding Guidelines
- API docs
- Public Interfaces (coming soon)
- Resource Properties
- Samples
- Glossary
- Performance Studies (coming soon)
Manuals
Common Runtime
Security
- Non-WS (General) Security
- WS Java Security
- Message-level
- Authz Framework
- CAS
- Delegation Service
- MyProxy
- GSI-OpenSSH
- SimpleCA
- SGAS
Data Mgt
MDS4
Execution Mgt
This component is a technical preview (commonly referred to as tech preview) for the GT 4.1.3 release. As such, this documentation is not part of the GT official documentation but is provided by the developer(s) to assist early adopters. This component has very limited support or GT documentation.
The SweGrid Accounting System (SGAS) is a 100% Java implementation of a resource allocation enforcement and tracking service for the Grid, based on the latest Web services technologies. It runs on all platforms supporting JRE 1.5. SGAS comprises of several subcomponents, presented briefly below.
Bank: the central service of the accounting system that maintains and enforces allocation quotas.
LUTS: The Logging and Usage Tracking Service (LUTS) is a general purpose logging system for tracking resource usage in SGAS. It allows secure publication and query-based retrieval of usage data in the format of GGF UsageRecord XML.
JARM: The Job Account Reservation Manager (JARM) is a component responsible for integrating various workload managers, schedulers and local accounting systems deployed at the resource sites with SGAS. JARM is typically used as a callout to the bank during the job submission phase. The bank then issues a time-limited reservation to run the job, based on user, resource and bank policy. After the job has completed the job is logged in LUTS, and if a valid account reservation was made, JARM also charges the account in the Bank, and releases the reservation on behalf of the resource.
PAT: The Policy Administration Tool (PAT) component is designed to be used to manage the security policies of all of the SGAS services. It contains a command line tool that can be run in interactive or batch mode for easy scripting.
More detailed information, publications and presentations of the SGAS effort can currently be obtained at http://www.sgas.se/.
| The following guides are available for this component: | |
| Security Key Concepts | For important general concepts. |
| Admin Guide | For system administrators and those installing, building and deploying GT, contains information specific to this component. You should already have read Installing the [Globus Toolkit] and [Quickstart]. |
| Release Notes | What's new with the 4.1.3 release for this component. |