HP-UX Reference (11i v2 07/12) - 1M System Administration Commands N-Z (vol 4)

s
swa-report(1M) swa-report(1M)
The FTP protocol is used for patch download. Integrity of the patches is checked using MD5 secure
hashes in the catalog, for which the HTTPS protocol is recommended. See the
https_proxy
option and the catalog_source
option for details.
The use of
${proxy} for this option value is substituted with the value of the
proxy option (which
is not set by default).
-x html_report=${user_dir}/report/swa_report.html
Usage: Basic
The file containing the HTML-formatted report that is generated by the
swa report command.
This is a single file with internal hyperlinks. The HTML report may be printed to standard output
using the
stdout_report_type
option.
The use of
${user_dir} at the beginning of this option value is substituted with the value of the
user_dir option (which defaults to $HOME/.swa ).
-x https_proxy=${proxy}
Usage: Advanced
Proxy host and port (with optional HTTP basic authentication username and password) for accessing
content using the HTTPS protocol. No proxy information is specified by default.
The following format is used:
service://[user:password@]proxy-server:port
For example: https_proxy=http://web-proxy.mycompany.com:8088
If username and password are specified as authentication credentials to your proxy server, HTTP
basic authentication is used, which is a clear-text protocol, (that is, your password may be visible to
others on your network). Also, credentials specified on the command-line are visible to other local
users, and access to credentials stored in extended option files are determined by their permissions. If
your proxy server requires another type of authentication, see the
-x download_cmd option.
The use of
${proxy} for this option value is substituted with the value of the proxy
option (which
is not set by default).
-x http_proxy=${proxy}
Usage: Advanced
Proxy host and port (with optional HTTP basic authentication username and password) for accessing
content using the HTTP protocol. No proxy information is specified by default.
The following format is used:
service://[user:password@]proxy-server:port
For example: http_proxy=http://web-proxy.mycompany.com:8088
The HTTP protocol is the default protocol used to download certificate revocation lists. See the
crl_url option for more details.
The use of ${proxy} for this option value is substituted with the value of the proxy option (which
is not set by default).
-x ignore_file=${user_dir}/ignore
Usage: Basic
Files containing regular expressions, indicating which issues to ignore. Each issue is matched by a
regular expression (see regexp(5)), and is ignored by the analysis. That is, whether or not the host or
depot being analyzed have the identified issue, that issue will not appear on the report. In addition,
software will not be selected for download to address the issue. The software may still be selected to
address a different issue.
When a user first runs SWA, if this file does not exist, a template file is created, which contains
instructions on how to use this file. Upon creation, if a ˜/.spc_ignore file exists, it is translated
into the SWA format and appended to the template.
The use of ${user_dir} at the beginning of this option value is substituted with the value of the
user_dir option (which defaults to $HOME/.swa ).
-x inventory_max_age=24
Usage: Intermediate
392 Hewlett-Packard Company 5 HP-UX 11i Version 2: December 2007 Update