Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • An Overview of What is Installed
  • Configuring and Running the File Manager Server
  • A Typical User Scenario - ingesting and querying

...

  • bin : contains shell convenience scripts for launching java classes
  • etc : contains configuration files, i.e. *.property and *.xml files
  • lib : contains java resources, i.e *.jar files
  • logs : contains server file manager log files.
  • policy : contains product specifications, i.e *.xml specification files

The bin directory contains a number of executables:

  • filemgr : server management file manager (startup/shutdown) script
  • filemgr-client : file manager client interface script
  • query_tool : catalog query tool
  • convert_map : ???
  • migrate_xml_policy : ???

Configuring and Running the File Manager

...

You're now ready to run the filemgr serverfile manager!

No Format
nopaneltrue
$ cd /usr/local/oodt/cas-filemgr/bin
$ ./filemgr --help
Usage: ./filemgr {start|stop|restart|status}
$ ./filemgr start

...