- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swa catalog read failed
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
03-07-2007 12:25 AM
03-07-2007 12:25 AM
While I was testing the tool I executed the command:
swa report -a QPK -a PCW -s
This failed in "Getting Catalog of Recommended Actions and Software"
...
"Message: URL cannot be opened. Connection timed out"
....
The point is, for security reasons we dont have any HPUX system with open network.
1. Is there any other way to get the catalog and force swa to read the manually installed catalog?
2. To execute swa is a requirent to have at least one system with open network?
Thanks
Regards
Joao Rei
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 04:05 AM
03-07-2007 04:05 AM
Re: swa catalog read failed
swa step catalog -x catalog_source=ftp://ftp.itrc.hp.com/export/patches/swa_catalog.xml.gz
Sorry for the trouble, we are working on it!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 04:21 AM
03-07-2007 04:21 AM
Re: swa catalog read failed
Why not ssh in and run the command manually or execute it on the individual machines in cron.
You need output and if its important manually moving it to a central location is the price you pay for security.
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
03-07-2007 04:40 AM
03-07-2007 04:40 AM
SolutionSWA has an option called "catalog", where you can point to the catalog you got elseware, and copied to your machine.
swa report -x catalog=${user_dir}/cache/swa_catalog.xml
It's documented in the swa-report man page.
If you have a proxy server in your environment, you can use that also:
swa report -x https_proxy=http://proxy.your.domain:8000
You can also see /etc/opt/swa/swa.conf.template for examples. (And set things in /etc/opt/swa/swa.conf if you want it set every time...)
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 04:41 AM
03-07-2007 04:41 AM
Re: swa catalog read failed
We built several ways to handle this situation. If your system has indirect access you might be able to use the "-x download_cmd" option to use SSH to connect to a system with curl or similar tool.
You can also download the catalog from the FTP server and then sneakernet it onto your secure network. In this model you might want to use "-x catalog_source" to define a single, local repository or "-x catalog_max_age=-1" to block the attempt to update the current catalog.
Sorry for my haste!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 05:37 AM
03-07-2007 05:37 AM
Re: swa catalog read failed
I would like to thanks to all that replyed to my question.
Based on your replys I achieved to get the first report.
Thnks all.
Ill close this thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2007 05:38 AM
03-07-2007 05:38 AM