HP P6000 Replication Solutions Manager CLI Reference (T3680-96071, June 2012)

Syntax
set client
{res[ult_format]|rf={block_text|csv|result_code|table_text|xml|xml_raw}}
Switches
Specifies the result format. The options include block_text, csv, result_code,
table_text, xml, or xml_raw.
result_format
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
CSV 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
Raw XML format
NY>sho ms full
<?xml version="1.0" encoding="UTF-8"?>
<commandresponse>
<resultcode>0 Success</resultcode>
<command>SHOW MANAGED_SET FULL</command>
<description>Managed set SHOW</description>
<table>
<heading>
<column>Name</column>
<column>Type</column>
<column>Date created</column>
<column>Member Count</column>
</heading>
<row>
<column>manset1</column
SET CLIENT 27