Versions Compared

Key

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

...

No Format
nopaneltrue
.
├── bin
│   ├── convert_map
│   ├── filemgr
│   ├── filemgr-client
│   ├── migrate_xml_policy
│   └── query-tool
├── etc
│   ├── filemgr.properties
│   ├── logging.properties
│   └── mime-types.xml
├── lib
│   └── *.jar
├── logs
│  
└── policy
|    ├── REMOVE.log
└── policy
cmd-line-actions.xml
|    ├── cmd-line-options.xml
|    ├── ├── coreoodt
|    │   ├── elements.xml
|    │   ├── product-type-element-map.xml
|    │   └── product-types.xml
|    ├── geo
|    │   ├── elements.xml
|    │   ├── product-type-element-map.xml
|    │   └── product-types.xml
||    (additional policy subdirectories)
└── run

Please note, if you are using version 0.3 of OODT or earlier, the policy directory will look like this (with no subdirectories):

...

  • filemgr : 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

...