<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Getting Disk Status in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6508966#M37334</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FWIW, common VMS system management problems have often already been solved once or twice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://groups.google.com/forum/m/?fromgroups#!topic/comp.os.vms/V7L1ZnbP1MM"&gt;There's somebody else presently re-solving a very similar problem in comp.os.vms&lt;/A&gt;&amp;nbsp;for instance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are archives of existing resources; &lt;A target="_blank" href="http://decuslib.com"&gt;decuslib.com&lt;/A&gt; has a large archive of DCL tools and procedures, as does the Google Groups search when targeting comp.os.vms, and there are other resources and sites around. &amp;nbsp;If the archives don't have exactly what you need for your environment, you'll usually find a related example that can be modified and used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you're interested in a different approach, there are tools around that use SNMP to monitor disk status remotely, too. &amp;nbsp;See if your IT environment monitors this, as VMS can present a variety of disk data via the add-on SNMP MIB bits. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More on SNMP and MIBs and related:&amp;nbsp;&lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/1117"&gt;snmpwalk&lt;/A&gt;, &lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/1326"&gt;AgentX&lt;/A&gt;, &lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/159"&gt;Nagios NRPE&lt;/A&gt;, &lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/1021"&gt;beware of the SMH security bugs&lt;/A&gt;, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ps: "Not something that could be done by a DCL procedure"? &amp;nbsp; &amp;nbsp;Sure it can. &amp;nbsp; Two ways: &amp;nbsp;first and easiest, use the&amp;nbsp;&lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/1887"&gt;DVI$_MOUNTCNT_CLUSTER&lt;/A&gt;&amp;nbsp;itemcode. &amp;nbsp; (Works from DCL and f$getdvi("ddcu:","MOUNTCNT_CLUSTER"), too.) &amp;nbsp; If you're not within the last ~seven years or so with patches or are running further back than OpenVMS Alpha V7.3-2, then DCL DECnet task-to-task can gather the data on each host.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Given the above, the arrival of the new item code DVI$_MOUNTCNT_CLUSTER&amp;nbsp;may be of interest. This item code will "first" appear in OpenVMS I64&amp;nbsp;V8.3-1H1, expected to ship some time in the fall of 2007. As V8.3-1H1&amp;nbsp;is a limited hardware release targeted for I64 blade systems, there will&amp;nbsp;be no release for Alpha; the next general purpose release for OpenVMS Alpha&amp;nbsp;will be V8.4. No backport for OpenVMS VAX will be done.&amp;nbsp;&lt;SPAN&gt;This item code has been backported to V7.3-2, V8.2, V8.2-1, and V8.3, and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;will require future SYS (for $GETDVI) and DCL (for F$GETDVI) kits. There will&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;be no backport for the RTL routine LIB$GETDVI. I expect that the kits for the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;above versions will be available in the next month or so." &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(Haven't looked to see if this stuff was added into the patch notes, but I think it was... &amp;nbsp;That's where the documentation for various feature updates got moved; away from the release notes and new features manuals. &amp;nbsp;That's pretty well hidden from the search engines, too.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ah, hello "Your post has been changed because invalid HTML was found in the message body. The invalid HTML has been removed. Please review the message and submit the message when you are satisfied." &amp;nbsp;&amp;nbsp;Um, no, I didn't insert any rogue HTML. &amp;nbsp;You did. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jun 2014 17:31:13 GMT</pubDate>
    <dc:creator>Hoff</dc:creator>
    <dc:date>2014-06-13T17:31:13Z</dc:date>
    <item>
      <title>Getting Disk Status</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6506770#M37327</link>
      <description>&lt;P&gt;I am writing a DCL script to get disk status, similar to what is shown by SHO DEV diskname.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The most common status's (statii?) that I see are: Mounted, Online, Offline, and Mount-Verify Timeout.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Mount status can be easily gotten via F$GETDVI( diskname, &amp;nbsp;"MNT" ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get the other status's I took the value returned by F$GETDVI( diskname, "STS" ) and broke apart the bit-mapped info. &amp;nbsp;But this doesn't seem to be showing me something I can relate to Mount-Verify Timeout.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was thinking of trying to decode the output from F$GETDVI( diskname, "DEVSTS"), but I'm wondering if I'm making this too complicated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone suggest, or point me to some example DCL, that returns the above disk status info?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 17:28:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6506770#M37327</guid>
      <dc:creator>Jack Trachtman</dc:creator>
      <dc:date>2014-06-11T17:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Disk Status</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6506864#M37328</link>
      <description>&lt;P&gt;I don't know of anything in DCL that will decode those bitmaps.&amp;nbsp; The Perl extension VMS::Device will do the trick, though:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$ type devsts.pl&lt;BR /&gt;use strict;
use VMS::Device qw(device_info decode_device_bitmap);

my $i = VMS::Device::device_info($ARGV[0])-&amp;gt;{STS};
my $status_hash = VMS::Device::decode_device_bitmap('STS', $i);
for my $status (sort keys %$status_hash) {
    print "$status\n" if $$status_hash{$status};
}

$ perl devsts.pl $23$dga13:
EXFUNC_SUPP
FAST_PATH
LCL_VALID
ONLINE
UNLOAD
VALID&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;You should see TIMOUT in the list if that's what's happening on your device.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 18:56:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6506864#M37328</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2014-06-11T18:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Disk Status</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6506902#M37329</link>
      <description>&lt;P&gt;Actually, I think that's not the timeout you want.&amp;nbsp; From ucbdef.h:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/*   These fields count reasons for our returning SS$_MEDOFL to help us diagnose excessive Mount Verifies */
#define UCB$L_DK_TIMEOUT        912     /*   I/O Timed Out */
#define UCB$L_DK_DRVERR 916             /*   SS$_DRVERR returned from port */
#define UCB$L_DK_CTRLERR        920     /*   SS$_CTRLERR ... */
#define UCB$L_DK_DEVOFFLINE     924     /*   SS$_DEVOFFLINE ... */
#define UCB$L_DK_UNIT_ATTENTION 928     /*   Unit Attention CHECK CONDITION */
#define UCB$L_DK_VENDOR_SPECIFIC        932 /*    */
. . .&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;but I don't know offhand (and couldn't quickly find in the docs) how to request whether UCB$L_DK_TIMEOUT has been detected.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 19:47:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6506902#M37329</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2014-06-11T19:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Disk Status</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6507298#M37330</link>
      <description>&lt;P&gt;Jack,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the souce code of SHOW DEVICE (in this case [CLIUTL]SHODEVPRT) has the following comment&amp;nbsp;for the MntVerifyTimeout state:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;! If the volume is not valid AND mounted AND is Files-11, then it has failed&lt;BR /&gt;!&amp;nbsp;mount verification and it should be marked "MntVerfyTimeout"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should find all the state bits you're interested in in SYS$LIBRARY:LIB.REQ (looks below $UCBDEF)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2014 06:54:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6507298#M37330</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2014-06-12T06:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Disk Status</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6507986#M37331</link>
      <description>&lt;P&gt;Volker,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you VERY much for looking that up!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you think that MOUNTCNT is also a derived value in SHOW DEVICE? See below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ SHO DEV DSA200&lt;BR /&gt;&lt;BR /&gt;Device Device Error Volume Free Trans Mnt&lt;BR /&gt;Name Status Count Label Blocks Count Cnt&lt;BR /&gt;DSA200: Mounted 0 SYSDISK2 52171136 2320 2 &amp;nbsp;&amp;lt;===&lt;BR /&gt;$1$DGA1050: (INTEGD) ShadowSetMember 0 (member of DSA200:)&lt;BR /&gt;$1$DGA2050: (INTEGD) ShadowSetMember 0 (member of DSA200:)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;$ WRITE SYS$OUTPUT F$GETDVI( "DSA200:", "MOUNTCNT" )&lt;BR /&gt;1 &amp;nbsp;&amp;lt;===&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(OpenVMS v8.4, latest patches)&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jun 2014 17:29:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6507986#M37331</guid>
      <dc:creator>Jack Trachtman</dc:creator>
      <dc:date>2014-06-12T17:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Disk Status</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6508362#M37332</link>
      <description>&lt;P&gt;Jack,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;F$GETDVI(device,"MOUNTCNT") shows the mount count on the local node, whereas SHOW DEVICE shows the cluster-wide mount count of the disks (obtained by scanning cluster-wide locks - see [CLIUTL]SHOWDEVCLU routine scan_cluster_locks). Not something that could be done by a DCL procedure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2014 05:08:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6508362#M37332</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2014-06-13T05:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Disk Status</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6508826#M37333</link>
      <description>&lt;P&gt;Thanks again Volker!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2014 15:03:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6508826#M37333</guid>
      <dc:creator>Jack Trachtman</dc:creator>
      <dc:date>2014-06-13T15:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Disk Status</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6508966#M37334</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FWIW, common VMS system management problems have often already been solved once or twice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://groups.google.com/forum/m/?fromgroups#!topic/comp.os.vms/V7L1ZnbP1MM"&gt;There's somebody else presently re-solving a very similar problem in comp.os.vms&lt;/A&gt;&amp;nbsp;for instance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are archives of existing resources; &lt;A target="_blank" href="http://decuslib.com"&gt;decuslib.com&lt;/A&gt; has a large archive of DCL tools and procedures, as does the Google Groups search when targeting comp.os.vms, and there are other resources and sites around. &amp;nbsp;If the archives don't have exactly what you need for your environment, you'll usually find a related example that can be modified and used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you're interested in a different approach, there are tools around that use SNMP to monitor disk status remotely, too. &amp;nbsp;See if your IT environment monitors this, as VMS can present a variety of disk data via the add-on SNMP MIB bits. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More on SNMP and MIBs and related:&amp;nbsp;&lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/1117"&gt;snmpwalk&lt;/A&gt;, &lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/1326"&gt;AgentX&lt;/A&gt;, &lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/159"&gt;Nagios NRPE&lt;/A&gt;, &lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/1021"&gt;beware of the SMH security bugs&lt;/A&gt;, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ps: "Not something that could be done by a DCL procedure"? &amp;nbsp; &amp;nbsp;Sure it can. &amp;nbsp; Two ways: &amp;nbsp;first and easiest, use the&amp;nbsp;&lt;A target="_blank" href="http://labs.hoffmanlabs.com/node/1887"&gt;DVI$_MOUNTCNT_CLUSTER&lt;/A&gt;&amp;nbsp;itemcode. &amp;nbsp; (Works from DCL and f$getdvi("ddcu:","MOUNTCNT_CLUSTER"), too.) &amp;nbsp; If you're not within the last ~seven years or so with patches or are running further back than OpenVMS Alpha V7.3-2, then DCL DECnet task-to-task can gather the data on each host.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Given the above, the arrival of the new item code DVI$_MOUNTCNT_CLUSTER&amp;nbsp;may be of interest. This item code will "first" appear in OpenVMS I64&amp;nbsp;V8.3-1H1, expected to ship some time in the fall of 2007. As V8.3-1H1&amp;nbsp;is a limited hardware release targeted for I64 blade systems, there will&amp;nbsp;be no release for Alpha; the next general purpose release for OpenVMS Alpha&amp;nbsp;will be V8.4. No backport for OpenVMS VAX will be done.&amp;nbsp;&lt;SPAN&gt;This item code has been backported to V7.3-2, V8.2, V8.2-1, and V8.3, and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;will require future SYS (for $GETDVI) and DCL (for F$GETDVI) kits. There will&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;be no backport for the RTL routine LIB$GETDVI. I expect that the kits for the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;above versions will be available in the next month or so." &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(Haven't looked to see if this stuff was added into the patch notes, but I think it was... &amp;nbsp;That's where the documentation for various feature updates got moved; away from the release notes and new features manuals. &amp;nbsp;That's pretty well hidden from the search engines, too.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ah, hello "Your post has been changed because invalid HTML was found in the message body. The invalid HTML has been removed. Please review the message and submit the message when you are satisfied." &amp;nbsp;&amp;nbsp;Um, no, I didn't insert any rogue HTML. &amp;nbsp;You did. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2014 17:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6508966#M37334</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2014-06-13T17:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Disk Status</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6512624#M37335</link>
      <description>&lt;P&gt;Hoff,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the info about the&amp;nbsp;&lt;SPAN&gt;"MOUNTCNT_CLUSTER" arg to F$GETDVI. &amp;nbsp; I wonder what other available arguments aren't listed in the HELP text.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2014 17:13:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6512624#M37335</guid>
      <dc:creator>Jack Trachtman</dc:creator>
      <dc:date>2014-06-17T17:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Disk Status</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6514242#M37336</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;nbsp;re: "I wonder what other available arguments aren't listed in the HELP text."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Donno.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the manuals haven't been opened and updated for an OpenVMS release, there'll obviously be omissions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I usually just read the header files, then refer back to the manuals when necessary. &amp;nbsp;(If you're inclined to check for yourself, then use &amp;nbsp;DIFFERENCES across two versions, and have a look...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;HP announced that any enhancements were going to be arriving via UPDATE kits a while back, so the patch release notes also became the documentation to check for those changes, too.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why, hello "Your post has been changed because invalid HTML was found in the message body. The invalid HTML has been removed. Please review the message and submit the message when you are satisfied.", we meet again.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2014 22:17:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/getting-disk-status/m-p/6514242#M37336</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2014-06-18T22:17:01Z</dc:date>
    </item>
  </channel>
</rss>

