<?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: Finding the specific pakage with swinstall in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-specific-pakage-with-swinstall/m-p/2620329#M38532</link>
    <description>Hi Fay,&lt;BR /&gt;&lt;BR /&gt;I believe you're going to have to check each depot seperately.  The following works on 11.0 but I don't know for certain on earlier OS levels (but I feel pretty good that it will):&lt;BR /&gt;&lt;BR /&gt;List the registered depots on you software_server:&lt;BR /&gt;swlist -l depot @ software_server&lt;BR /&gt;&lt;BR /&gt;If the depots aren't registered then you should use "swreg -l depot path_to_depot" on the software server to register them.&lt;BR /&gt;&lt;BR /&gt;Now that you have the list of registered depots, list their contents:&lt;BR /&gt;swlist -d @ software_server:/path_to_depot&lt;BR /&gt;&lt;BR /&gt;Repeat the last swlist for each depot you need to.&lt;BR /&gt;&lt;BR /&gt;You can also specify the "-l" option to list filesets, products, or bundles.  Example:&lt;BR /&gt;swlist -l fileset -d @ software_server:/path_to_depot&lt;BR /&gt;&lt;BR /&gt;Now it's a simple process of grepping the output for the package you need.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
    <pubDate>Mon, 26 Nov 2001 22:34:33 GMT</pubDate>
    <dc:creator>Darrell Allen</dc:creator>
    <dc:date>2001-11-26T22:34:33Z</dc:date>
    <item>
      <title>Finding the specific pakage with swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-specific-pakage-with-swinstall/m-p/2620324#M38527</link>
      <description>Hello,&lt;BR /&gt;   I use swinstall to connect to a software server and then try to find a specific package that I want to install. I find it very hard to look into each source path and see if the name of the desired package is in there.  Is there a way that I can type in the name of a package (eg: netscape or LVM) and it will at least tell me what path I should look into?&lt;BR /&gt;Thanks for the help.</description>
      <pubDate>Mon, 26 Nov 2001 21:57:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-specific-pakage-with-swinstall/m-p/2620324#M38527</guid>
      <dc:creator>Fay_1</dc:creator>
      <dc:date>2001-11-26T21:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the specific pakage with swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-specific-pakage-with-swinstall/m-p/2620325#M38528</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;By way of example, how about this:&lt;BR /&gt;&lt;BR /&gt;# swlist -l file |grep -i glance|more&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 26 Nov 2001 22:03:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-specific-pakage-with-swinstall/m-p/2620325#M38528</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-11-26T22:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the specific pakage with swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-specific-pakage-with-swinstall/m-p/2620326#M38529</link>
      <description>Hi Fay,&lt;BR /&gt;&lt;BR /&gt;I don't think there is any easy way to find out the info you are looking for. You can do a telnet to the box and do a "ll" for the patch depot directories and locate the packge if you know the packge code B????? or something like that.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2001 22:04:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-specific-pakage-with-swinstall/m-p/2620326#M38529</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-26T22:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the specific pakage with swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-specific-pakage-with-swinstall/m-p/2620327#M38530</link>
      <description>Hi Fay,&lt;BR /&gt;&lt;BR /&gt;you can try,&lt;BR /&gt;&lt;BR /&gt;swlist -d * @ Depot_Server:/path_to_depot&lt;BR /&gt;&lt;BR /&gt;This will list all the packges on the depot.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2001 22:08:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-specific-pakage-with-swinstall/m-p/2620327#M38530</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-26T22:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the specific pakage with swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-specific-pakage-with-swinstall/m-p/2620328#M38531</link>
      <description>have you tried switching your view from product to topic?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 26 Nov 2001 22:10:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-specific-pakage-with-swinstall/m-p/2620328#M38531</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-26T22:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the specific pakage with swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-specific-pakage-with-swinstall/m-p/2620329#M38532</link>
      <description>Hi Fay,&lt;BR /&gt;&lt;BR /&gt;I believe you're going to have to check each depot seperately.  The following works on 11.0 but I don't know for certain on earlier OS levels (but I feel pretty good that it will):&lt;BR /&gt;&lt;BR /&gt;List the registered depots on you software_server:&lt;BR /&gt;swlist -l depot @ software_server&lt;BR /&gt;&lt;BR /&gt;If the depots aren't registered then you should use "swreg -l depot path_to_depot" on the software server to register them.&lt;BR /&gt;&lt;BR /&gt;Now that you have the list of registered depots, list their contents:&lt;BR /&gt;swlist -d @ software_server:/path_to_depot&lt;BR /&gt;&lt;BR /&gt;Repeat the last swlist for each depot you need to.&lt;BR /&gt;&lt;BR /&gt;You can also specify the "-l" option to list filesets, products, or bundles.  Example:&lt;BR /&gt;swlist -l fileset -d @ software_server:/path_to_depot&lt;BR /&gt;&lt;BR /&gt;Now it's a simple process of grepping the output for the package you need.&lt;BR /&gt;&lt;BR /&gt;Darrell</description>
      <pubDate>Mon, 26 Nov 2001 22:34:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-specific-pakage-with-swinstall/m-p/2620329#M38532</guid>
      <dc:creator>Darrell Allen</dc:creator>
      <dc:date>2001-11-26T22:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the specific pakage with swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-specific-pakage-with-swinstall/m-p/2620330#M38533</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt; if you are on a remote system, do&lt;BR /&gt;#swlist -l depot  @ &lt;SWSERVER&gt;&lt;BR /&gt;&lt;BR /&gt; This will list the depots present in swserver system&lt;BR /&gt;&lt;BR /&gt;eg:/swdepot/11.11/OV&lt;BR /&gt;&lt;BR /&gt;To list the products in the depot do&lt;BR /&gt;#swlist -d * @ swserver:/pathofdepot&lt;BR /&gt;&lt;BR /&gt;eg: swlist -ld * @ swserver:/swdepot/11.11/OV&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj&lt;/SWSERVER&gt;</description>
      <pubDate>Mon, 26 Nov 2001 22:40:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-specific-pakage-with-swinstall/m-p/2620330#M38533</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-11-26T22:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Finding the specific pakage with swinstall</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-specific-pakage-with-swinstall/m-p/2620331#M38534</link>
      <description>HI&lt;BR /&gt;If all depots are registered then use&lt;BR /&gt;#swlist -d @&lt;HOSTNAME&gt;:&lt;DEPOT-PATH&gt; |grep &lt;REQUIRED-PACKAGE&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.&lt;/REQUIRED-PACKAGE&gt;&lt;/DEPOT-PATH&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Mon, 26 Nov 2001 23:04:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-the-specific-pakage-with-swinstall/m-p/2620331#M38534</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-11-26T23:04:17Z</dc:date>
    </item>
  </channel>
</rss>

