<?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: ISEE SEC config &amp;amp; patching in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/isee-sec-config-amp-patching/m-p/2764633#M73299</link>
    <description>Here's how to manage several patches that you want to swcopy at once.&lt;BR /&gt;&lt;BR /&gt;Download them all to one directory and unpack them all with:&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# for i in PH*&lt;BR /&gt;  &amp;gt; do&lt;BR /&gt;  &amp;gt; sh $i&lt;BR /&gt;  &amp;gt; done&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Then swcopy all of them into a depot at once with:&lt;BR /&gt;# mkdir /tmp/patch_depot&lt;BR /&gt;# for i in PH*.depot&lt;BR /&gt;  &amp;gt; do&lt;BR /&gt;  &amp;gt; swcopy -s ${PWD}/$i \* @ /tmp/patch_depot&lt;BR /&gt;  &amp;gt; done&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;ISEE is supposed to handle patches differently than using the normal patch delivery method, meaning ISEE will also deliver any needed patches.  I am doubling checking for patch requirements and will post back what I find.&lt;BR /&gt;&lt;BR /&gt;ISEE's Home:&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=U2512AA" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=U2512AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers, &lt;BR /&gt;Cheryl &lt;BR /&gt;</description>
    <pubDate>Tue, 16 Jul 2002 10:23:51 GMT</pubDate>
    <dc:creator>Cheryl Griffin</dc:creator>
    <dc:date>2002-07-16T10:23:51Z</dc:date>
    <item>
      <title>ISEE SEC config &amp; patching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/isee-sec-config-amp-patching/m-p/2764631#M73297</link>
      <description>Hello experts.  I'm looking into upgrading from predict to ISEE (small eterprise config) and have been reading the blurb, which says I need the Java patches mentioned at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/java/infolibrary/patches.html." target="_blank"&gt;http://www.hp.com/products1/unix/java/infolibrary/patches.html.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I've asked a bloke at HP who's working on ISEE about a bundle of these patches, and he says they're working on getting them put on ipatch (epatch?).  In the mean-time, does anyone have experience of which of these patches are needed, which ones are for which features?  Is there a better way of getting the right patches for my box?&lt;BR /&gt;&lt;BR /&gt;The machine's I'm looking into putting ISEE on are hpux11.11, built with either Jun2001 CDs and the March2002 Patch Bundle sets or March2002 OS &amp;amp; Patch Bundles.  I've got N4000 boxes with PA-RISC processors, connected to our SAN (1Gb fibre cards, brocade switches and our XP48 with Galactica SureStore 2/20 DLT8s)  &lt;BR /&gt;&lt;BR /&gt;As a related but side-issue, I've read numerous posts on this forum about creating your own patch depot using:&lt;BR /&gt;&lt;BR /&gt;swcopy -s /PHNE_21433.depot PHNE_21433 @ /var/spool/sw &lt;BR /&gt;&lt;BR /&gt;(other variations include looping the command, etc.)&lt;BR /&gt;&lt;BR /&gt;My problem with this is when I get it to work it's going into an interactive swcopy session where I have to select the individual patch, separately for each one provided in my command parameters.  This must be wrong.  Can you tell me what I'm missing&lt;BR /&gt;&lt;BR /&gt;Any advice, lessons learned would be appreciated (points forthcoming)&lt;BR /&gt;&lt;BR /&gt;cheers,&lt;BR /&gt;Kevin</description>
      <pubDate>Tue, 16 Jul 2002 10:10:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/isee-sec-config-amp-patching/m-p/2764631#M73297</guid>
      <dc:creator>Kevin_31</dc:creator>
      <dc:date>2002-07-16T10:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: ISEE SEC config &amp; patching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/isee-sec-config-amp-patching/m-p/2764632#M73298</link>
      <description>Kevin,&lt;BR /&gt;&lt;BR /&gt;No info on what patches you need, but for your depot question, you need to modify your swcopy command a little:&lt;BR /&gt;swcopy -s ${PWD}/patchname \* @ /var/spool/sw&lt;BR /&gt;Or, to loop it, do:&lt;BR /&gt;for i in PH*.depot&lt;BR /&gt;do&lt;BR /&gt;swcopy -s ${PWD}/$i \* @ /var/spool/sw&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 16 Jul 2002 10:21:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/isee-sec-config-amp-patching/m-p/2764632#M73298</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-07-16T10:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: ISEE SEC config &amp; patching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/isee-sec-config-amp-patching/m-p/2764633#M73299</link>
      <description>Here's how to manage several patches that you want to swcopy at once.&lt;BR /&gt;&lt;BR /&gt;Download them all to one directory and unpack them all with:&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# for i in PH*&lt;BR /&gt;  &amp;gt; do&lt;BR /&gt;  &amp;gt; sh $i&lt;BR /&gt;  &amp;gt; done&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Then swcopy all of them into a depot at once with:&lt;BR /&gt;# mkdir /tmp/patch_depot&lt;BR /&gt;# for i in PH*.depot&lt;BR /&gt;  &amp;gt; do&lt;BR /&gt;  &amp;gt; swcopy -s ${PWD}/$i \* @ /tmp/patch_depot&lt;BR /&gt;  &amp;gt; done&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;ISEE is supposed to handle patches differently than using the normal patch delivery method, meaning ISEE will also deliver any needed patches.  I am doubling checking for patch requirements and will post back what I find.&lt;BR /&gt;&lt;BR /&gt;ISEE's Home:&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=U2512AA" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=U2512AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers, &lt;BR /&gt;Cheryl &lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jul 2002 10:23:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/isee-sec-config-amp-patching/m-p/2764633#M73299</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2002-07-16T10:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: ISEE SEC config &amp; patching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/isee-sec-config-amp-patching/m-p/2764634#M73300</link>
      <description>&lt;BR /&gt;The full syntax for swcopy to a depot without going into interactive mode is;&lt;BR /&gt;&lt;BR /&gt;swcopy -s &lt;FULL path="" of="" depot=""&gt; &lt;SELECTION&gt; @ &lt;REMOTE depot=""&gt;&lt;BR /&gt;eg.&lt;BR /&gt;swcopy -s /tmp/PHxx.depot \* @ /var/spool/sw&lt;BR /&gt;The \* means copy everything.&lt;BR /&gt;&lt;BR /&gt;We're running ISEE on many 11.0 servers, it seems to work fine. We didnt need to load any patches for it. Were running Mar2002 bundles. We can now use a browser and see calls being logged and closed by HP for hardware events. Looks good so far although because java is involved its hung a couple of times and had to be killed off and restarted.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/REMOTE&gt;&lt;/SELECTION&gt;&lt;/FULL&gt;</description>
      <pubDate>Tue, 16 Jul 2002 10:23:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/isee-sec-config-amp-patching/m-p/2764634#M73300</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-07-16T10:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: ISEE SEC config &amp; patching</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/isee-sec-config-amp-patching/m-p/2764635#M73301</link>
      <description>Kevin,&lt;BR /&gt;I searched the internal Knowledge Base (which would show known issues if any, patches, etc.), the installation instructions (which would show requirements) and the patch catalog and found nothing for ISEE.&lt;BR /&gt;&lt;BR /&gt;June 01 or March 02 patch bundles should be fine for your installation.&lt;BR /&gt;&lt;BR /&gt;Cheryl</description>
      <pubDate>Tue, 16 Jul 2002 10:32:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/isee-sec-config-amp-patching/m-p/2764635#M73301</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2002-07-16T10:32:29Z</dc:date>
    </item>
  </channel>
</rss>

