Toolpack:Activating the Configuration D

From TBwiki
(Difference between revisions)
Jump to: navigation, search
 
(18 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=== '''''Applies to version(s): v2.9.''''' ===
+
{| class="wikitable"
 +
|-
 +
|rowspan="3"|This article applies to:
 +
|'''Product'''
 +
|'''Version'''
 +
|-
 +
|Tmedia
 +
|2.9, 2.10, 3.0, 3.2
 +
|-
 +
|SBC
 +
|3.0, 3.1
 +
|}
 
{{DISPLAYTITLE:Activating the Configuration}}
 
{{DISPLAYTITLE:Activating the Configuration}}
Changes made to the configuration of the Tmedia or Tdev units are stored in the OAM&P Configuration and Logging database. In order for changes to be used by the system, they must first be activated. This is  done at the system level and accessed from the Navigation panel.
+
Changes made to the configurations are stored in the OAM&P Configuration and Logging database. Any changes to the configuration must be activated, in order for them to be used by the system. This is  done at the system level and accessed from the navigation panel.
  
Note: To activate a configuration, you must be the '''Root''' user or have a   [[Toolpack:User_access|user access]] level of 0.
+
Note: To activate a configuration, you must be an '''Admin''' user or a user with write access to the System menu.
  
 
To activate a system configuration:
 
To activate a system configuration:
Line 13: Line 24:
  
  
2. To activate the configuration, click '''Activate'''
+
2. To activate the configuration, click '''Activate'''.
  
 
'''Note:''' Make certain that the '''Lock active configuration''' box is '''unchecked'''. Failure to do so will prevent the configuration from being saved.  
 
'''Note:''' Make certain that the '''Lock active configuration''' box is '''unchecked'''. Failure to do so will prevent the configuration from being saved.  
Line 24: Line 35:
  
 
[[Image:Toolpack_System_Edited_B2.png]]
 
[[Image:Toolpack_System_Edited_B2.png]]
 +
 +
 +
<div class="mw-collapsible mw-collapsed" data-collapsetext="Northbound Interface" data-expandtext="Northbound Interface" style="width: 400px;">
 +
 +
'''Path'''
 +
<pre>
 +
/systems/@[system_name]
 +
</pre>
 +
 +
'''Parameters (text)'''
 +
<pre>
 +
/systems/@[system_name]
 +
active_configuration          = "@[configuration_name]"
 +
active_package                = "@[package_name]"
 +
gw_port                        = @[port_number]
 +
lock_active_configuration      = false
 +
migrate_database              = true
 +
name                          = "@[system_name]"
 +
target_configuration          = ""
 +
target_package                = ""
 +
validate_configuration        = ""
 +
validate_package              = ""
 +
 +
</pre>
 +
 +
'''Parameters (json)'''
 +
<pre>
 +
{
 +
  "active_configuration" : "@[configuration_name]",
 +
  "active_package" : "@[package_name]",
 +
  "gw_port" : @[port_number],
 +
  "lock_active_configuration" : false,
 +
  "migrate_database" : true,
 +
  "name" : "system_1",
 +
  "target_configuration" : "",
 +
  "target_package" : "",
 +
  "validate_configuration" : "",
 +
  "validate_package" : "",
 +
}
 +
</pre>
 +
</div>

Latest revision as of 09:12, 11 November 2020

This article applies to: Product Version
Tmedia 2.9, 2.10, 3.0, 3.2
SBC 3.0, 3.1

Changes made to the configurations are stored in the OAM&P Configuration and Logging database. Any changes to the configuration must be activated, in order for them to be used by the system. This is done at the system level and accessed from the navigation panel.

Note: To activate a configuration, you must be an Admin user or a user with write access to the System menu.

To activate a system configuration:

1. Select System from the navigation panel.

Systems Navigation Panel B.png


2. To activate the configuration, click Activate.

Note: Make certain that the Lock active configuration box is unchecked. Failure to do so will prevent the configuration from being saved.

Toolpack Editing System B1.png


3. Verify that an activation confirmation message is displayed. The system will remind you to back up your database when you are done configuring (at top of screen):


Toolpack System Edited B2.png


Path

/systems/@[system_name]

Parameters (text)

/systems/@[system_name]
active_configuration           = "@[configuration_name]"
active_package                 = "@[package_name]"
gw_port                        = @[port_number]
lock_active_configuration      = false
migrate_database               = true
name                           = "@[system_name]"
target_configuration           = ""
target_package                 = ""
validate_configuration         = ""
validate_package               = ""

Parameters (json)

{
  "active_configuration" : "@[configuration_name]",
  "active_package" : "@[package_name]",
  "gw_port" : @[port_number],
  "lock_active_configuration" : false,
  "migrate_database" : true,
  "name" : "system_1",
  "target_configuration" : "",
  "target_package" : "",
  "validate_configuration" : "",
  "validate_package" : "",
}
Personal tools