<?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: swa question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/swa-question/m-p/4343916#M343901</link>
    <description>I have SWA installed on a single server and do all of my swa analyses from it.&lt;BR /&gt;&lt;BR /&gt;I have a script that will run the analysis for me.&lt;BR /&gt;&lt;BR /&gt;# cat frx-report.sh&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;cd /home/root/swa&lt;BR /&gt;&lt;BR /&gt;for SERVER in $(cat /home/root/sys_list)&lt;BR /&gt;do&lt;BR /&gt;   rm -f ${SERVER}-swa-report.html ${SERVER}-swa-logfile.log ${SERVER}-swa-analysis.raw&lt;BR /&gt;   /opt/swa/bin/swa report -s ssh://root@${SERVER} -x html_report=${SERVER}-swa-report.html \&lt;BR /&gt;   -x analysis_file=${SERVER}-swa-analysis.raw -x logfile=${SERVER}-swa-logfile.log \&lt;BR /&gt;   -x crl_check=false&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;The /home/root/sys_list is just a list of servers that I want to generate a report for.  I use ssh to allow passwordless communication between all servers.&lt;BR /&gt;&lt;BR /&gt;I then have another script that will analyze the reports generated and create patch depots for each server.&lt;BR /&gt;&lt;BR /&gt;# cat swa-get-patches.sh&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;cd /home/root/swa&lt;BR /&gt;&lt;BR /&gt;for SERVER in $(cat /home/root/sys_list)&lt;BR /&gt;do&lt;BR /&gt;   swa get -x logfile=${SERVER}-swa-get-logfile.log -x analysis_file=${SERVER}-swa-analysis.raw -t ${SERVER}.depot&lt;BR /&gt;done</description>
    <pubDate>Fri, 23 Jan 2009 19:21:40 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2009-01-23T19:21:40Z</dc:date>
    <item>
      <title>swa question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swa-question/m-p/4343913#M343898</link>
      <description>I am new to SWA, I am planning to install it in my HPUX environment. I have few questions in this regard.&lt;BR /&gt;&lt;BR /&gt;1- Does SWA needs to be installed on every server in the machine or we just need to install it on one central server and then from this server, analyse other servers for patch and security analysis.&lt;BR /&gt;&lt;BR /&gt;2- We have some hardware which is not under HP support, I am planning to install swa on that test server and then perform some analysis there untill we are comfortible with the tool and we are ready to move it to other servers. But this server is on the Production subnet. Will it be interfering with other servers in the environment.</description>
      <pubDate>Fri, 23 Jan 2009 19:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swa-question/m-p/4343913#M343898</guid>
      <dc:creator>Waqar Razi</dc:creator>
      <dc:date>2009-01-23T19:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: swa question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swa-question/m-p/4343914#M343899</link>
      <description>Hi Wagar:&lt;BR /&gt;&lt;BR /&gt;#1 Install it on every server where you want the feature.&lt;BR /&gt;&lt;BR /&gt;#2 No, this isn't a problem&lt;BR /&gt;&lt;BR /&gt;The SWA manpages and SWA Guide (below) offet lots of good information:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-5372/index.html" target="_blank"&gt;http://docs.hp.com/en/5992-5372/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 23 Jan 2009 19:14:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swa-question/m-p/4343914#M343899</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-01-23T19:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: swa question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swa-question/m-p/4343915#M343900</link>
      <description>I am trying to run swa report command but it is terminating with the following error:&lt;BR /&gt;&lt;BR /&gt;* Gathering Inventory&lt;BR /&gt;NOTE:    Created a template "/home/root-i/.swa/ignore" file.  Please read this&lt;BR /&gt;         file for more information about how to ignore issues in the future.&lt;BR /&gt;       * Getting Catalog of Recommended Actions and Software&lt;BR /&gt;ERROR:   Failed to read: &lt;A href="https://ftp.itrc.hp.com/wpsl/bin/doc.pl/screen=wpslDow" target="_blank"&gt;https://ftp.itrc.hp.com/wpsl/bin/doc.pl/screen=wpslDow&lt;/A&gt;&lt;BR /&gt;         nloadPatch/swa_catalog.xml.gz?PatchName=/export/patches/swa_catalog.xm&lt;BR /&gt;         l.gz Message: URL cannot be opened.&lt;BR /&gt;         sun.security.validator.ValidatorException: No trusted certificate&lt;BR /&gt;         found&lt;BR /&gt;&lt;BR /&gt;=======  01/23/09 14:12:37 EST  END Report on Issues and New Software failed&lt;BR /&gt;         with 1 error. (user=ubuaaia)  (jobid=tiger)&lt;BR /&gt;&lt;BR /&gt;NOTE:    More information may be found in the Software Assistant logfile&lt;BR /&gt;         "/var/opt/swa/swa.log".&lt;BR /&gt;&lt;BR /&gt;Can some one guide me please?</description>
      <pubDate>Fri, 23 Jan 2009 19:17:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swa-question/m-p/4343915#M343900</guid>
      <dc:creator>Waqar Razi</dc:creator>
      <dc:date>2009-01-23T19:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: swa question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swa-question/m-p/4343916#M343901</link>
      <description>I have SWA installed on a single server and do all of my swa analyses from it.&lt;BR /&gt;&lt;BR /&gt;I have a script that will run the analysis for me.&lt;BR /&gt;&lt;BR /&gt;# cat frx-report.sh&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;cd /home/root/swa&lt;BR /&gt;&lt;BR /&gt;for SERVER in $(cat /home/root/sys_list)&lt;BR /&gt;do&lt;BR /&gt;   rm -f ${SERVER}-swa-report.html ${SERVER}-swa-logfile.log ${SERVER}-swa-analysis.raw&lt;BR /&gt;   /opt/swa/bin/swa report -s ssh://root@${SERVER} -x html_report=${SERVER}-swa-report.html \&lt;BR /&gt;   -x analysis_file=${SERVER}-swa-analysis.raw -x logfile=${SERVER}-swa-logfile.log \&lt;BR /&gt;   -x crl_check=false&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;The /home/root/sys_list is just a list of servers that I want to generate a report for.  I use ssh to allow passwordless communication between all servers.&lt;BR /&gt;&lt;BR /&gt;I then have another script that will analyze the reports generated and create patch depots for each server.&lt;BR /&gt;&lt;BR /&gt;# cat swa-get-patches.sh&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;cd /home/root/swa&lt;BR /&gt;&lt;BR /&gt;for SERVER in $(cat /home/root/sys_list)&lt;BR /&gt;do&lt;BR /&gt;   swa get -x logfile=${SERVER}-swa-get-logfile.log -x analysis_file=${SERVER}-swa-analysis.raw -t ${SERVER}.depot&lt;BR /&gt;done</description>
      <pubDate>Fri, 23 Jan 2009 19:21:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swa-question/m-p/4343916#M343901</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-01-23T19:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: swa question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swa-question/m-p/4343917#M343902</link>
      <description>Add the option '-x crl_check=false' to the 'swa report' command you are running.</description>
      <pubDate>Fri, 23 Jan 2009 19:22:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swa-question/m-p/4343917#M343902</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-01-23T19:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: swa question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swa-question/m-p/4343918#M343903</link>
      <description>Hi (again) Wagar:&lt;BR /&gt;&lt;BR /&gt;See:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1295442" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1295442&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;...with regard to your error.&lt;BR /&gt;&lt;BR /&gt;Patrick has an excellent answer to your first question.  This might be less work as the number of servers you manage increases since you don't have to update SWA everywhere.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 23 Jan 2009 19:26:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swa-question/m-p/4343918#M343903</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-01-23T19:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: swa question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swa-question/m-p/4343919#M343904</link>
      <description>No luck, still same error:&lt;BR /&gt;&lt;BR /&gt;/opt/swa/bin/swa report -x crl_check=false  &lt;BR /&gt;&lt;BR /&gt;=======  01/23/09 14:23:25 EST  BEGIN Report on Issues and New Software&lt;BR /&gt;         (user=ubuaaia)  (jobid=tiger)&lt;BR /&gt;&lt;BR /&gt;       * Gathering Inventory&lt;BR /&gt;       * Using existing inventory for host "tiger"&lt;BR /&gt;       * Getting Catalog of Recommended Actions and Software&lt;BR /&gt;ERROR:   Failed to read: &lt;A href="https://ftp.itrc.hp.com/wpsl/bin/doc.pl/screen=wpslDow" target="_blank"&gt;https://ftp.itrc.hp.com/wpsl/bin/doc.pl/screen=wpslDow&lt;/A&gt;&lt;BR /&gt;         nloadPatch/swa_catalog.xml.gz?PatchName=/export/patches/swa_catalog.xm&lt;BR /&gt;         l.gz Message: URL cannot be opened.&lt;BR /&gt;         sun.security.validator.ValidatorException: No trusted certificate&lt;BR /&gt;         found&lt;BR /&gt;&lt;BR /&gt;=======  01/23/09 14:23:35 EST  END Report on Issues and New Software failed&lt;BR /&gt;         with 1 error. (user=ubuaaia)  (jobid=tiger)&lt;BR /&gt;&lt;BR /&gt;NOTE:    More information may be found in the Software Assistant logfile&lt;BR /&gt;         "/var/opt/swa/swa.log".</description>
      <pubDate>Fri, 23 Jan 2009 19:30:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swa-question/m-p/4343919#M343904</guid>
      <dc:creator>Waqar Razi</dc:creator>
      <dc:date>2009-01-23T19:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: swa question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swa-question/m-p/4343920#M343905</link>
      <description>Hi (again) Wagar:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; No luck, still same error: /opt/swa/bin/swa report -x crl_check=false&lt;BR /&gt;&lt;BR /&gt;Try running again.  I have been successful that way.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 23 Jan 2009 19:32:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swa-question/m-p/4343920#M343905</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-01-23T19:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: swa question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/swa-question/m-p/4343921#M343906</link>
      <description>Please make sure that you are running the most recent bits (C.02.11) available at &lt;A href="https://www.hp.com/go/swa." target="_blank"&gt;https://www.hp.com/go/swa.&lt;/A&gt;  We had a fire drill in December in which changes to the ITRC broke some of the assumptions in our code.&lt;BR /&gt;&lt;BR /&gt;Just to be sure I checked all systems and protocols and as I type this everything is happy using the C.02.11 bits.</description>
      <pubDate>Fri, 23 Jan 2009 22:25:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/swa-question/m-p/4343921#M343906</guid>
      <dc:creator>Bob E Campbell</dc:creator>
      <dc:date>2009-01-23T22:25:10Z</dc:date>
    </item>
  </channel>
</rss>

