Verifying storage mirroring server connectivity, Sample, Sample output – HP Storage Mirroring Software User Manual

Page 118: Verifying server connectivity

Advertising
background image

116 of 118

Verifying Storage Mirroring server connectivity

To test connectivity from a Storage Mirroring Reporting Center server to a Storage
Mirroring server, use the following command-line tool:

dtrc_modtest –e –m doubletake –f MODULE –t HOSTNAME –T 3 –USERNAME
PASSWORD

Where MODULE is either STATUS, CONFIG, or PERF, HOSTNAME is the Storage
Mirroring server node, and USERNAME and PASSWORD are the credentials supplied
to Storage Mirroring for that node.

Note: Server names with spaces will need to be in “double quotes”.

The command will return data if the connectivity is achieved, or errors if connectivity
fails.

Sample

dtrc_modtest -e -m doubletake -f status -t Server01 -T 3 -Udtrcsvc -Ppa$$w0rd

Sample output

<AXMLRESULT><STATUS>0</STATUS><MESSAGE>Okay</MESSAGE>

<REPORT starttime=”1177344246” endtime=”1177344849” module=”doubletake”
function=”status” hostname=Server01><dt_repset_status><name cast=”String”
item=”key”>test ExData</name>

<size cast=”Int” item=”value” scale=”1048576”>0</size>

<directories cast=”Int” item=”value”>-1</directories>

<files cast=”Int” item=”value”>-1</files>

<volumes cast=”Int” item=”value”>1</volumes></dt_repset_status>

<dt_monitor_status><name cast=”String” item=”key”>10-05</name>

<status cast=”String” item=”key”>Failover Condition Met</status></dt_monitor_
status></REPORT>

</AXMLRESULT>

Advertising