IBM DataPower Operations Dashboard v1.0.15.0
A newer version of this product documentation is available.
You are viewing an older version. View latest at IBM DPOD Documentation.
Change Cell Environment's Network Addresses
Use the following procedures to change the network addresses of the Cell Manager or the Cell Members:
Â
Please make sure networks port are open in the network firewall as detailed in Firewall Requirements for DPOD Cell Environment.
Change Cell Manager's Internal Address
On the cell manager
Change the cell manager’s internal address:
For Appliance mode, find the correct interface name using the following command and run steps 1-4 on Change Appliance Network Address.
ip a | grep '<Old Manager's Internal IP Address>' | awk '{print $7}'
For Non-Appliance mode, please consult with your network admin and linux admin how to change the network interface address.
Update hosts file:
sed -i "3,1000 s/<Old Manager's Internal IP Address>/<New Manager's Internal IP Address>/" /etc/hosts
Run the following SQL using
ij
utility (using CLI on DPOD's server):update node set esip='<New Manager's Internal IP Address>' where esip='<Old Manager's Internal IP Address>'; quit;
On each of cell members
Update hosts file:
Restart the application on the cell manager and all the cell members
Stop all the application services using
app-util.sh
-> option 2 (stop all)Start all the application services using
app-util.sh
-> option 1 (start all)
Change Cell Manager's External Address
On the cell manager
Change the cell manager’s external address:
For Appliance mode, find the correct interface name using the following command and run steps 1-4 on Change Appliance Network Address
For Non-Appliance mode, please consult with your network admin and linux admin how to change the network interface address.
Update hosts file:
Run the following SQL using
ij
utility (using CLI on DPOD's server):
On each cell member
Update hosts file:
Restart the application on the cell manager and all the cell members
Stop all the application services using
app-util.sh
-> option 2 (stop all)Start all the application services using
app-util.sh
-> option 1 (start all)
Change Cell Member's Internal Address
On the cell member
Change the cell member’s internal address:
For Appliance mode, find the correct interface name using the following command and run steps 1-4 on Change Appliance Network Address
For Non-Appliance mode, please consult with your network admin and linux admin how to change the network interface address.
Update hosts file:
Stop all the application services using
app-util.sh
-> option 2 (stop all)Start all the application services using
app-util.sh
-> option 1 (start all)
Change Cell Member's External Address
On the cell member
Change the cell member’s external address:
For Appliance mode, find the correct interface name using the following command and run steps 1-4 on Change Appliance Network Address
For Non-Appliance mode, please consult with your network admin and linux admin how to change the network interface address.
Update hosts file:
On the cell manager
Run the following SQL using
ij
utility (using CLI on DPOD's server):Â
Restart the application on the cell manager and the cell members
Stop all the application services using
app-util.sh
-> option 2 (stop all)Start all the application services using
app-util.sh
-> option 1 (start all)