Sun StorageTek 5800 System SDK Developer's Guide

CheckIndexed

Ensure an object is queryable. Checks if the metadata for an object is present in the query engine, and inserts the metadata if it is not present.

Synopsis

     CheckIndexed <IP | HOST> <OID> [OPTIONS]

Description

Check with the 5800 systemserver to determine if the specified OID has become queryable. If not, attempt to make it queryable.

A short message about the supplied OID is printed to stdout:


          Object OID was already queryable.
          Object OID not yet queryable.
          Object OID has now been made queryable.

Options

     
-h

Print this message.

Examples

       CheckIndexed archivehost \
              0200004f75ee01094cc13e11dbbad000e08159832d000024d40200000000
       CheckIndexed 10.152.0.12 \
              0200004f75ee01094cc13e11dbbad000e08159832d000024d40200000000 

Source Code

c/examples/CheckIndexed.c