Toolpack:Activating a Release C

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Removed Northbound Interface section)
Line 59: Line 59:
  
 
5- Click '''Save'''.
 
5- Click '''Save'''.
 
 
<div class="mw-collapsible mw-collapsed" data-collapsetext="Northbound Interface" data-expandtext="Northbound Interface" style="width: 400px;">
 
 
'''Path'''
 
<pre>
 
/configurations/@[system_name]/applications/@[application_name]
 
 
</pre>
 
 
'''Parameters (text)'''
 
<pre>
 
/configurations/@[system_name]/applications/@[application_name]
 
application_type      = "TBOAM application"
 
bin_path              = "@{PKG_BIN}/tboamapp"
 
command_line_arguments = ""
 
name                  = "tboamapp"
 
working_path          = "../tboamapp"
 
 
/configurations/@[system_name]/applications/@[application_name]/log_parameters
 
default_trace_level        = "Level 2"
 
log_file_path              = ""
 
max_gzipped_log_files_size = "100 MB"
 
max_log_file_segment_size  = "10 MB"
 
 
/configurations/@[system_name]/applications/@[application_name]/network_lib_parameter
 
communication_down_delay = "10 seconds"
 
network_polling_delay    = "2 seconds"
 
network_switchover_delay = "4500 milliseconds"
 
 
/configurations/@[system_name]/applications/@[application_name]/tboamapp_cfg
 
allow_upgrade_of_all_units_simultaneously = false
 
auto_reboot_unit_on_license_update        = false
 
management_shutdown_delay                = "1 minute"
 
shutdown_delay                            = "20 seconds"
 
</pre>
 
 
'''Parameters (json)'''
 
<pre>
 
{
 
  "application_type" : "TBOAM application",
 
  "bin_path" : "@{PKG_BIN}/tboamapp",
 
  "command_line_arguments" : "",
 
  "log_parameters" : {
 
    "default_trace_level" : "Level 2",
 
    "log_file_path" : "",
 
    "max_gzipped_log_files_size" : "100 MB",
 
    "max_log_file_segment_size" : "10 MB"
 
  },
 
  "name" : "tboamapp",
 
  "network_lib_parameter" : {
 
    "communication_down_delay" : "10 seconds",
 
    "network_polling_delay" : "2 seconds",
 
    "network_switchover_delay" : "4500 milliseconds"
 
  },
 
  "tboamapp_cfg" : {
 
    "allow_upgrade_of_all_units_simultaneously" : false,
 
    "auto_reboot_unit_on_license_update" : false,
 
    "management_shutdown_delay" : "1 minute",
 
    "shutdown_delay" : "20 seconds"
 
  },
 
  "working_path" : "../tboamapp"
 
}</pre>
 
</div>
 

Revision as of 10:39, 21 October 2015

Applies to versions: v2.9

Note: This procedure affects service.


Once the new release version is installed, it is necessary to activate the new software version in the system.

Warning: This procedure requires a restart of the Tmedia platforms and will affect service until the activation of the new software release is complete.


1- Click System in the navigation panel.

ActivateSoftware A.png


2- Click Activate to begin the activation of the new release.

Host Control Activate Package Activate A.png


  • It will take a few minutes for the system to upgrade. 

Host Control Activate Package Activate 1 A.png

Note:

  • You can verify the status of the upgrade by using the tool: tbx_cli_tools_remote and selecting the tboamapp application.
  • You can fallback to another release by carrying out the "Activate Release" action again from the web portal. If you do not have access to the Web Portal, follow How To Fallback to an older Software Release.


Accelerating the activation of a software release

Activating a new release may take up to 10 minutes per TMedia unit.

To enable a simultaneous upgrade of all Tmedia units:

1- Select Applications from the navigation panel.

ActivateAll 0 B.png


2- Select tboamapp.

ActivateAll 1 C.png


3- Click Application Params

ActivateAll 2 A.png


4- Select Allow upgrade of all units simultaneously.

ActivateAll 3 A.png


5- Click Save.

Personal tools