Panel | ||||||
---|---|---|---|---|---|---|
In this section:
|
The system name is used in billing, external PSX queries (if applicable), and system logs. On an HA system, one system name applies to both units and each unit has its own instances as described in Instance Naming Convention section.
...
The following table lists system naming convention to follow while setting up SBC SWe systems:
Y = Supported
N = Not Supported
Caption | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||
|
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 Instantiating and Configuring Installing SBC SWe on OpenStackVirtual Platforms.
Code Block | ||
---|---|---|
| ||
{ "SystemName" :<custom system name>" } |
The default name of instance are "vsbc1" and "vsbc2". You can only modify instance names while instantiating.
...
The following table lists hostname/instance naming convention to follow while setting up SBC SWe systems:
Y = Supported
N = Not Supported
Caption | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||
|
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 Instantiating and Configuring Installing SBC SWe on OpenStackVirtual Platforms.
Code Block | ||
---|---|---|
| ||
{ "CEName" :<custom instance name> } |
The following table lists VNFC and Cluster naming convention to follow while instantiating VNFC and creating clusters:
Y = Supported
N = Not Supported
Caption | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||
|
To know the server name, execute show table system serverAdmin. In the below example, vsbc1 is the server name.
Code Block | ||
---|---|---|
| ||
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 |
To know the system name, execute show table system serverAdmin. In the below example, vsbcSystem1 is the system name.
...