ISAM or ISVA Upgrade Failing?
Contents
Overview
While trying to upgrade to the new shiny 10.0.3 from some 10.0.2 builds, I noticed that it failed to install the package.
This is following the "Use the local management interface for a single appliance not in a cluster." procedure documented here: https://www.ibm.com/docs/en/sva/10.0.2?topic=overview-upgrading-current-version
No matter what I did, I just kept getting: "The system encountered an error while it was querying the update server".
Turns out the problem is that you cannot upload an earlier firmware version than the latest one on the remote update servers. That, and occasionally the appliance really is unable to talk directly to the update server.
Solution
Adding the following Advanced Tuning Parameter will allow you to override and upload whichever firmware package you want via the LMI:
- In System, select Advanced Tuning Parameter.
- Click New.
- Enter
sys.direct.update.allowed
as the key, andtrue
as the value. - Click Save Configuration.
Navigate back to [System > Available Updates]
and you'll be able to install any version.
One of the very first changes made for 10.0.4 was to have this tuning parameter set by default.
Additional Information/Links
Here are some useful links you can checkout for additional information.