<?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: Security Patch Check in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/security-patch-check/m-p/2955057#M116891</link>
    <description>It was install into your S/W Depot. You can check from SAM.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Zafar</description>
    <pubDate>Fri, 18 Apr 2003 21:42:35 GMT</pubDate>
    <dc:creator>Zafar A. Mohammed_1</dc:creator>
    <dc:date>2003-04-18T21:42:35Z</dc:date>
    <item>
      <title>Security Patch Check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-patch-check/m-p/2955056#M116890</link>
      <description>I have just installed this tool, but there is no man page for it.  I also do not know where it installed to.&lt;BR /&gt;&lt;BR /&gt;I used the specific directions in:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B6834AA&amp;amp;oper=install" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B6834AA&amp;amp;oper=install&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I used the interactive version of swinstall, but it appeared vague, perhaps it didn't take?&lt;BR /&gt;&lt;BR /&gt;I did a manual swinstall and it noted it was installed.&lt;BR /&gt;&lt;BR /&gt;What's the best way to resolve this and get moving on the fun part?&lt;BR /&gt;&lt;BR /&gt;-karl&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Apr 2003 21:32:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-patch-check/m-p/2955056#M116890</guid>
      <dc:creator>Karl Balsmeier</dc:creator>
      <dc:date>2003-04-18T21:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Security Patch Check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-patch-check/m-p/2955057#M116891</link>
      <description>It was install into your S/W Depot. You can check from SAM.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Zafar</description>
      <pubDate>Fri, 18 Apr 2003 21:42:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-patch-check/m-p/2955057#M116891</guid>
      <dc:creator>Zafar A. Mohammed_1</dc:creator>
      <dc:date>2003-04-18T21:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Security Patch Check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-patch-check/m-p/2955058#M116892</link>
      <description>The files are installed to /opt/sec_mgmt/spc&lt;BR /&gt;&lt;BR /&gt;There is a README file in that directory.&lt;BR /&gt;&lt;BR /&gt;The actual binary is located in /opt/sec_mgmt/spc/bin and it is called security_patch_check&lt;BR /&gt;&lt;BR /&gt;If you didn't install HP's Perl distribution, you'll need to make sure that you either install it or make sure you have all the modules you need compiled into your version.</description>
      <pubDate>Fri, 18 Apr 2003 22:01:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-patch-check/m-p/2955058#M116892</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-04-18T22:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Security Patch Check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-patch-check/m-p/2955059#M116893</link>
      <description>The man page is installed in /opt/sec_mgmt/share/man so there will be an entry in /etc/MANPATH.  That way, when you login again, man will locate the page. If you did not logout after installing the tool, then your MANPATH won't have the new entry which looks like this:&lt;BR /&gt;&lt;BR /&gt;:/opt/sec_mgmt/share/man/%L</description>
      <pubDate>Sat, 19 Apr 2003 02:32:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-patch-check/m-p/2955059#M116893</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-04-19T02:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Security Patch Check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-patch-check/m-p/2955060#M116894</link>
      <description>Here is my script for running security patch check.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# export ftp_proxy=&lt;A href="http://firewall.juf.net:80" target="_blank"&gt;http://firewall.juf.net:80&lt;/A&gt;&lt;BR /&gt;security_patch_check -r -d &amp;gt; /tmp/secpatch.dat&lt;BR /&gt;np -qQiss3 /tmp/secpatch.dat&lt;BR /&gt;rm /tmp/secpatch.dat&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The first line is in case you need to go through a rpoxy server.  The np line is for printing the output in openspool.&lt;BR /&gt;&lt;BR /&gt;The security_patch_check line will check your system against the patch database at HP and produce a report.  That is what you need.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 20 Apr 2003 03:06:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-patch-check/m-p/2955060#M116894</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-04-20T03:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Security Patch Check</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-patch-check/m-p/2955061#M116895</link>
      <description>In addition, the security_patch_check&lt;BR /&gt;README is at&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/internet/spc_readme.html&amp;amp;searchterms=security_patch_check&amp;amp;queryid=20030421-051402" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/internet/spc_readme.html&amp;amp;searchterms=security_patch_check&amp;amp;queryid=20030421-051402&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;FAQ is at&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/internet/spc_faq.html&amp;amp;searchterms=security_patch_check&amp;amp;queryid=20030421-051515" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/internet/spc_faq.html&amp;amp;searchterms=security_patch_check&amp;amp;queryid=20030421-051515&lt;/A&gt;</description>
      <pubDate>Mon, 21 Apr 2003 10:22:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-patch-check/m-p/2955061#M116895</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2003-04-21T10:22:55Z</dc:date>
    </item>
  </channel>
</rss>

