- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Swa error message
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
08-20-2007 07:14 AM
08-20-2007 07:14 AM
Below is the error message recieved when running "swa report". I've added the proxy info into the swa config file, but it is not reading the "gz" file. Manully, I was able to view the file but not by running "swa report"
Thanks
# swa report
======= 08/20/07 14:54:16 EDT BEGIN Report on Issues and New Software (user=root) (jobid=b700)
* Gathering Inventory
* Using existing inventory for host "b700"
* Getting Catalog of Recommended Actions and Software
ERROR: Failed to read: https://ftp.itrc.hp.com/wpsl/bin/doc.pl/screen=wpslDownloadPatch/swa_catalog.xml.gz?PatchName=/expo
rt/patches/swa_catalog.xml.gz Message: URL cannot be opened. ftp.itrc.hp.com
* Gathering Inventory failed with 1 error.
======= 08/20/07 14:54:25 EDT END Report on Issues and New Software failed with 1 error. (user=root) (jobid=b700)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2007 07:31 AM
08-20-2007 07:31 AM
Re: Swa error message
The error seems to show that the utility was unable to connect with hp's patch website. If this has worked in the past it is probably a temporary error and trying again will solve the issue.
If it has never worked you may need to check with your network firewall people to make sure this machine has proper access.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2007 07:41 AM
08-20-2007 07:41 AM
Re: Swa error message
Thanks
Frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2007 07:48 AM
08-20-2007 07:48 AM
Re: Swa error message
You can save the catalog to the machine you are trying to run SWA from, then run "swa report -x catalog=/path/to/your/catalog.xml"
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2007 05:33 AM
08-21-2007 05:33 AM
Solution1. I have seen people put the proxy auto-configuration URL in for the proxy...it's not a proxy.
2. It is not a standard http proxy (e.g. ISA web proxies interact with your NT domain login)
3. Typo or incorrect format for the web proxy URL?
Your message says that you suspect it has something to do with the .gz format. You can test this by changing the catalog_source configuration option in the configuration file. Be sure to remove both instances of ".gz" from the default value. There is an example line in the swa.conf.template file like this:
# catalog_source = https://ftp.itrc.hp.com/wpsl/bin/doc.pl/screen=wpslDownloadPatch/swa_cat
alog.xml.gz?PatchName=/export/patches/swa_catalog.xml.gz
That would be uncommented and changed to:
catalog_source = https://ftp.itrc.hp.com/wpsl/bin/doc.pl/screen=wpslDownloadPatch/swa_cat
alog.xml?PatchName=/export/patches/swa_catalog.xml
This will take a significantly longer time to download, especially on slower connections, but it would test your theory. After you've tested it, you can change it back.
Hope that helps. Let us know if you have more clues to solve the problem.
Thanks for using the tool :)
-Keith