Example 14.2. Example set of transient node attributes for node "cl-virt-1"
<transient_attributes id="cl-virt-1"> <instance_attributes id="status-cl-virt-1"> <nvpair id="status-cl-virt-1-pingd" name="pingd" value="3"/> <nvpair id="status-cl-virt-1-probe_complete" name="probe_complete" value="true"/> <nvpair id="status-cl-virt-1-fail-count-pingd:0" name="fail-count-pingd:0" value="1"/> <nvpair id="status-cl-virt-1-last-failure-pingd:0" name="last-failure-pingd:0" value="1239009742"/> </instance_attributes> </transient_attributes>
pingd:0
resource has failed once, at Mon Apr 6 11:22:22 2009
. [15] We also see that the node is connected to three "pingd" peers and that all known resources have been checked for on this machine (probe_complete
).
date
command to print a human readable of any seconds-since-epoch value: # date -d @<parameter>number</parameter>