Installing VMR with V2PC

Size: px
Start display at page:

Download "Installing VMR with V2PC"

Transcription

1 This chapter describes the procedure for installing VMR v1.2.1_018 or later on Red Hat OpenShift v1.5. These procedures assume you are using V2PC as the control interface for VMR. The following topics are included: Prerequisites, page 1 Add OpenShift UPIC, page 2 Configure FQDN Support for OpenShift, page 5 Load Docker Images to Docker Registry, page 6 Deploy VMR AIC, page 7 Generate Kubernetes Secret, page 14 Enable VMR AIC, page 15 Configure cdvr Media Flow Controller, page 16 Prerequisites Prior to installing VMR on OpenShift, the following prerequisites must be met: OpenShift v1.5 (required) is installed in a cluster per Cisco guidelines. For additional information, contact Cisco Support to request the Readme file that contains instructions for installing a Cisco customized OpenShift Origin Cluster. An inventory file must be created for the OpenShift installation using the template that is shipped with the VMR release package. If you want to modify log rotation parameters, it should be done in this template file. See Configure Log Rotation. After OpenShift installation is complete, run the script for the appropriate version from launcher/deployer VM. IVP Deployer Version and earlier: ansible-playbook -i <inventory-file> /root/ivp-coe/vmr/hacks.yml IVP Deployer Version or later: ansible-playbook -i inventory-file_name /root/ivp-coe/vmr/dp_mods.yml 1

2 Add OpenShift UPIC Cisco Virtualized Video Processing Controller (V2PC) v or later is installed. Cisco Cloud Object Storage (COS) v3.18 (required) or later is installed. It is recommended that you carefully review the Installation Checklist in Installation Prerequisites prior to beginning the deployment. Add OpenShift UPIC Perform the following procedure to add an OpenShift unmanaged platform instance controller (UPIC) in V2PC. Procedure Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Step 7 Log in to V2PC. In the navigation pane, select Platform Deployment Manager > Platform Types. Click Add to define a new platform type. In the Platform Type pane, enter the Package Name (cisco-k8s-upic) and optional. Click Save. In the navigation pane, expand Platform Deployment Manager and select Deployed Platforms. In the Select Platform field, choose the platform from the drop-down list and click the Add icon to add the cisco- k8s-upic platform type. The PIC creation wizard opens. Figure 1: Step 1 Instance Info Panel Step 8 On the Step 1 - Instance Info panel, specify the following information: 2

3 Add OpenShift UPIC Field Name Region Enter the instance name (OpenShift). Optionally, enter a description for the instance. Choose the region to which this UPIC belongs (region-0). Step 9 Click Next. Figure 2: Step 2 - Endpoints Panel Step 10 On the Step 2 - Endpoints panel, enter the following information: Field Endpoint URL and port Enter the load balancer IP and port ( Docker Registry URL and port Enter the URL and port for the Docker Registry to be used by the AIC (docker_registry:port). 3

4 Add OpenShift UPIC Step 11 Click Next. Figure 3: Step 3 - SSL Panel Step 12 On the Step 3 - SSL panel, copy and pasted the text from the following files into the appropriate text boxes. These files can be found on your OpenShift launcher VM at /root/ivp-coe/ssl/<domain_name>. Field Certificate Authority Client Certificate Client Key Copy and paste the content from the ca.crt file. Copy and paste the content from the admin.crt file. Copy and paste the content from the admin.key file. 4

5 Configure FQDN Support for OpenShift Step 13 Click Next. Figure 4: Step 4 - Auth Panel Step 14 On the Step 4 - Auth panel, click Save (no changes needed on this panel). Configure FQDN Support for OpenShift This procedure is required for all OpenShift deployments with route support for VMR or later. OpenShift routes allow services to be exposed via FQDN instead of an IP address. To support this feature, there are some configuration changes that must be completed on the DNS server that is being used for your V2PC setup. Perform the following procedure to configure the DNS server to support FQDN. The examples in this procedure are for a CentOS 7 based DNS server and uses vmrdns.com as the DNS zone name. Replace instances of vmrdns.com with the your DNS zone name. Procedure Step 1 Step 2 Using SSH, log in to the external DNS being used by the V2PC master. Open one of the following files (depending on how you have configured your DNS): /var/named/data/vmrdns.com.zone /var/named/data/<fqdn>.zone 5

6 Load Docker Images to Docker Registry Step 3 Step 4 Step 5 Step 6 Edit the file by adding the following: $ORIGIN <oc-cluster-subdomain>.vmrdns.com. $TTL ; 1 day *.dp A <dp-ipfailover-vip1> A <dp-ipfailover-vip2>... *.cp A <cp-ipfailover-vip1> A <cp-ipfailover-vip2> Click Save. The oc-cluster-subdomain needs to be the same as the cluster domain specified in the inventory file used for the OpenShift installation. Also, the number of VIPs will vary depending on your cluster configuration. If you do not have a VIP set up, register all the worker node IPs. Restart named service using the following command: service named restart Verify that the zone was created using the following command: nslookup test.dp.vmrdns.com Load Docker Images to Docker Registry The Docker registry provides the Docker images for installing the core VMR applications (for example, recon-agent, archive-agent, vmr dashboard, api server, manifest-agent, dash-origin, and segment recorder) as containers on the Kubernetes platform. VMR must have these images available for installation. The Docker images are not included in the V2P repository, and must be copied manually and set up using the following procedure. Procedure Step 1 Step 2 Step 3 Step 4 Copy all of the contents of the following URL to the kubernetes master node as follows: Log in to any kubernetes master node that has connectivity to the <docker registry ip>. The kubernetes master node, also called kubernetes controller node, is different from the V2PC Master node. On the kubernetes master node, navigate to directory where you copied the files from Step 1, and from there, change to the directory for the VMR version (for example, vmr-cisco-1.0.4_002). Enter the following commands to load the Docker images: cd scripts./load_to_registry.sh <docker registry ip> <release tag> Example: #./load_to_registry.sh cisco-1.0.3_002 where <docker registry> is and <release tag> is cisco-1.0.3_002. 6

7 Deploy VMR AIC Deploy VMR AIC Perform the following procedure to deploy the VMR AIC on the platform instance controller (PIC). Important Creating multiple VMR AIC instances on the same platform is currently not supported, even if only one instance is enabled. The other instances may corrupt the working instance on node restart or upgrade and will cause deterministic failures. Before You Begin Obtain and download the latest cisco-vmr AIC package from the Cisco software download page for VMR. You can also use the cisco-vmr AIC package included with the V2PC ISO. Copy the AIC package files to the V2PC master and post them to the repository. For information on using the V2P Package Manager Utility, see the V2PC Controller User Guide. Procedure Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Log in to V2PC at In the navigation pane, expand Application Deployment Manager and select Application Types. Click Create New Application and enter cisco-vmr in the Package Name field. Click Save. A new application named cisco-vmr should be displayed in the Application Types grid. In the navigation pane, select Deployed Applications. Confirm that Region is defined as Region 0. If not, define the Region as follows: a) Select Application Deployment Manager > Resources > Providers and configure it. b) Drag Region 0 to the Application Deployment Manager pane. c) Drag cisco-vmr to Region 0. Figure 5: Deployed Applications Pane Step 7 Click the Add icon and choose the application type from the drop-down list. 7

8 Deploy VMR AIC The Create Application Instance wizard launches. Figure 6: Create Application Instance General Pane Step 8 On the General pane, specify the following information: Field Name Enter a name for the new cisco-vmr application instance (for example, vmr-02 or vmr-oc). Version Region Platform Instance Provider The version is automatically populated. Optionally, enter a description for the AIC. Choose a region from the drop-down list. Choose the platform instance from the drop-down list (for example, OpenShift). Auto-populates from the Platform Instance selection. 8

9 Deploy VMR AIC Step 9 Click Next. Figure 7: Create Application Instance External Services Pane Step 10 On the External Services pane, specify the following information: Field Docker Registry IP Docker registry IP address. Database Master IP Database Child Aggregator IP Database User Name Database Password Objectstore IP MemSQL master IP address; can be one or multiple IP addresses. If multiple, the user name and password for all database IP addresses should be the same. In a MemSQL cluster, the master aggregator is a specialized aggregator responsible for cluster monitoring, failover and database creation. Each MemSQL cluster has one master aggregator node. MemSQL must be in the clustering mode to specify the Database Master IP and Database Leaf Aggregator IP. MemSQL child aggregator IP address; click the Add New icon to open a text box and enter the value. User name to access the database. Password used to access the database; leave blank. Objectstore IP address or FQDN; can be one or multiple IP addresses; click the Add New icon to open a text box and enter the value. If multiple, the user name and password for all objectstore IP addresses should be the same. 9

10 Deploy VMR AIC Field Objectstore User Name Objectstore Password VSRM IP Locality Site Id Active Storage Path Archive Storage Path Recon Storage Path Objectstore user name Objectstore password VSRM IP address or URL VSRM locality information Site ID for the cisco-vmr installation Storage path for active contents; for COS, the path must start with rio/ Storage path for archive contents; for COS, the path must start with rio/ Storage path for reconstituted contents; for COS, the path must start with rio/ Step 11 Click Next. Figure 8: New Application Instance VMR Services Pane Step 12 On the VMR Services pane, specify the following information: 10

11 Deploy VMR AIC Field VMR hostname Playback hostname OpenShift Platform VMR Service FQDN VMR Service IP VMR Haproxy VIP DataPlane VIP VMR GUI Port Playback Service Port Default Supported Channels Bulk Delete BaseURL in Adaptation Set Enter the host name for the VMR Dashboard (for example, v2pcvmr.com). Enter the host name for the packager service; this can be the same as VMR hostname. Click in the text field and select Yes to indicate that this instance is installed on an OpenShift platform. Make sure the logging volume is mounted with the correct options for the docker containers in the Openshift inventory file. For example: --log-driver=json-file. Enter <oc-cluster-name>.<external-dns-fqdn> (for example, vmr1.mosdns.com). This is the DNS that was used in Configure FQDN Support for OpenShift, on page 5. To find this information, open the /etc/dnsmasq.conf file in the V2PC Master node and view the last line. Enter the IP failover address for the Openshift cluster. Enter the VIP for HAProxy in non-openshift mode. This field is optional and used only if HAProxy is required for traffic from the scheduler to VMR. Leave this field blank. Port designation for the VMR Dashboard; enter 9449 Port designation for the VMR API; enter By default, this setting is configured to 1. You can specify up to the maximum number of channels this VMR installation supports. This setting uses the number of worker nodes available to determine the number of pods brought up by VMR. This field also indicates the number of archive-agent and manifest-agent pods that are spawned after the AIC is enabled. There is a (configurable) default system limit of 110 pods per node. You must deploy an adequate number of nodes to support configured number of channels. See Channel Configuration Considerations. Select True or False to indicate whether to enable the bulk delete feature. Check the check box to indicate the MPD generated by Dash Origin will use BaseURL in AdaptationSet. 11

12 Deploy VMR AIC Field Use PutCopy for Object Store Object Store Access Mode Object Store Virtual IP for Generic Mode Sensu Server IP Sensu Server Port Sensu Server VHost Sensu Server User Name Sensu Server Password Check the check box to enable vault to vault data transfer in the object store. Click in the text field and select Direct, Generic or Proxy to indicate the mode for accessing the object store. See DASH Origin Redirect. Load balancer front end IP address for Object Storage Services. IP address of the external Sensu server to use for forwarding alarm and event information. If this field is left blank, the IP address of the V2PC master is used (V2PC Sensu server installation). Port/socket endpoint used to receive Sensu client events/alarms. Upon start, the sensu-client container must initiate a connection with the Sensu server using the IP address:port. Virtual host within the Sensu server transport mechanism to be referenced by clients. User name used to authenticate against the external Sensu server. Password credentials paired with the user name and used to authenticate against the external Sensu server. 12

13 Deploy VMR AIC Step 13 Click Next. Figure 9: Create Application Instance Log Service Pane Step 14 On the Log Service pane, specify the log service details to be used by the FluentD container to generate the necessary configuration to contact the respective servers and forward logs. Field Start Enables or disables the log service. By default, this field is set to Yes (enabled). If there are no Log Server IPs to be configured, set the Start field to No (disabled). Log Server Type Log Server IP Kafka IHport Kafka Default Topic Http proxy Https proxy Select X1_ELK, ELK or KAFKA. If you select X1_ELK or ELK, you only need to specify the Log Server IP for the ELK server. If you select KAFKA, specify the Kafka IHport and Kafka Default Topic. Where the fluentd container forwards logs; if using X1 ELK or ELK log server, enter IP address of ELK server. Enter the Zookeeper <IP>:<PORT> endpoint in the Kafka setup. Enter a string value that defines the listening topic set in the Kafka setup (for example, logs). HTTP proxy Secure HTTP proxy 13

14 Generate Kubernetes Secret Step 15 Click Save. The new instance is displayed in the Deployed Applications pane. Generate Kubernetes Secret All requests from the VMR Dashboard (UI) to its underlying API are handled through HTTPS using Kubernetes secret objects. A secret object, or secret, is an object intended to hold sensitive information. Conveniently, a Kubernetes secret can store both a SSL certificate and a private key. Using secrets is also more secure than placing a certificate and private key directly in a pod definition or Docker image. Secrets allow Kubernetes to load OpenSSL certificate-key pairs on UI and API containers. By doing so, there is no need to create a new certificate each time containers are created. Before enabling the VMR instance, perform the following steps to generate a kubernetes secret that will enable HTTPS requests between the UI and API. Procedure Step 1 Step 2 If the VMR application instance controller (AIC) is already enabled, disable it. Obtain the certificate and private key using one of the following methods as appropriate: For production, you should purchase an SSL certificate from a certificate authority and save the purchased certificate and key on the V2P master in the /tmp/ directory as vmr.key and vmr.crt. For testing, you may prefer to create a self-signed certificate and private key. To create a self-signed certificate, run the following command: openssl req -newkey rsa:2048 -new -nodes -x509 -days keyout /tmp/ vmr.key -out /tmp/vmr.crt -subj "/C=<Country Initials>/ST=<Full State>/L=<City>/ O=<Organization>/CN=*.<organization>.com" Where: C is the two-letter country initials (for example, US). ST is the full state name (for example, California). L is the full city name with spaces removed (for example, SanJose). O is the organization (for example, Cisco). CN is the domain name (for example, *.cisco.com). Tip Including a wildcard in the domain name (for example, *.cisco.com) allows the certificate to be used for multiple sites. For example, if your deployment is in San Jose, California, United States, and the domain names the organization uses are v2p.cisco.com and vmr.cisco.com, the command would appear as follows: openssl req -newkey rsa:2048 -new -nodes -x509 -days keyout /tmp/vmr.key -out /tmp/vmr.crt -subj"/c=us/st=california/l=sanjose/o=cisco/cn=*.cisco.com" 14

15 Enable VMR AIC Step 3 Step 4 Step 5 X509 certificates validity period must be set to a time frame that corresponds to system and application risks. Cisco recommends certificate validity period be two years or less. Download the script create-vmr-secret.sh from the V2PC Master and run the script locally. Example: The release package vmr-releases/vmr-cisco-<vmr_version>/scripts/create_vmr_secret.sh contains the script. # wget Create the Kubernetes secret using the following commands. Be sure hat the KUBECONFIG and PICINST environment variables have been set. kubectl create namespace vmr kubectl create -f ssl-secret.yaml --namespace=vmr For VMR versions earlier than 1.1.3, use the command kubectl create -f ssl-secret.yaml. Verify that the secret was successfully created: kubectl get secrets --namespace=vmr For VMR versions earlier than 1.1.3, use the command kubectl get secrets. Enable VMR AIC Perform the following steps to enable the VMR AIC. Procedure Step 1 Step 2 Confirm that you have generated a Kubernetes secret as described in Generate Kubernetes Secret. In the V2PC navigation pane, expand Application Deployment Manager and select Deployed Applications. Figure 10: Enabling New Instance Step 3 Select the check box for the newly created application instance and then click Enable in the upper portion of the pane. 15

16 Configure cdvr Media Flow Controller Installation of cisco-vmr services now begins on the specified platform. Step 4 When the installation has completed, confirm that the Operational State shows In Service. Configure cdvr Media Flow Controller Add Media Archive This section provides instructions for configuring a cdvr media flow controller. This is completed after the cisco-vmr AIC is enabled and placed in In Service. Before adding a cdvrcaptureplaback cdvr media flow controller (MFC) in VMR, the operator must create a corresponding cisco-vmr AIC, enable the AIC, and place it in InService state. Perform the following steps to configure a media archive in V2PC: 16

17 Add Media Archive Procedure Step 1 Step 2 In the navigation pane, expand Media Workflow Manager and select Resources > Media Sources > Media Archives. Click Add to add a new media archive. Figure 11: Add Media Archive Step 3 Complete the following fields and then click Save. Field Name Media Archive Name Archive Time Enter a name for the media archive. Optionally, enter a description of the media archive. Specify the time (Days, Hours, Minutes) after which it the media archive will be put into archive storage. Default = 3 days 17

18 Create ATS Channel Field Name Re-archive Time Archive Start Time Archival Duration Archival Pause Specify the time (Days, Hours, Minutes) after which the reconstituted stream can be archived again. Default = 1 day Time of day (in 12-hour format) to start running the archival process for any segment that has passed the Archive Time. Default = 2:00 AM Enter number of minutes to run the archival process before taking a break. Default = 10 minutes Enter the number of milliseconds to pause time between archival runs. Default = 5 milliseconds Create ATS Channel Perform the following steps to create an ATS channel in V2PC: Procedure Step 1 Step 2 In the navigation pane, expand Media Workflow Manager and choose Resources > Media Sources > ATS Channels. Click the Create ATS Channel icon to add a new channel. Figure 12: Create ATS Channel 18

19 Create ATS Channel Lineup Step 3 Complete the following fields and then click Save. Field Name Name Enter a name for the ATS channel. This is a required field. Channel ID No De-Dup Source Type Target Multicast Address Source IP ABR Profiles Enter a unique channel ID to be used internally by the system. This is a required field. Optionally, enter a description for the ATS channel. Select True or False from the drop-down list to indicate whether segments from the stream should be archived. If True is selected, the segments from that stream are not archived. If False is selected, the segments are archived. This option can only be specified at the time the channel is created. A channel set to No De-Dup True, cannot be modified at a later time. Select UDP or HTTP from the drop-down list. If UDP is selected as the source type, specify the IPv4 addresses for source of the multicast feed. If UDP is selected as the source type, specify the Source IP. Add at least one ABR profile (stream profiles). Click the Add icon, specify the ATS Rate (bps), UDP Port number, Stream Type for video and audio, and then click OK. Step 4 On the Create ATS Channel pane, click OK to save the new ATS channel. Create ATS Channel Lineup Perform the following steps to create an ATS channel lineup in V2PC: 19

20 Create cdvr Workflow Procedure Step 1 Step 2 In the navigation pane, expand Media Workflow Manager and select Resources > Media Sources > ATS Channel Lineups. Click Add to add a new ATS channel lineup. Figure 13: Create ATS Channel Lineup Step 3 Step 4 Step 5 Step 6 Step 7 Step 8 Step 9 Step 10 Enter a Name and for the channel lineup. Select the Media Archive that the channel lineup is associated with (this is the media archive created in Add Media Archive). Select the channel in the right Channels pane and drag it into the Selected Channels pane. For the selected channel, specify the Content Id and Rights Tag. Optionally, add Advanced Configuration information. Click OK. Repeat Step 5 through Step 8 to add all the desired channels to the new channel lineup. On the Channel Lineups pane, click Save. The right Channels pane only displays the channels for the currently selected media archive. To view channels for a different media archive, select the desired media archive from the list to display its channels. Create cdvr Workflow You must create a cdvr workflow that defines the media workflow type and add it to the channel, and then enable it before VMR is ready for recording. Prior to creating the media workflow, obtain the latest cdvr-mfc package, copy the NPM package files to the V2PC master and post them to the repository. 20

21 Create cdvr Workflow You can obtain the cdvr-mfc package from the JFrog Artifactory at: artifactory/webapp/#/artifacts/browse/tree/general/spvss-mdp-npm/cdvr-mfc/ or use the cdvr-mfc package that is included with the V2PC ISO. Add Workflow Type Perform the following to add a cdvr Workflow Type to the channel: Procedure Step 1 Step 2 In the navigation pane, expand Media Workflow Manager and select Media Workflow Types. Click Add to add a new workflow type. Figure 14: Add Media Workflow Type Step 3 Step 4 Step 5 Click in the Package Name field and choose the package name from the drop-down list. Click Save to create the media workflow type. In the navigation pane, expand Media Workflow Manager and select Media Workflows. Figure 15: Media Workflow Dialog 21

22 Create cdvr Workflow Step 6 Choose the Media Workflow Type from the drop-down list to open the wizard. Figure 16: Select Media Workflow Type Step 7 On the General pane, enter a Name for the media workflow instance. Figure 17: Create Media Workflow General Pane Step 8 Click Next. Figure 18: Create Media Workflow Media Source Pane 22

23 Create cdvr Workflow Step 9 Step 10 On the Media Source pane, choose the Application Instance and the Channel Lineup from the drop-down lists. Click Next. Figure 19: Create Media Workflow Capture Pane Step 11 On the Capture pane, specify the following information: Field Application Instance Asset Life Cycle Policy Asset Redundancy Policy ESAM Profile Asset Download Option Choose the media capture engine instance from the drop-down list. Choose the policy from the drop-down list. If there are no policies defined, click the Add icon to add a new Asset Lifecycle Policy. Choose the policy from the drop-down list. If there are no policies defined, click the Add icon to add a new Asset Redundancy Policy. Choose the profile from the drop-down list. If there are no profiles defined, click the Add icon to add a new ESAM profile. Choose Enabled or Disabled from the drop-down list to indicate whether the asset can be downloaded. 23

24 Create cdvr Workflow Step 12 Click Next. Figure 20: Create Media Workflow Recorder Pane Step 13 Step 14 On the Recorder pane, choose the VMR Application Instance and the Archive Configuration. If there are no archive configurations, click the Add icon to add a new archive configuration. Click Next. Figure 21: Create Media Workflow Playback Pane 24

25 Create cdvr Workflow Step 15 Step 16 On the Playback pane, choose the media playback instance from the Application Instance drop-down list and the template to be used for publishing from the Publish Templates drop-down list. If there are no templates defined, click the Add icon to add a new publishing template. Click Next. Figure 22: Create Media Workflow State Cache Pane Step 17 Step 18 On the State Cache pane, choose the Resource Application Instance. Click Finish to complete the procedure. Enable Media Workflow After defining the media workflow, you must enable it before you can begin recording with VMR. Perform the following procedure to enable the media workflow instance. Procedure Step 1 Step 2 On the Media Workflow Manager > Media Workflows pane, select the media workflow. Click the Enable icon to change the media flow Operational State to In Service. VMR is now ready for recording. You can now record the channel through VSRM or other methods. 25

26 Create cdvr Workflow 26

Installing VMR with V2PC

Installing VMR with V2PC This chapter describes the procedure for installing VMR v1.2.1_018 or later on Red Hat OpenShift Container Orchestration Engine (COE) 1.5.1. These procedures assume you are using V2PC as the control interface

More information

Cisco Virtual Media Recorder Deployment Guide

Cisco Virtual Media Recorder Deployment Guide First Published: 2018-02-28 Last Modified: 2018-04-19 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Services and Networking

Services and Networking This chapter contains the following topics: Load Balancing Kubernetes Services using NGINX, on page 1 Network Policies, on page 6 Load Balancer Services, on page 7 Load Balancing Kubernetes Services using

More information

Setting Up the Server

Setting Up the Server Managing Licenses, page 1 Cross-launch from Prime Collaboration Provisioning, page 5 Integrating Prime Collaboration Servers, page 6 Single Sign-On for Prime Collaboration, page 7 Changing the SSL Port,

More information

Configuring CWMP Service

Configuring CWMP Service CHAPTER 12 This chapter describes how to configure the CWMP service in Cisco Broadband Access Center (BAC). Topics covered are:, page 12-1 Configuring Service Ports on the DPE, page 12-2 Disabling Connection

More information

Cisco Virtual Media Recorder User Guide

Cisco Virtual Media Recorder User Guide First Published: 2018-02-28 Last Modified: 2018-04-19 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

ForeScout CounterACT. Controller Plugin. Configuration Guide. Version 1.0

ForeScout CounterACT. Controller Plugin. Configuration Guide. Version 1.0 ForeScout CounterACT Network Module: Centralized Network Controller Plugin Version 1.0 Table of Contents About the Centralized Network Controller Integration... 4 About This Plugin... 4 How It Works...

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Use Plug and Play to Deploy New Devices

Use Plug and Play to Deploy New Devices About Plug and Play, page 1 Prerequisites for Using Plug and Play, page 2 Plug and Play Workflow, page 2 Use the Plug and Play Dashboard to Monitor New Device Deployments, page 4 Create Plug and Play Profiles

More information

VMware Integrated OpenStack with Kubernetes Getting Started Guide. VMware Integrated OpenStack 4.1

VMware Integrated OpenStack with Kubernetes Getting Started Guide. VMware Integrated OpenStack 4.1 VMware Integrated OpenStack with Kubernetes Getting Started Guide VMware Integrated OpenStack 4.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Using vrealize Operations Tenant App as a Service Provider

Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider Using vrealize Operations Tenant App as a Service Provider You can find the most up-to-date technical documentation on the VMware Web site at:

More information

Using PCF Ops Manager to Deploy Hyperledger Fabric

Using PCF Ops Manager to Deploy Hyperledger Fabric Using PCF Ops Manager to Deploy Hyperledger Fabric By VMware Introduction Pivotal Cloud Foundry Operations Manager (PCF Ops Manager for short) is a graphical interface used to configure and deploy various

More information

Installing or Upgrading ANM Virtual Appliance

Installing or Upgrading ANM Virtual Appliance CHAPTER 2 This chapter describes how to deploy Cisco ANM Virtual Appliance 4.3 (new installation) and how to upgrade from ANM software version 4.1 or 4.2 to software version 4.3. This chapter includes

More information

VMware Integrated OpenStack with Kubernetes Getting Started Guide. VMware Integrated OpenStack 4.0

VMware Integrated OpenStack with Kubernetes Getting Started Guide. VMware Integrated OpenStack 4.0 VMware Integrated OpenStack with Kubernetes Getting Started Guide VMware Integrated OpenStack 4.0 VMware Integrated OpenStack with Kubernetes Getting Started Guide You can find the most up-to-date technical

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

Table of Contents. Configure and Manage Logging in to the Management Portal Verify and Trust Certificates

Table of Contents. Configure and Manage Logging in to the Management Portal Verify and Trust Certificates Table of Contents Configure and Manage Logging in to the Management Portal Verify and Trust Certificates Configure System Settings Add Cloud Administrators Add Viewers, Developers, or DevOps Administrators

More information

DEPLOYING A 3SCALE API GATEWAY ON RED HAT OPENSHIFT

DEPLOYING A 3SCALE API GATEWAY ON RED HAT OPENSHIFT TUTORIAL: DEPLOYING A 3SCALE API GATEWAY ON RED HAT OPENSHIFT This tutorial describes how to deploy a dockerized version of the 3scale API Gateway 1.0 (APIcast) that is packaged for easy installation and

More information

StreamSets Control Hub Installation Guide

StreamSets Control Hub Installation Guide StreamSets Control Hub Installation Guide Version 3.2.1 2018, StreamSets, Inc. All rights reserved. Table of Contents 2 Table of Contents Chapter 1: What's New...1 What's New in 3.2.1... 2 What's New in

More information

Configuring Cisco Unified Presence for Integration with Microsoft Exchange Server

Configuring Cisco Unified Presence for Integration with Microsoft Exchange Server CHAPTER 4 Configuring Cisco Unified Presence for Integration with Microsoft Exchange Server Revised: November 30, 2012 Configuring the Presence Gateway on Cisco Unified Presence for Microsoft Exchange

More information

Managing Pod Through Cisco VIM Insight

Managing Pod Through Cisco VIM Insight The following topics tell you how to install and replace Cisco Virtual Infrastructure Manager (VIM) nodes using Cisco VIM Insight. Managing Hardware, page 1 Managing Software, page 7 Pod User Administration,

More information

Configure the IM and Presence Service to Integrate with the Microsoft Exchange Server

Configure the IM and Presence Service to Integrate with the Microsoft Exchange Server Configure the IM and Presence Service to Integrate with the Microsoft Exchange Server Configure a Presence Gateway for Microsoft Exchange Integration, page 1 SAN and Wildcard Certificate Support, page

More information

Cisco Threat Intelligence Director (TID)

Cisco Threat Intelligence Director (TID) The topics in this chapter describe how to configure and use TID in the Firepower System. Overview, page 1 Using TID Sources to Ingest Feed Data, page 6 Using Access Control to Publish TID Data and Generate

More information

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager VMware Identity Manager Cloud Deployment DEC 2017 VMware AirWatch 9.2 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager VMware Identity Manager Cloud Deployment Modified on 01 OCT 2017 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Deploying VMware Identity Manager in the DMZ. SEPT 2018 VMware Identity Manager 3.3

Deploying VMware Identity Manager in the DMZ. SEPT 2018 VMware Identity Manager 3.3 Deploying VMware Identity Manager in the DMZ SEPT 2018 VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Table of Contents DevOps Administrators

Table of Contents DevOps Administrators DevOps Administrators Table of Contents DevOps Administrators Overview for DevOps Admins Managing Images, Projects, Users Configure a Registry Create Users Assign the Administrator Role Create a Project

More information

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2 Deploying VMware Identity Manager in the DMZ JULY 2018 VMware Identity Manager 3.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

Qualys Cloud Suite 2.30

Qualys Cloud Suite 2.30 Qualys Cloud Suite 2.30 Here s what s new in Qualys Cloud Suite 2.30! AssetView ThreatPROTECT Dynamic tag support for Amazon EC2 Metadata Search Assets by Amazon EC2 Metadata Cloud Agent Download Search

More information

VMware Horizon View Deployment

VMware Horizon View Deployment VMware Horizon View provides end users with access to their machines and applications through a unified workspace across multiple devices, locations, and connections. The Horizon View Connection Server

More information

ForeScout Extended Module for Tenable Vulnerability Management

ForeScout Extended Module for Tenable Vulnerability Management ForeScout Extended Module for Tenable Vulnerability Management Version 2.7.1 Table of Contents About Tenable Vulnerability Management Module... 4 Compatible Tenable Vulnerability Products... 4 About Support

More information

IaaS Integration for Multi- Machine Services. vrealize Automation 6.2

IaaS Integration for Multi- Machine Services. vrealize Automation 6.2 IaaS Integration for Multi- Machine Services vrealize Automation 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

Red Hat Gluster Storage 3.3

Red Hat Gluster Storage 3.3 Red Hat Gluster Storage 3.3 Quick Start Guide Getting Started with Web Administration Last Updated: 2017-12-15 Red Hat Gluster Storage 3.3 Quick Start Guide Getting Started with Web Administration Rakesh

More information

Best Practices for Security Certificates w/ Connect

Best Practices for Security Certificates w/ Connect Application Note AN17038 MT AppNote 17038 (AN 17038) September 2017 Best Practices for Security Certificates w/ Connect Description: This Application Note describes the process and best practices for using

More information

Installation and Configuration. vrealize Code Stream 2.1

Installation and Configuration. vrealize Code Stream 2.1 Installation and Configuration vrealize Code Stream 2.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

Getting Started with Prime Network

Getting Started with Prime Network CHAPTER 1 These topics provide some basic steps for getting started with Prime Network, such as how to set up the system and the basic parts of the Prime Network Administration GUI client. Basic Steps

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 2.4.5 Red Hat, Inc. Jun 06, 2017 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 4 4 Examine the Tower Dashboard 6 5 The Setup

More information

VMware Integrated OpenStack Quick Start Guide

VMware Integrated OpenStack Quick Start Guide VMware Integrated OpenStack Quick Start Guide VMware Integrated OpenStack 1.0.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Configure High Availability and Scalability

Configure High Availability and Scalability Cluster, page 1 Configure Load Balancing, page 7 Cluster Create Cluster In this procedure, we refer to the primary server as primary and to the two secondary servers as node A and node B. Before You Begin

More information

Installation and Configuration

Installation and Configuration vrealize Code Stream 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

IaaS Configuration for Cloud Platforms. vrealize Automation 6.2

IaaS Configuration for Cloud Platforms. vrealize Automation 6.2 IaaS Configuration for Cloud Platforms vrealize Automation 6.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

Documentation. This PDF was generated for your convenience. For the latest documentation, always see

Documentation. This PDF was generated for your convenience. For the latest documentation, always see Management Pack for AWS 1.50 Table of Contents Home... 1 Release Notes... 3 What's New in Release 1.50... 4 Known Problems and Workarounds... 5 Get started... 7 Key concepts... 8 Install... 10 Installation

More information

Red Hat CloudForms 4.6

Red Hat CloudForms 4.6 Red Hat CloudForms 4.6 Scanning Container Images in CloudForms with OpenSCAP Configuring OpenSCAP in CloudForms for Scanning Container Images Last Updated: 2018-05-24 Red Hat CloudForms 4.6 Scanning Container

More information

How to Deploy vcenter on the HX Data Platform

How to Deploy vcenter on the HX Data Platform First Published: 2016-07-11 Last Modified: 2019-01-08 vcenter on HyperFlex Cisco HX Data Platform deployment, including installation and cluster configuration and management, requires a vcenter server

More information

Tetration Cluster Cloud Deployment Guide

Tetration Cluster Cloud Deployment Guide First Published: 2017-11-16 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE

More information

Infoblox Kubernetes1.0.0 IPAM Plugin

Infoblox Kubernetes1.0.0 IPAM Plugin 2h DEPLOYMENT GUIDE Infoblox Kubernetes1.0.0 IPAM Plugin NIOS version 8.X August 2018 2018 Infoblox Inc. All rights reserved. Infoblox Kubernetes 1.0.0 IPAM Deployment Guide August 2018 Page 1 of 18 Overview...

More information

Note: Currently (December 3, 2017), the new managed Kubernetes service on Azure (AKS) does not yet support Windows agents.

Note: Currently (December 3, 2017), the new managed Kubernetes service on Azure (AKS) does not yet support Windows agents. Create a Hybrid Kubernetes Linux/Windows Cluster in 7 Easy Steps Azure Container Service (ACS) makes it really easy to provision a Kubernetes cluster in Azure. Today, we'll walk through the steps to set

More information

Cisco ACI vcenter Plugin

Cisco ACI vcenter Plugin This chapter contains the following sections: About Cisco ACI with VMware vsphere Web Client, page 1 Getting Started with, page 2 Features and Limitations, page 7 GUI, page 12 Performing ACI Object Configurations,

More information

Deploying the Cisco ASA 1000V

Deploying the Cisco ASA 1000V CHAPTER 2 This chapter includes the following sections: Information About the ASA 1000V Deployment, page 2-1 Downloading the ASA 1000V OVA File, page 2-7 Deploying the ASA 1000V Using the VMware vsphere

More information

Installing the Cisco Unified MeetingPlace Web Server Software

Installing the Cisco Unified MeetingPlace Web Server Software Installing the Cisco Unified MeetingPlace Web Server Software Release 8.5 Revised: 2/19/13 : Install the Application Server (which includes the Software Media Server) : Install the Hardware Media Server

More information

Web Application Firewall Getting Started Guide. September 7, 2018

Web Application Firewall Getting Started Guide. September 7, 2018 Web Application Firewall Getting Started Guide September 7, 2018 Copyright 2014-2018 by Qualys, Inc. All Rights Reserved. Qualys and the Qualys logo are registered trademarks of Qualys, Inc. All other

More information

KubeNow Documentation

KubeNow Documentation KubeNow Documentation Release 0.3.0 mcapuccini Dec 13, 2017 Getting Started 1 Prerequisites 3 1.1 Install Docker.............................................. 3 1.2 Get KubeNow..............................................

More information

Read the following information carefully, before you begin an upgrade.

Read the following information carefully, before you begin an upgrade. Read the following information carefully, before you begin an upgrade. Review Supported Upgrade Paths, page 1 Review Time Taken for Upgrade, page 1 Review Available Cisco APIC-EM Ports, page 2 Securing

More information

Manage Administrators and Admin Access Policies

Manage Administrators and Admin Access Policies Manage Administrators and Admin Access Policies Role-Based Access Control, on page 1 Cisco ISE Administrators, on page 1 Cisco ISE Administrator Groups, on page 3 Administrative Access to Cisco ISE, on

More information

Identity Firewall. About the Identity Firewall

Identity Firewall. About the Identity Firewall This chapter describes how to configure the ASA for the. About the, on page 1 Guidelines for the, on page 7 Prerequisites for the, on page 9 Configure the, on page 10 Monitoring the, on page 16 History

More information

Graphite and Grafana

Graphite and Grafana Introduction, page 1 Configure Grafana Users using CLI, page 3 Connect to Grafana, page 4 Grafana Administrative User, page 5 Configure Grafana for First Use, page 11 Manual Dashboard Configuration using

More information

ForeScout Extended Module for ServiceNow

ForeScout Extended Module for ServiceNow ForeScout Extended Module for ServiceNow Version 1.2 Table of Contents About ServiceNow Integration... 4 Use Cases... 4 Asset Identification... 4 Asset Inventory True-up... 5 Additional ServiceNow Documentation...

More information

Cisco Prime Service Catalog Virtual Appliance Quick Start Guide 2

Cisco Prime Service Catalog Virtual Appliance Quick Start Guide 2 Cisco Prime Service Catalog 11.1.1 Virtual Appliance Quick Start Guide Cisco Prime Service Catalog 11.1.1 Virtual Appliance Quick Start Guide 2 Introduction 2 Before You Begin 2 Preparing the Virtual Appliance

More information

Device Manager. Managing Devices CHAPTER

Device Manager. Managing Devices CHAPTER 2 CHAPTER This chapter describes how to perform routine device management tasks using the Administrator Console. It provides information on managing the devices within your Cisco VXC Manager environment.

More information

Installation Guide Revision B. McAfee Cloud Workload Security 5.0.0

Installation Guide Revision B. McAfee Cloud Workload Security 5.0.0 Installation Guide Revision B McAfee Cloud Workload Security 5.0.0 COPYRIGHT Copyright 2018 McAfee, LLC TRADEMARK ATTRIBUTIONS McAfee and the McAfee logo, McAfee Active Protection, epolicy Orchestrator,

More information

BIG-IP TMOS : Implementations. Version

BIG-IP TMOS : Implementations. Version BIG-IP TMOS : Implementations Version 11.5.1 Table of Contents Table of Contents Customizing the BIG-IP Dashboard...13 Overview: BIG-IP dashboard customization...13 Customizing the BIG-IP dashboard...13

More information

Interdomain Federation Guide for IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)SU2

Interdomain Federation Guide for IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)SU2 Interdomain Federation Guide for IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)SU2 First Published: 2017-11-29 Last Modified: 2017-12-01 Americas Headquarters Cisco Systems,

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview January 2015 2014-2015 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

Set Up Cisco ISE in a Distributed Environment

Set Up Cisco ISE in a Distributed Environment Cisco ISE Deployment Terminology, page 1 Personas in Distributed Cisco ISE Deployments, page 2 Cisco ISE Distributed Deployment, page 2 Configure a Cisco ISE Node, page 5 Administration Node, page 8 Policy

More information

AWS Remote Access VPC Bundle

AWS Remote Access VPC Bundle AWS Remote Access VPC Bundle Deployment Guide Last updated: April 11, 2017 Aviatrix Systems, Inc. 411 High Street Palo Alto CA 94301 USA http://www.aviatrix.com Tel: +1 844.262.3100 Page 1 of 12 TABLE

More information

Manage Administrators and Admin Access Policies

Manage Administrators and Admin Access Policies Manage Administrators and Admin Access Policies Role-Based Access Control, page 1 Cisco ISE Administrators, page 1 Cisco ISE Administrator Groups, page 3 Administrative Access to Cisco ISE, page 11 Role-Based

More information

Red Hat CloudForms 4.6

Red Hat CloudForms 4.6 Red Hat CloudForms 4.6 Integration with OpenShift Container Platform Adding Red Hat OpenShift Container Platform (with Metrics Enabled) as a Container Provider Last Updated: 2018-05-18 Red Hat CloudForms

More information

Issues Fixed in DC/OS

Issues Fixed in DC/OS Release Notes for 1.10.4 These are the release notes for DC/OS 1.10.4. DOWNLOAD DC/OS OPEN SOURCE Issues Fixed in DC/OS 1.10.4 CORE-1375 - Docker executor does not hang due to lost messages. DOCS-2169

More information

Device Management Basics

Device Management Basics The following topics describe how to manage devices in the Firepower System: The Device Management Page, on page 1 Remote Management Configuration, on page 2 Adding Devices to the Firepower Management

More information

Infoblox IPAM Driver for Kubernetes User's Guide

Infoblox IPAM Driver for Kubernetes User's Guide Infoblox IPAM Driver for Kubernetes User's Guide 1. Infoblox IPAM Driver for Kubernetes...................................................................... 3 1.1 Overview.......................................................................................

More information

Installing the Cisco Unified CallManager Customer Directory Plugin Release 4.3(1)

Installing the Cisco Unified CallManager Customer Directory Plugin Release 4.3(1) Installing the Cisco Unified CallManager Customer Directory Plugin Release 4.3(1) Cisco Unified CallManager uses a Lightweight Directory Access Protocol (LDAP) directory to store data as well as authentication

More information

Administration Guide for Cisco WebEx Meetings Server Release 2.8

Administration Guide for Cisco WebEx Meetings Server Release 2.8 First Published: 2017-02-27 Last Modified: 2018-06-20 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Getting Started Using Cisco License Manager

Getting Started Using Cisco License Manager CHAPTER 5 This chapter provides information about the initial setup of Cisco License Manager and an overview of recommended steps to quickly add users and devices and obtain and deploy licenses. This chapter

More information

Unified CVP Migration

Unified CVP Migration If there is a change in platform of a later release of Unified CVP, migration from the existing release to the later release is required. For example, moving from Unified CVP 10.5(1) to Unified CVP 11.5(1)

More information

Administering vrealize Log Insight. September 20, 2018 vrealize Log Insight 4.7

Administering vrealize Log Insight. September 20, 2018 vrealize Log Insight 4.7 Administering vrealize Log Insight September 20, 2018 4.7 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

Load Balancing Web Servers with OWASP Top 10 WAF in AWS

Load Balancing Web Servers with OWASP Top 10 WAF in AWS Load Balancing Web Servers with OWASP Top 10 WAF in AWS Quick Reference Guide V1.0.1 ABOUT THIS GUIDE This document provides a quick reference guide on how to load balance Web Servers and configure a WAF

More information

System Administration

System Administration Most of SocialMiner system administration is performed using the panel. This section describes the parts of the panel as well as other administrative procedures including backup and restore, managing certificates,

More information

McAfee Boot Attestation Service 3.5.0

McAfee Boot Attestation Service 3.5.0 Product Guide McAfee Boot Attestation Service 3.5.0 For use with epolicy Orchestrator 4.6.7, 4.6.8, 5.1.0 Software COPYRIGHT Copyright 2014 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS

More information

Getting Started with VMware Integrated OpenStack with Kubernetes. VMware Integrated OpenStack 5.1

Getting Started with VMware Integrated OpenStack with Kubernetes. VMware Integrated OpenStack 5.1 Getting Started with VMware Integrated OpenStack with Kubernetes VMware Integrated OpenStack 5.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Eucalyptus User Console Guide

Eucalyptus User Console Guide Eucalyptus 4.0.2 User Console Guide 2014-11-05 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...5 Install the Eucalyptus User Console...6 Install on Centos / RHEL 6.3...6 Configure

More information

Infoblox IPAM Driver for Kubernetes. Page 1

Infoblox IPAM Driver for Kubernetes. Page 1 Infoblox IPAM Driver for Kubernetes Page 1 1. CNI-Infoblox IPAM Driver for Kubernetes.................................................................. 3 1.1 Overview.......................................................................................

More information

Eucalyptus User Console Guide

Eucalyptus User Console Guide Eucalyptus 3.4.1 User Console Guide 2013-12-11 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...5 Install the Eucalyptus User Console...6 Install on Centos / RHEL 6.3...6 Configure

More information

Cisco WebEx Meetings Server Administration Guide

Cisco WebEx Meetings Server Administration Guide First Published: October 23, 2012 Last Modified: October 23, 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

Load Balancing Nginx Web Servers with OWASP Top 10 WAF in AWS

Load Balancing Nginx Web Servers with OWASP Top 10 WAF in AWS Load Balancing Nginx Web Servers with OWASP Top 10 WAF in AWS Quick Reference Guide V1.0.2 ABOUT THIS GUIDE This document provides a quick reference guide on how to load balance Nginx Web Servers and configure

More information

Amazon Web Services Training. Training Topics:

Amazon Web Services Training. Training Topics: Amazon Web Services Training Training Topics: SECTION1: INTRODUCTION TO CLOUD COMPUTING A Short history Client Server Computing Concepts Challenges with Distributed Computing Introduction to Cloud Computing

More information

MOVE AntiVirus page-level reference

MOVE AntiVirus page-level reference McAfee MOVE AntiVirus 4.7.0 Interface Reference Guide (McAfee epolicy Orchestrator) MOVE AntiVirus page-level reference General page (Configuration tab) Allows you to configure your McAfee epo details,

More information

Using the TUI Upgrade Utility to Update an Existing Release 2.4 Server

Using the TUI Upgrade Utility to Update an Existing Release 2.4 Server Using the TUI Upgrade Utility to Update an Existing Release 2.4 Server First Published: November 4, 2011 Revised: June 12, 2012 Do not use the information in this module to perform an upgrade from Cisco

More information

Installing Cisco CMX in a VMware Virtual Machine

Installing Cisco CMX in a VMware Virtual Machine Installing Cisco CMX in a VMware Virtual Machine This chapter describes how to install and deploy a Cisco Mobility Services Engine (CMX) virtual appliance. Cisco CMX is a prebuilt software solution that

More information

NexentaStor VVOL

NexentaStor VVOL NexentaStor 5.1.1 VVOL Admin Guide Date: January, 2018 Software Version: NexentaStor 5.1.1 VVOL Part Number: 3000-VVOL-5.1.1-000065-A Table of Contents Preface... 3 Intended Audience 3 References 3 Document

More information

Configuring ApplicationHA in VMware SRM 5.1 environment

Configuring ApplicationHA in VMware SRM 5.1 environment Configuring ApplicationHA in VMware SRM 5.1 environment Windows Server 2003 and 2003 R2, Windows Server 2008 and 2008 R2 6.0 September 2013 Contents Chapter 1 About the ApplicationHA support for VMware

More information

High Availability Options

High Availability Options , on page 1 Load Balancing, on page 2 Distributed VPN Clustering, Load balancing and Failover are high-availability features that function differently and have different requirements. In some circumstances

More information

Setting up Microsoft Exchange Server 2016 with Avi

Setting up Microsoft Exchange Server 2016 with Avi Page 1 of 14 Setting up Microsoft Exchange Server 2016 with Avi Networks view online What is Exchange Server 2016 Microsoft Exchange Server 2016 is an e-mail server solution, with calendar and contact

More information

What s New in Fireware v12.3 WatchGuard Training

What s New in Fireware v12.3 WatchGuard Training What s New in Fireware v12.3 2 What s New in Fireware v12.3 Updates to Networking functionality: SD-WAN actions SD-WAN reporting enhancements NetFlow support Link monitor enhancements Centralized FireCluster

More information

Kubernetes Integration with Virtuozzo Storage

Kubernetes Integration with Virtuozzo Storage Kubernetes Integration with Virtuozzo Storage A Technical OCTOBER, 2017 2017 Virtuozzo. All rights reserved. 1 Application Container Storage Application containers appear to be the perfect tool for supporting

More information

LAB EXERCISE: RedHat OpenShift with Contrail 5.0

LAB EXERCISE: RedHat OpenShift with Contrail 5.0 LAB EXERCISE: RedHat OpenShift with Contrail 5.0 Author Savithru Lokanath , v1.4 Prerequisites An AWS account with permissions to CRUD Compute, Storage & Network resources CentOS

More information

Installing and Configuring vrealize Code Stream. 28 JULY 2017 vrealize Code Stream 2.3

Installing and Configuring vrealize Code Stream. 28 JULY 2017 vrealize Code Stream 2.3 Installing and Configuring vrealize Code Stream 28 JULY 2017 vrealize Code Stream 2.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

Managing Streams. Create Stream

Managing Streams. Create Stream This chapter provides instructions for managing streams in VMR. It includes the following topics: Create Stream, on page 1 Search Streams, on page 3 View Stream Details, on page 4 Configure Imported Streams,

More information

Dell Wyse Management Suite. Version 1.0 Quick Start Guide

Dell Wyse Management Suite. Version 1.0 Quick Start Guide Dell Wyse Management Suite Version 1.0 Quick Start Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Interdomain Federation for the IM and Presence Service, Release 10.x

Interdomain Federation for the IM and Presence Service, Release 10.x First Published: 2014-01-29 Last Modified: 2018-11-05 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information