This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
aix:aix_internet_updates [2025/09/22 16:51] manu |
aix:aix_internet_updates [2025/09/22 17:00] (current) manu [FLRTVC.ksh (generate security reports)] |
||
---|---|---|---|
Line 217: | Line 217: | ||
===== FLRTVC.ksh (generate security reports) ===== | ===== FLRTVC.ksh (generate security reports) ===== | ||
- | The [[https://esupport.ibm.com/customercare/sas/f/flrt3/FLRTVC-0.8.12.zip|FLRTVC]] script | + | The [[https://esupport.ibm.com/customercare/sas/f/flrt3/FLRTVC-0.8.12.zip|FLRTVC]] script can generate multiple kind of output |
+ | Flags for this script: | ||
<code> | <code> | ||
-d = Change delimiter for compact reporting | -d = Change delimiter for compact reporting | ||
Line 234: | Line 235: | ||
-r = Enter PROXY URL to be used by wget or curl, the same can be provided through HTTP_PROXY environment variable. This option value takes precedence over environment variable. Ex: http://user:password@hostIPorName:port or http://hostIPorName:port | -r = Enter PROXY URL to be used by wget or curl, the same can be provided through HTTP_PROXY environment variable. This option value takes precedence over environment variable. Ex: http://user:password@hostIPorName:port or http://hostIPorName:port | ||
</code> | </code> | ||
+ | |||
+ | Example, create 2 files whith the output of the following commands, and compare to the latest [[https://esupport.ibm.com/customercare/flrt/doc?page=aparCSV|apar file]] | ||
+ | emgr -lv3 > /tmp/emgr.txt | ||
+ | lslpp -Lcq > /tmp/lslpp.txt | ||
+ | flrtvc.ksh -a -l /tmp/lslpp.txt -e /tmp/emgr.txt -f /path_to_aparcsv/shared_data/APAR.csv | ||
+ | | ||
+ | The **-a** flag, give an output for what is fixed, and what is note, output can be imported in excel. | ||
===== Efix DB location ===== | ===== Efix DB location ===== |