Netezza Performance Server 11.2.1.8-IF1 release notes

Netezza Performance Server for Cloud Pak for Data SystemNetezza Performance Server for Cloud Pak for Data

Version 11.2.1.8-IF1 provides a stability fix for critical issues.

Note:
  1. If you are using custom SSL certificates, learn how to preserve them across Netezza Performance Server upgrade. For more information, see Preserving custom SSL certificates.
  2. Learn about the preferred cipher suites, how to enable, disable the TLS 1.2 ciphers, and create and enable certificates if you are on 11.2.1.7, 11.2.15, 11.2.2.0 or later. For more information, see TLS 1.2 ciphers.

Resolved issues

  1. Fixed the issue with the system restarting when a nonboolean field was being compared to a list of things, which were Boolean values.
  2. The wait mechanism does not exceed 120 seconds even when NFS/CIFS servers with ICMP disabled are targeted.
  3. Fixed the issue with alcloader failing which was caused by segmentation.
  4. Fixed the issue with SPU failing which occurred when a table with a materialized view was deleted.

Known issues

nzrestore fails if backup is taken with BUCKET_URL having slashes.
Whenever the nzrestore failure happens with following error:
[Restore Server] : Starting the restore process
[Restore Server] : Operation aborted 
Error: Connector exited with error: 'The specified key does not exist. with address : xx.xxx.xx.xxx'.
Check the backup command and verify whether BUCKET_URL is having slashes as shown in the following example:
BUCKET_URL=bakcupbucket/subdir/
UNIQUE_ID=2024-01-12
WORKAROUND:
Modify BUCKET_URL and UNIQUE_ID as shown:
BUCKET_URL=bakcupbucket 
UNIQUE_ID=subdir/2024-01-12
Note: UNIQUE_ID is a combination of string that is taken from BUCKET_URL after the first slash and actual UNIQUE_ID. Pass these two arguments to the nzrestore command.