Toolpack:Activating the Configuration D

From TBwiki
(Difference between revisions)
Jump to: navigation, search
m
Line 36: Line 36:
 
<pre>
 
<pre>
 
/systems/@[system_name]
 
/systems/@[system_name]
active_configuration          = "Test_remap_NAP_IP"
+
active_configuration          = "@[configuration_name]"
active_package                = "2.9.2"
+
active_package                = "@[package_name]"
gw_port                        = 12358
+
gw_port                        = @[port_number]
 
lock_active_configuration      = false
 
lock_active_configuration      = false
 
migrate_database              = true
 
migrate_database              = true
name                          = "system_1"
+
name                          = "@[system_name]"
 
target_configuration          = ""
 
target_configuration          = ""
 
target_package                = ""
 
target_package                = ""
Line 52: Line 52:
 
<pre>
 
<pre>
 
{
 
{
   "active_configuration" : "Test_remap_NAP_IP",
+
   "active_configuration" : "@[configuration_name]",
   "active_package" : "2.9.2",
+
   "active_package" : "@[package_name]",
   "gw_port" : 12358,
+
   "gw_port" : @[port_number],
 
   "lock_active_configuration" : false,
 
   "lock_active_configuration" : false,
 
   "migrate_database" : true,
 
   "migrate_database" : true,

Revision as of 12:07, 22 January 2016

Applies to version(s): v2.9.

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.

Note: To activate a configuration, you must be the Root user or have a user access level of 0.

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