Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Runs a validation task against a set of objects in the specified repository.

Usage:

No Format
fedora-validate-objects -serverurl [server-base-url]
                        -username [user]
                        -password [password]
                        {-terms [terms] | -query query | -pidfile [path]}
                        -verbose

Where:

  • server-base-url - the base URL of the Fedora server: e.g. http://localhost:8080/fedora
  • user - the Fedora administrator username (e.g., fedoraAdmin)
  • password - the password for the Fedora administrator user
  • terms - a "terms" string, as for the "FindObjects" method of API-A
  • query - a "query" string, as for the "FindObjects" method of API-A
  • pidfile - the path to a text file containing the PIDs of the objects to be validated, one PID per line
  • verbose - whether to print all messages during validation. If not specified, only messages that are relevant to an object being marked invalid or indeterminate are printed.