Sun StorageTek 5800 System SDK Reference Manual

RetrieveMetadata

Retrieves metadata from the 5800 system. The OID specifies what data to retrieve.


Note –

By default, RetrieveMetadata displays the time according to the configuration of the client machine, including its time zone.


Synopsis

     java RetrieveMetadata <IP | HOST> <OID> [OPTIONS]

Description

Retrieves a data record and metadata from the 5800 system server. The metadata record identified by the supplied OID is printed to stdout.

Options

     
-h

Print this message.

Examples

     java RetrieveMetadata 10.152.0.12 \
          0200004f75ee01094cc13e11dbbad000e08159832d000024d40200000000

Source Code

     java/examples/RetrieveMetadata.java