In this section:
By design, some types of virtualized SBC SWe deployments set certain system and instance names by default. For SBC SWe N:1 HA systems and SBC SWe cloud-based systems, the system name is automatically set to "'vsbcSystem." For SWe N:1 HA systems, the host name for each individual node is automatically set to "vsbc1." The host names for the two individual instances in a cloud-based SWe 1:1 HA system are automatically set to "vsbc1" and "vsbc2" (active and standby nodes, respectively).These default names are used in the internal operation of the SBC in virtualized environments and they cannot be changed.
However you can still assign unique name values for the system and individual node instances. During instantiation, the userdata values you provide populate parameters called actualSystemName
and actualCeName
that are specific to your deployment. If you deploy using Heat, you populate the userdata naming parameters directly in your template file or, if you use the Horizon user interface (UI), you can enter values in the Horizon UI when you orchestrate the system. If you use the Ribbon Virtual Network Function Manager (VNFM), you enter userdata in the VNFM UI during orchestration. Prior to orchestration, you have the option to modify the default naming conventions VNFM applies using options you specify when you generate your CSAR package file.
The following table summarizes how you set the parameters based on your instantiation method.
The following table lists some of the ways the actualSystemName
and actualCeName
are used.
The following tables lists requirements for the actual system name specified during instantiation:
Due to a PSX dependency, when there are multiple redundancy groups within an S-SBC cluster, each redundancy group must have the same system name.
The following tables lists requirements for the actual CE name (instance name) specified during instantiation:
To identify the actual system name, execute show table system admin vsbcSystem actualSystemName
. In the following example, "Canada" was the system name given in the userdata.
admin@SSBC-ssbc1-192.168.10.10> show table system admin vsbcSystem actualSystemName actualSystemName Canada;
To identify the instance names, execute show table system serverAdmin vsbc1 actualCeName
. In this example the system was deployed using VNFM and its default naming behavior, and "East" was entered in the VNF Name field in the VNFM user interface.
admin@SSBC-ssbc1-192.168.10.10> show table system serverAdmin vsbc1 actualCeName actualCeName East-ssbc1;