Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Installing 9.0.3.0 IF0002 #5

Open
wdwill2wdwill2 opened this issue Sep 14, 2017 · 3 comments
Open

Installing 9.0.3.0 IF0002 #5

wdwill2wdwill2 opened this issue Sep 14, 2017 · 3 comments

Comments

@wdwill2wdwill2
Copy link

When using playbook install_fixpack.yml with IF0002, this fixpack involves a reboot. The playbook handlers don't seem to support this. I am using the serial: 1 parameter to perform the upgrade in a serial manner. The play book will go onto the next host before first host has rebooted and is back on line.

Also when i run this against PS/FED appliances it works, but when run against RP appliances it installs the fixpack but errors out after the first host and stops execution after the commit changes task.

Note: I've used this playbook to install the 9.0.3.0 "restash" fixpack with no issues.

@ram-ibm
Copy link
Collaborator

ram-ibm commented Sep 15, 2017

I have been using the fixpack with v9.0.3 IF#2 with no issues. I agree the handler may need to be fixed to wait for the appliance to finish rebooting. I am not following the comment about playbook will go to next host - that should not matter. Are you trying to do something after the fixpack installs in the same playbook?

@thevabby
Copy link

as a work around for this I am pausing my ansible execution using below play...

  • name: Pause to ensure the LMI is fully functional
    hosts: dev3
    connection: local
    tasks:
    • name: Pause to ensure the LMI is fully functional
      pause:
      seconds: 45

@wdwill2wdwill2
Copy link
Author

wdwill2wdwill2 commented Sep 15, 2017 via email

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

No branches or pull requests

3 participants