Packaging emergency fixes
You can package your own emergency fix as well as install fixes from IBM®.
Before you begin
To package your own emergency fix, you must create the archives to be uploaded and used for installing maintenance to instances. To add content to the catalog, you must be assigned the Create new catalog content permission or the Workload resources administration role with Full permission. When you create your emergency fix, be aware that all emergency fixes must be less than 2 GB. If an archive file exceeds this limit, the upload fails.
About this task
- A script to install the fix.
- An XML file to provide specific information about the fix to IBM Cloud Pak Software. The file must be in the root directory of the archive.
Note:
- Emergency fixes for transformers are not currently supported.
- You can update plug-in lifecycle scripts by using the maintenance operation on the Instance Console.
- If you do not want the WebSphere Application Server instance to restart when the emergency fix
is applied, you can add an extendedattributes.json file with the
iwd_stop_services_before_efix
attribute set tofalse
to the emergency fix archive file. Add this file to the root directory in the emergency fix archive file, not a subdirectory. For more information about using extendedattributes.json, see the Related reference.