Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel

In this section:

Table of Contents
maxLevel4
minLevel2

System and instance names are assigned during instantiation. You can edit the userdata values that specify these names in the template file you are using during instantiation. Refer to Instantiating SBC SWe on OpenStack using Heat Templates or Instantiating SBC SWe on AWS. If you deploy using VNFM, you can set the system name during the instantiation process. The default instance names are set within the VNFD file. Refer to Instantiating SBC SWe on OpenStack using VNFM.

System Naming Convention

The default system name is vsbcSystem. An example system name is WFDSBC01, where:

...

Caption
0Table
1SBC System Naming Convention
3SBCHNC


Convention/Character


System Name
Use as Leading
Character
Use as Trailing
Character
Maximum number of characters26
Letters  [ a-z ] | [ A-Z ](tick)(tick)(tick)
Digits [ 0-9 ](tick)(error)(tick)
Hyphen [ - ](tick)(error)(error)
Period [ . ](error)(error)(error)
Underscore [ _ ](error)(error)(error)
Other special characters(error)(error)(error)

Changing Default System Name

To change the default system name, provide the customization script in the Post-Creation tab of the Launch Instance. For more details on the Post-Creation tab, refer to Installing SBC SWe on Virtual Platforms.

Code Block
languagenone
{ "SystemName" :<custom system name>" }

...

Instance Naming Convention

The default name of instance are "vsbc1" and "vsbc2". You can only modify instance names while instantiating.

If you are providing an instance name, the instance must be configured with the same name and used for all accounting, logging, PSX and EMS communications. Instance The instance name is specific to an instance.

The following table lists hostname/lists the instance naming convention to follow while setting up SBC SWe systems:

...

Caption
0Table
1SBC Hostname/Instance Naming Convention
3SBC Hostname/Instance Naming Convention


Convention/Character


Instance Name
Use as Leading
Character
Use as Trailing Character
Maximum number of characters64
Letters  [ a-z ] | [ A-Z ](tick)(tick)(tick)
Digits [ 0-9 ](tick)(error)(tick)
Hyphen [ - ](tick)(error)(error)
Period [ . ]1(tick)(error)(error)
Underscore [ _ ]2(error)(error)(error)
Other special characters(error)(error)(error)

Changing Default Instance Name

To change the default instance name, provide the customization script in the Post-Creation tab of the Launch Instance. For more details on the Post-Creation tab, refer to Installing SBC SWe on Virtual Platforms.

none
Code Block
language
{
 "CEName" :<custom instance name>
}

VNFC and Cluster Naming Convention

...

Caption
0Table
1VNFC and Cluster Naming Convention
3VNFC and Cluster Naming Convention


Convention/Character


Instance Name
Use as Leading
Character
Use as Trailing Character
Maximum number of characters64
Letters  [ a-z ] | [ A-Z ](tick)(tick)(tick)
Digits [ 0-9 ](tick)(error)(tick)
Hyphen [ - ](tick)(error)(error)
Period [ . ]1(error)(error)(error)
Underscore [ _ ]2(error)(error)(error)
Other special characters(error)(error)(error)

Checking

...

the Instance Name using CLI

To know the server name, execute show the instance names, execute show table system serverAdmin. In the below example, vsbc1 is the server nameceName provided in the userdata.

Code Block
languagenone
admin@vsbc1> show table system serverAdmin
       ACTUAL
       CE      COREDUMP             MODULAR                PKT PORT
NAME   NAME    PROFILE   ROLE       TYPE     HW TYPE       SPEED       HW SUB TYPE
-------------------------------------------------------------------------------------
vsbc1  vsbc1   default   primary    false    ConnexIP5000  speed1Gbps  virtualCloud
vsbc2  none    default   secondary  false    ConnexIP5000  -           virtualCloud

Checking the System Name using CLI

To know the system name, execute show execute show table system serverAdminadmin actualSystemName. In the below example, vsbcSystem1 vsbcSystem is the system namename given in the userdata.

Code Block
languagenone
admin@vsbc1> show table system admin actualSystemName
                                                                                                                UTIL
                                                                                                                MONITOR
                                                                                                      UTIL      STATS                                           MINIMUM    MINI
            ACTUAL                                           LOCAL           EXTERNAL                 MONITOR   NUM OF    AUDIT                                 NUMBER OF  NUMB
            SYSTEM                                           AUTHENTICATION  AUTHENTICATION           STATS     PAST      LOG      DSP MISMATCH        MINIMUM  UPPERCASE  LOWE
NAME        NAME        CLUSTER ID        LOCATION  CONTACT  ENABLED         ENABLED         STATE    INTERVAL  INTERVAL  STATE    ACTION              LENGTH   CHARS      CHAR
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
vsbcSystem  vsbcSystem  sbc-configuratorsignaling  Unknown   Unknown  true            false           enabled  5         4         enabled  preserveRedundancy  8        1          1

...