Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please make sure networks port are open in the network firewall as detailed in Firewall Rules for DPOD Cell Environment.

Change Cell Manager's Internal Address

...

  1. Stop all the application services using app-util.sh -> option 2 (stop all)

  2. Start all the application services using app-util.sh -> option 1 (start all)

    For Appliance mode, or when Kibana is installed, restart Kibana service:

    code

    systemctl restart kibana

Change Cell Manager's External Address

...

  1. Stop all the application services using app-util.sh -> option 2 (stop all)

  2. Start all the application services using app-util.sh -> option 1 (start all)

Change Cell Member's Internal Address

...

  1. Change the cell member’s internal address:

    1. For Appliance mode, find the correct interface name using the following command and run steps 1-4 on Change Appliance Network Address

      Code Block
      ip a | grep '<Old Member's Internal IP Address>' | awk '{print $7}'
    2. For Non-Appliance mode, please consult with your network admin and linux admin how to change the network interface address.

  2. Update hosts file:

    Code Block
    sed -i "3,1000 s/<Old Member's Internal IP Address>/<New Member's Internal IP Address>/" /etc/hosts
  3. Stop all the application services using app-util.sh -> option 2 (stop all)

  4. Start all the application services using app-util.sh -> option 1 (start all)

Change Cell Member's External Address

...

  1. Stop all the application services using app-util.sh -> option 2 (stop all)

  2. Start all the application services using app-util.sh -> option 1 (start all)