<?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: List the products/sofftwares installed in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333477#M63574</link>
    <description>Hello Govind,&lt;BR /&gt;&lt;BR /&gt;one thing to keep in mind is that whatever OS you are using, there is &amp;lt;&lt;NO&gt;&amp;gt; way to detect arbitrarily installed programs on the system. swlist on hp-ux only gives you the programs installed with the hp-ux package manager. If a program is installed any other way (e.g. compiled from sources, just copy the executable ) it will not be found.&lt;BR /&gt;&lt;BR /&gt;VMS is no exception to this rule. The previous posts already discussed the two possible package managers (VMSINSTAL and PCSI). PCSI is the current one and pretty much all sotware you get from hp nowadays is in this format.  &lt;BR /&gt;&lt;BR /&gt;Unfortunatly product show hist does list also old programs that already have been removed from the system. I wrote a small parser in perl to generate from this a list of the products actually currently installed via PCSI on the system. This can be found at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://zinser.no-ip.info/common/vms/sw/notes/pcsi_inst.zip" target="_blank"&gt;http://zinser.no-ip.info/common/vms/sw/notes/pcsi_inst.zip&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Note for regulars in this group, since the last time the tool has been enhanced to generate either text or HTML output on request.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin&lt;/NO&gt;</description>
    <pubDate>Sun, 18 Jul 2004 18:54:55 GMT</pubDate>
    <dc:creator>Martin P.J. Zinser</dc:creator>
    <dc:date>2004-07-18T18:54:55Z</dc:date>
    <item>
      <title>List the products/sofftwares installed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333468#M63565</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;how to know the list of products/softwares installed in the Open VMS 7.1-2, &lt;BR /&gt;&lt;BR /&gt;let me know what is the command to get the list. (for exp: in hp-ux #swlist)&lt;BR /&gt;&lt;BR /&gt;thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Govind.</description>
      <pubDate>Fri, 16 Jul 2004 06:24:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333468#M63565</guid>
      <dc:creator>Govinda</dc:creator>
      <dc:date>2004-07-16T06:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: List the products/sofftwares installed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333469#M63566</link>
      <description>set term/wid=132&lt;BR /&gt;prod sh prod /full&lt;BR /&gt;prod sh hist/fu&lt;BR /&gt;&lt;BR /&gt;This will give you the products installed using &lt;BR /&gt;$ product instal&lt;BR /&gt;&lt;BR /&gt;For the ones installed using&lt;BR /&gt;$@sys$update:vmsinstal 'produit 'location &lt;BR /&gt;you can try &lt;BR /&gt;$ type sys$update:vmsinstal.history&lt;BR /&gt;and, as often the releases notes are still here&lt;BR /&gt;&lt;BR /&gt;$ dir sys$help:*.releas_notes</description>
      <pubDate>Fri, 16 Jul 2004 06:37:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333469#M63566</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-07-16T06:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: List the products/sofftwares installed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333470#M63567</link>
      <description>sorry, typo, read&lt;BR /&gt;&lt;BR /&gt;sys$help:*.release_notes</description>
      <pubDate>Fri, 16 Jul 2004 06:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333470#M63567</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-07-16T06:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: List the products/sofftwares installed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333471#M63568</link>
      <description>Thanks a lot,&lt;BR /&gt;&lt;BR /&gt;Govind.</description>
      <pubDate>Fri, 16 Jul 2004 06:41:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333471#M63568</guid>
      <dc:creator>Govinda</dc:creator>
      <dc:date>2004-07-16T06:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: List the products/sofftwares installed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333472#M63569</link>
      <description>Govind,&lt;BR /&gt;First of all i would request that you kindly assign points to folks who are trying to help you on this forum.&lt;BR /&gt;&lt;BR /&gt;Now coming to your question. &lt;BR /&gt;&lt;BR /&gt;In VMS environment you can install products/software using 2 utilities i.e PCSI and VMSINSTAL&lt;BR /&gt;&lt;BR /&gt;So if you would like to get a complete list of software/products installed on your VMS system, you would need to use the following commands and put the lists generated in the 2 commands together&lt;BR /&gt;&lt;BR /&gt;1. $PRODUCT SHOW HISTORY&lt;BR /&gt;2. $type  sys$update:VMSINSTAL.HISTORY &lt;BR /&gt;&lt;BR /&gt;Let me know if you have any questions&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Fri, 16 Jul 2004 06:45:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333472#M63569</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-07-16T06:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: List the products/sofftwares installed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333473#M63570</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;for the product installed with VMSINSTAL you can use @sys$update:INSTALLED_PRDS.COM&lt;BR /&gt;This procedure exists on OpenVMS Alpha v6.2, i don't know if you can still find it on v7.1-2&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Steph</description>
      <pubDate>Fri, 16 Jul 2004 07:36:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333473#M63570</guid>
      <dc:creator>Guillou_2</dc:creator>
      <dc:date>2004-07-16T07:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: List the products/sofftwares installed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333474#M63571</link>
      <description>Govind,&lt;BR /&gt;&lt;BR /&gt;The above only works if the system was properly installed.&lt;BR /&gt;&lt;BR /&gt;Not properly are :&lt;BR /&gt;1) executables copied from other nodes (check modification date of all .exe)&lt;BR /&gt;2) exectables coming from stuff that don't follow the 2 standards, t.i. the ones that simply use save sets/zip kits to install&lt;BR /&gt;3) sometimes there is no remove option for something that is installed. Thus manual deletes may have removed the package.&lt;BR /&gt;&lt;BR /&gt;So no sure way. For the system directory I used to comapre all creation dates with the dates that John Gillings had on the Australian HP website. But that is no longer operational ...</description>
      <pubDate>Fri, 16 Jul 2004 08:07:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333474#M63571</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-07-16T08:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: List the products/sofftwares installed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333475#M63572</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Install RCM on your system. It will give you the complete list of products installed on you system.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Lokesh Jain</description>
      <pubDate>Fri, 16 Jul 2004 08:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333475#M63572</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2004-07-16T08:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: List the products/sofftwares installed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333476#M63573</link>
      <description>Hi Govind,&lt;BR /&gt;&lt;BR /&gt;Here is the information about RCM .&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=RCMBASE01" target="_blank"&gt;http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=RCMBASE01&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Lokesh Jain</description>
      <pubDate>Fri, 16 Jul 2004 08:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333476#M63573</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2004-07-16T08:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: List the products/sofftwares installed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333477#M63574</link>
      <description>Hello Govind,&lt;BR /&gt;&lt;BR /&gt;one thing to keep in mind is that whatever OS you are using, there is &amp;lt;&lt;NO&gt;&amp;gt; way to detect arbitrarily installed programs on the system. swlist on hp-ux only gives you the programs installed with the hp-ux package manager. If a program is installed any other way (e.g. compiled from sources, just copy the executable ) it will not be found.&lt;BR /&gt;&lt;BR /&gt;VMS is no exception to this rule. The previous posts already discussed the two possible package managers (VMSINSTAL and PCSI). PCSI is the current one and pretty much all sotware you get from hp nowadays is in this format.  &lt;BR /&gt;&lt;BR /&gt;Unfortunatly product show hist does list also old programs that already have been removed from the system. I wrote a small parser in perl to generate from this a list of the products actually currently installed via PCSI on the system. This can be found at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://zinser.no-ip.info/common/vms/sw/notes/pcsi_inst.zip" target="_blank"&gt;http://zinser.no-ip.info/common/vms/sw/notes/pcsi_inst.zip&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Note for regulars in this group, since the last time the tool has been enhanced to generate either text or HTML output on request.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin&lt;/NO&gt;</description>
      <pubDate>Sun, 18 Jul 2004 18:54:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/list-the-products-sofftwares-installed/m-p/3333477#M63574</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-07-18T18:54:55Z</dc:date>
    </item>
  </channel>
</rss>

