Activating a Software Release

From TBwiki
Revision as of 13:23, 16 October 2015 by Allyntree (Talk | contribs)
Jump to: navigation, search

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.


Path

/configurations/@[system_name]/applications/@[application_name]

Parameters (text)

/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"

Parameters (json)

{
  "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"
}
Personal tools