Netezza Performance Server 11.2.1.5 release notes
Netezza Performance Server 11.2.1.5 provides a stability patch for critical issues.
- 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.
- If you are on Netezza Performance Server for Cloud Pak for Data, before you
upgrade to 11.2.1.5, you must back up tables with a compression ratio greater than 7.95 and
databases that contain these tables. After the upgrade is complete, truncate the tables from their
databases and restore them. To identify tables with compression ratio greater than 7.95, follow the
instructions from https://www.ibm.com/support/pages/node/6564067.
Tables that were identified as having a compression ratio greater than 7.95 before upgrade must not be accessed until they are restored after upgrade.
Make sure you completed the backup of the listed databases before upgrading.
- 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.5, 11.2.2.0 and later. For more information, see TLS 1.2 ciphers.
Resolved issues
- Postgres
-
- Resolved the issue with queries getting aborted after the first attempt, which was caused by No such table exists.
- Prevented a SPU crash in case of buffer overflow when query results are typecast to a variable length data type.
- Resolved the issue with nzload fixed format with data typecast.
- Updated the cipher list with IBM supported ciphers for TLS1.2 communication.
- Backup and restore
-
- Disabled checking validity of views and mviews before a backup is taken. This option is set for nzbackup when executed by nzbatchbnr.
- Connector
-
- Resolved the OLE DB connection issue with MS Azure Analysis Service.
- Resolved the issue with quotations in schema name with the .NET driver.
- Upgrade
-
- Resolved issues with mount location and mount directories preservation after container upgrade.
- Resolved the issue with space being filled up with debug logs.
- Even management
-
- Resolved the issue with multiple
hwDiskFull
alerts for each logical partition by changing implementation at system level.
- Resolved the issue with multiple
- Provisioning
-
- Added support to log nzdeploy and nzdeploy-remote runs using aphistory.
- Serviceability
-
- Added support to start NVMe Telemetry utilities remotely and through nzpush
- Upgraded
nvme-cli
to 1.8.1 to support themvcli
utility. - Added support for different SPU utilities. For example:
mlxconfig
,mlxfwreset
,mlxlink
.
- System management
-
- Resolved the issue with Intel drives with locking enabled during Netezza Performance Server restart.
- Removed password logging from logs after keystore is created.
-
If you are on Netezza Performance Server for Cloud Pak for Data, support to make table compression ratio configurable was added. Before you upgrade to 11.2.1.5, you must back up tables with a compression ratio greater than 7.95 and databases that contain these tables. After the upgrade is complete, truncate the tables from their databases and restore them. To identify tables with compression ratio greater than 7.95, follow the instructions from https://www.ibm.com/support/pages/node/6564067.
Tables that were identified as having a compression ratio greater than 7.95 before upgrade must not be accessed until they are restored after upgrade.
Make sure you completed the backup of the listed databases before upgrading.
- Resolved the issue with emulator memory pages resulting in SPU crashes.
- Added instrumentation for improved analysis of
fcomm
cores. - Resolved the issue with
fcomm
while releasing buffers. - Improved the regen process to handle interrupted regen due to restart.
- Resolved the issue with enabling locking after new disk is added.
- Upgraded MCP image for SPU kernel to address SPU stability.
Known issues
- Due to the limitation on clients, the ODBC Windows driver works only with the AES128-GCM-SHA256
cipher with
hostssl
set on the Netezza Performance Server host.To change ciphers set on the Netezza Performance Server host, see Enabling and disabling ciphers.
- 2. zLinux clients work only with the AES128-GCM-SHA256 cipher with
hostssl
set on the Netezza Performance Server host.To change ciphers set on the Netezza Performance Server host, see Enabling and disabling ciphers.
nzrestore
fails if backup is taken withBUCKET_URL
having slashes.Whenever theWORKAROUND:nzrestore
failure happens with following error:
Check the backup command and verify whether[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'.
BUCKET_URL
is having slashes as shown in the following example:BUCKET_URL=bakcupbucket/subdir/ UNIQUE_ID=2024-01-12
ModifyBUCKET_URL
andUNIQUE_ID
as shown:BUCKET_URL=bakcupbucket UNIQUE_ID=subdir/2024-01-12
Note:UNIQUE_ID
is a combination of string that is taken fromBUCKET_URL
after the first slash and actualUNIQUE_ID
. Pass these two arguments to thenzrestore
command.