IBM DataPower Operations Dashboard v1.0.22.x
Change Network IP Addresses
In this page:
Â
Please make sure the network ports for the new IP address(es) are open in the network firewall as detailed in Firewall Requirements for All-in-One and Firewall Requirements for Cell Environment.
Change All-in-One Appliance IP Address
Appliance Mode Only
The steps below are only applicable for All-in-One DPOD Appliance mode installation. For Non-Appliance mode, please follow the appropriate procedure described later in this document.
The appliance IP address is configured as a static IP address. Hence, changing the IP address of the appliance requires the following steps:
Login to the DPOD server’s console using
dpodadm
orroot
user. It is recommended not to use SSH, since the connection will disconnect during the configuration changes and you might lose access to the server.Set a static
hostname
:sudo nmcli general hostname $(hostname)
Make sure
eth0
is up and connected:nmcli device status
Expected output:
DEVICE TYPE STATE CONNECTION eth0 ethernet connected eth0 lo loopback connected (externally) lo
Change the IP address of the network interface, including the CIDR (numeric network subnet mask, e.g.:
24
for the subnet mask255.255.255.0
):[Optional] Change the gateway IP address:
[Optional] Change the DNS servers:
Verify the changes:
Restart the network connection:
The following command will restart the network interface. Make sure you have the DPOD server console available (not SSH) in case additional changes are needed.Update the hosts file and replace the old IP address with the new IP address:
Switch to the DPOD application user:
Update DPOD’s configuration file:
Update the configuration database:
Start the configuration database CLI in interactive mode:
Run the following SQL statements:
Stop all the application services using
/app/scripts/app-util.sh
-> option 2 (stop all)Start all the application services using
/app/scripts/app-util.sh
-> option 1 (start all)
Change All-in-One Non-Appliance IP Address
Non-Appliance Mode Only
The steps below are only applicable for All-in-One DPOD Non-Appliance mode installation. For Appliance mode, please follow the appropriate procedure described earlier in this document.
In Non-Appliance installations, the operating system and network configuration is under the responsibility of the customer, so the IP address should be changed by the team that is managing this server.
(If you need an example, have a look at steps 1-8 in the Appliance mode procedure described earlier in this document.)
Once the IP address has been changed, continue with the following steps to configure the DPOD application with the new IP address.Login to the DPOD server via SSH using a privileged user (
root
or a user withsudo
permissions).Update the hosts file and replace the old IP address with the new IP address:
Switch to the DPOD application user (usually
dpodsvc
orstoreadm
):Update DPOD’s configuration file:
Update the configuration database:
Start the configuration database CLI in interactive mode:
Run the following SQL statements:
Stop all the application services using
/app/scripts/app-util.sh
-> option 2 (stop all)Start all the application services using
/app/scripts/app-util.sh
-> option 1 (start all)
Change Cell Manager's Internal IP Address
On the Cell Manager
Change the cell manager’s internal IP address:
For Appliance mode:
Login to the DPOD server via SSH using
dpodadm
user.Find the internal IP network interface name using the following command:
Execute steps 1-8 of the Appliance mode procedure described earlier in this document (make sure to replace
eth0
with the correct network interface name).
In Non-Appliance installations, the operating system and network configuration is under the responsibility of the customer, so the IP address should be changed by the team that is managing this server.
(If you need an example, have a look at steps 1-8 in the Appliance mode procedure described earlier in this document.)
Once the IP address has been changed, continue with the following steps to configure the DPOD application with the new IP address.
Login to the DPOD server via SSH using a privileged user (
root
or a user withsudo
permissions such asdpodadm
in Appliance installations).Update the hosts file and replace the old IP address with the new IP address:
Switch to the DPOD application user (usually
dpodsvc
orstoreadm
):Update DPOD’s configuration file:
Update the configuration database:
Start the configuration database CLI in interactive mode:
Run the following SQL statements:
Stop all the application services using
/app/scripts/app-util.sh
-> option 2 (stop all)Start all the application services using
/app/scripts/app-util.sh
-> option 1 (start all)
On Each of the Cell Members
Login to the DPOD server via SSH using a privileged user (
root
or a user withsudo
permissions such asdpodadm
in Appliance installations).Update the hosts file and replace the old IP address with the new IP address:
Switch to the DPOD application user (usually
dpodsvc
orstoreadm
):Update DPOD’s configuration file:
Stop all the application services using
/app/scripts/app-util.sh
-> option 2 (stop all)Start all the application services using
/app/scripts/app-util.sh
-> option 1 (start all)
Change Cell Manager's External IP Address
On the Cell Manager
Change the cell manager’s external IP address:
For Appliance mode:
Login to the DPOD server via SSH using
dpodadm
user.Find the external IP network interface name using the following command:
Execute steps 1-8 of the Appliance mode procedure described earlier in this document (make sure to replace
eth0
with the correct network interface name).
In Non-Appliance installations, the operating system and network configuration is under the responsibility of the customer, so the IP address should be changed by the team that is managing this server.
(If you need an example, have a look at steps 1-8 in the Appliance mode procedure described earlier in this document.)
Once the IP address has been changed, continue with the following steps to configure the DPOD application with the new IP address.
Login to the DPOD server via SSH using a privileged user (
root
or a user withsudo
permissions such asdpodadm
in Appliance installations).Update the hosts file and replace the old IP address with the new IP address:
Switch to the DPOD application user (usually
dpodsvc
orstoreadm
):Update DPOD’s configuration file:
Update the configuration database:
Start the configuration database CLI in interactive mode:
Run the following SQL statements:
Stop all the application services using
/app/scripts/app-util.sh
-> option 2 (stop all)Start all the application services using
/app/scripts/app-util.sh
-> option 1 (start all)
On Each of the Cell Members
Login to the DPOD server via SSH using a privileged user (
root
or a user withsudo
permissions such asdpodadm
in Appliance installations).Update the hosts file and replace the old IP address with the new IP address:
Switch to the DPOD application user (usually
dpodsvc
orstoreadm
):Update DPOD’s configuration file:
Stop all the application services using
/app/scripts/app-util.sh
-> option 2 (stop all)Start all the application services using
/app/scripts/app-util.sh
-> option 1 (start all)
Change Cell Member's Internal IP Address
On the Cell Member
Change the cell member’s internal IP address:
For Appliance mode:
Login to the DPOD server via SSH using
dpodadm
user.Find the internal IP network interface name using the following command:
Execute steps 1-8 of the Appliance mode procedure described earlier in this document (make sure to replace
eth0
with the correct network interface name).
In Non-Appliance installations, the operating system and network configuration is under the responsibility of the customer, so the IP address should be changed by the team that is managing this server.
(If you need an example, have a look at steps 1-8 in the Appliance mode procedure described earlier in this document.)
Once the IP address has been changed, continue with the following steps to configure the DPOD application with the new IP address.
Login to the DPOD server via SSH using a privileged user (
root
or a user withsudo
permissions such asdpodadm
in Appliance installations).Update the hosts file and replace the old IP address with the new IP address:
Switch to the DPOD application user (usually
dpodsvc
orstoreadm
):Update DPOD’s configuration file:
Stop all the application services using
/app/scripts/app-util.sh
-> option 2 (stop all)Start all the application services using
/app/scripts/app-util.sh
-> option 1 (start all)
Change Cell Member's External IP Address
On the Cell Member
Change the cell member’s external IP address:
For Appliance mode:
Login to the DPOD server via SSH using
dpodadm
user.Find the external IP network interface name using the following command:
Execute steps 1-8 of the Appliance mode procedure described earlier in this document (make sure to replace
eth0
with the correct network interface name).
In Non-Appliance installations, the operating system and network configuration is under the responsibility of the customer, so the IP address should be changed by the team that is managing this server.
(If you need an example, have a look at steps 1-8 in the Appliance mode procedure described earlier in this document.)
Once the IP address has been changed, continue with the following steps to configure the DPOD application with the new IP address.
Login to the DPOD server via SSH using a privileged user (
root
or a user withsudo
permissions such asdpodadm
in Appliance installations).Update the hosts file and replace the old IP address with the new IP address:
Switch to the DPOD application user (usually
dpodsvc
orstoreadm
):Update DPOD’s configuration file:
Stop all the application services using
/app/scripts/app-util.sh
-> option 2 (stop all)Start all the application services using
/app/scripts/app-util.sh
-> option 1 (start all)
On the Cell Manager
Login to the DPOD server via SSH using a privileged user (
root
or a user withsudo
permissions such asdpodadm
in Appliance installations).Switch to the DPOD application user (usually
dpodsvc
orstoreadm
):Update the configuration database:
Start the configuration database CLI in interactive mode:
Run the following SQL statements:
Stop all the application services using
/app/scripts/app-util.sh
-> option 2 (stop all)Start all the application services using
/app/scripts/app-util.sh
-> option 1 (start all)
Â
Copyright © 2015 MonTier Software (2015) Ltd.