Software Links
Getting Started
- Doc Structure
- A Globus Primer
- Globus Is Modular!
- Quickstart
- Installing GT
- Platform Notes
- Migrating from GT2
- Migrating from GT3
Reference
- PDF version
- Best Practices
- Coding Guidelines
- API docs
- Public Interfaces
- Resource Properties
- Samples
- Glossary
- Performance Studies
Common Runtime
Security
Data Mgt
Information Svcs
Execution Mgt
Name
mds-gluerp-configure — generate a GLUE resource property configuration file with default values
Synopsis
mds-gluerp-configure
Tool description
mds-gluerp-configure is a simple utility tool for generating a configuration file for the GLUE resource property provider implementation. It can create a configuration with suitable default values for both cluster and scheduler information providers.
Command syntax
The basic syntax for mds-gluerp-configure is:
mds-gluerp-configure [scheduler info provider name | keyword none] [cluster info provider name | keyword none] [outputFile - defaults to gluerp-config.xml in the current dir]
where:
| [scheduler info provider name] | One of the following keywords (ignoring case): fork, pbs, or none |
| [cluster info provider name] | One of the following keywords (ignoring case): ganglia, clumon, nagios, or none |
| [outputFile] | If this argument is specified, mds-gluerp-configure will write the configuration to file name and path, instead of the default. |