<?xml version="1.0" encoding="UTF-8"?>
<!-- IBM_PROLOG_BEGIN_TAG                                                   -->
<!-- This is an automatically generated prolog.                             -->
<!--                                                                        -->
<!-- bos720 src/bos/usr/bin/cdat/types/psrasgrab/manifest.xml 1.2           -->
<!--                                                                        -->
<!-- Licensed Materials - Property of IBM                                   -->
<!--                                                                        -->
<!-- COPYRIGHT International Business Machines Corp. 2010                   -->
<!-- All Rights Reserved                                                    -->
<!--                                                                        -->
<!-- US Government Users Restricted Rights - Use, duplication or            -->
<!-- disclosure restricted by GSA ADP Schedule Contract with IBM Corp.      -->
<!--                                                                        -->
<!-- IBM_PROLOG_END_TAG                                                     -->
<manifest>
  <description>Harvests logs from a Centralized RAS Repository.</description>
  <script-arg id="p" mandatory="1">
    <description>management port of the CentralizedLogService service</description>
  </script-arg>
  <script-arg id="P" mandatory="1">
    <description>command port of the CentralizedLogService service</description>
  </script-arg>
  <script-arg id="n" mandatory="0">
    <description>collect only this number of log records</description>
  </script-arg>
  <script-arg id="s" mandatory="0">
    <description>maximum amount of logs (in megabytes) that are kept in the
repository. Older logs will be deleted when we reach the specified size.
If this option is not specified, no size limit is applied</description>
  </script-arg>
  <script-arg id="t" mandatory="0">
    <description>maximum amount of time (in minutes) that logs are kept in
the repository. Logs older than this will be deleted when new collects are
performed. If this option is not specified, logs are kept forever</description>
  </script-arg>
</manifest>
