Difference between revisions of "Deprecated Page - Installing a VMWare Virtual Appliance"

From IVS Wiki
Jump to: navigation, search
(Install the VALT Camera License)
(Accessing VALT from a Web Broweser)
Line 138: Line 138:
 
== Accessing VALT from a Web Broweser ==
 
== Accessing VALT from a Web Broweser ==
 
''Note that the default IP address the servers ship with is 192.168.0.99''
 
''Note that the default IP address the servers ship with is 192.168.0.99''
 
+
[[#Configure_IP_Address]]
 
{{:How to Access VALT}}
 
{{:How to Access VALT}}

Revision as of 14:57, 22 April 2022

Download the OVF Template

  1. Click on the link below to download the OVF Template for the VALT virtual appliance.
    VMWare 6.5: https://ivs.box.com/shared/static/cg9rogxg3yeyf4hg5xxf352lgbjgyhhv.zip
    VMWare 7.0: https://ivs.box.com/shared/static/xu4a011h2n4a0dn41rgj6cqooqb9hc6l.zip
  2. Extract the .zip file

Load the Template on vSphere

  1. Open vSphere Client.
  2. Click on File.
    VMWare1.png
  3. Select Deploy OVF Template from the menu.
    VMWare2.png
  4. Click on Browse.
    VMWare3.png
  5. Browse to where you extracted the zip file.
  6. Select the Valt.ovf file.
  7. Click Open.
    VMWare4.png
  8. Click Next.
    VMWare5.png
  9. Click Next.
    VMWare6.png
  10. Enter a name for your VALT appliance.
  11. Click Next.
    VMWare7.png
  12. Select your disk provisioning
    Thin Provisioning Recommended
  13. Click Next.
    VMWare8.png
  14. Select the network the appliance should be connected to.
  15. Click Next.
    VMWare9.png
  16. Click Finish.

Configure Virtual Hardware

  1. Right click on the Virtual Machine in vSphere Client.
  2. Select Edit Settings from the menu.
    VMWare11.png
  3. Adjust the memory and CPU of the appliance to support the number of cameras. The table below contains IVS' recommended specs.
Cameras Cores Memory
2 2 4 GB
5 4 8 GB
15 8 16 GB
25 16 32 GB
50 32 64 GB

Click OK once all changes have been made.

You can also adjust the size of the data drive. The default size is 2 TB. If you adjust the size of the virtual drive, you will also need to adjust the size of the partition.

Add the USB Key to the VM (Optional)

There are two types of Wowza licenses. By default, IVS will provide a Wowza license key and a USB key. The steps below are to add the USB key to the VM. If you want to use the VM in a highly available environment, IVS can provide a license-only key that does not require a USB key. Please make sure to request this at the time of order.

  1. Right click on the Virtual Machine in vSphere Client.
    VMWare10.png
  2. Select Edit Settings from the menu.
    VMWare11.png
  3. Click Add.
    VMWare12.png
  4. Select USB Controller.
  5. Click Next.
    VMWare13.png
  6. Select EHCI+UHCI.
  7. Click Next.
    VMWare15.png
  8. Click Finish.
  9. Click Add.
    VMWare12.png
  10. Select USB Controller.
  11. Click Next.
    VMWare14.png
  12. Select xHCI.
  13. Click Next.
    VMWare15.png
  14. Click Finish.
  15. Click Add.
    VMWare16.png
  16. Select USB Device.
  17. Click Next.
    VMWare17.png
  18. Select Future Devices HID UNIKEY.
  19. Click Next.
    VMWare18.png
  20. Click Finish.
  21. Click OK.

Configure IP Address

You must complete these steps, even if you have already specified an IP address for the server or want to use DHCP. This will configure the VALT software with the correct IPs

For more in depth information on network configuration options, see the VALT Command Line Menu page.

  1. Access the VALT Server Command Line Menu.
    This menu is presented automatically at the VALT server terminal. It can also be accessed via ssh by running the following command from the prompt:
sudo /usr/local/valt/bin/Menu
  1. Install54.png
  2. Enter Option 1 for Network Configuration.
    Install57.png
  3. Enter Option 2 for Set IPs.
    Install58.png
  4. Select your interface from the options listed.
    Install59.png
  5. Select Static or DHCP.
    For this example we will select DHCP
  6. Install60.png
  7. Type Y when to configure this interface for client access.
  8. Install61.png
  9. Enter the IP Address of the interface when prompted.

IP Address changes will not take effect until the server has been rebooted.

Set the Timezone

  1. Connect to the VALT appliance via SSH or from the terminal menu, exit to the shell.
  2. From command line type in the following, and press Enter:
    sudo dpkg-reconfigure tzdata
    49.jpg
  3. Select your Country.
    45.jpg
  4. Select your Time Zone.
    46.jpg
  5. From command line type in the following, and press Enter:
    sudo service apache2 restart
  6. From command line type in the following, and press Enter:
    sudo service WowzaStreamingEngine restart
    48.jpg

Accessing VALT from a Web Broweser

Note that the default IP address the servers ship with is 192.168.0.99 #Configure_IP_Address

  1. Open a web browser
  2. Type the IP address, or domain name of your VALT server into the URL bar
    • If you do not know your IP address or domain name, ask your local VALT admin.
    Type VALT URL.gif
  3. You should now be at your VALT login screen
    VALT Login Screen.png