Cisco Software Manager Server 4.0 OVA Installation Guide
Cisco Software Manager Server 4.0 OVA Installation Guide
Cisco Software Manager Server 4.0 OVA Installation Guide
0
OVA Installation Guide
Table of Contents
Introduction ............................................................................................................................... 2
Administrative Tasks .................................................................................................................. 2
Creating the CSM Server Virtual Machine Using the vSphere GUI ............................................. 4
Introduction
This OVA Installation Guide covers administrative tasks and steps to install CSM Server 4.0 in
both VMware ESXi and Fusion with an OVA file.
An OVA (open virtual appliance or application) is a package in the TAR format that contains files
that are used to describe a virtual machine which, in this case, contains a CSM Server
distribution. For example,
The OVA is built on Ubuntu 18.04 Server distribution. Additional ova for different Linux
distributions such as CentOS will become available later.
The OVA installation has been verified with ESXi 5.5, 6.5, and VMware Fusion 8.
Administrative Tasks
The default VM configurations included 2 CPU, 8 GB Memory, 64 GB hard disk (Thick Provision
Lazy Zeroed), and 1 NIC.
A leapfrog enhancement of CSM Server 4.0 is to deploy Docker technology and CSM-Cloud,
which provide a smooth installation experience and future upgrade path with a click of a button.
After VM deployment and login, please consider to perform the following administrative tasks:
(1) Network configuration: Please configure NIC IP address, Netmask, Gateway, and DNS.
For OVA with Ubuntu 18.04 Server, the network configuration file is
/etc/netplan/50-cloud-init.yaml.
network:
ethernets:
ens160:
dhcp4: yes
version: 2
network:
ethernets:
ens160:
addresses:
- 172.27.147.110/25
gateway4: 172.27.147.1
nameservers:
addresses:
- 171.70.168.183
search:
- cisco.com
optional: true
version: 2
(2) Proxy Configurations: This section is only required when you are behind a proxy server.
After updating /etc/environment, please issue the following command so that the
change will take effect.
$ su - cisco
Once the services start running, their running status can be viewed by issuing the following
command:
$ sudo docker ps -a
Creating the CSM Server Virtual Machine Using the vSphere GUI
The installation steps may vary according to releases. In general:
Step 1: In the vSphere client, select vCenter > Virtual Machines
Step 2: Click on the second icon from the left under Objects, Deploy OVF Template.
Step 3: Select Local file and browse to the downloaded OVA.
Step 4: Select the source location where the CSM Server .ova file is stored and click Next.
Step 5: Verify OVF template details, and click Next.
Step 6: Specify the name and location for the deployed template, and click Next.
Step 7: Select where to run the deployed template, and click Next.
Step 8: Select the location to store the files for the deployed template, and click Next.
Step 9: Configure the networks that the deployed template should use, and click Next.
Step 10: Please decide if 'Power on after deployment' is checked. Then click Finish to deploy the
OVA.