- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swa question
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2009 11:09 AM
01-23-2009 11:09 AM
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.
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2009 11:14 AM
01-23-2009 11:14 AM
Solution#1 Install it on every server where you want the feature.
#2 No, this isn't a problem
The SWA manpages and SWA Guide (below) offet lots of good information:
http://docs.hp.com/en/5992-5372/index.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2009 11:17 AM
01-23-2009 11:17 AM
Re: swa question
* Gathering Inventory
NOTE: Created a template "/home/root-i/.swa/ignore" file. Please read this
file for more information about how to ignore issues in the future.
* Getting Catalog of Recommended Actions and Software
ERROR: Failed to read: https://ftp.itrc.hp.com/wpsl/bin/doc.pl/screen=wpslDow
nloadPatch/swa_catalog.xml.gz?PatchName=/export/patches/swa_catalog.xm
l.gz Message: URL cannot be opened.
sun.security.validator.ValidatorException: No trusted certificate
found
======= 01/23/09 14:12:37 EST END Report on Issues and New Software failed
with 1 error. (user=ubuaaia) (jobid=tiger)
NOTE: More information may be found in the Software Assistant logfile
"/var/opt/swa/swa.log".
Can some one guide me please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2009 11:21 AM
01-23-2009 11:21 AM
Re: swa question
I have a script that will run the analysis for me.
# cat frx-report.sh
#!/usr/bin/sh
cd /home/root/swa
for SERVER in $(cat /home/root/sys_list)
do
rm -f ${SERVER}-swa-report.html ${SERVER}-swa-logfile.log ${SERVER}-swa-analysis.raw
/opt/swa/bin/swa report -s ssh://root@${SERVER} -x html_report=${SERVER}-swa-report.html \
-x analysis_file=${SERVER}-swa-analysis.raw -x logfile=${SERVER}-swa-logfile.log \
-x crl_check=false
done
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.
I then have another script that will analyze the reports generated and create patch depots for each server.
# cat swa-get-patches.sh
#!/usr/bin/sh
cd /home/root/swa
for SERVER in $(cat /home/root/sys_list)
do
swa get -x logfile=${SERVER}-swa-get-logfile.log -x analysis_file=${SERVER}-swa-analysis.raw -t ${SERVER}.depot
done
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2009 11:22 AM
01-23-2009 11:22 AM
Re: swa question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2009 11:26 AM
01-23-2009 11:26 AM
Re: swa question
See:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1295442
...with regard to your error.
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.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2009 11:30 AM
01-23-2009 11:30 AM
Re: swa question
/opt/swa/bin/swa report -x crl_check=false
======= 01/23/09 14:23:25 EST BEGIN Report on Issues and New Software
(user=ubuaaia) (jobid=tiger)
* Gathering Inventory
* Using existing inventory for host "tiger"
* Getting Catalog of Recommended Actions and Software
ERROR: Failed to read: https://ftp.itrc.hp.com/wpsl/bin/doc.pl/screen=wpslDow
nloadPatch/swa_catalog.xml.gz?PatchName=/export/patches/swa_catalog.xm
l.gz Message: URL cannot be opened.
sun.security.validator.ValidatorException: No trusted certificate
found
======= 01/23/09 14:23:35 EST END Report on Issues and New Software failed
with 1 error. (user=ubuaaia) (jobid=tiger)
NOTE: More information may be found in the Software Assistant logfile
"/var/opt/swa/swa.log".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2009 11:32 AM
01-23-2009 11:32 AM
Re: swa question
> No luck, still same error: /opt/swa/bin/swa report -x crl_check=false
Try running again. I have been successful that way.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2009 02:25 PM
01-23-2009 02:25 PM
Re: swa question
Just to be sure I checked all systems and protocols and as I type this everything is happy using the C.02.11 bits.