'\" t .\" Title: pegasus-sc-converter .\" Author: [see the "Authors" section] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 11/09/2018 .\" Manual: Pegasus Manual .\" Source: Pegasus 4.4.0 .\" Language: English .\" .TH "PEGASUS\-SC\-CONVERT" "1" "11/09/2018" "Pegasus 4\&.4\&.0" "Pegasus Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" pegasus-sc-converter \- A client to convert site catalog from one format to another format\&. .SH "SYNOPSIS" .sp .nf \fBpegasus\-sc\-converter\fR [\fB\-v\fR] [\fB\-V\fR] [\fB\-h\fR] [\fB\-Dproperty\fR=\fIvalue\fR\&...] [\fB\-I\fR \fIfmt\fR] [\fB\-O\fR \fIfmt\fR] \fB\-i\fR \fIinfile\fR[,\fIinfile\fR,\&...] \fB\-o\fR \fIoutfile\fR .fi .SH "DESCRIPTION" .sp The \fBpegasus\-sc\-converter\fR program is used to convert the site catalog from one format to another\&. .sp Currently, the following formats of site catalog exist\&. .PP \fBXML4\fR .RS 4 This format is a superset of previous formats\&. All information about a site that can be described about a site can be described in this format\&. In addition, the user has finer grained control over the specification of directories and FTP servers that are accessible at the \fBhead node\fR and the \fBworker node\fR\&. The user can also specify which different file\-servers for read/write operations .sp A sample entry in this format looks as follows .sp .if n \{\ .RS 4 .\} .nf condor vanilla .fi .if n \{\ .RE .\} .sp This format conforms to the XML schema found at \m[blue]\fBhttp://pegasus\&.isi\&.edu/schema/sc\-4\&.0\&.xsd\fR\m[]\&. .RE .PP \fBXML3\fR .RS 4 This format is a superset of previous formats\&. All information about a site that can be described about a site can be described in this format\&. In addition, the user has finer grained control over the specification of directories and FTP servers that are accessible at the \fBhead node\fR and the \fBworker node\fR\&. .sp A sample entry in this format looks as follows .sp .if n \{\ .RS 4 .\} .nf /nfs/software/globus/default /nfs/software/globus/default/lib /nfs/software/pegasus/default .fi .if n \{\ .RE .\} .sp This format conforms to the XML schema found at \m[blue]\fBhttp://pegasus\&.isi\&.edu/schema/sc\-3\&.0\&.xsd\fR\m[]\&. .RE .SH "OPTIONS" .PP \fB\-i\fR \fIinfile\fR[,\fIinfile\fR,\&...], \fB\-\-input\fR \fIinfile\fR[,\fIinfile\fR,\&...] .RS 4 The comma separated list of input files that need to be converted to a file in the format specified by \fB\-\-oformat\fR option\&. .RE .PP \fB\-o\fR \fIoutfile\fR, \fB\-\-output\fR \fIoutfile\fR .RS 4 The output file to which the output needs to be written out to\&. .RE .SS "Other Options" .PP \fB\-O\fR \fIfmt\fR, \fB\-\-oformat\fR \fIfmt\fR .RS 4 The output format of the output file\&. .sp Valid values for the output format is \fBXML3\fR, \fBXML4\fR\&. .RE .PP \fB\-v\fR, \fB\-\-verbose\fR .RS 4 Increases the verbosity of messages about what is going on\&. .sp By default, all FATAL ERROR, ERROR , WARNINGS and INFO messages are logged\&. .RE .PP \fB\-V\fR, \fB\-\-version\fR .RS 4 Displays the current version number of the Pegasus Workflow Planner Software\&. .RE .PP \fB\-h\fR, \fB\-\-help\fR .RS 4 Displays all the options to the \fBpegasus\-plan\fR command\&. .RE .SH "EXAMPLE" .sp .if n \{\ .RS 4 .\} .nf pegasus\-sc\-converter \-i sites\&.xml \-o sites\&.xml\&.new \-O XML3 \-vvvvv .fi .if n \{\ .RE .\} .SH "AUTHORS" .sp Karan Vahi .sp Gaurang Mehta .sp Pegasus Team \m[blue]\fBhttp://pegasus\&.isi\&.edu\fR\m[]