1833059 Members
2719 Online
110049 Solutions
New Discussion

Re: swa

 
navin
Super Advisor

swa

Hello All,
I have to generate a list of software installed on a box which runs 11.23 , i have swa installed in it for a first time. How do i generate a report from swa to a pdf file.
any idea.
much appreciated
Learning ...
5 REPLIES 5
Torsten.
Acclaimed Contributor

Re: swa

If you want to have a list for installed software I would run

# swlist

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
James R. Ferguson
Acclaimed Contributor

Re: swa

Hi Navin:

# swa report

This will generate an HTML report by design.

Regards!

...JRF...
James R. Ferguson
Acclaimed Contributor

Re: swa

Hi (again):

I should add that manpages come with 'swa'. In this case:

# man swa
# man swa-report

...are informative.

I use a '.swa.conf' file that looks like:

user_dir = /var/opt/swa/.swa
analyzers = QPK CRIT PCW SEC
catalog_max_age = 0
inventory_max_age = 0
html_report = ~/.swa/report/swa_report.html
allow_existing_depot = false

...Thus, when I do:

# swa report

...my analysis is '~/.swa/report/swa_report.html'

Regards!

...JRF...



Torsten.
Acclaimed Contributor

Re: swa

# swa report -?
Usage:

swa report [options] Analyze and report issues and new software


Well, this is what is does, but you want to have a list about installed software, right?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
navin
Super Advisor

Re: swa

Yes.thanks
Learning ...