<?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: XPinfo for OVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/xpinfo-for-ovms/m-p/4258074#M90879</link>
    <description>Vms_check is a very good tool, see this article in the Openvms Technical Journal&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.openvms.compaq.com/openvms/journal/v7/vms_check_tool.html" target="_blank"&gt;http://www.openvms.compaq.com/openvms/journal/v7/vms_check_tool.html&lt;/A&gt;</description>
    <pubDate>Tue, 26 Aug 2008 15:32:05 GMT</pubDate>
    <dc:creator>labadie_1</dc:creator>
    <dc:date>2008-08-26T15:32:05Z</dc:date>
    <item>
      <title>XPinfo for OVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xpinfo-for-ovms/m-p/4258072#M90877</link>
      <description>Hi,&lt;BR /&gt;Does anyone know if XPinfo is available for VMS and if so where can I download it from?&lt;BR /&gt;&lt;BR /&gt;Many thanks.&lt;BR /&gt;Dec</description>
      <pubDate>Tue, 26 Aug 2008 15:05:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xpinfo-for-ovms/m-p/4258072#M90877</guid>
      <dc:creator>DJMC</dc:creator>
      <dc:date>2008-08-26T15:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: XPinfo for OVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xpinfo-for-ovms/m-p/4258073#M90878</link>
      <description>Not that I know of (though I've never particularly looked for it either).  If it's what I think it is you may be able to get what you need with SHOW DEVICE or SHOW VOLUME.  It would help to know what you are trying to do.</description>
      <pubDate>Tue, 26 Aug 2008 15:17:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xpinfo-for-ovms/m-p/4258073#M90878</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2008-08-26T15:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: XPinfo for OVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xpinfo-for-ovms/m-p/4258074#M90879</link>
      <description>Vms_check is a very good tool, see this article in the Openvms Technical Journal&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.openvms.compaq.com/openvms/journal/v7/vms_check_tool.html" target="_blank"&gt;http://www.openvms.compaq.com/openvms/journal/v7/vms_check_tool.html&lt;/A&gt;</description>
      <pubDate>Tue, 26 Aug 2008 15:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xpinfo-for-ovms/m-p/4258074#M90879</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2008-08-26T15:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: XPinfo for OVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xpinfo-for-ovms/m-p/4258075#M90880</link>
      <description>Show dev DG&lt;BR /&gt;The numbers are a correlation of the CU:LDEV.  I use Excel to convert the numbers from the DGA device to the CU:LDEV.&lt;BR /&gt;Colums I use are:&lt;BR /&gt;A=DEV NAME&lt;BR /&gt;B=VOL NAME&lt;BR /&gt;C=NODE&lt;BR /&gt;D=CU:LDEV&lt;BR /&gt;E=convert(hidden)&lt;BR /&gt;F=convert(hidden)&lt;BR /&gt;&lt;BR /&gt;A169                      DGA Number location &lt;BR /&gt;=ROUNDDOWN(A169/256,0)    CU value&lt;BR /&gt;=A169-(E169*256)          LDEV value&lt;BR /&gt;=CONCATENATE(DEC2HEX(E169),":",DEC2HEX(F169)) = Cell C169&lt;BR /&gt;&lt;BR /&gt;I am positive you can convert the values inside VMS in DCL, just haven't had time and usually my reports in Excel are good for the storage team.  I easily import the data from VMS on one page and the data from the frame on another page.  Then have the CU:LDEVs line up and compare on third page of report.  I also report for multiple clusters and nodes.  That way I have one huge report with everything.&lt;BR /&gt;&lt;BR /&gt;I haven't found anything that can read the XP frame serial numbers - like xpinfo can provide.&lt;BR /&gt;&lt;BR /&gt;Hope some of this helps.</description>
      <pubDate>Tue, 26 Aug 2008 17:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xpinfo-for-ovms/m-p/4258075#M90880</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2008-08-26T17:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: XPinfo for OVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/xpinfo-for-ovms/m-p/4258076#M90881</link>
      <description>Consider asking HP support; they tend to have these sorts of maintenance tools around, and can know of analogs and approaches.  Some of the storage arrays can be network accessible, for instance, and details can be visible via their MIBs.&lt;BR /&gt;&lt;BR /&gt;As for this case, the undocumented sys$etc:scsi_info tool and mayhap cddvd /inquire tool can potentially read serial numbers.&lt;BR /&gt;&lt;BR /&gt;Disks have an architected location for the serial number, though other locations can be implemented by a vendor.  As for the array itself (if that has a serial number visible to something akin to xpinfo), I'd probably toss a SCSI command at the management device to try to pull in the controller serial number.&lt;BR /&gt;&lt;BR /&gt;That assumes the serial number isn't (also) logged in the error log or FRU tables or such.  (SDA&amp;gt; SHOW FRU, etc)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Aug 2008 17:50:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/xpinfo-for-ovms/m-p/4258076#M90881</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-08-26T17:50:04Z</dc:date>
    </item>
  </channel>
</rss>

