Netezza Performance Server for Cloud Pak for Data System
If you decide to
change the timezone on Cloud Pak for Data System nodes,
you must also perform additional steps to change the time zone in the Netezza
container.
Procedure
-
Change the time zone on the control nodes as described in System network configuration YAML file
- On Cloud Pak for Data System, locate the
.yml
file with your system network
configurations:cd /opt/ibm/appliance/platform/apos-comms/customer_network_config/ansible
ls -al
Look for a .yml
file that has the most recent edit date and open
it. Usually, the file is named System_Name.yml
or customer.yml
.
Only one .yml
file must exist in the
/opt/ibm/appliance/platform/apos-comms/customer_network_config/ansible
directory apart from the template file that you are editing. Otherwise, you might face issues when
you are configuring the network.
- Change the time zone in the
.yml
file.
- Apply the changes as described in Testing the YAML file and running playbooks .
- Stop Netezza.
As the
nz
user, inside the container,
run:
nzstop
- In the container, run:
systemctl disable ipsstart
- Restart the container.
From the bare metal servers,
run:
docker stop ipshost1
docker start ipshost1
- In the container, run:
timedatectl set-timezone <TIMEZONE_SET_ON_BM>
- In the container, run:
systemctl enable ipsstart
- Redeploy the container .
- Start Netezza.
As the
nz
user, inside the container,
run:
nzstart