User Tools

Site Tools


appliance_distributed_controller_change

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
appliance_distributed_controller_change [2018/07/18 09:55] walkeradminappliance_distributed_controller_change [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
-===== Appliance Distributed Controller Change =====+====== Appliance Distributed Controller Change ======
 <color #db5f0b>Jul 2018</color> <color #db5f0b>Jul 2018</color>
 \\  \\ 
Line 6: Line 6:
 ---- ----
 When installing MFEL, you have to select whether you are doing an <color #ed1c24>Appliance</color> or <color #ed1c24>Distributed</color> installation.  When installing MFEL, you have to select whether you are doing an <color #ed1c24>Appliance</color> or <color #ed1c24>Distributed</color> installation. 
-\\  
 \\  \\ 
 In <color #ed1c24>Appliance</color> mode, the Controller, Licensing and MFEL are all on the same server. In <color #ed1c24>Appliance</color> mode, the Controller, Licensing and MFEL are all on the same server.
Line 21: Line 20:
  
 ==== Convert Distributed MFEL to Standalone MFEL ==== ==== Convert Distributed MFEL to Standalone MFEL ====
-\\  
 \\  \\ 
 On the MFEL, you need to firstly install the controller, you can check the installation documentation for a full explanation of this, but basically you need to run the following from the folder you unpacked the Controller software in to: On the MFEL, you need to firstly install the controller, you can check the installation documentation for a full explanation of this, but basically you need to run the following from the folder you unpacked the Controller software in to:
 \\  \\ 
     ./install.sh     ./install.sh
-\\  
 \\  \\ 
 This will install the Controller software, that would have been originally on another server. This will install the Controller software, that would have been originally on another server.
 +\\ 
 +\\ 
 +Next, the installation instructions tell us to run the following script:
 +\\ 
 +\\ 
 +    /opt/ericsson/controller/setup/configure.sh --serverID standalone --controllerIP1 x.x.x.x
 +\\ 
 +Where **--serverID** would normally be **//standalone//** and **--controllerIP1** is the IP Address of the MFEL.
 +\\ 
 +\\ 
 +Next, reinstall the MFEL as Standalone:
 +\\ 
 +\\ 
 +From the folder you extracted the MFEL installation files to, run the following:
 +\\ 
 +\\ 
 +    ./install.sh --standalone
 +\\ 
 +\\ 
 +
 +----
 +
 +==== Create and Start a Service ====
 +\\ 
 +Now, when a service is created and started, you may see the following two alarms:
 +\\ 
 +\\ 
 +    License server lost major Connection with license server lost
 +    
 +    License in start period minor Service starts for a short period without checking the license availability
 +\\ 
 +This is because the MFEL is still looking at the license server on the original Controller Server. We need to point it to the new Controller we installed on the MFEL earlier.
 +\\ 
 +\\ 
 +
 +----
 +==== Point to Correct License Server ====
 +\\ 
 +There are two possible places the configuration script may reside (due to the MFEL previously having a non-standalone installation). But the syntax is the same for both, so if one fails, try the other.
 +\\ 
 +\\ 
 +<file>
 +/opt/ericsson/encoding-live-standalone/setup/configure.sh --licenseServerIP x.x.x.x 
 +
 +/opt/ericsson/encoding-live-server/setup/configure.sh --licenseServerIP x.x.x.x
 +</file>
 +\\ 
 +The LicenseServerIP will be the same IP Address as the MFEL
 \\  \\ 
 \\  \\ 
  
appliance_distributed_controller_change.1531904111.txt.gz · Last modified: 2023/03/09 22:35 (external edit)