Cisco SDV Collector Installation Guide

Size: px
Start display at page:

Download "Cisco SDV Collector Installation Guide"

Transcription

1 Cisco SDV Collector Installation Guide Overview Introduction This document provides installation procedures for Cisco Switched Digital Video (SDV) Collector software Release 4.0.x. Purpose The information in this document will enable qualified service personnel to install the operating system needed for SDV Collector 4.0.x and to install, configure, and verify the setup of SDV Collector. Audience This document is intended for authorized service personnel who have experience working with DNCS, EC, or USRM, and related equipment in the headend network. The service personnel should have appropriate background and knowledge to complete the procedures described in this document. Document Version This is the first formal release of this document. In This Document Install the Operating System... 2 Install SDV Collector... 4 Configure Log 1.0 / Log Verify SDV Collector Setup Configure Non-Cisco DNCS Systems for SDV Tools... 17

2 Install the Operating System Install the Operating System This section describes the steps for installing RedHat 5.7 on the designated server and adding Informix aliases, if not yet present in the DNCS. Install RedHat Turn on power to the designated server. 2 While the server boots up, insert the RedHat 5.7 installation disk into the CD drive of the server. 3 When the server reaches the boot prompt, press Enter. 4 The Network Configuration screen appears and prompts you to configure eth0 and eth1. 5 Select Manually and enter collector as the server name. 6 Enter the default gateway IP address, and then click Next to continue. 7 In the Time Zone screen, choose the time zone in which the machine is located, and then click Next. The Package Installation screen appears, and the installation proceeds unattended. When the installation finishes, the server will reboot. 8 Manually eject the installation CD. 9 At the login prompt, log in as root and enter the password generic. 10 When prompted to change the password, enter 1234test or the alternate password specified by the customer. Edit the /etc/hosts file to add IP address and hostnames for Marketing, DNCS, and USRM, and then save the file. 11 At the command prompt, enter the following command to confirm 8 GB of swap space: grep SwapTotal /proc/meminfo The response should be: 2 OL

3 Install the Operating System 12 Create the file route-eth0 in /etc/sysconfig/network-scripts to add routes to eth0. 13 At the command prompt, enter service network restart to restart network services. 14 Ping the USRM and DNCS to confirm that the routes are working. Add Informix Aliases If the Informix Aliases are not already in DNCS, add them as follows: 1 Edit the file /export/home/informix/etc/onconfig to add the Informix TCP servername (himalyatcpdbserver in SDV Lab) to the list of DBSERVERALIASES. 2 Edit the file /export/home/informix/etc/sqlhosts to add the TCP entry. 3 Type su - dncs to switch the DNCS user, and then source the environment as. /dvs/dncs/bin/dncssetup (note the space between. and /dvcs/dncs/...). 4 Type the following command to enable the new connection: onmode P start himalyatcpdbserver OL

4 Install SDV Collector Install SDV Collector To install SDV Collector from CD or an ISO image: 1 Insert the installation disk into the server CD drive, or copy the ISO image to the server hard drive. 2 Enter the following commands at the root prompt: For installation from CD: mount /dev/cdrom /media/cdrom cd /media/cdrom./install For installation from ISO image: mount o loop sdv_collector-4.0.0rc33-1-appdisc.iso /media/cdrom cd /media/cdrom./install 3 Type :q! to exit vi. 4 Enable the vsftpd service on SDV Collector as follows: chkconfig --level 345 vsftpd on chkconfig --list grep -i vsftpd After these commands execute, the following output should appear: Note: Confirm that 3, 4, and 5 are all on as shown in this example. 5 To check the vsftpd service, type the following command: service vsftpd status Confirm that the response indicates running status. If not, start the service using the following command: service vsftpd start 6 Set the password for the sse user in the command line as follows: passwd sse 7 When prompted, type collector as the password, and then enter the password again for confirmation. 8 Add sdvmkt, sdvsao, and sdvcap in the /etc/hosts file. 9 Type cd /opt/sse/collector/bin. 10 Execute the script, type yes, and when prompted, enter the root password for the respective application servers../ssh_key_init sdvmkt root./ssh_key_init sdvcap root./ssh_key_init sdvsao root 4 OL

5 Install SDV Collector 11 To verify SSH keys, try logging in from SDV Collector to all servers, as follows: Execute: ssh ssh ssh You should be able to log in without a password. If you are able to access the application servers (sdvmkt, sdvcap, sdvsao) via SSH successfully, the keys are set properly. 12 Type exit to return to SDV Collector, and then enter the following: cd /opt/sse/collector/bin./configsdv The Configuration Main Menu appears. 13 Select 1 to set the server type (SA or RealTime). 14 Select log1.0 or log2.0. Note: See Configure Log 1.0 / Log 2.0 (on page 8) for configuring logs in USRM. 15 Select 3 to Set Applications (sdvmkt, sdvsao, or sdvcap). 16 Select 4 to set monitors for SAO only. 17 Select 5 to Configure Apps. a Select 1 to configure App Connection Settings for each SDV application server (sdvmkt, sdvsao, and sdvcap). Enter the Marketing server IP Address, SSH User (root), SSH Pass (1234test), DB Replicate (1 for on), and DB Insert (1 for on). Similarly, set the SAO and Capacity Planner server IP addresses. b Select 2 to configure DNCS/Informix Connection. Modify fields as necessary per site. After making changes, type w to save them. Note: The credentials shown for settings 4, 5, 8, and 9 are examples only. Ensure that you use the proper login credentials for these settings. OL

6 Install SDV Collector c Note: Perform this step only if you have billing information. Select 3 to configure Billing Imports (Customer Account and DHCT). Modify the fields, sort order, delimiter, and file name to match the billing files in /home/sse/ftp. d Select 4 to run import_migrator with option a (run everything). This takes about 4 minutes to run on a small lab system. e Select 5 to view the import log and see the results of import_migrator.sh. Note: If you skipped step 17c, you will get import billing errors which can be ignored. If you get DNCS import errors then connection and configurations to DNCS is not proper. Verify the connection and configuration settings and repeat the import. f Type q to exit from the configsdv script. Observe the "waiting for parser to fully stop" warning until it clears. (This takes approximately one minute.) 18 Reboot the server and type./chkstatus from opt/sse/collector/bin to verify the process status. Note: If only SDVMKT and SDVCAP are configured, the./chkstatus shows only three process running, as shown above. If SDVSAO is added, all processes will start running. 6 OL

7 Install SDV Collector Set NTP 1 Type the following command to stop the NTP service: service ntpd stop 2 Type the following command: ntpdate dncs 3 Type the following command to open the NTP configuration file for editing: vi /etc/ntp.conf 4 Edit the NTP configuration file as follows: a Use the # character to comment out the lines for RedHat servers, such as 0.rhel.pool.ntp.org. b Add server dncs to the configuration. c Save and exit. 5 Type the following command to check the NTP configuration: chkconfig ntpd on 6 Type the following command to restart the NTP service: service ntpd start OL

8 Configure Log 1.0 / Log 2.0 Configure Log 1.0 / Log 2.0 Log 1.0 Configuration 8 OL

9 Configure Log 1.0 / Log 2.0 OL

10 Configure Log 1.0 / Log OL

11 Configure Log 1.0 / Log 2.0 Log 2.0 Configuration 1 Log in to SDV Collector as a root user and run configsdv. 2 Enable Log 2.0 as follows: Note: Remain logged in to SDV Collector for additional steps to be performed later. 3 Log in to USRM and set ActivityLogFormat to TWC. 4 Navigate to the USRM Reset Software page, set ServerState to Reset, and then click Commit Changes. SDV Collector automatically connects to Tuner port The Log2 Clients page should show the SDV Collector IP address after the software Reset is issued, and should start receiving ActivityLog files in /u01/sse/common/[raw parse archive]. 5 On the Log2 Clients page, configure USRM for Log2.0 transmission of Tuner table data to SDV Collector. 6 Return to SDV Collector as a root user and verify the status of listener as not running and activitylog_listener as running, as follows: OL

12 Configure Log 1.0 / Log 2.0 Note: For Log 2.0 (and Log 2.0 only), the event logs should not be pushed to SDV Collector. Therefore, verify that the SDV Collector IP address is not in the LogServerAddress field. If it is, remove it. 12 OL

13 Verify SDV Collector Setup Verify SDV Collector Setup To verify the SDV Collector installation: 1 Log in to SDV Collector via SSH. 2 Type date in both terminals to check the time. The time should be synchronous between servers. If it is not, follow the steps in Set NTP (on page 6) to ensure that SDV Collector and other application server dates are in sync. First, synchronize the date in SDV Collector with DNCS. Then, synchronize the dates of Status and Operations, Capacity Planner, and Marketing with SDV Collector. 3 Open the browser and type the IP address of SDV Collector. 4 Log in to the SDV Collector web GUI using admin as the username and adminpass as the password. Note: See Configure Log 1.0 / Log 2.0 (on page 8) for instructions on configuring Log 1.0 or Log 2.0 in USRM. 5 To verify the logs that are coming from USRM, type tcpdump i eth0 in the command line. Note: Press Ctrl+z to stop the tcpdump. 6 Type cd /opt/sse/collector/log to open the SDV Collector log. 7 Type tail parser_stdout.log in the command line every 5 seconds to view the parser logs and verify that the logs are getting changed every 5 seconds. 8 Verify that at least some DNCS static (STB) information is getting to SDV Collector by checking the STB count. Note: Use the commands and queries shown in bold in the following example for verification. OL

14 Verify SDV Collector Setup Verify Marketing Data in SDV Collector Enter the following command sequence to verify the existence of the viewership file, which contains Marketing data, in SDV Collector. Note: Use the commands and queries shown in bold in the following examples for verification Note: The parse folder always contains at least one file. Check the date and tail of this file and review its content OL

15 Verify SDV Collector Setup 7 Note: Two files are available in 10 minutes. Verify SDV Collector Data in Marketing Server Use the command sequence shown below to verify the existence of SDV Collector data on the Marketing server. Note: In the following examples, the Marketing server has not yet received any files from SDV Collector. If it had, the files would be stored in the sqlldr and archive directories. Use the commands and queries shown in bold in the following examples for verification Note: SDV Collector copies the contents of the sqlldr folder to the Marketing server every hour. OL

16 Verify SDV Collector Setup 4 16 OL

17 Configure Non-Cisco DNCS Systems for SDV Tools Configure Non-Cisco DNCS Systems for SDV Tools In non-cisco DNCS systems, the DNCS servers are supplied by companies other than Cisco, so the configuration tables used by SDV Tools are empty. As part of SDV Tools configuration, these tables must be filled by feeding information into SDV Collector using text files and SQL commands. This section describes the tables imported from DNCS for each of the SDV Tools applications, and provides the procedures for filling these tables. Add USRM Details into SDV Collector The SDV_SERVER table consists of the following fields: SDV_ID SDBSERVER_OID IP_ADDR NAME SECONDARY_SDB_OID ADMIN_STAT IS_PRIMARY SOFTWARE_REVISION SSH_HOST SSH_USER SSH_PASS SNMP_HOST SNMP_COMMUNITY COLLECTOR_ID TUNER_TCP_PORT TUNER_UDP_PORT STREAM_TCP_PORT STREAM_UDP_PORT PROGRAM_TCP_PORT PROGRAM_UDP_PORT To populate these fields: 1 Make a list of USRM details in a separate text file with Insert commands, as shown in the following example. 2 Access SDV Collector via SSH and then type the following commands: SDV Collector displays a list of added USRM details, as shown in the following example. OL

18 Configure Non-Cisco DNCS Systems for SDV Tools Configure the src_des.txt File 1 Create a file named src_des.txt in the path /opt/sse/collector/ftp. 2 In the src_des.txt file, add a record for each source in the form: SOURCE_ID, SOURCE_DESCRIPTION Use the comma (,) as shown to delimit the values in each record. 3 In the file /opt/sse/collector/etc/collector.cfg, set the mdn flag to 1. This imports the /home/sse/ftp/src_des.txt data into the IPG_SAM_CHANNEL_MAP table. Note: If this table is not filled, the UI displays the message No Channels found. Try Refreshing after a few minutes. 18 OL

19 Configure Non-Cisco DNCS Systems for SDV Tools 4 The HUBS table must be populated with a fake hub_id=0 and name="fake Hub". Using mysql, insert this record into the HUBS table: Note: If this table is empty, the Marketing dashboard displays the message No Hubs found. Try refreshing after a few minutes. SDV Collector copies the contents of the sqlldr folder to the Marketing server every hour. Configure the DHCTS.txt File The DHCTS table is used in the Capacity Planner application server for populating three other tables: DHCTS_DAILY, DHCTS_WEEKLY, and DHCTS_MONTHLY. These tables are used to display the STB load by SG, STB Load by Node, or STB load by SDV Server data in the web GUI. The CAP server will not show these features if the DHCTS table is empty. The DHCTS.txt file is used to fill the DHCTS table in SDV Collector. To create this file: 1 Create a file named DHCTS.txt in the path /opt/sse/collector/ftp. 2 In the DHCTS.txt file, add a record for each DHCTS in the form: DHCT_ID HUB_ID QPSK_MOD_ID QPSK_DEMOD_ID SG_ID NODE_ID MAC_ADDR SERIAL_NUM IP_ADDR OPER_STATUS ADMIN_STATUS PRIVACY_OPT DHCT_TYPE DHCT_REV ACCT_NUM ZIP_CODE Use the pipe ( ) as shown to delimit the values in each record. Configure Billing System Related Text Files Two files, customer.txt and dhct.txt, are required to fill billing-related information tables in both Cisco DNCS and non-cisco DNCS environments. Configure the Customer.txt File The BILLING_ADDRESS table is used by the SAO application server to display the customer account number and contact details. The customer.txt file is used to fill the BILLING_ADDRESS table in SDV Collector. To create this file: 1 Create a file named customer.txt in the path /opt/sse/collector/ftp. 2 In the customer.txt file, add a record for each customer account in the form: ACCT_NUM LAST_NAME FIRST_NAME HOUSE_NUM STREET_NAME CITY STATE ZIP_CODE CUR_PAY_STATUS NODE_ID NODE_NAME NODE_NOTES OL

20 Configure Non-Cisco DNCS Systems for SDV Tools Use the pipe ( ) as shown to delimit the values in each record. Configure the dhct.txt File The DHCT_BILLINGS table is used by the SAO application server to display the MAC address of the corresponding account number. The dhct.txt file is used to fill the DHCT_BILLINGS table in collector. To create this file: 1 Create a file named dhct.txt in the path /opt/sse/collector/ftp. 2 In the dhct.txt file, add a record for each MAC address in the form: MAC_ADDR ACCT_NUM DNCS_ADMIN_STATUS_IND DHCT_LOCATION NODE_ID NODE_NAME AMP1 AMP2 AMP3 AMP4 AMP5 PWR_SPLY1 PWR_SPLY2 PWR_SPLY3 DIVISION1 SYSTEM1 HUB_SITE HUB_SECTION Use the pipe ( ) as shown to delimit the values in each record. Note: The data is loaded automatically from text files the next day. To load the data from text files immediately, use the option 4.Run import_migrator, select option a in./configsdv, and quit properly. 20 OL

21 For Information For Information If You Have Questions If you have technical questions, contact Cisco Services at the following URL: OL

22 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA USA Tel: Fax: Cisco and the Cisco logo are trademarks or registered trademarks of Cisco and/or its affiliates in the U.S. and other countries. To view a list of Cisco trademarks, go to this URL: Third party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1110R) Product and service availability are subject to change without notice Cisco and/or its affiliates. All rights reserved. March 2014 Part Number OL

Configuring the snmptraphandler Process Technical Reference

Configuring the snmptraphandler Process Technical Reference Configuring the snmptraphandler Process Technical Reference Introduction Prior to SR 6.0, the snmptraphandler process on the DNCS processed every trap that came into the system. Because this presented

More information

Report Writer Version 5.0 User Guide

Report Writer Version 5.0 User Guide [ Report Writer Version 5.0 User Guide Overview Introduction The Report Writer software enables you to generate reports that collect data from the Explorer Controller (EC) database, poll Digital Home Communication

More information

Replicated Database Operator's Guide

Replicated Database Operator's Guide Replicated Database Operator's Guide Introduction Replicated Database (RepDB) is a database synchronization software application for Explorer Controllers (ECs) and Digital Transport Adaptor Control Systems

More information

IVSP (Client Proxy) Integration Guide

IVSP (Client Proxy) Integration Guide [ IVSP (Client Proxy) Integration Guide Overview Introduction This client proxy document contains the information required to integrate the IVSP (client proxy). Important: Browser configurations shown

More information

Videoscape Control Suite BSS/OSS Adaptor Service Configuration Guide

Videoscape Control Suite BSS/OSS Adaptor Service Configuration Guide Videoscape Control Suite 3.5.2 BSS/OSS Adaptor Service Configuration Guide BOA Configuration Guide Table of Contents About This Guide... 4 Introduction...4 Purpose...4 Prerequisites...4 Installation...4

More information

Videoscape Distribution Suite Software Installation Guide

Videoscape Distribution Suite Software Installation Guide First Published: August 06, 2012 Last Modified: September 03, 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

Smart Software Manager satellite Installation Guide

Smart Software Manager satellite Installation Guide Smart Software Manager satellite Installation Guide Published: Nov, 2017 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000

More information

Cisco RF Gateway 1 Software Release Release Note

Cisco RF Gateway 1 Software Release Release Note Cisco RF Gateway 1 Software Release 06.04.13 Release Note Overview Introduction Cisco RF Gateway 1 (RFGW-1) software version 06.04.13 mainly addresses few issues reported from the field. Purpose The purpose

More information

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Oded Nahum Principal Systems Engineer PLUMgrid EMEA November 2014 Page 1 Page 2 Table of Contents Table

More information

NNMi Integration User Guide for CiscoWorks Network Compliance Manager 1.6

NNMi Integration User Guide for CiscoWorks Network Compliance Manager 1.6 NNMi Integration User Guide for CiscoWorks Network Compliance Manager 1.6 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000

More information

User Guide for Cisco Device Assignment Tool

User Guide for Cisco Device Assignment Tool First Published: March 19, 2015 Last Modified: July 16, 2015 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

More information

Using the List TOC Utility

Using the List TOC Utility Using the List TOC Utility Overview Introduction The List TOC utility is a free Windows-compatible utility that lets you view the TOC files on your EMM CDs and in CD images on a Windows-based PC. Using

More information

Cisco RF Gateway 1 Software Release Release Note

Cisco RF Gateway 1 Software Release Release Note Cisco RF Gateway 1 Software Release 06.04.07 Release Note Overview Introduction Cisco RF Gateway 1 (RFGW-1) software version 06.04.07 mainly addresses few issues reported from the field. Purpose The purpose

More information

Changing the IP Address and Hostname for Cisco Unified Communications Manager Release 8.6(1)

Changing the IP Address and Hostname for Cisco Unified Communications Manager Release 8.6(1) Changing the IP Address and Hostname for Cisco Unified Communications Manager Release 8.6(1) Published: May 24, 2011 Revised: June 28, 2012 This document provides the steps to change the IP address or

More information

Changing the IP Address and Hostname for Cisco Unified Communications Manager Release 8.5(1)

Changing the IP Address and Hostname for Cisco Unified Communications Manager Release 8.5(1) Changing the IP Address and Hostname for Cisco Unified Communications Manager Release 8.5(1) Published: December 02, 2010 Revised: July 3, 2012 This document provides the steps to change the IP address

More information

Recovery Guide for Cisco Digital Media Suite 5.4 Appliances

Recovery Guide for Cisco Digital Media Suite 5.4 Appliances Recovery Guide for Cisco Digital Media Suite 5.4 Appliances September 17, 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408

More information

PowerKEY DTA Provisioning Guide

PowerKEY DTA Provisioning Guide PowerKEY DTA Provisioning Guide Overview Introduction This document provides the instructions for installing PowerKEY DTA samples into a DBDS system. These instructions may also be used to manually install

More information

Upgrading the Cisco D9887B HDTV Modular Receiver Technical Reference

Upgrading the Cisco D9887B HDTV Modular Receiver Technical Reference Upgrading the Cisco D9887B HDTV Modular Receiver Technical Reference Overview Introduction This document describes the procedure required to upgrade the Cisco D9887B HDTV Modular Receiver. Audience This

More information

Cisco Compact EGC GaN Segmentable Node A90201 System Release Release Note

Cisco Compact EGC GaN Segmentable Node A90201 System Release Release Note Cisco Compact EGC GaN Segmentable Node A90201 System Release 1.00.06 Release Note Overview This system release supports the Compact EGC GaN Segmentable Node A90201. It incorporates the fixes for the node.

More information

Cisco Business Edition 7000 Installation Guide, Release 10.6

Cisco Business Edition 7000 Installation Guide, Release 10.6 First Published: July 08, 2015 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 Text

More information

Installing the Cisco VQE Application on the CDE250

Installing the Cisco VQE Application on the CDE250 Installing the Cisco VQE Application on the CDE250 Revised: May 2012 Preinstalled Software Notice Chassis Lite CDE250-XR-2WPL-K9 This Chassis Lite server, CDE250-XR-2WPL-K9, supports the CDE250-2M0 and

More information

Cisco Compact EGC GaN Segmentable Node A90201 System Release Release Note

Cisco Compact EGC GaN Segmentable Node A90201 System Release Release Note Cisco Compact EGC GaN Segmentable Node A90201 System Release 1.01.05 Release Note Overview This system release supports the Compact EGC GaN Segmentable Node A90201. It incorporates the fixes for the node.

More information

SAImet Package Installation and Configuration Guide

SAImet Package Installation and Configuration Guide SAImet Package 1.0.0.8 Installation and Configuration Guide Introduction The Metadata Extraction Tool (MET) is contained in Cisco's SAImet software package. The SAImet package is installed on the Digital

More information

Smart Software Manager satellite Installation Guide

Smart Software Manager satellite Installation Guide Smart Software Manager satellite Installation Guide Published: Jul, 2017 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000

More information

DTACS 3.0 Release Note

DTACS 3.0 Release Note DTACS 3.0 Release Note Overview Introduction This release note describes the Digital Transport Adapter Control System (DTACS) version 3.0 software release. The DTACS controls subscriber DTA devices that

More information

UDP Director Virtual Edition Installation and Configuration Guide (for Stealthwatch System v6.9.0)

UDP Director Virtual Edition Installation and Configuration Guide (for Stealthwatch System v6.9.0) UDP Director Virtual Edition Installation and Configuration Guide (for Stealthwatch System v6.9.0) Installation and Configuration Guide: UDP Director VE v6.9.0 2016 Cisco Systems, Inc. All rights reserved.

More information

Cisco UCS C-Series IMC Emulator Quick Start Guide. Cisco IMC Emulator 2 Overview 2 Setting up Cisco IMC Emulator 3 Using Cisco IMC Emulator 9

Cisco UCS C-Series IMC Emulator Quick Start Guide. Cisco IMC Emulator 2 Overview 2 Setting up Cisco IMC Emulator 3 Using Cisco IMC Emulator 9 Cisco UCS C-Series IMC Emulator Quick Start Guide Cisco IMC Emulator 2 Overview 2 Setting up Cisco IMC Emulator 3 Using Cisco IMC Emulator 9 Revised: October 6, 2017, Cisco IMC Emulator Overview About

More information

RAID Controller Firmware Upgrade Instructions for the Cisco WAVE-7541, 7571, and 8541

RAID Controller Firmware Upgrade Instructions for the Cisco WAVE-7541, 7571, and 8541 RAID Controller Firmware Upgrade Instructions for the Cisco WAVE-7541, 7571, and 8541 March 1, 2012, This document describes how to upgrade the RAID controller firmware in Cisco Wide Area Virtualization

More information

Configuring Enhanced Channel Maps for SARA in SR 3.8/4.3 and Later User Guide

Configuring Enhanced Channel Maps for SARA in SR 3.8/4.3 and Later User Guide O Configuring Enhanced Channel Maps for SARA in SR 3.8/4.3 and Later User Guide Overview Introduction Prior to System Release (SR) 4.2, customers could only assign channel maps to a Digital Home Communication

More information

Deploying Cisco UCS Central

Deploying Cisco UCS Central This chapter includes the following sections: Obtaining the Cisco UCS Central Software from Cisco, page 1 Using the Cisco UCS Central OVA File, page 2 Using the Cisco UCS Central ISO File, page 4 Logging

More information

Upgrade from a Standalone Deployment to a Coresident Deployment (Cisco Unified Intelligence Center with Live Data and IdS)

Upgrade from a Standalone Deployment to a Coresident Deployment (Cisco Unified Intelligence Center with Live Data and IdS) Upgrade from a Standalone Deployment to a Coresident Deployment (Cisco Unified Intelligence Center with Live Data and IdS) Upgrade from a Standalone to a Co-resident Deployment, on page 1 Set Deployment

More information

Application Launcher User Guide

Application Launcher User Guide Application Launcher User Guide Version 1.0 Published: 2016-09-30 MURAL User Guide Copyright 2016, Cisco Systems, Inc. Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

Cisco FindIT Plugin for Kaseya Quick Start Guide

Cisco FindIT Plugin for Kaseya Quick Start Guide First Published: 2017-10-23 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

Rev C. OCAP Installation and Upgrade Instructions

Rev C. OCAP Installation and Upgrade Instructions 732578 Rev C OCAP Installation and Upgrade Instructions Please Read Important Please read this entire guide. If this guide provides installation or operation instructions, give particular attention to

More information

Series D9500 Switched Digital Video Servers Release Notes: Release 1.4.4

Series D9500 Switched Digital Video Servers Release Notes: Release 1.4.4 Series D9500 Switched Digital Video Servers Release Notes: Release 1.4.4 Overview Introduction Switched Digital Video (SDV) Server release 1.4.4-5 succeeds and carries forward all of the enhancements and

More information

Backup and Restore Guide for Cisco Unified Communications Domain Manager 8.1.3

Backup and Restore Guide for Cisco Unified Communications Domain Manager 8.1.3 Communications Domain Manager 8.1.3 First Published: January 29, 2014 Last Modified: January 29, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Cisco Virtual Office End User Instructions for Cisco 871 and Cisco 881 Router Set Up at Home or Small Office

Cisco Virtual Office End User Instructions for Cisco 871 and Cisco 881 Router Set Up at Home or Small Office Cisco Virtual Office End User Instructions for Cisco 871 and Cisco 881 Router Set Up at Home or Small Office Introduction This document describes the end-user instructions to deploy the Cisco Virtual Office

More information

SIP RFC 2782 Compliance with DNS SRV Queries

SIP RFC 2782 Compliance with DNS SRV Queries SIP RFC 2782 Compliance with DNS SRV Last Updated: December 21, 2011 Effective with Cisco IOS XE Release 2.5, the Domain Name System Server (DNS SRV) query used to determine the IP address of the user

More information

Cisco TEO Adapter Guide for Microsoft Windows

Cisco TEO Adapter Guide for Microsoft Windows Cisco TEO Adapter Guide for Microsoft Windows Release 2.3 April 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

Quick Start Guide. Cisco SPA232D Mobility Enhanced ATA

Quick Start Guide. Cisco SPA232D Mobility Enhanced ATA Quick Start Guide Cisco SPA232D Mobility Enhanced ATA Package Contents Analog Telephone Adapter Ethernet Cable Phone Cable Power Adapter Quick Start Guide Product CD-ROM Welcome Thank you for choosing

More information

Quick Start Guide. Cisco SPA100 Series Analog Telephone Adapters. SPA112 Two Port Phone Adapter SPA122 ATA with Router

Quick Start Guide. Cisco SPA100 Series Analog Telephone Adapters. SPA112 Two Port Phone Adapter SPA122 ATA with Router Quick Start Guide Cisco SPA100 Series Analog Telephone Adapters SPA112 Two Port Phone Adapter SPA122 ATA with Router Package Contents Analog Telephone Adapter Ethernet Cable Power Adapter Quick Start Guide

More information

ELASTIX HIGH AVAILABILITY (HA) MODULE

ELASTIX HIGH AVAILABILITY (HA) MODULE ELASTIX HIGH AVAILABILITY (HA) MODULE Authors: Alfio Muñoz, Alberto Santos Version: 1.1 Date: March 28, 2016 2016 PaloSanto Solutions All rights reserved. This documentation is public and its intellectual

More information

Cisco UCS Virtual Interface Card Drivers for Windows Installation Guide

Cisco UCS Virtual Interface Card Drivers for Windows Installation Guide Cisco UCS Virtual Interface Card Drivers for Windows Installation Guide First Published: 2011-09-06 Last Modified: 2015-09-01 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA

More information

System Setup. Accessing the Administration Interface CHAPTER

System Setup. Accessing the Administration Interface CHAPTER CHAPTER 3 The system can be configured through the web interface to provide the networking configuration for the appliance and other system settings that are important such as time and SSL certificate.

More information

Expires Timer Reset on Receiving or Sending SIP 183 Message

Expires Timer Reset on Receiving or Sending SIP 183 Message Expires Timer Reset on Receiving or Sending SIP 183 Message Last Updated: December 20, 2011 This feature enables support for resetting the Expires timer when receiving or sending SIP 183 messages on Cisco

More information

Logging to Local Nonvolatile Storage (ATA Disk)

Logging to Local Nonvolatile Storage (ATA Disk) Logging to Local Nonvolatile Storage (ATA Last Updated: October 12, 2011 The Logging to Local Nonvolatile Storage (ATA feature enables system logging messages to be saved on an advanced technology attachment

More information

Cisco Terminal Services (TS) Agent Guide, Version 1.1

Cisco Terminal Services (TS) Agent Guide, Version 1.1 First Published: 2017-05-03 Last Modified: 2017-12-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

Enterprise License Manager User Guide, Release 9.1(1)

Enterprise License Manager User Guide, Release 9.1(1) First Published: September 14, 2012 Last Modified: June 18, 2013 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

More information

Cisco Terminal Services (TS) Agent Guide, Version 1.1

Cisco Terminal Services (TS) Agent Guide, Version 1.1 First Published: 2017-05-03 Last Modified: 2017-10-13 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

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

Release Notes for Cisco VSM Driver Pack, Release d

Release Notes for Cisco VSM Driver Pack, Release d Release Notes for Cisco VSM 7.0.1 Driver Pack, Release 2.0-27d July 16, 2013 This document provides important information for the Cisco Video Surveillance Manager (VSM) 7.0.1 driver pack release 2.0-27d.

More information

DBDS Backup and Restore Procedures For SR 2.2 and SR 3.2, SR 2.4 and SR 3.4, SR 2.5 and SR 3.5, and SR 3.3

DBDS Backup and Restore Procedures For SR 2.2 and SR 3.2, SR 2.4 and SR 3.4, SR 2.5 and SR 3.5, and SR 3.3 DBDS Backup and Restore Procedures For SR 2.2 and SR 3.2, SR 2.4 and SR 3.4, SR 2.5 and SR 3.5, and SR 3.3 Please Read Important Please read this entire guide. If this guide provides installation or operation

More information

Installing and Upgrading the Cisco Video Surveillance Operations Manager (VSOM) Release 4.2.1

Installing and Upgrading the Cisco Video Surveillance Operations Manager (VSOM) Release 4.2.1 Installing and Upgrading the Cisco Video Surveillance Operations Manager (VSOM) Release 4.2.1 May, 2010 Contents This document provides the following information and instructions: Installation and Initial

More information

Explorer Controller System Release 8.0 Release Note

Explorer Controller System Release 8.0 Release Note Explorer Controller System Release 8.0 Release Note Overview Introduction System Release 8.0 (SR 8.0) is a release of the Cisco DBDS (Digital Broadband Delivery System) Explorer Controller (EC) software.

More information

Cisco HyperFlex Upgrade Guide for Microsoft Hyper-V, Release 3.5

Cisco HyperFlex Upgrade Guide for Microsoft Hyper-V, Release 3.5 First Published: 2018-10-16 Last Modified: 2018-11-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

Installing and Upgrading Cisco Video Surveillance Manager Release 6.3.1

Installing and Upgrading Cisco Video Surveillance Manager Release 6.3.1 Installing and Upgrading Cisco Video Surveillance Manager Release 6.3.1 Overview This document provides information about installing Cisco Video Surveillance Manager (VSM), which includes Cisco Video Surveillance

More information

Installing CMX 10.5 on Cisco MSE 3375

Installing CMX 10.5 on Cisco MSE 3375 Installing CMX 10.5 on Cisco MSE 3375 Contents Introduction Prerequisites Requirements Components Used Installation CIMC configuration and KVM launch CMX image installation CMX initial setup CMX node installation

More information

Rev B. Report Writer Version 4.3 for DNCS and ISDS User Guide

Rev B. Report Writer Version 4.3 for DNCS and ISDS User Guide 4021181 Rev B Report Writer Version 4.3 for DNCS and ISDS User Guide Please Read Important Please read this entire guide. If this guide provides installation or operation instructions, give particular

More information

Cisco Prime Optical 9.5 Basic External Authentication

Cisco Prime Optical 9.5 Basic External Authentication Cisco Prime Optical 9.5 Basic External Authentication June 6, 2012 This document describes the basic external authentication functionality in Cisco Prime Optical 9.5 running on a Solaris server. External

More information

Cisco Business Edition 6000 Installation Guide, Release 10.0(1)

Cisco Business Edition 6000 Installation Guide, Release 10.0(1) First Published: January 15, 2014 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

More information

Installing Cisco MSE in a VMware Virtual Machine

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

More information

Installing and Upgrading Cisco Video Surveillance Manager Release 6.3

Installing and Upgrading Cisco Video Surveillance Manager Release 6.3 Installing and Upgrading Cisco Video Surveillance Manager Release 6.3 Overview This document provides information about installing Cisco Video Surveillance Manager (VSM), which includes Cisco Video Surveillance

More information

Cisco StadiumVision Director Localization Guide

Cisco StadiumVision Director Localization Guide Cisco StadiumVision Director Localization Guide First Published: June 10, 2013 Revised: June 18, 2013 This document describes information about installation and configuration of language support for the

More information

Host Upgrade Utility User Guide for Cisco UCS E-Series Servers and the Cisco UCS E-Series Network Compute Engine

Host Upgrade Utility User Guide for Cisco UCS E-Series Servers and the Cisco UCS E-Series Network Compute Engine Host Upgrade Utility User Guide for Cisco UCS E-Series Servers and the Cisco UCS E-Series Network Compute First Published: August 09, 2013 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive

More information

SUSE Cloud Admin Appliance Walk Through. You may download the SUSE Cloud Admin Appliance the following ways.

SUSE Cloud Admin Appliance Walk Through. You may download the SUSE Cloud Admin Appliance the following ways. SUSE Cloud Admin Appliance Walk Through First before you proceed with deploying the Admin Appliance you must go through and answer the questionnaire to ensure you have an idea of the scope of the project

More information

akkadian Global Directory 3.0 System Administration Guide

akkadian Global Directory 3.0 System Administration Guide akkadian Global Directory 3.0 System Administration Guide Updated July 19 th, 2016 Copyright and Trademarks: I. Copyright: This website and its content is copyright 2014 Akkadian Labs. All rights reserved.

More information

OL Downloading and Installing the Cisco Videoscape Voyager Vantage Client Instructions

OL Downloading and Installing the Cisco Videoscape Voyager Vantage Client Instructions OL-26412-01 Downloading and Installing the Cisco Videoscape Voyager Vantage Client Instructions Please Read Important Please read this entire guide. If this guide provides installation or operation instructions,

More information

Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at

Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at Document Date: May 16, 2017 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL

More information

Cisco IOS Shell Command Reference

Cisco IOS Shell Command Reference 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 SPECIFICATIONS AND INFORMATION

More information

Cisco IOS Shell. Finding Feature Information. Prerequisites for Cisco IOS.sh. Last Updated: December 14, 2012

Cisco IOS Shell. Finding Feature Information. Prerequisites for Cisco IOS.sh. Last Updated: December 14, 2012 Cisco IOS Shell Last Updated: December 14, 2012 The Cisco IOS Shell (IOS.sh) feature provides shell scripting capability to the Cisco IOS command-lineinterface (CLI) environment. Cisco IOS.sh enhances

More information

To use DNS, you must have a DNS name server on your network.

To use DNS, you must have a DNS name server on your network. Configuring DNS Last Updated: December 15, 2011 The Domain Name System (DNS) is a distributed database in which you can map host names to IP addresses through the DNS protocol from a DNS server. Each unique

More information

Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007

Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007 Cisco TEO Adapter Guide for Microsoft System Center Operations Manager 2007 Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Adding and Splitting QPSK Modulators for System Releases 2.5, 3.5, and 4.0

Adding and Splitting QPSK Modulators for System Releases 2.5, 3.5, and 4.0 September 2005 Adding and Splitting QPSK Modulators for System Releases 2.5, 3.5, and 4.0 Overview Introduction When cable service providers expand or upgrade services, it is often necessary to add new

More information

DNCS Report Writer 3.5 User s Guide

DNCS Report Writer 3.5 User s Guide DNCS Report Writer 3.5 User s Guide Please Read Important Please read this entire guide. If this guide provides installation or operation instructions, give particular attention to all safety statements

More information

FAQs for the Cisco Aironet Conversion Tool Version 2.1 for Cisco IOS Software

FAQs for the Cisco Aironet Conversion Tool Version 2.1 for Cisco IOS Software FAQs for the Cisco Aironet Conversion Tool Version 2.1 for Cisco IOS Software This document contains frequently asked questions (FAQs) for the Cisco Aironet Conversion Tool version 2.1 (hereafter called

More information

Release Notes for the Cisco EnergyWise Orchestrator, EnergyWise Phase 2

Release Notes for the Cisco EnergyWise Orchestrator, EnergyWise Phase 2 Release Notes for the Cisco EnergyWise Orchestrator, EnergyWise Phase 2 Revised November 22, 2010 Unless otherwise noted, the term network device refers to Cisco switches, routers, access points and other

More information

Installing Cisco StadiumVision Director Software from a DVD

Installing Cisco StadiumVision Director Software from a DVD Installing Cisco StadiumVision Director Software from a DVD First Published: May 29, 2012 Revised: August 2, 2012 This module describes how to install the Cisco StadiumVision Director Release 3.0 software

More information

ACE Live on RSP: Installation Instructions

ACE Live on RSP: Installation Instructions ACE Live on RSP ACE Live on RSP: Installation Instructions These installation instructions apply to OPNET ACE Live on RSP Release 7.1.3. You can find the latest version of this document at the OPNET Support

More information

UDP Director Virtual Edition

UDP Director Virtual Edition UDP Director Virtual Edition (also known as FlowReplicator VE) Installation and Configuration Guide (for StealthWatch System v6.7.0) Installation and Configuration Guide: UDP Director VE v6.7.0 2015 Lancope,

More information

TCPWave DDI Virtual Machine Installation Guide

TCPWave DDI Virtual Machine Installation Guide TCPWave DDI Virtual Machine Installation Guide Version 1.1 TCPWave IPAM and Remote Virtual Server Software Born in the Cloud, Made for the Cloud 1 2017 TCPWave Inc. All Rights Reserved. TCPWave DDI Virtual

More information

Enterprise Chat and Upgrade Guide, Release 11.6(1)

Enterprise Chat and  Upgrade Guide, Release 11.6(1) Enterprise Chat and Email Upgrade Guide, Release 11.6(1) For Unified Contact Center Enterprise August 2017 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Cisco TEO Adapter Guide for SAP Java

Cisco TEO Adapter Guide for SAP Java Release 2.3 April 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 553-NETS (6387) Fax: 408 527-0883 Text Part

More information

Plexxi Control Installation, Upgrade and Administration Guide Releases 2.3.x, 2.4.x, 3.0.x, 3.1.0

Plexxi Control Installation, Upgrade and Administration Guide Releases 2.3.x, 2.4.x, 3.0.x, 3.1.0 Plexxi Control Installation, Upgrade and Administration Guide Releases 2.3.x, 2.4.x, 3.0.x, 3.1.0 702-20002-10 Rev 2.0 March 31, 2017 100 Innovative Way - Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX

More information

Upgrading the Cisco ONS CL to Release 7.0

Upgrading the Cisco ONS CL to Release 7.0 This document explains how to upgrade Cisco ONS 15310-CL Cisco Transport Controller (CTC) software from Release 5.x or Release 6.x to Release 7.0.x, or from Release 7.0.x to a later maintenance release

More information

Enterprise Chat and Administrator s Guide to System Console, Release 11.6(1)

Enterprise Chat and  Administrator s Guide to System Console, Release 11.6(1) Enterprise Chat and Email Administrator s Guide to System Console, Release 11.6(1) For Unified Contact Center First Published: August 2016 Last Modified: August 2017 Americas Headquarters Cisco Systems,

More information

Cisco Terminal Services (TS) Agent Guide, Version 1.0

Cisco Terminal Services (TS) Agent Guide, Version 1.0 First Published: 2016-08-29 Last Modified: 2018-01-30 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

Cisco UCS Diagnostics User Guide for B-Series Servers, Release 1.0

Cisco UCS Diagnostics User Guide for B-Series Servers, Release 1.0 First Published: October 25, 2013 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

More information

Configuring Cisco IOS IP SLAs DNS Operations

Configuring Cisco IOS IP SLAs DNS Operations Configuring Cisco IOS IP SLAs DNS Operations First Published: August 14, 2006 Last Updated: January 6, 2011 This module describes how to configure the Cisco IOS IP Service Level Agreements (SLAs) Domain

More information

Distributed Broadcast File System Configuration Guide. For System Releases 2.5, 3.5, and 4.0

Distributed Broadcast File System Configuration Guide. For System Releases 2.5, 3.5, and 4.0 Distributed Broadcast File System Configuration Guide For System Releases 2.5, 3.5, and 4.0 Please Read Important Please read this entire guide. If this guide provides installation or operation instructions,

More information

RAID Battery Replacement for Supported Cisco Security Appliances

RAID Battery Replacement for Supported Cisco Security Appliances RAID Battery Replacement for Supported Cisco Security Appliances Published: March 05, 2013 Hardware Supported This document ships with the Cisco Security RAID battery for the following products: Platform

More information

Method of Procedure for HNB Gateway Configuration on Redundant Serving Nodes

Method of Procedure for HNB Gateway Configuration on Redundant Serving Nodes Method of Procedure for HNB Gateway Configuration on Redundant Serving Nodes First Published: December 19, 2014 This method of procedure (MOP) provides the HNBGW configuration on redundant Serving nodes

More information

Crestron Mercury Tabletop UC Audio Conference Console for Microsoft Teams

Crestron Mercury Tabletop UC Audio Conference Console for Microsoft Teams CCS-UC-1-T Crestron Mercury Tabletop UC Audio Conference Console for Microsoft Teams Supplemental Guide Crestron Electronics, Inc. Crestron product development software is licensed to Crestron dealers

More information

Plexxi HCN Plexxi Connect Installation, Upgrade and Administration Guide Release 3.0.0

Plexxi HCN Plexxi Connect Installation, Upgrade and Administration Guide Release 3.0.0 Plexxi HCN Plexxi Connect Installation, Upgrade and Administration Guide Release 3.0.0 May 3, 2018 100 Innovative Way - Suite 3322 Nashua, NH 03062 Tel. +1.888.630.PLEX (7539) www.plexxi.com Legal Notices

More information

Cisco TEO Adapter Guide for

Cisco TEO Adapter Guide for Release 2.3 April 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 553-NETS (6387) Fax: 408 527-0883 Text Part

More information

QUICK START GUIDE Cisco Physical Access Manager Quick Start Guide, Release 1.4.1

QUICK START GUIDE Cisco Physical Access Manager Quick Start Guide, Release 1.4.1 QUICK START GUIDE Cisco Physical Access Manager Quick Start Guide, Release 1.4.1 1 Before You Begin 2 Installing the Appliance 3 Logging In to the Cisco Physical Access Manager 4 Entering the Initial Configuration

More information

vcenter CapacityIQ Installation Guide

vcenter CapacityIQ Installation Guide vcenter CapacityIQ 1.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

Release Notes for Cisco Prime License Manager, Release 11.5(1)

Release Notes for Cisco Prime License Manager, Release 11.5(1) First Published: 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 Cisco and the Cisco

More information

Cisco VDS Service Broker Software Installation Guide for UCS Platforms

Cisco VDS Service Broker Software Installation Guide for UCS Platforms Cisco VDS Service Broker 1.0.1 Software Installation Guide for UCS Platforms Revised: May 2013 This document provides detailed instructions for installing the Cisco Videoscape Distribution Suite Service

More information

Software Installations for Components

Software Installations for Components Install Microsoft Windows Server, page 1 Install VMware Tools, page 3 Configure Network Adapters for Unified CCE Call Server and Unified CCE Data Server, page 4 Set Persistent Static Routes, page 5 Run

More information

CA NetQoS Multi-Port Collector Setup Guide

CA NetQoS Multi-Port Collector Setup Guide CA NetQoS Multi-Port Collector Setup Guide The CA NetQoS Multi-Port Collector is a powerful appliance that captures and processes data at an extremely high rate, making more data available for faster reporting

More information