Verity VM Installation (VMware 7.0.3)π
Introductionπ
The Verity management and orchestration system is comprised of three functional components, all of which are instantiated as Virtual Machines (VMs). This document describes the installation and configuration of these VMs within a VMWare ESXi server.
Resource Calculatorπ
Use the Verity VM Resource Calculator to determine system resources.
Virtual Machine Overviewπ
Verityβs three VM functional components:
Virtual Machine | Function |
---|---|
Virtual Network Commander (vNetC) | Orchestration logic, GUI hosting, northbound RESTful API, and databases. |
Software Defined LAN Controller (SDLC) | The SDLC VM is comprised of a series of containers that map one-to-one to the managed switch devices. Network discovery, device provisioning, and network assurance. The SDLC serves as the abstraction layer between the managed switch and the vNetC by translating the native management protocols into the vNetCβs NETCONF interface and Yang model. |
Monitoring | The Monitoring VM is comprised of various containers that collect, process and display the network device details that are managed by Verity. |
Virtual Machine Topologyπ
Below is the basic VM and hardware topology for reference:
Recommended Network Management Architecture
Each system requires a management subnet that can support 5 system IP addresses as well as 3 IP addresses per managed switch. The breakdown is as follows:
IP address Allocations for Management | Component | Allocation |
---|---|---|
Verity System components | vNETC LAN side, SDLC, ACS, GuiA, Monitoring | 5 Static Addresses |
Managed Switches | Verity Switch Controller | 1 Dynamic Address per switch |
Managed Switches | Switch in ZTP Process | 1 Dynamic Address per switch |
Managed Switches | Switch post ZTP Process | 1 Static Address per switch |
The orchestration platform (vNETC) is configured on the customerβs network with one static IP address to be accessed by users.
The following diagram shows the recommended management network architecture. Variations are possible based on individual customerβs network needs.
Prerequisitesπ
- vNetC
- Resolvable, fully qualified domain name
- Static IP address, gateway, DNS servers
- Valid Verity license
- SDLC
- IP addressing per table above. This must be routable to the vNetC!
- Controllers (within SDLC)
- IP Addressing per table above. The diagram above shows that the controllers are bridged to NIC 2 of the SDLC. The IP must be on the same VLAN/subnet as the SDLC!
- Monitoring
- IP addressing per table above. This must be routable to the vNetC!
- ESXi
- Compute resources meeting Verity requirements based on the number of switches being managed. See Resource documentation for computing CPU and memory needs.
- Virtual Switch
- The vNetC and SDLC should be on the same virtual switch in ESXi or at minimum they must be routable.
- Your system requires promiscuous mode to be set to enabled.
- Routable or switched network between Verity components and managed switching devices
- If using a router or firewall between Verity and the switches, the following ports must be allowed to pass.
- Port 8080 for gNMI
- Port 80 - HTTP
- Port 443 - HTTPS
- Port 22 - SSH
- Port 161 - SNMP
- If using a router or firewall between Verity and the switches, the following ports must be allowed to pass.
Obtaining the vNetC, SDLC and Monitoring VM Images and Filesπ
Obtain the following files from BE Networks:
Description | Filename Example | File Type | Notes |
---|---|---|---|
vNetC VM Image | vNetC-x_x_x_x.ova | VMware OVA | Resources including vCPU and memory should be adjusted based on iVN resource needs documentation. Networking will need to be altered to the correct virtual switch names used in the server |
vNetC βcoreβ Upgrade | core-x_x_x_x- full.tar | tarball | vNetC needs to be updated via GUI SD-Admin immediately after configuration and boot |
SDLC VM Image | SDLC-x_x_x_x.ova | VMware OVA | Resources including vCPU and memory should be adjusted based on iVN resource needs documentation. Networking will need to be altered to the correct virtual switch names used in the server |
SDLC Binary Firmware Upgrade | firmware-x_x_x_x.tar | tarball | SDLC should be upgraded via web page immediately after configuration and boot |
Monitoring VM Image | verity-monitoring_x.x.x.ova | VMware OVA | Resources including vCPU and memory should be adjusted based on iVN resource needs documentation. Networking will need to be altered to the correct virtual switch names used in the server |
Monitoring Software Upgrade | verity-monitoring_x.x.x.tar | tarball | Monitoring needs to be updated via GUI SD-Admin immediately after configuration and boot |
License | license.cms or sitexxxxx.tar | License file | Is uploaded using GUI |
Firmware Upgrade Package | firmware-x_x_x_x.tar | Binary | SDLC should be upgraded via web page immediately after configuration and boot |
Create the vNetC Virtual Machineπ
- Go to Virtual Machines.
- Click Create/Register VM.
- In the window that appears select Deploy a virtual machine from an OVF or OVA file.
- Click Next.
- Enter a name for the VM and upload the vNetC VM Image OVA file via the prompt that says Click to Select file or drag/drop.
- Click Next.
- Select the desired data store options. Click Next.
- Set the Deployment options and network mappings to the correct Port Group.
. This Port Group must be set to promiscuous mode.
- Click Next.
- Review the settings and if they are correct, click Finish.
- The VM creation process will start. When the process completes the progress bar in Recent tasks at the bottom of the screen will say Completed Successfully.
Configure the vNetC from the Consoleπ
This step requires you to configure the vNetC with an IP address and Fully Qualified Domain Name (FQDN). To do so, you need to open the VM console.
- Select your VM under the Virtual Machine column and click Console/Open browser console.
- The VM console appears. The vNetc initialization may take several minutes. While waiting you can press Enter and wait for login prompt.
- Login to the vNetC with username root and password vnc1234.
- Enter a new password if prompted (new password = vnc1234). If not prompted for the password, you can continue to use the default password or change it with the passwd command.
- Run the administration application from the shell by typing ns_admin and pressing Enter.
- You are prompted to enter a web user interface admin account password (ex. admin). Document the password you choose as it will be required for GUI authentication later in the process. It is very important that you remember the password!
- Press Enter when complete.
Special Instructions for Port Group Security without promiscuous mode
In cases where the system is installed without Device Controllers, it is possible to use default VMWare security for the SDLC interfaces. In this case, an extra connection from the SDLC VM is used for the ACS. If not using this case, then skip the following instructions and resume with Network Configuration in step 11.
- In the Admin Menu, select SD-LAN Features
- Disable option 8 - Virtual Machine promiscuous interfaces allowed
-
Save Settings
- Press Enter.
- Select FQDN (Fully Qualified Domain Name). Press Enter and set to the desired Fully Qualified Domain Name. If the field is prepopulated, it is required that you replace the default text with your own FQDN.
- Verify that WAN IP DHCP is disabled. If WAN IP DHCP is enabled, disable it using the menu.
- Select WAN Static IP Settings, press enter.
- Enter the following information:
- IPv4 Address and subnet in CIDR format (x.x.x.x/#)
- Default Route (Gateway)
- DNS Server 1 & DNS Server 2 (optional)
- Return to the network configuration menu.
- Save Settings.
- Follow the prompt and the VM will reboot with the new settings configured.
Install the License (required) and Upgrade to the Latest vNetC Core Softwareπ
- Use Chrome Web Browser to access the vNetC IP address that was just configured.
- At the login prompt enter username admin and the administration password configured in the menu during installation. These are the credentials you entered in step 3 of Configure the vNetC from the Console.
- When the window appears, record the information on the Licensing tied to line. Provide this information to BE Networks to obtain your license file.
- After you obtain your license.cms file you are required to upload it to the application. In the License window select data center or campus (depending on your system). Use the drag and drop palette to upload the file or browse for the file. The license file may also be embedded in a \<filename>.tar file and this can also be directly imported and the system will extract the license.cms file.
- After you upload the file make sure a success message is presented.
- Click the button that says Complete.
- After the Verity window has fully completed populating select the Administration button (lower left).
- Select Software Packages tab (top of screen) and click vNetC Packages.
- Using the Browse Files (or drag and drop) field, import the vNetC Core Upgrade file provided by BE Networks.
- When the process is complete you are presented with a success message.
- Click the Deploy button.
- When prompted to continue, click Yes. The software updates.
Temporary Error Message
You may see an error titled Fatal Error WebSocket Error: Connection lost -2 appear, this is normal. The browser may temporarily say that the site cannot be reached. When the process is done the landing page will render.
- If you see a migrations prompt click Accept.
.
- If you see a tan prompt that says GuiA not attached, no GuiA Switch, clear the message by clicking it.
- The display should look like the following image:
- Go back to the VNC Console in VMware and type
poweroff
in the CLI. This will cleanly shutdown the VNC.
Congratulations
You have now successfully installed the VNetC VM.
Create the SDLC Virtual Machineπ
- Go to Virtual Machines. Click Create/Register VM.
- In the window that appears select Deploy a virtual machine from an OVF or OVA file.
- Click Next.
- Enter a name for the VM and upload the SDLC VM Image OVA file via the prompt that says Click to Select file or drag/drop. Click Next.
- Select the desired data store options. Click Next.
- Set the deployment options. Click Next.
- Review the settings and if they are correct, click Finish.
- The VM creation process will start. Wait until you see the message Completed Successfully.
Special Instructions for Port Group Security without promiscuous mode
In cases where the system is installed without Device Controllers, it is possible to use default VMWare security for the SDLC interfaces. In this case, an extra connection from the SDLC VM is used for the ACS. If not using this case, then skip the following instructions and resume with the next section - Configure the SDLC from the Console
Configure the SDLC from the Consoleπ
The SDLC must be configured with a Static IP address and the vNetC FQDN.
- Select the SDLC from the VMWARE ESXi interface and click the Console tab.
- Select Open browser console.
-
DHCP Error Messages
During the following process DHCP errors may appear. These can be ignored.
-
Press Enter to get the login prompt, enter username: admin and password: admin.
- At the command line interface (CLI) press Enter to see a list of options.
- Select Admin and press Enter.
- Type Wizard and press Enter.
Note
If vNetC and SDLC (GuiA, ACS) are on different subnets, it is recommended to have three consecutive static IP addresses on the same subnet for GuiA, ACS and DHCP. However, if vNetC is on the same subnet as GuiA, ACS and DHCP, it is recommended to use four sequential IP addresses.
Prompt | Answer |
---|---|
Enter new hostname | SDLC |
Enter MGMT IP or enter 'd' to use DHCP | Enter management IP |
Enter URL connection protocol | http |
Enter default gateway IP/Prefix in CIDR format | Enter the default gateway IP address |
Enter ACS IP or type 'none' to remove config | Enter IP |
Enter vNetC FQDN or IP | vNetC IP address |
Enter DNS server | Enter DNS server IP |
Enter Comma separated NTP server(s) | Enter vNetCs IP address |
Enter ACS url | Press Enter or Enter a different url |
- Type y and press Enter
- Reboot is required for any changes to take effect. In the console, type reboot and press Enter.
Power On the vNetCπ
- In the VMware ESXi interface power on the vNetC. This takes a few minutes.
- Open the GUI and select Administration/Network.
- Select the Settings tile.
- Set up the Management VLAN used to access the Management network. This field is required even if your management switches are using untagged connections.
-
For Permissible IP Address Ranges on Managed Devices enter the relevant IP address range (IP address and Mask).
Permissible IP Range Requirement
The range entered MUST include SDLC components.
-
Click the Save button to save your settings. (
).
- Wait until the process is finished. The application landing page resembles the image below when all processes have been completed.
Update SDLCπ
- In Topology/Topology uncheck the box titled Disable Upgrades
.
- Click the Administration tab.
- Click Software Packages.
- Double-click Image Packages.
- Select and place the SDLC Binary Firmware Upgrade firmware file on the Drag & Drop area or use the Browse Files button to select the file.
- When uploaded, you are prompted with a green success message.
- Deploy the upgrade by clicking the Deploy button.
- A validation message appears. Click Yes.
- Wait while the package is applied.
- Click the Administration icon then click the VNFs panel.
- Double click the SDLC section.
- Double click the box with the title of SW Version.
- Set the Target Package field to the Firmware version
.
- Click the Save button (
).
- Click Yes to the validation message.
- Let the process complete.
- When the window appears the initial state of System Applications are offline. When the System Applications come online their LED icons render green. This may take up to 5 minutes. Admin/VNFs
Site Certificateπ
In order to avoid having to accept the self signed certificate delivered with the system you will need to add a server.pem file to the system. This will need to be obtained from your internet domain administrator.
- Go to Administration/Certificates/Vnetc Server Certificates
- Click on vNetC Server Certificate box.
- Drag and drop the server.pem file.
Create the Monitoring VMπ
Procedure:
- Go to Virtual Machines.
- Click Create/Register VM.
- In the window that appears select Deploy a virtual machine from an OVF or OVA file.
- Click Next.
- Enter a name for the VM and upload the Monitoring VM OVA file via the prompt that says Click to Select file or drag/drop.
- Click Next.
- Select the desired data store options.
- Click Next.
- Set the Deployment options β Network mappings to the correct Port Group.
- This Port Group must be set to promiscuous mode.
- Click Next.
- Review the settings and if they are correct.
- Click Finish.
- The VM creation process will start. When the process completes the progress bar in Recent tasks at the bottom of the screen will say Completed Successfully.
Configure Monitoring VM from the Consoleπ
This step requires you to configure Monitoring with an IP address, default gateway, and DNS servers. Then the script will ask for the Fully Qualified Domain Name (FQDN) of the VNetC so it knows how to connect the monitoring dashboard. To do so, you need to open the VM console.
- Select your VM under the Virtual Machine column and click Console/Open browser console.
- The VM console appears. The Monitoring initialization may take several minutes. While waiting you can press Enter and wait for login prompt.
- Login to Monitoring with username verity and password vnc1234.
- Enter a new password. Remember this password.
- Run the setup application from the shell by typing sudo ./setup.sh and pressing Enter.
- Enter the following information
:
- IPv4 Address and subnet in CIDR format (x.x.x.x/#)
- Default Route (Gateway)
- DNS Servers seperated by a comma
- Enter the FQDN or IP address of the vNetC host.
- Press Enter.
- Setup of monitoring is complete. The display will show the current settings and provide a note about if you need to make changes in the future, re-run this script.
- Type sudo reboot to reboot the VM for all the settings to take effect. After the reboot, it takes about 3 minutes for the Docker containers to start up and to announce itself to the vNetC.
- When the Monitoring VM connects to the vNetC, in Verity, a Growl with the MAC Address of the Monitoring VM will appear. Once this does, use the refresh button on Chrome.
- There will be a new dashboard icon in the top left corner showing the Monitoring Dashboard. Also, the Monitoring Dashboard will be the new startup screen.
Upgrade to the Latest Monitoring Softwareπ
- Upgrade the Monitoring software via the vNetC Web Administration.
- Use Chrome Web Browser to access the vNetC IP address that was just configured.
- At the login prompt enter username admin and the administration password configured in the menu during installation. These are the credentials you entered in step 3 of Configure the vNetC from the Console.
- From the Administration web page, select the Software Packages and click Application Packages.
- Using the Browse Files (or drag and drop) field, import the Monitoring Upgrade file provided by BE Networks.
- When the process is complete you are presented with a success message.
- Click the Deploy button.
- When prompted to continue, click Yes. The software updates.
Wait for System
It take about 5 minutes for the tarball to be uploaded to the Monitoring VM, and the changes to be applied and the new containers started up. If you SSH into the Monitoring VM, and go to the /be_install directory, you will see the tarball uploaded. If you run sudo docker ps you will see the uptime of the containers to be less than 5 minutes online letting you know that everything is updated. We are working on adding a panel to Monitoring Dashboard that will show the latest installed Version.
Congratulations
Verity has been successfully installed. Treat yourself to an iced coffee!