Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing ifix when running flrtvc module #572

Open
christophegehin opened this issue Oct 10, 2024 · 7 comments
Open

Missing ifix when running flrtvc module #572

christophegehin opened this issue Oct 10, 2024 · 7 comments
Assignees

Comments

@christophegehin
Copy link

Describe the bug

With ibm_power.aix collection 1.8.3, I have the last available ifix for openssl (3013ma)
With version 1.9.2, I have the previous (3013sa)

To Reproduce
Execute those tasks in an ansible playbook :

  • name: Download apar.csv from ibm
    ansible.builtin.get_url:
    dest: "{{ flrtvc_dir }}/apar.csv"
    force: true
    url: 'https://esupport.ibm.com/customercare/flrt/doc?page=aparCSV'

  • name: Run flrtvc
    ibm.power_aix.flrtvc:
    apar: sec
    save_report: true
    download_only: true
    csv: "{{ flrtvc_dir }}/apar.csv"
    path: "{{ ifix_dir }}"
    register: result

Expected behavior
I should have the latest ifix available.

Environment (please complete the following information):

  • OS: AIX 7.2.5.7
  • Python Version: 3.11
  • OpenSSH Version: 8.1.112.2400
  • Ansible Version: 2.15.3
  • AIX Collection Version: 1.9.2

Regards

@schamola
Copy link
Contributor

Hi @christophegehin
Please provide more information about the issue and the error that you are getting.

@christophegehin
Copy link
Author

Hello

Some ifix are missing when you run module flrtvc
For example for ssl :
with AIX collection version 1.9.2 : flrtvc downloads ifix for july 2024
with AIX collection version 1.8.3 : flrtvc downloads ifix for septembre 2024.

Regards

@schamola
Copy link
Contributor

schamola commented Nov 5, 2024

Thanks for the information @christophegehin
This seems like an issue of FLRTVC itself, we will get in contact with them and let you know!

@schamola
Copy link
Contributor

schamola commented Dec 4, 2024

Hi @christophegehin !

The FLRTVC module downloads and uses the latest version of FLRTVC script and according to your system, downloads the ifixes. So, if you are not running the module on two different systems (having different versions), the ifix level that's being reported/downloaded should remain the same.

For better understanding of the issue, we would require the following files (lslpp.txt and emgr.txt):
lslpp -Lqc > lslpp.txt
emgr -lv3 > emgr.txt

Can you please send these files to this email id: [email protected]
Keeping the following in CC:
[email protected]
[email protected]

@christophegehin
Copy link
Author

christophegehin commented Dec 4, 2024 via email

@schamola
Copy link
Contributor

schamola commented Dec 5, 2024

@christophegehin
The files seem to be incomplete. Please send the files over mail to: [email protected]
Keeping the following in CC:
[email protected]
[email protected]

Also, please confirm if you are running the module on the same machine

@schamola
Copy link
Contributor

Hi @christophegehin
We did not get any mail from your end, please confirm once you send it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants