<?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: how can i list os version and fix on OpenVMS? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988116#M60864</link>
    <description>"LICENSE LIST" will show you what products are licensed for use on the system.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
    <pubDate>Thu, 05 Jun 2003 16:59:01 GMT</pubDate>
    <dc:creator>Martin Johnson</dc:creator>
    <dc:date>2003-06-05T16:59:01Z</dc:date>
    <item>
      <title>how can i list os version and fix on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988113#M60861</link>
      <description>how can i list os version and fix on OpenVMS?</description>
      <pubDate>Wed, 04 Jun 2003 03:21:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988113#M60861</guid>
      <dc:creator>nos.</dc:creator>
      <dc:date>2003-06-04T03:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: how can i list os version and fix on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988114#M60862</link>
      <description>the DCL command "show system" will give you the current version. &lt;BR /&gt;&lt;BR /&gt;$show system&lt;BR /&gt;&lt;BR /&gt;What do you mean by "fix"?</description>
      <pubDate>Wed, 04 Jun 2003 08:48:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988114#M60862</guid>
      <dc:creator>Tim Killinger</dc:creator>
      <dc:date>2003-06-04T08:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: how can i list os version and fix on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988115#M60863</link>
      <description>As Tim suggested, $ SHOW SYSTEM will give you the version and a lot more.  Depending on what version you're running, you can use an abbreviated form, $ SHOW SYSTEM/NOPROCESS.&lt;BR /&gt;&lt;BR /&gt;To list installed ECOs and software you can use the following commands:&lt;BR /&gt;&lt;BR /&gt;For software installed with the PCSI utility on VAX and Alpha:&lt;BR /&gt;&lt;BR /&gt;$ PROD SHOW PRODUCT &lt;BR /&gt;$ PROD SHOW HISTORY&lt;BR /&gt;&lt;BR /&gt;On Alpha with software installed using VMSINSTAL, you can:&lt;BR /&gt;&lt;BR /&gt;$ TYPE SYS$UPDATE:VMSINSTAL.HISTORY&lt;BR /&gt;&lt;BR /&gt;I don't believe that this file exists on VAX-based systems.&lt;BR /&gt;&lt;BR /&gt;bob</description>
      <pubDate>Thu, 05 Jun 2003 13:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988115#M60863</guid>
      <dc:creator>Bob Blunt</dc:creator>
      <dc:date>2003-06-05T13:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: how can i list os version and fix on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988116#M60864</link>
      <description>"LICENSE LIST" will show you what products are licensed for use on the system.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Thu, 05 Jun 2003 16:59:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988116#M60864</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2003-06-05T16:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: how can i list os version and fix on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988117#M60865</link>
      <description>SYS$UPDATE:VMSINSTAL.HISTORY is available on VAX, but only on newer versions, cant remember exactly which 7.x version it came in, but I do have it on my 7.3 boxes.&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Jun 2003 00:49:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988117#M60865</guid>
      <dc:creator>Alex  Daniels</dc:creator>
      <dc:date>2003-06-06T00:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: how can i list os version and fix on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988118#M60866</link>
      <description>Have you tried F$GETSYI("VERSION")? or the equivalent SYS$GETSYI in a high level language?</description>
      <pubDate>Mon, 09 Jun 2003 18:21:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988118#M60866</guid>
      <dc:creator>Gary Sachs</dc:creator>
      <dc:date>2003-06-09T18:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: how can i list os version and fix on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988119#M60867</link>
      <description>Hi&lt;BR /&gt;You can do a&lt;BR /&gt;$ dir/col=1 sys$help:*.REL* &lt;BR /&gt;&lt;BR /&gt;This gives you an view of all installed products on your system. Most of them with a version number.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Beat</description>
      <pubDate>Wed, 09 Jul 2003 06:50:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988119#M60867</guid>
      <dc:creator>Burkart Beat</dc:creator>
      <dc:date>2003-07-09T06:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: how can i list os version and fix on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988120#M60868</link>
      <description>Hello nos,&lt;BR /&gt;I'm a new user in this forum.&lt;BR /&gt;I believe 'fix' are list of bugs fix as patch.&lt;BR /&gt;You can know upgrade and patch (I think are called ECO) reading forum and documantation in this web site.&lt;BR /&gt;P.S.&lt;BR /&gt;Our VMS comunity is littlest in hp forum.&lt;BR /&gt;Please, assign points to answer so we can graw togheter. This is valid for all other members of vms forum.&lt;BR /&gt;&lt;BR /&gt;Thak you from Italy.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jul 2003 07:28:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988120#M60868</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2003-07-09T07:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: how can i list os version and fix on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988121#M60869</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In a standalone system you can try:&lt;BR /&gt;SHOW SYSTEM/NOPROCESS/FULL&lt;BR /&gt;and in a cluster:&lt;BR /&gt;SHOW SYSTEM/NOPROCESS/FULL/CLUSTER&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Manuel</description>
      <pubDate>Wed, 09 Jul 2003 15:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988121#M60869</guid>
      <dc:creator>Manuel Plaza</dc:creator>
      <dc:date>2003-07-09T15:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: how can i list os version and fix on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988122#M60870</link>
      <description>To get the patches which are currently on the &lt;BR /&gt;system (assuming we are talking PCSI Kits) try&lt;BR /&gt;the following:&lt;BR /&gt;&lt;BR /&gt;$pipe product show hist | search sys$pipe oper&lt;BR /&gt;&lt;BR /&gt;The highest entry gives you the date the last time the Operating system was installed (which obsoletes all OS patches).&lt;BR /&gt;&lt;BR /&gt;e.g. $ pipe product show hist | search sys$pipe oper&lt;BR /&gt;PRODUCT                             KIT TYPE    OPERATION   DATE AND TIME&lt;BR /&gt;DEC AXPVMS VMS V7.3                 Oper System Install     05-JUN-2001 10:18:14&lt;BR /&gt;DEC AXPVMS VMS V7.2-1               Oper System Remove      05-JUN-2001 10:18:14&lt;BR /&gt;DEC AXPVMS VMS V7.2-1               Oper System Install     26-JAN-2001 16:58:39&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i.e. on this particular system 05-Jan-2001&lt;BR /&gt;&lt;BR /&gt;Then do a &lt;BR /&gt;&lt;BR /&gt;$ pipe product show hist /since=&lt;DATE&gt; | search sys$pipe patch&lt;BR /&gt;&lt;BR /&gt;to find all the patches installed (and superseeded) afterwards, e.g.&lt;BR /&gt;&lt;BR /&gt;$ pipe product show hist /since=05-jan-2001 | search sys$pipe patch&lt;BR /&gt;&lt;BR /&gt;IBM AXPVMS MQSERIES0510_ECO01 V1.0  Patch       Install     13-MAR-2003 17:30:47&lt;BR /&gt;DEC AXPVMS VMS73_GRAPHICS V1.0      Patch       Install     11-SEP-2002 11:01:15&lt;BR /&gt;DEC AXPVMS VMS73_DECW_XTERM V1.0    Patch       Install     11-SEP-2002 10:51:56&lt;BR /&gt;DEC AXPVMS VMS73_DW_MOT_MUP V1.0    Patch       Install     11-SEP-2002 10:51:10&lt;BR /&gt;DEC AXPVMS TCPIP_ECO V5.1-151       Patch       Remove      20-MAY-2002 11:14:10&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;&lt;/DATE&gt;</description>
      <pubDate>Thu, 10 Jul 2003 15:26:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988122#M60870</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2003-07-10T15:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: how can i list os version and fix on OpenVMS?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988123#M60871</link>
      <description>BTW - don't forget the other products/patches that are (or may be) kept in sys$update:vmsinstal$history!&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jul 2003 20:59:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-can-i-list-os-version-and-fix-on-openvms/m-p/2988123#M60871</guid>
      <dc:creator>Bradford Hamilton</dc:creator>
      <dc:date>2003-07-10T20:59:26Z</dc:date>
    </item>
  </channel>
</rss>

