In this section:
The following procedures are provided to launch the SBC virtual machine (VM) on the VMware vCenter using the OVA package and Guest OS customization. The Customization Specification and the Day-0 config drive ISO are used to customize the SBC VM.
Prerequisites
Workflow
Step | Action | System |
---|---|---|
1 | Create the Customization Specification | vSphere Client |
2 | Create the SBC VM Template | vSphere Client |
3 | Create the SBC VM from the Template | vSphere Client |
4 | Create the SBC Config Drive ISO | SBC VM |
5 | Apply the VM Specific Config to the SBC VM | SBC VM |
This procedure is based on VMware documentation. For more details, see VMware Docs.
Start
Create a virtual template from the OVA package.
Start
Log in to the SBC VM and run the/opt/sonus/sbx/scripts/configureSystemForCustomSpec.shscript to configure the SBC system to apply customization specifications as shown below:
This step is needed with the VMware vSphere 6.7 version as the Customization Script option is only available in the VMware vSphere 7.0 version.
After creating the template, follow the steps below to create the SBC virtual machine.
Start
Edit the New Hard Disk size to change it to 40 GB and click OK to close the window.
40 GB is the minimum accepted disk size. Larger disk sizes can be selected based on client storage requirements for logs, CDRs etc.
sudo su-
command.Start
--cli
and --file
mode. --cli
option provides screen prompts to enter the configuration data for the deployment.--file
option requires you to provide a file, sbx.json, to the script. The file must contain all the necessary configuration data in JSON format. A sample input file for reference is available in the tarball input/sbx.json. Start