Ensure an object can be queried. Checks if the metadata for an object is present in the query engine, and inserts the metadata if it is not present.
java CheckIndexed <IP | HOST> <OID> [OPTIONS]
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.
|
-h
Print this message.
java CheckIndexed server \
0200004f75ee01094cc13e11dbbad000e08159832d000024d40200000000
java CheckIndexed 10.152.0.12 \
0200004f75ee01094cc13e11dbbad000e08159832d000024d40200000000
java/examples/CheckIndex.java