1.0.7.8 Interim Fix 2 release notes
1.0.7.8 Interim Fix 2 applies a number of fixes on systems with Connector Node (CN) installed along with the fixes for Platform Manager and Hardware Platform Interface (HPI). For large systems (with more than 16 enclosures), it:
- addresses the memory leak associated with BOM caching.
- fixes node sorting when running
ap nodeandap node -d - ensures that NPS container migrates over correctly and NPS starts automatically during VDB HOST migration from CN.
- ensures that Docker sockets are disposed correctly to avoid data piling and
too many open fileserror when using the NPS web console. - upgrades
aposcommscomponent to address the regressions from policy-based routing (PBR).
1.0.7.8 Interim Fix 2 replaces previously released 1.0.7.8 Interim Fix 1. If you applied 1.0.7.8 IF1, you must apply 1.0.7.8 IF2 to fix the PBR issue.
Before you begin
- Download the following package 1.0.7.8.IF2-WS-ICPDS-fpXXX, where XXX stands for the latest package number, from Fix Central.
- For Dell systems, estimated upgrade time is six hours. Downtime of around five hours is required.
- For Lenovo systems, estimated upgrade time is two hours. Downtime of around 45 minutes is required.
- The system must be on version 1.0.7.8 before applying the fix.
- If NPS has non-default admin account credentials, the following actions must be completed before
you can upgrade:
- Ensure that you have the NPS database
adminuser password. - In
/export/home/nz/.bashrcfile inside the container, setNZ_USER=adminandNZ_PASSWORD=<customer_password>
- Ensure that you have the NPS database
Procedure
Known issue: apupgrade fails at stopping Magneto Service
apgrade fails to stop Magneto Service due to some container running. The command
attempts to stop out these containers and errors
.INFO: Attempt number 3 to stop Magneto service
ERROR: Exception: Traceback (most recent call last):
ERROR: File "/localrepo/1.0.7.8.IF2/EXTRACT/upgrade/modules/ibm/ca/util/magneto_manager.py", line 264, in stop_magneto_service
ERROR: raise Exception("Failed to stop Magneto Service, within {} tries.".format(str(count-1)))
ERROR: Exception: Failed to stop Magneto Service, within 3 tries.
ERROR:
Workaround:
- Run
docker pscommand on the control nodes to see the running containers:ssh e1n1 docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 2a19811bed99 callhome_repo:callhome.x86_64 "/usr/bin/entrypoi..." 30 hours ago Up 29 hours callhome - Run docker stop to stop the running container on the respective
node.
docker stop 2a19811bed99