el_single_server_change_ip_address_alma_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
el_single_server_change_ip_address_alma_linux [2024/02/06 19:58] – [Installing MK Software] walkeradminel_single_server_change_ip_address_alma_linux [2024/02/06 20:11] (current) walkeradmin
Line 1: Line 1:
 ====== EL / Single Server Change IP Address Alma Linux ====== ====== EL / Single Server Change IP Address Alma Linux ======
-<color #db5f0b>Jan 2024</color>+<color #db5f0b>Feb 2024</color>
 \\  \\ 
 \\  \\ 
Line 22: Line 22:
 \\  \\ 
 \\  \\ 
 +If your Server Software is already installed, and you know that Controller was installed using 127.0.0.1 and all you need to do is change Management IP Address, then skip to the last section in the article - "Management IP Address Change"
 ---- ----
 ==== Server Pre-Requisites ==== ==== Server Pre-Requisites ====
Line 112: Line 113:
 ---- ----
 === Install Reliable Transport === === Install Reliable Transport ===
 +You do not need to specify an IP Address to install RT
 +\\ 
 +  tar -xvf installer-reliable-transport-el8-*.tar.gz
 +  ./installer-reliable-transport-el8-*.sh standalone --configure --serverID server1
 +where the **serverID** used is the same as teh **serverID** used during the previous Controller installation.
 +\\ 
 +----
 +=== Install the Multiplexer ===
 +You do not need to specify an IP Address to install the Mux in Standalone mode (for 1+1 you need a Peer IP).
 +\\ 
 +\\ 
 + However, it is good practice to specify the multicast address used for the Announcers, changing a management IP address does not require the Announcer addresses be changed.
 +\\
 +<file>
 +tar -xvf installer-multiplexer-el8-*.tar.gz 
 +./installer-multiplexer-el8-*sh standalone --configure --muxAnnouncer 239.0.100.123 --statmuxAnnouncer 239.0.100.123 --simulcryptAnnouncer 239.0.100.123 --bisscaAnnouncer 239.0.100.123
 +</file>
 +----
 +All SW should now be installed, check the UI.
 +\\ 
 +\\ 
 +I am not sure if a reboot would be best here. Will not hurt to do a reboot at this point.
 +\\ 
 +----
 +==== Management IP Address Change ====
 +The only IP Address that needs to be changed is for Encoding Live. Controller is using 127.0.0.1 under the hood and RT and Mux didn't have an IP Address specified during the installation.
 +\\ 
 +  change the IP Address in /etc/hosts to the new management IP Address
 +  change the server IP in /etc/sysconfig/network-scripts
 +  reboot the server
 +
 +The Server reboot will make the IP Address and Host Name changes live
 +\\ 
 +  Navigate to:  /var/install/encoding-live-x.x.x/standalone and find the file last_configure.sh
 +  change the current IP Addresses for EL and LicenseServer
 +  then run the last_configure.sh with no switches
 +  ./last_configure.sh
 +\\
 +----
 +Now re-test the server functionality, all services should work fine on the new Management IP address.
 +\\ 
 +\\ 
 +
  
el_single_server_change_ip_address_alma_linux.1707249523.txt.gz · Last modified: 2024/02/06 19:58 by walkeradmin