Windows UCT-V Installation Using ZIP Package

You can install Windows UCT-V using the ZIP package.

To install.

  1. Download the Windows UCT-V 6.5.00 ZIP package from the Gigamon Customer Portal. For assistance contact Contact Technical Support.
  2. Extract the contents of the .zip file into a convenient location.
  3. Run install.bat as an Administrator and the UCT-V service starts automatically.
  4. Once the UCT-V package is installed, modify the file C:\ProgramData\Uct-v\uctv.conf to configure and register the source and destination interfaces.

    Note:  If you make any changes to the UCT-V config file after the initial setup, you need to restart the UCT-V and refresh or synchronize the inventory from GigaVUE‑FM to reflect the changes and start traffic mirroring again. However, if you have an ongoing monitoring session that is active and functioning well, modifying the UCT-V config file can cause traffic to be lost until GigaVUE‑FM performs an automatic synchronization every 15 minutes.

    Following are the rules to modify the UCT-V configuration file:
    • Interface is selected by matching its CIDR address with config entries.
    • For the VMs with single interface(.conf file modification is optional):
      • If the interface does not have mirror-src permissions, then it needs permissions of both mirror-src-ingress and mirror-src-egress.
      • mirror-dst is always granted implicitly to the interface.
    • For the VMs with multiple interfaces:
      • mirror-dst needs to be granted explicitly in the config file. Only the first matched interface is selected for mirror-dst. All other matched interfaces are ignored.
      • If no interfaces have mirror-src permissions, all interfaces need permissions of mirror-src-ingress and mirror-src-egress.

    Example 1— Monitor ingress and egress traffic at interface 192.168.1.0/24 and use the same interface to send out the mirrored packets.

    192.168.1.0/24  mirror-src-ingress mirror-src-egress mirror-dst

    Example 2— Monitor ingress and egress traffic at interface 192.168.1.0/24 and use the interface 192.168.2.0/24 to send out the mirrored packets.

    192.168.1.0/24   mirror-src-ingress mirror-src-egress

    192.168.2.0/24   mirror-dst

  5. Save the file.
  6. Create a configuration file C:\ProgramData\uctv\gigamon-cloud.conf with the following contents to enable the third-party orchestration:

    Registration:
    	groupName: <Monitoring Domain Name>
    	subGroupName: <Connection Name>
    	user: <username>
    	password: <password>
    	remoteIP: <controller list IP addresses separated by comma>
    	remotePort: 8891
  7. Perform one of the following actions to restart the Windows UCT-V:
    • Restart the VM.
    • Run 'sc stop uctv' and 'sc start uctv' from the command prompt.
    • Restart the UCT-V from the Windows Task Manager.

You can verify the status of the UCT-V in the Service tab of the Windows Task Manager.

Note:  You must edit the Windows Firewall settings to grant access to the uctv process.

Note:  To edit,

  1. Note:  Access the Windows Firewall settings and find “uctvd” in the list of apps and features.

  2. Note:  Select it to grant access.

  3. Note:  Select both Private and Public check boxes.

  4. Note:  If uctvd does not appear in the list, select Add another app...

  5. Note:  Browse your program files for the UCT-V application (uctvd.exe) and then select Add. (Disclaimer: These are general guidelines for changing Windows Firewall settings. See Microsoft Windows help for official instructions on Windows functionality.)