<?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: OpenVMS Monthly Uptime Report in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298440#M63171</link>
    <description>Hello Dante,&lt;BR /&gt;&lt;BR /&gt;instead of Advise IT you could run T4 on your nodes. Same principle, data for any downtime will be missing from your collected data. T4 is free, so there is quite a price differential to the CA product.&lt;BR /&gt;&lt;BR /&gt;OTOH, if all you are interested in is "uptime" a simple script that updates an RMS record with the current time every minute or so would do the trick too. You would need to capture and save this record during system startup to determine the downtime.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
    <pubDate>Sun, 13 Jun 2004 19:51:47 GMT</pubDate>
    <dc:creator>Martin P.J. Zinser</dc:creator>
    <dc:date>2004-06-13T19:51:47Z</dc:date>
    <item>
      <title>OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298426#M63157</link>
      <description>I have been looking for a solution to gather the monthly uptime for OpenVMS systems. I am thinking of a DCL procedure to keep track of this time. As we know when a system is rebooted, the OpenVMS Uptime is reseted and starts over.&lt;BR /&gt;&lt;BR /&gt;I need to get a percentage for more than 100 hosts, in this is in regard of diverse SLAs we have.&lt;BR /&gt;&lt;BR /&gt;I have found a couple of software tools that might help, Availability Mgr. from HP, and Heroix eQ Management Suite, but I think the use of these software seems to be too much just for getting this number, and they might not be worse buying.&lt;BR /&gt;&lt;BR /&gt;Any helps or tips would really be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Dante Villarreal</description>
      <pubDate>Mon, 07 Jun 2004 19:54:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298426#M63157</guid>
      <dc:creator>Dante_5</dc:creator>
      <dc:date>2004-06-07T19:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298427#M63158</link>
      <description>Dante,&lt;BR /&gt;&lt;BR /&gt;  This depends on your definition of "uptime" and the granularity you require. You obviously know about F$GETSYI("BOOTTIME"), so it's easy to work out if the boot time is before the start of the current month (100%!), the tricky bit is if the boot time was within the month - how to work out how much time the system was up prior to the boot?&lt;BR /&gt;&lt;BR /&gt;  There are numerous places to look for time stamped evidence of a startup - OPERATOR.LOG, ACCOUNTNG.DAT, SECURITY.AUDIT$JOURNAL. You can either rely on things you expect to find on a "normal" system or put things there yourself. The biggest trick would be working out when an unexpected shutdown occurred.&lt;BR /&gt;&lt;BR /&gt;  The biggest problem would be finding matching pairs of time stamps that represent downtime. &lt;BR /&gt;&lt;BR /&gt;  Perhaps a simple mechanism which would measure time that the system was operating normally is a kind of "piggy bank". Give the system a token for each uptime sample.&lt;BR /&gt;&lt;BR /&gt;  Have a batch job execute at regular intervals (the interval will be the granularity of the measurement). Use a system logical name to keep track of the last execution, take the difference and write a record, with time stamp, to a file.&lt;BR /&gt;Your report can then be calculated for any time period by summing the records in your period of interest. If there is no previous time, then you must be the first execution since boot time.&lt;BR /&gt;&lt;BR /&gt;  There's also the "Uptimes Project" at &lt;A href="http://uptimes.hostingwired.com/" target="_blank"&gt;http://uptimes.hostingwired.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;  I have no idea what their definition is, how the agent works, if you can access the information they collect directly from the node, or if it works without feeding the data back to the project web site.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2004 21:15:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298427#M63158</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2004-06-07T21:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298428#M63159</link>
      <description>Thank you so much for your help John. I am not really experienced in writing DCL procedures, but you certainly have given me good ideas and I am going to research on that.&lt;BR /&gt;Regards,&lt;BR /&gt;Dante</description>
      <pubDate>Mon, 07 Jun 2004 23:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298428#M63159</guid>
      <dc:creator>Dante_5</dc:creator>
      <dc:date>2004-06-07T23:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298429#M63160</link>
      <description>Dante,&lt;BR /&gt;&lt;BR /&gt;What we do is every day and during booting time we rename the operator.log to operator_&lt;NODE&gt;.&lt;CREATE_TIME&gt;_&lt;LAST-MOD_TIME&gt; . Because VMS is (in our case) creating at boottime this file, writing also when shutting down. When a system boots we need to check for more versions (also during the daily rename) . When you want to get track of the uptime (or downtime depends of how you looking) you can create a job to look simply across these filename in stead of digging these files.&lt;BR /&gt;&lt;BR /&gt;AvR&lt;/LAST-MOD_TIME&gt;&lt;/CREATE_TIME&gt;&lt;/NODE&gt;</description>
      <pubDate>Tue, 08 Jun 2004 00:45:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298429#M63160</guid>
      <dc:creator>Anton van Ruitenbeek</dc:creator>
      <dc:date>2004-06-08T00:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298430#M63161</link>
      <description>Hi Dante,&lt;BR /&gt;&lt;BR /&gt;HP has a product for VMS called LAR (Local Availability Reporter) This reports uptime, if downtime was planned, unplanned etc. It produces monthly reports and emails them to you and also into eSMG (Electronic Site Management Guide) . If you contact your HP Services rep they will be arrnage for you to get a copy and see if it meets your needs&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 09 Jun 2004 06:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298430#M63161</guid>
      <dc:creator>Stephen_67</dc:creator>
      <dc:date>2004-06-09T06:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298431#M63162</link>
      <description>Hello Dante,&lt;BR /&gt;If you consider uptime to be the time for which a node has been up and running. Then i would suggest that you use lexical function GETSYI and look for BOOTTIME on each of the nodes that you want to capture the uptime on and then you need to do some DCL.&lt;BR /&gt;&lt;BR /&gt;Take current time in your DCL for each node and then subtract it from the boot time that you get from your lexical. &lt;BR /&gt;&lt;BR /&gt;I would say that you start of on one node ... get the BOOTTIME and CURRENT TIME&lt;BR /&gt;Then subtract the BOOTTIME from CURRENT TIME. Once you deem that this is what you are looking for. Then you can look at other nodes/clusters.&lt;BR /&gt;&lt;BR /&gt;If your clusters are spread across diff networks and time zones then you may run into other issues. Once you get there, throw the issue out here and i am sure, one of us will come up with a solution/idea/workaround.&lt;BR /&gt;&lt;BR /&gt;All the best&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Wed, 09 Jun 2004 08:58:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298431#M63162</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-06-09T08:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298432#M63163</link>
      <description>Many thanks to Stephen and Mobeen.&lt;BR /&gt;I had not heard of that product, i'll find out , sounds it might be the easy way.&lt;BR /&gt;&lt;BR /&gt;Stephen: Do you know if this product is included with the Operating System at no extra cost ?&lt;BR /&gt;&lt;BR /&gt;Mobeen: I am currently working on lexical functions. The most difficult part is to calculate the uptime for a calendar month, let's day, May 1st at 00:00 to May 31st 23:59. I need to calculate this, but considering that we have planeed downtime. If for example the host was up during the normal operational hours, and just except for the planned maintenance windows, then that host would have a 100% uptime.</description>
      <pubDate>Wed, 09 Jun 2004 09:36:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298432#M63163</guid>
      <dc:creator>Dante_5</dc:creator>
      <dc:date>2004-06-09T09:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298433#M63164</link>
      <description>Hi Dante&lt;BR /&gt;&lt;BR /&gt;It depends on the Level of Service you have with HP. In the UK we include it usages at varies levels within the cost of the Service Agreement, please feel free to ask you HP Service rep to contact me and I will provide them with the information.&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 09 Jun 2004 09:40:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298433#M63164</guid>
      <dc:creator>Stephen_67</dc:creator>
      <dc:date>2004-06-09T09:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298434#M63165</link>
      <description>Also usable :&lt;BR /&gt;&lt;BR /&gt;when you use performance advisor for the whole month, it will report the missing data timeframe, t.i. the time the system was unavaible (or data collector was down).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 09 Jun 2004 09:57:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298434#M63165</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-06-09T09:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298435#M63166</link>
      <description>Thanks. Is this product "Performance Advisor" an HP product and have any link to it?</description>
      <pubDate>Wed, 09 Jun 2004 11:30:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298435#M63166</guid>
      <dc:creator>Dante_5</dc:creator>
      <dc:date>2004-06-09T11:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298436#M63167</link>
      <description>This product was a Dec product, has been sold to CA, and renamed Advise IT I think.&lt;BR /&gt;&lt;BR /&gt;See&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www3.ca.com/Solutions/Product.asp?ID=1174" target="_blank"&gt;http://www3.ca.com/Solutions/Product.asp?ID=1174&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;GÃ©ra</description>
      <pubDate>Wed, 09 Jun 2004 11:40:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298436#M63167</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-06-09T11:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298437#M63168</link>
      <description>Thanks!</description>
      <pubDate>Wed, 09 Jun 2004 11:43:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298437#M63168</guid>
      <dc:creator>Dante_5</dc:creator>
      <dc:date>2004-06-09T11:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298438#M63169</link>
      <description>&lt;BR /&gt;&amp;gt;&amp;gt; The most difficult part is to calculate the uptime for a calendar month, let's day, May 1st at 00:00 to May 31st 23:59.&lt;BR /&gt;&lt;BR /&gt;Correct. This has always been tricky.&lt;BR /&gt;&lt;BR /&gt;But it got better in VMS V7.3-2 when a new lexical function F$DELTA_TIME was added.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regular readers here will know I would now propose a 'perl' alternative, but it is a little tricky there also as there is no easy time-string to epoch-seconds function (or at least not that I can find today)&lt;BR /&gt;I would check out "vms_date_to_unix_epoch" in:&lt;BR /&gt;&lt;A href="http://search.cpan.org/~dsugal/vms-misc-1_01/misc.pm" target="_blank"&gt;http://search.cpan.org/~dsugal/vms-misc-1_01/misc.pm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You also may want to look around in Openvms.org. It caries several interesting articles in the space for example:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://dcl.openvms.org/stories.php?story=03/08/04/4042059" target="_blank"&gt;http://dcl.openvms.org/stories.php?story=03/08/04/4042059&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jun 2004 11:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298438#M63169</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-06-09T11:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298439#M63170</link>
      <description>Stephen:&lt;BR /&gt;&lt;BR /&gt; Do you know if HP has another tool like "Local Availability Reporter", but one that can work on VAX ?&lt;BR /&gt;LAR only works in Alpha architecture. Maybe there could be an old tool from DEC.&lt;BR /&gt;&lt;BR /&gt;If anybody of you know about this, would really be appreciated.&lt;BR /&gt;Thanks&lt;BR /&gt;Dante</description>
      <pubDate>Fri, 11 Jun 2004 16:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298439#M63170</guid>
      <dc:creator>Dante_5</dc:creator>
      <dc:date>2004-06-11T16:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298440#M63171</link>
      <description>Hello Dante,&lt;BR /&gt;&lt;BR /&gt;instead of Advise IT you could run T4 on your nodes. Same principle, data for any downtime will be missing from your collected data. T4 is free, so there is quite a price differential to the CA product.&lt;BR /&gt;&lt;BR /&gt;OTOH, if all you are interested in is "uptime" a simple script that updates an RMS record with the current time every minute or so would do the trick too. You would need to capture and save this record during system startup to determine the downtime.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Sun, 13 Jun 2004 19:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298440#M63171</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-06-13T19:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298441#M63172</link>
      <description>That's a good idea, Martin. You could even write the boottime and the current time into an indexed file where the boottime is the primary key. You do a write the first time and then just issue updates against the same key. That way you even have a history in one file.&lt;BR /&gt;&lt;BR /&gt;Hein, do you see a problem with repeated updates?</description>
      <pubDate>Mon, 14 Jun 2004 03:52:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298441#M63172</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-06-14T03:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298442#M63173</link>
      <description>Uwe,&lt;BR /&gt;&lt;BR /&gt;It's even better, for I learned there is an interface to get your applications write data to be included into T4 measurements. This may improve your reporting, where you can can add 'application uptime' to the reporting. What use is an up system if it cannot be used ;-)&lt;BR /&gt;&lt;BR /&gt;Willem</description>
      <pubDate>Mon, 14 Jun 2004 07:41:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298442#M63173</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2004-06-14T07:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298443#M63174</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;RMS has no problem with repeated updates. &lt;BR /&gt;&lt;BR /&gt;The only very minor worry might be (not in this case) if you have a bunch of somewhat tightly packed records and they all grow during update. Maybe they are variable length and data fields get added, or maybe they start out blank and compression gets less effective as they get filled. For those cases you want some 'fill factor', or preload the record with garbage. In your case this might mean filling the 'update time' right way on the first put, but we are not talknig about thousands of systems to be monitorred are we? so no issue.&lt;BR /&gt;&lt;BR /&gt;You can make the update very efficient by remembering the RFA after the put (or after a first find/get). However... you might want to consider a full open/find/update and maybe even a process creation for this job, as long as you don't do that every second, but every 5 minutes or so.&lt;BR /&gt;Why? Because this will prove the system was not only 'up' but was also able to perform a slightly complex tasks. If the system can do the update, but could not do the open (due to a disk lock perhaps) then would you consider the system to be up or down?&lt;BR /&gt;&lt;BR /&gt;Finally... for these low usage applications consider a less effective, but easier to deal with key. Instead of the 'natural' VMS binary date key and time data fields, I'd use text in the YYYYMMDDHHMMSS format as that is readable and also sorts fine. I might even throw in some dashes or colon's to make is more readable still knowing full well this that this fixed fluff wastes recources :-).&lt;BR /&gt;&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jun 2004 09:03:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298443#M63174</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2004-06-14T09:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298444#M63175</link>
      <description>Where do I get T4 ? Does it run on both Alphas and Vaxes ?&lt;BR /&gt;&lt;BR /&gt;I just got LAR (Local Availability Reporter) from HP, and it seems to be a nice tool so far. I still haven't checked the documentation completely, but unfortunatelly it just runs under Alpha.&lt;BR /&gt;&lt;BR /&gt;Thanks to all!&lt;BR /&gt;Dante</description>
      <pubDate>Mon, 14 Jun 2004 12:22:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298444#M63175</guid>
      <dc:creator>Dante_5</dc:creator>
      <dc:date>2004-06-14T12:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Monthly Uptime Report</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298445#M63176</link>
      <description>Hello Dante,&lt;BR /&gt;&lt;BR /&gt;T4 is at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/openvms/products/t4/index.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/products/t4/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;it looks like it is Alpha only (although I think it should be possible to do this on a VAX with a current VMS too, maybe ask hp if they have something that is not on the website)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Mon, 14 Jun 2004 21:10:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-monthly-uptime-report/m-p/3298445#M63176</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-06-14T21:10:44Z</dc:date>
    </item>
  </channel>
</rss>

