Code Monkey home page Code Monkey logo

Comments (3)

fghoraishi avatar fghoraishi commented on September 27, 2024 1

from ansible-power-aix.

JLRebello avatar JLRebello commented on September 27, 2024

The flrtvc script generates a report like so:
Messages: details on errors/warnings.
0.report: output of flrtvc script, report and details on flrtvc error if any.
1.parse: List of URLs to download and details on parsing error if any.
2.discover: List of epkgs found in URLs.
3.download: List of downloaded epkgs.
4.1.reject: List of epkgs rejected. Can be because installed levels do not match ifix required levels or because a file is or will be locked by an other ifix installation (refer to messages or log file for more details)
4.2.check: List of epkgs matching the prerequisites and trying to install
5.install: List of epkgs actually installed on the system.

For more information on the report, please refer to flrtvc.py comments:
https://github.com/IBM/ansible-power-aix/blob/dev-collection/plugins/modules/flrtvc.py

The apar.csv file:
The csv option is optional and represents a path to the apar csv file containing the description of the sec and hyper fixes. This file is usually transferred from the Fix Central server. You can avoid this large transfer by specifying the path to an already transferred file if one exists, but you don’t have to use this option.

The FLRTVC script works by downloading the apar csv file from the FLRT website using CURL or WGET, whichever your machine has installed. Then, it uses the commands "emgr -lv3" for interim fixes and "lslpp -Lcq" for installed filesets, and compares to the vulnerabilities reported in the apar.csv file. FLRTVC will report any findings in a compact or full (verbose) format. You shouldn’t have to download it yourselves.

Does that help?

from ansible-power-aix.

JLRebello avatar JLRebello commented on September 27, 2024

Please let me know if you have any follow up questions. If not, I will go ahead and close the issue. Thanks.

from ansible-power-aix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.