Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pegasus-sc-client(1) [debian man page]

PEGASUS-SC-CLIENT(1)													      PEGASUS-SC-CLIENT(1)

NAME
pegasus-sc-client - generates a site catalog by querying sources. SYNOPSIS
pegasus-sc-client [-Dproperty=value...] [--source src] [-g|--grid grid] [-o|--vo vo] [-s|--sc scfile] [-p|--properties propfile] [-V|--version] [-v|--verbose] [-h|--help] DESCRIPTION
pegasus-sc-client generates site catalog by querying sources like OSGMM, MYSOG, etc. OPTIONS
-Dproperty=value The -D option allows an experienced user to override certain properties which influence the program execution, among them the default location of the user's properties file and the PEGASUS_HOME location. One may set several CLI properties by giving this option multiple times. The -D option(s) must be the first option on the command line. CLI properties take precedence over the file-based properties of the same key. --source src the source to query for site information. Valid sources are: OSGMM|MYOSG|VORS -g grid, --grid grid the grid for which to generate the site catalog information. -o vo, --vo vo The Virtual Organization (VO) to which the user belongs. The default VO is LIGO. The collector host should be set by default unless overridden by the property pegasus.catalog.site.osgmm.collector.host according to the following rules: o if VO is ligo then collector host queried is ligo-osgmm.renci.org o if VO is engage then collector host queried is engage-central.renci.org o for any other VO, engage-central.renci.org will be queried and in all the paths the name of the engage VO will be replaced with the name of the VO passed. e.g if user specifies the VO to be cigi, engage will be replaced by cigi in the directory paths. -s scfile, --sc scfile The path to the created site catalog file -p propfile, --properties propfile Generate a Pegasus properties file containing the SRM properties. The properties file is created only if --source is set to OSGMM. -v, --verbose Increases the verbosity of messages about what is going on. -V, --version Displays the current version of Pegasus. -h, --help Displays all the options to the pegasus-sc-client command. EXAMPLE
Runs pegasus-sc-client and generates the site catalog: $ pegasus-sc-client --source OSGMM --sc osg-sites.xml --vo LIGO --grid OSG AUTHORS
Prasanth Thomas Pegasus Team http://pegasus.isi.edu 05/24/2012 PEGASUS-SC-CLIENT(1)

Check Out this Related Man Page

PEGASUS-VERSION(1)														PEGASUS-VERSION(1)

NAME
pegasus-version - print or match the version of the toolkit. SYNOPSIS
pegasus-version [-Dproperty=value] [-m [-q]] [-V] [-f] [-l] DESCRIPTION
This program prints the version string of the currently active Pegasus toolkit on stdout. pegasus-version is a simple command-line tool that reports the version number of the Pegasus distribution being used. In its most basic invocation, it will show the current version of the Pegasus software you have installed: $ pegasus-version 3.1.0cvs If you want to know more details about the installed version, i.e. which system it was compiled for and when, use the long or full mode: $ pegasus-version -f 3.1.0cvs-x86_64_cent_5.6-20110706191019Z OPTIONS
-Dproperty=value The -D option allows an experienced user to override certain properties which influence the program execution, among them the default location of the user's properties file and the PEGASUS_HOME location. One may set several CLI properties by giving this option multiple times. The -D option(s) must be the first option on the command line. CLI properties take precedence over the file-based properties of the same key. -f, --full The --full mode displays internal build metrics, like OS type and libc version, addition to the version number. It appends the build time as time stamp to the version. The time stamp uses ISO 8601 format, and is a UTC stamp. -l, --long This option is an alias for --full. -V, --version Displays the version of the Pegasus planner you are using. --verbose is ignored in this tool. However, to provide a uniform interface for all tools, the option is recognized and will not trigger an error. RETURN VALUE
The program will usually return with success (0). In match mode, if the internal version does not match the external installation, an exit code of 1 is returned. If run-time errors are detected, an exit code of 2 is returned, 3 for fatal errors. ENVIRONMENT VARIABLES
JAVA_HOME should be set and point to a valid location to start the intended Java virtual machine as $JAVA_HOME/bin/java. EXAMPLE
$ pegasus-version 3.1.0cvs $ pegasus-version -f 3.1.0cvs-x86_64_cent_5.6-20110706191019Z AUTHORS
Jens-S. Vockler <voeckler at isi dot edu> Pegasus Team http://pegasus.isi.edu 05/24/2012 PEGASUS-VERSION(1)
Man Page