This section describes the step by step installation of a cOS Core virtual machine using the vSphere client. It includes details of customer registration and license installation. Version 5.1 of vSphere is used throughout. The steps are organized into the following stages:
A. Register and Download cOS Core
B. Create a cOS Core Virtual Machine
C. Configure cOS Core for Management Access
D. Register a License and Bind it to cOS Core
The setup steps assume that the administrator is logging in for the first time to the Clavister website and that they have been given a cOS Core license number by their Clavister reseller.
The steps in this section relate to vSphere but the principles of license registration will be similar if using other VMware client products. A more general overview of license installation is given in Section 4.5, Installing a License.
![]() |
Note: Another section covers cOS Core configuration in detail |
---|---|
A more detailed description of initial cOS Core configuration after creation of a virtual machine can be found in Chapter 4, Configuring cOS Core. This current vSphere related section covers only the basic steps that are required for cOS Core Internet and management access. |
A. Register and Download cOS Core
Go to the URL https://my.clavister.com in a web browser.
B. Create a cOS Core Virtual Machine
C. Configure cOS Core for Management Access
cOS Core can now be configured using the CLI to allow management access via the If1 interface over a network and to optionally enable Internet access. This is more fully covered in Section 4.4, Manual CLI Setup but a shorter summary of the steps is the following:Device:/>
set Interface Ethernet If1 DHCPEnabled=No
Next, assign an IP address to the interface. For example:
Device:/>
set Address IP4Address InterfaceAddresses/If1_ip
Address=192.168.1.1
This is followed by setting a network for the interface. For example:
Device:/>
set Address IP4Address InterfaceAddresses/If1_net
Address=192.168.1.0/24
Device:/>
cc RoutingTable main
The command prompt will change to show that the current context is the main routing table:
Device:/main>
Now, routes can be added to the main table. Assuming that the If1
interface is connected to a router with the IPv4 address 203.0.113.1 then
a default route is added with the following CLI:
Device:/main>
add Route Interface=If1 Network=all-nets
Gateway=203.0.113.1
Device:/>
cc
Device:/>
set RemoteManagement RemoteMgmtHTTP HTTP_If1
Network=all-nets
Interface=any
For maximum security, the allowed network and interface should be as specific as possible.
Note that normally, an IP rule set entry would be created to allow any data traffic to
to flow to or from cOS Core but management access does not require this.
Alternatively, turn off strong passwords with the following command:Device:/>
cc LocalUserDatabase AdminUsersDevice:/AdminUsers>
set User admin Password=Mynew*pass99
Device:/>
set Settings MiscSettings EnforceStrongPasswords=No
Device:/>
activate
Following activation, the changes must be committed permanently within 30 seconds using the
commit command otherwise the system will revert back to the original
configuration and all changes will be lost. This acts as a check by cOS Core that the
administrator has not been locked out by any change:
Device:/>
commit
Finally, open a web browser and navigate to the IP address of the If1 interface. The cOS Core login dialog should appear and the default administrator credentials of username admin with password admin can be used to log in. By default, only the HTTPS protocol can be used so the connection will be encrypted. With HTTPS, cOS Core will send a self-signed certificate and the browser will prompt for that certificate to be accepted.
It is possible to enable unencrypted HTTP for the management connection but this is not recommended.
When connecting through the Web Interface for the first time, the cOS Core Setup Wizard will automatically try to start as a browser popup window which may have to be explicitly allowed by the user. Using the wizard is described further in Section 4.2, Web Interface and Wizard Setup.
D. Register a License and Bind it to cOS Core
A cOS Core license for VMware must be associated with a MAC address on the virtual machine. To get a MAC address, open the cOS Core Web Interface and go to Status > Run-time Information > Interfaces and make a note of the MAC address for the If1 interface.
Alternatively, the following CLI command can be used to obtain the MAC address:
Device:/>
ifstat If1
The 2 hour evaluation time limit will now be removed and cOS Core will only be restricted by the capabilities defined by the license.