/etc/pegasus/sample-osg-xml4.xml is in pegasus-wms 4.4.0+dfsg-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | <?xml version="1.0" encoding="UTF-8"?>
<!-- generated: 2010-11-17T19:51:24-08:00 -->
<!-- generated by: vahi [??] -->
<sitecatalog xmlns="http://pegasus.isi.edu/schema/sitecatalog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pegasus.isi.edu/schema/sitecatalog C:\DOCUME~1\vahi\Desktop\site-catalog\sc-4.0.xsd" version="4.0">
<site handle="osg" arch="x86" os="LINUX" osrelease="" osversion="" glibc="">
<!-- specify a local scratch directory optional -->
<directory path="/tmp" type="local-scratch">
<!-- external path is misleading here??? -->
<file-server operation="all" url="file:///tmp"/>
</directory>
<profile namespace="pegasus" key="style">condor</profile>
<profile namespace="condor" key="universe">vanilla</profile>
</site>
<!-- site unl is the staging site -->
<site handle="unl" arch="x86" os="LINUX">
<directory type="shared-scratch" path="/internal-mnt/panfs/CMS/data/engage/scratch" >
<!-- in this example we use http server to stage the inputs to the worker nodes -->
<file-server operation="get" url="http://ff-se.unl.edu:8443/panfs/panasas/CMS/data/engage/scratch"/>
<!-- in this example we use SRM server to stage the outputs from the worker nodes to staging site -->
<file-server operation="put" url="srm://ff-se.unl.edu:8443/panfs/panasas/CMS/data/engage/scratch"/>
</directory>
</site>
<site handle="local" arch="x86" os="LINUX" osrelease="" osversion="" glibc="">
<!-- specify a local scratch directory optional -->
<directory path="/data/local-scratch/user" type="shared-scratch">
<file-server operation="all" url="file:///data/local-scratch/user"/>
</directory>
<!-- specify a local-storage directory if staging outputs to local site -->
<directory path="/data/local-storage/user" type="local-storage">
<file-server operation="all" url="file:///data/local-storage/user"/>
</directory>
</site>
</sitecatalog>
|