Sun StorageTek 5800 System SDK Developer's Guide

DeleteRecord

Deletes the Sun 5800 system metadata record associated with an OID.

Synopsis

     java DeleteRecord <IP | Host> <OID> [OPTIONS]

Description

Deletes the record with the specified OID. If this record is the only record pointing to the data, the data will also be deleted.

Options

     
-v

Print deleted OID to stdout.

     
-h

Print this message.

Examples

     java DeleteRecord server \
          0200004f75ee01094cc13e11dbbad000e08159832d000024d40200000000

Source Code

java/examples/DeleteRecord.java