HP StorageWorks Replication Solutions Manager Command Line User Interface Reference (T3687-96029, August 2005)

Description
The SET CLIENT command species the result format for the CLUI client. The client can receive the
results of a command as block text, CSV, result code, table text, or XML.
Switches
result_format Species the result format. The options include block_text, csv,
result_code, table_text,andxml.
Examples
Block text format
NY>show ms full
0 Success
Name........:manset1
Type........:VirtualDisk
Comment.....:
Date Created 6/14/04 4:39 PM
Member Count: 0
Name........:manset2
Type........:Connection
Comment.....:
Date Created: 6/14/04 4:39 PM
Member Count: 0
CS V format
NY>show ms full
RC=0 Success
Name,Type,Comment,Date Created,Member Count,
manset1,VirtualDisk,,6/14/04 4:39 PM,0,
manset2,Connection,,6/14/04 4:39 PM,0,
Result code format
NY>show ms full
RC=0 Success
Table text format
NY>show ms full
0 Success
Name Type Comment Date Created Member Count
------- ----------- ------- --------------- ------------
manset1 VirtualDisk 6/14/04 4:39 PM 0
manset2 Connection 6/14/04 4:39 PM 0
XML format
NY>sho ms full
<?xml version="1.0" encoding="UTF-8"?>
<commandresponse>
<resultcode>0 Success</resultcode>
<command>SHOW MANAGED_SET FULL</command>
<desciption>Managed set SHOW</description>
<table>
<heading>
HP StorageWorks Replication Solutions Manager Command Line User Interface reference
29