


 



<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docwiki.cisco.com/w/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docwiki.cisco.com/w/index.php?title=Special:Contributions/Kemacdon&amp;feed=atom&amp;limit=50&amp;target=Kemacdon&amp;year=&amp;month=</id>
		<title>DocWiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://docwiki.cisco.com/w/index.php?title=Special:Contributions/Kemacdon&amp;feed=atom&amp;limit=50&amp;target=Kemacdon&amp;year=&amp;month="/>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Special:Contributions/Kemacdon"/>
		<updated>2013-05-23T09:09:15Z</updated>
		<subtitle>From DocWiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://docwiki.cisco.com/wiki/How_to_Use_the_AFG_with_the_Virtual_Floppy_Drive</id>
		<title>How to Use the AFG with the Virtual Floppy Drive</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/How_to_Use_the_AFG_with_the_Virtual_Floppy_Drive"/>
				<updated>2012-02-28T15:27:32Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Go to: '''[[Ongoing Virtualization Operations and Maintenance|'''Ongoing Virtualization Operations and Maintenance''']] &lt;br /&gt;
&lt;br /&gt;
'''Go to: [[Implementing Virtualization Deployments]]'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Using the AFG and Virtual Floppy  =&lt;br /&gt;
&lt;br /&gt;
To use the platformConfig.xml file with a virtual machine requires the use of a virtual floppy drive on the virtual machine.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The platformConfig.xml file can be generated here [http://www.cisco.com/web/cuc_afg/index.html http://www.cisco.com/web/cuc_afg/index.html] &lt;br /&gt;
&lt;br /&gt;
{{note| After the Virtual Floppy image is created with the platformConfig.xml file in it the Virtual Machine boot order should be changed in order to avoid having to manually disconnect the floppy image in the middle of CUCM installation. If the boot order is not change, after the installer ejects the CDROM and reboots the Virtual Machine it will be stuck with &amp;quot;No Boot Disk Found&amp;quot; error while attempting to boot off the still connected Virtual Floppy Image.&amp;lt;br&amp;gt; Set the boot order to CD-ROM Drive then Hard Drive then Removable Devices and Network boot}} &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Create A New Virtual Floppy Image  ==&lt;br /&gt;
&lt;br /&gt;
=== Windows&amp;lt;br&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
Follow this procedure to create a new virtual floppy image using the Windows platform. &lt;br /&gt;
&lt;br /&gt;
#Download and install Winimage ([http://www.winimage.com/download.htm http://www.winimage.com/download.htm]). &amp;lt;br&amp;gt;&lt;br /&gt;
#In Winimage, select '''File '''&amp;amp;gt; '''New'''. &lt;br /&gt;
#Select '''1.44 MB''' from ''Standard format'' and click '''OK'''. &lt;br /&gt;
#Drag the platformConfig.xml file onto the Winimae window. &lt;br /&gt;
#Click '''Yes '''when prompted to inject the file into Winimage. &lt;br /&gt;
#Select '''File '''&amp;amp;gt; '''Save As'''. &lt;br /&gt;
#Select '''Virtual floppy image''' from the ''Save as type ''dropdown list. &lt;br /&gt;
#Enter a file name and click '''Save'''.&lt;br /&gt;
&lt;br /&gt;
=== Linux Virtual Machine&amp;lt;br&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
#Create an empty floppy image of 1.44 MB as root:&amp;lt;br&amp;gt;$ /sbin/mkfs.msdos -C &amp;amp;lt;directory&amp;amp;gt;/&amp;amp;lt;imagefile.img&amp;amp;gt; 1440&amp;lt;br&amp;gt;&lt;br /&gt;
#Create a new directory called floppy1: &amp;lt;br&amp;gt;$ sudo mkdir /media/floppy1/&amp;lt;br&amp;gt;&lt;br /&gt;
#Mount the directory: &amp;lt;br&amp;gt;$ sudo mount -o loop /path/imagefile.img /media/floppy1/&amp;lt;br&amp;gt;&lt;br /&gt;
#Copy the XML file to the mounted directory: &amp;lt;br&amp;gt;$ cp platformConfig.xml /media/floppy1&amp;lt;br&amp;gt;&lt;br /&gt;
#Unmount the directory: &amp;lt;br&amp;gt;$ umount /media/floppy1&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Mac OS X &amp;lt;br&amp;gt; ===&lt;br /&gt;
&lt;br /&gt;
#On the terminal &amp;lt;br&amp;gt;dd if=/dev/zero bs=1024 count=1440 &amp;amp;gt; floppy.img&amp;lt;br&amp;gt;&lt;br /&gt;
#Open Disk Utility Application. Go to File -&amp;amp;gt; Open Disk Image -&amp;amp;gt; floppy.img (Command + Option + O)&amp;lt;br&amp;gt;You will get an error indicating &amp;quot;no mountable file systems) Click OK&amp;lt;br&amp;gt;&lt;br /&gt;
#The Floppy Image will be added to the list of disks select it and go to the Erase Tab&amp;lt;br&amp;gt;&lt;br /&gt;
#Change Format to MS-DOS (FAT) and Click Erase&amp;lt;br&amp;gt;&lt;br /&gt;
#You can now copy the XML file (platformConfig.xml) to the mounted floppy image and eject it when you are done&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Upload a Virtual Floppy Image to a Datastore  ==&lt;br /&gt;
&lt;br /&gt;
Follow this procedure to upload a virtual floppy image to a datastore: &lt;br /&gt;
&lt;br /&gt;
#Start the vSphere client. &lt;br /&gt;
#If the host uses: &lt;br /&gt;
##Remote storage (for example, SAN), then select '''View '''&amp;amp;gt; '''Inventory '''&amp;amp;gt; '''Datastores'''. &lt;br /&gt;
##Local storage (for example, internal hard drive), then select the host and click the '''Summary '''tab.&lt;br /&gt;
#Right-click on a datastore and select '''Browse Datastore'''. &lt;br /&gt;
#Navigate to the desired directory and click the '''Upload files to this datastore''' icon. &lt;br /&gt;
#Select '''Upload File'''. &lt;br /&gt;
#Select the&amp;amp;nbsp;Virtual Floppy&amp;amp;nbsp;Image created in the&amp;amp;nbsp;preceding&amp;amp;nbsp;procedure and click '''Open'''. &lt;br /&gt;
#Click '''Yes '''when upload/download operation warning window appears. &lt;br /&gt;
#Close the Datastore Browser window. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mount a Virtual Floppy Image  ==&lt;br /&gt;
&lt;br /&gt;
Follow this procedure to mount a virtual floppy image: &lt;br /&gt;
&lt;br /&gt;
#Start the vSphere client. &lt;br /&gt;
#Select a virtual machine. &lt;br /&gt;
#Select '''Inventory '''&amp;amp;gt; '''Virtual Machine''' &amp;amp;gt; '''Edit Settings'''. &lt;br /&gt;
#Select '''Floppy drive''' from the ''Hardware ''tab. &lt;br /&gt;
#Select '''Use existing floppy image in datastore'''. &lt;br /&gt;
#Select '''Browse'''. &lt;br /&gt;
#Select '''All files''' from the file type dropdown list, if the virtual floppy image does not use the .flp extension. &lt;br /&gt;
#Locate the virtual floppy image and click '''OK'''. &lt;br /&gt;
#Enable '''Connected '''and '''Connect at power on''' under ''Device Status''. &lt;br /&gt;
#Click '''OK'''.&lt;br /&gt;
&lt;br /&gt;
{{note| As with fresh installs on physical hardware, make sure the CD/DVD device is at the top of the BIOS boot order.}} &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color: rgb(255,215,0)&amp;quot; | '''Back to:''' [[Unified Communications in a Virtualized Environment|Unified Communications in a Virtualized Environment]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Cisco_MediaSense_8.5</id>
		<title>Troubleshooting Tips for Cisco MediaSense 8.5</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Cisco_MediaSense_8.5"/>
				<updated>2012-02-06T14:47:07Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: /* Administration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Cisco MediaSense]] &lt;br /&gt;
&lt;br /&gt;
'''Additional Troubleshooting Information''': [[Additional troubleshooting information for Cisco MediaSense 8.5]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]] &lt;br /&gt;
&lt;br /&gt;
'''Print PDF:''' [[Print Cisco MediaSense 8.5 Troubleshooting Tips]] &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{note | '''Cisco MediaSense product documentation reflects the fields and names used in the application user interfaces and application programming interfaces of this product. Effective Release 8.5(2), these names are restricted to Cisco MediaSense and Open Recording Architecture (ORA/ora).'''}} &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation: &lt;br /&gt;
&lt;br /&gt;
== API  ==&lt;br /&gt;
&lt;br /&gt;
*[[API: Incorrect participant duration]] &lt;br /&gt;
*[[API: MediaSense application sign-in fails with administration credentials]] &lt;br /&gt;
*[[API: Missing events and closed subscription]] &lt;br /&gt;
*[[API: Incorrect session or participant duration]]&lt;br /&gt;
&lt;br /&gt;
== Administration  ==&lt;br /&gt;
&lt;br /&gt;
*[[Administration: Administration Login returns unexpected error]] &lt;br /&gt;
*[[Administration: Unable to access Administration and Serviceability UI on a newly installed system]] &lt;br /&gt;
*[[Administration: Unknown request error display]] &lt;br /&gt;
*[[Administration: Saving an AXL service provider configuration will result in an incorrect error message under certain pre-conditions]]&lt;br /&gt;
&lt;br /&gt;
== Configuration  ==&lt;br /&gt;
&lt;br /&gt;
*[[Configuration: Call between two RT phones is not recorded]] &lt;br /&gt;
*[[Configuration: Calls using g.722 codec are not recorded]] &lt;br /&gt;
*[[Configuration: Configuration and Recording meta data is not synchronized between Primary and Secondary Servers]] &lt;br /&gt;
*[[Configuration: Conversation after a transfer is not recorded on RT-Lite phones]] &lt;br /&gt;
*[[Configuration: Failure to playback audio or video when using RT video phone]] &lt;br /&gt;
*[[Configuration: MediaSense application does not record even if recording is enabled]] &lt;br /&gt;
*[[Configuration: Starting SNMP on MediaSense causes the Host Resource Agent to hang in starting state]]&lt;br /&gt;
&lt;br /&gt;
== Database  ==&lt;br /&gt;
&lt;br /&gt;
*[[Database: Database not updated after event forwarding]] &lt;br /&gt;
*[[Database: Database no longer accepts data]] &lt;br /&gt;
*[[Database: Executing the “show db synchronization status” command on the primary ORA DB server, does not show any information]]&lt;br /&gt;
&lt;br /&gt;
== General  ==&lt;br /&gt;
&lt;br /&gt;
*[[General: Performance issues as a result of hardware failure]] &lt;br /&gt;
*[[General: RTSP live monitoring sessions fail when using CUBE]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation  ==&lt;br /&gt;
&lt;br /&gt;
*[[Installation: Installation halts with an unrecoverable error|Installation: Installation halts with an unrecoverable error]]&lt;br /&gt;
&lt;br /&gt;
== Upgrade  ==&lt;br /&gt;
&lt;br /&gt;
*[[Upgrade: Sync after switch version failed]] &lt;br /&gt;
*[[Upgrade: Data out of sync after upgrade]]&lt;br /&gt;
&lt;br /&gt;
== Recording  ==&lt;br /&gt;
&lt;br /&gt;
*[[Recording: QuickTime does not playback G.729 recording, but status bar keep moving]]&lt;br /&gt;
&lt;br /&gt;
== RTMT  ==&lt;br /&gt;
&lt;br /&gt;
*[[RTMT: Unable to login to RTMT from the primary server]] &lt;br /&gt;
*[[RTMT: Unified RTMT connected to secondary node, does not show alarm information if the primary node is down]]&lt;br /&gt;
&lt;br /&gt;
== Runtime  ==&lt;br /&gt;
&lt;br /&gt;
*[[Runtime: MediaSense server is unable to keep up with incoming recordings]] &lt;br /&gt;
*[[Runtime: Media server rejects open RTSP session]] &lt;br /&gt;
*[[Runtime: Open RTSP session to MediaSense failed with timeout]] &lt;br /&gt;
*[[Runtime: Close recording session failed with timeout]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Administration:_Saving_an_AXL_service_provider_configuration_will_result_in_an_incorrect_error_message_under_certain_pre-conditions</id>
		<title>Administration: Saving an AXL service provider configuration will result in an incorrect error message under certain pre-conditions</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Administration:_Saving_an_AXL_service_provider_configuration_will_result_in_an_incorrect_error_message_under_certain_pre-conditions"/>
				<updated>2012-02-06T14:44:09Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: Created page with &amp;quot;== Saving an AXL service provider configuration, under certain pre-conditions, will cause an incorrect error message.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;  ==  {| border=&amp;quot;1&amp;quot; |- ! '''Problem Summary'''  |  Wh...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Saving an AXL service provider configuration, under certain pre-conditions, will cause an incorrect error message.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| &lt;br /&gt;
When configuring the AXL service Providers List in Administration &amp;amp;gt; Unified CM Configuration, a misleading error message can appear given the following pre-conditions:&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
#All AXL service providers are removed from the “Selected AXL service Providers” list&amp;lt;br&amp;gt; &lt;br /&gt;
#Click “Save” to save the configuration with the ''empty'' “Selected AXL service Providers” list&amp;lt;br&amp;gt; &lt;br /&gt;
#Click “OK” on the warning dialog that says &amp;quot;AXL Service Provider List cannot be empty&amp;quot;&amp;lt;br&amp;gt; &lt;br /&gt;
#Move AXL service Providers from the available list to the selected list and Click “Save” to save the configuration. At this point, the following incorrect error message (see below) will appear&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| &lt;br /&gt;
&amp;quot;The AXL Service Provider credentials are incorrect. Verify your ip address, username, and password and re-submit.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
''(''Note: This error message is wrong. The credentials are actually correct.)&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| The incorrect message appears because the screen is not refreshed after the warning dialog box is closed.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| Ignore the message and click the “Reset” button to get the current configuration. &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| Release 8.5(4) &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| CSCtx75179&amp;lt;br&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense,_Release_8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Database:_Executing_the_%E2%80%9Cshow_db_synchronization_status%E2%80%9D_command_on_the_primary_ORA_DB_server,_does_not_show_any_information</id>
		<title>Database: Executing the “show db synchronization status” command on the primary ORA DB server, does not show any information</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Database:_Executing_the_%E2%80%9Cshow_db_synchronization_status%E2%80%9D_command_on_the_primary_ORA_DB_server,_does_not_show_any_information"/>
				<updated>2012-01-27T16:25:59Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== The “show db_synchronization status [db_ora_meta|db_ora_config]” command does not show information when executed on the primary ORA DB server&amp;lt;br&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| When both ORA DB servers are up and you execute the CLI command “show db_synchronization status [db_ora_meta&amp;amp;#124;db_ora_config]” on the primary ORA DB server, the command returns no status information and shows a CLI command prompt only. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| None.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| When you execute the command, the results come from Informix, and Informix will populate the data from either server. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| If both ORA primary and secondary DB servers are up, and you do not get any information by executing the command on the primary ORA DB, execute the command on the secondary ORA DB. If no information is returned by either server, the data is already in sync between the servers and no sync job needs to run. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| Release 8.5(1), Release 8.5(2), Release 8.5(3), and&amp;amp;nbsp; Release 8.5(4).&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| None.&amp;lt;br&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense,_Release_8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Cisco_MediaSense_8.5</id>
		<title>Troubleshooting Tips for Cisco MediaSense 8.5</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Cisco_MediaSense_8.5"/>
				<updated>2012-01-26T23:23:54Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Cisco MediaSense]] &lt;br /&gt;
&lt;br /&gt;
'''Additional Troubleshooting Information''': [[Additional troubleshooting information for Cisco MediaSense 8.5]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]] &lt;br /&gt;
&lt;br /&gt;
'''Print PDF:''' [[Print Cisco MediaSense 8.5 Troubleshooting Tips]] &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{note | '''Cisco MediaSense product documentation reflects the fields and names used in the application user interfaces and application programming interfaces of this product. Effective Release 8.5(2), these names are restricted to Cisco MediaSense and Open Recording Architecture (ORA/ora).'''}} &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation: &lt;br /&gt;
&lt;br /&gt;
== API  ==&lt;br /&gt;
&lt;br /&gt;
*[[API: Incorrect participant duration]] &lt;br /&gt;
*[[API: MediaSense application sign-in fails with administration credentials]] &lt;br /&gt;
*[[API: Missing events and closed subscription]] &lt;br /&gt;
*[[API: Incorrect session or participant duration]]&lt;br /&gt;
&lt;br /&gt;
== Administration  ==&lt;br /&gt;
&lt;br /&gt;
*[[Administration: Administration Login returns unexpected error]] &lt;br /&gt;
*[[Administration: Unable to access Administration and Serviceability UI on a newly installed system]] &lt;br /&gt;
*[[Administration: Unknown request error display]]&lt;br /&gt;
&lt;br /&gt;
== Configuration  ==&lt;br /&gt;
&lt;br /&gt;
*[[Configuration: Call between two RT phones is not recorded]] &lt;br /&gt;
*[[Configuration: Calls using g.722 codec are not recorded]] &lt;br /&gt;
*[[Configuration: Configuration and Recording meta data is not synchronized between Primary and Secondary Servers]] &lt;br /&gt;
*[[Configuration: Conversation after a transfer is not recorded on RT-Lite phones]] &lt;br /&gt;
*[[Configuration: Failure to playback audio or video when using RT video phone]] &lt;br /&gt;
*[[Configuration: MediaSense application does not record even if recording is enabled]] &lt;br /&gt;
*[[Configuration: Starting SNMP on MediaSense causes the Host Resource Agent to hang in starting state]]&lt;br /&gt;
&lt;br /&gt;
== Database  ==&lt;br /&gt;
&lt;br /&gt;
*[[Database: Database not updated after event forwarding]] &lt;br /&gt;
*[[Database: Database no longer accepts data]] &lt;br /&gt;
*[[Database: Executing the “show db synchronization status” command on the primary ORA DB server, does not show any information]]&lt;br /&gt;
&lt;br /&gt;
== General  ==&lt;br /&gt;
&lt;br /&gt;
*[[General: Performance issues as a result of hardware failure]] &lt;br /&gt;
*[[General: RTSP live monitoring sessions fail when using CUBE]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation  ==&lt;br /&gt;
&lt;br /&gt;
*[[Installation: Installation halts with an unrecoverable error|Installation: Installation halts with an unrecoverable error]]&lt;br /&gt;
&lt;br /&gt;
== Upgrade  ==&lt;br /&gt;
&lt;br /&gt;
*[[Upgrade: Sync after switch version failed]] &lt;br /&gt;
*[[Upgrade: Data out of sync after upgrade]]&lt;br /&gt;
&lt;br /&gt;
== Recording  ==&lt;br /&gt;
&lt;br /&gt;
*[[Recording: QuickTime does not playback G.729 recording, but status bar keep moving]]&lt;br /&gt;
&lt;br /&gt;
== RTMT  ==&lt;br /&gt;
&lt;br /&gt;
*[[RTMT: Unable to login to RTMT from the primary server]] &lt;br /&gt;
*[[RTMT: Unified RTMT connected to secondary node, does not show alarm information if the primary node is down]]&lt;br /&gt;
&lt;br /&gt;
== Runtime  ==&lt;br /&gt;
&lt;br /&gt;
*[[Runtime: MediaSense server is unable to keep up with incoming recordings]] &lt;br /&gt;
*[[Runtime: Media server rejects open RTSP session]] &lt;br /&gt;
*[[Runtime: Open RTSP session to MediaSense failed with timeout]] &lt;br /&gt;
*[[Runtime: Close recording session failed with timeout]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Database:_Database_not_updated_after_event_forwarding</id>
		<title>Database: Database not updated after event forwarding</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Database:_Database_not_updated_after_event_forwarding"/>
				<updated>2012-01-26T20:04:26Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Database not updated after event forwarding  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| &lt;br /&gt;
When a client receives an event that was forwarded from the other application server and immediately issues a query to the forwarding server to get additional data related to the event, it does not see the updates that were reported in the event.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| &lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| &lt;br /&gt;
The client is querying the wrong server. If the event is forwarded from the other server, there will be a flag in the event that indicates this. Whenever the client receives such a message and it wishes to immediately query for information related to that event, it must issue the query to the other server, not the forwarding server. &lt;br /&gt;
&lt;br /&gt;
Event forwarding takes place in parallel with database replication. When an event is forwarded from the server in which a database change occurred, the recipient can be sure that the data on that server has already been updated. However, there is no guarantee that the forwarding server's database was also updated. &lt;br /&gt;
&lt;br /&gt;
{{note| The forwarding node's database will be updated and the data will eventually be replicated.}}&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| &lt;br /&gt;
If the recipient (client)&amp;amp;nbsp;needs to query the metadata immediately after receiving an event, then the client should issue that query to the server which originated the event--not to the server which forwarded the event.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| Release 8.5(1), Release 8.5(2), Release 8.5(3), and Release 8.5(4).&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| None.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense,_Release_8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Configuration:_Conversation_after_a_transfer_is_not_recorded_on_RT-Lite_phones</id>
		<title>Configuration: Conversation after a transfer is not recorded on RT-Lite phones</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Configuration:_Conversation_after_a_transfer_is_not_recorded_on_RT-Lite_phones"/>
				<updated>2012-01-26T20:02:52Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Conversation after a transfer is not recorded on RT-Lite phones  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| No media streams are recorded after a transfer is completed using the RT-Lite (6961) phone with G.729.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| None.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| Phone load version is not supported.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| Upgrade to the latest phone load.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| Release 8.5(1), Release 8.5(2), Releae 8.5(3), and Release&amp;amp;nbsp;8.5(4).&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| CSCti71342.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense,_Release_8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/RTMT:_Unified_RTMT_connected_to_secondary_node,_does_not_show_alarm_information_if_the_primary_node_is_down</id>
		<title>RTMT: Unified RTMT connected to secondary node, does not show alarm information if the primary node is down</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/RTMT:_Unified_RTMT_connected_to_secondary_node,_does_not_show_alarm_information_if_the_primary_node_is_down"/>
				<updated>2012-01-25T21:08:56Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== RTMT does not show alarm info if the primary node is&amp;amp;nbsp;down  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| The Unified Real Time Monitoring Tool (Unified RTMT) is connected to the secondary node, but after logging in to RTMT, alarm information is not shown. Instead, an error is reported.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| Error polling alert status - AMC service is down&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| By default,&amp;amp;nbsp;the Primary Collector for the Alert Manager and Collector Service (AMC) is configured on the primary node, and&amp;amp;nbsp;the Failover Collector is not active. If the primary node is down, there is no available collector&amp;amp;nbsp;to which&amp;amp;nbsp;RTMT can connect.&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#When&amp;amp;nbsp;both nodes&amp;amp;nbsp;are in service, sign in to MediaSense Administration on the Primary node, and then enter: '''&amp;lt;nowiki&amp;gt;https://&amp;lt;ip address&amp;gt;:8443/ccmadmin/serviceParamEdit.do&amp;lt;/nowiki&amp;gt;&amp;amp;nbsp;'''in the browser address field&amp;amp;nbsp;to access the Unified CM server parameter configuration page. &lt;br /&gt;
#Activate the Failover Collector for the Cisco AMC service.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| &amp;amp;nbsp;Release 8.5(1), Release 8.5(2), Release 8.5(3), and Release&amp;amp;nbsp;8.5(4).&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| &amp;amp;nbsp;CSCtx41763&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense,_Release_8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Upgrade:_Data_out_of_sync_after_upgrade</id>
		<title>Upgrade: Data out of sync after upgrade</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Upgrade:_Data_out_of_sync_after_upgrade"/>
				<updated>2012-01-25T20:42:47Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Data out of sync after upgrade  =&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| &lt;br /&gt;
The primary server starts taking calls after the switch verson process completes and the secondary server is still runnning the older version of the software.&amp;amp;nbsp;After you switch the secondary server to the newer version of the software, the data may not be synchronized between the primary and secondary servers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| &lt;br /&gt;
Data is not synchronized between the primary database and secondary database.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| &lt;br /&gt;
Mismatched software&amp;amp;nbsp;versions on the primary and secondary servers may cause this issue if the upgrade process is not completed on both servers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| &lt;br /&gt;
Issue the '''run db_reset_replication '''CLI command on the secondary server to synchronize data between both servers. Use the '''show db_synchronization status''' CLI command to check the data synchronization status.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| &lt;br /&gt;
Release 8.5(3) and Release 8.5(4).&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| &lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense,_Release_8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/API:_Incorrect_session_or_participant_duration</id>
		<title>API: Incorrect session or participant duration</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/API:_Incorrect_session_or_participant_duration"/>
				<updated>2012-01-25T19:38:09Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Incorrect session or participant duration  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| Track, participant, or session duration is incorrect or negative (for example: &amp;quot;sessionDuration&amp;quot;:-4776).&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| from /var/log/active/syslog/messages: &amp;lt;pre&amp;gt;Aug 23 02:51:05 pauems01 user 6 ilog_impl: Restarting NTP as time offset is -185.215622 msec.&lt;br /&gt;
&lt;br /&gt;
Aug 23 02:51:07 pauems01 user 6 ilog_impl: NTP servers list: 10.192.254.11 10.192.254.1&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;Aug 23 02:51:07 pauems01 user 6 ilog_impl: ntpdate query response: server 10.192.254.11, \&lt;br /&gt;
stratum 1, '''offset -185.225332''', delay 0.04140 23&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Aug 02:51:07 ntpdate[17992]: step time server 10.192.254.11 ''offset -185.225332 sec'' (rc=0).&amp;lt;/pre&amp;gt;&amp;lt;pre&amp;gt;Aug 23 02:51:07 pauems01 user 6 ilog_impl: ntpdate query response: server 10.192.254.1, \&lt;br /&gt;
stratum 2, '''offset 0.054938''', delay 0.02736 23&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Aug 02:51:07 ntpdate[18001]: adjust time server 10.192.254.1 offset 0.054938 sec (rc=0). &amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| &lt;br /&gt;
Incorrect duration could have several causes, unsynchronized NTP servers is a known possibility. &lt;br /&gt;
&lt;br /&gt;
The Cisco MediaSense publisher server uses two NTP servers to synchronize time. However, the time on these NTP servers may not be synchronized. As a result, Cisco MediaSense servers switch their times based on the currently-synchronized NTP server.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| &lt;br /&gt;
Verify that both NTP servers provide synchronized times.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| &lt;br /&gt;
Release 8.5(1), Release 8.5(2), Release 8.5(3), and Release 8.5(4).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| &lt;br /&gt;
None.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense,_Release_8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Runtime:_Media_server_rejects_open_RTSP_session</id>
		<title>Runtime: Media server rejects open RTSP session</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Runtime:_Media_server_rejects_open_RTSP_session"/>
				<updated>2012-01-25T19:35:50Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Media server rejects request to open RTSP session  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| The Media Service rejects an RTSP request to open a session, if the DESCRIBE request is received before the first RTP packet.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| In response to the RTSP DESCRIBE request, you receive the following error: &lt;br /&gt;
&amp;lt;code&amp;gt;500 Server Error (Unable to open proxy)&amp;amp;lt;code&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| In response to a DESCRIBE request, the Media Service should return the codec details. The codec details will only be known after the Media Service receives the first RTP packet.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| Repeat the DESCRIBE request.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| Release 8.5(1), Release 8.5(2), Release 8.5(3), and Release 8.5(4)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| None.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense,_Release_8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Runtime:_MediaSense_server_is_unable_to_keep_up_with_incoming_recordings</id>
		<title>Runtime: MediaSense server is unable to keep up with incoming recordings</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Runtime:_MediaSense_server_is_unable_to_keep_up_with_incoming_recordings"/>
				<updated>2012-01-25T18:08:35Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== MediaSense server is unable to keep up with incoming recordings  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| The Cisco MediaSense server is unable to keep up with the number of recordings it's supposed to capture.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| None.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| By default, if the battery backup is not present or not operational, the write cache is disabled on the RAID controllers in the C-Series. When the write cache is disabled, write throughput is lowered.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| The RAID controllers in the C-Series have an optional battery backup for the write cache. Add the battery backup cache to achieve better performance.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| Release 8.5(1), Release 8.5(2), Release 8.5(3) and Release 8.5(4).&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| None.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense,_Release_8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Installation:_Installation_halts_with_an_unrecoverable_error</id>
		<title>Installation: Installation halts with an unrecoverable error</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Installation:_Installation_halts_with_an_unrecoverable_error"/>
				<updated>2012-01-25T18:06:29Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
== The installation halts with an unrecoverable error  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| The installation fails with an unrecoverable error.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| Installation has encountered an unrecoverable internal error&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| &lt;br /&gt;
The VM&amp;amp;nbsp;Template or the VM&amp;amp;nbsp;configuration does not meet the requirements. See [http://www.cisco.com/cisco/software/release.html?mdfid=283613140&amp;amp;softwareid=283733468&amp;amp;release=8.5.1&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all the Software Download page] for a list of supported VM&amp;amp;nbsp;templates. &lt;br /&gt;
&lt;br /&gt;
See the&amp;amp;nbsp;''Unified MCP-Specific Information for OVA Templates'' section in the&amp;amp;nbsp;[[Virtualization for Cisco MediaSense]] website.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| &lt;br /&gt;
Verify that the VM&amp;amp;nbsp;configuration meets the minimum system requirements such as number of CPUs and other requirements specified in the read-me file for each supported VM&amp;amp;nbsp;template. &lt;br /&gt;
&lt;br /&gt;
Cisco MediaSense, beginning with Release 8.5(2), only supports the VM templates listed in [http://www.cisco.com/cisco/software/release.html?mdfid=283613140&amp;amp;softwareid=283733468&amp;amp;release=8.5.1&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all the Software Download page].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| Release 8.5(2), Release 8.5(3), and Release 8.5(4).&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| None.&amp;lt;br&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense,_Release_8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/General:_RTSP_live_monitoring_sessions_fail_when_using_CUBE</id>
		<title>General: RTSP live monitoring sessions fail when using CUBE</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/General:_RTSP_live_monitoring_sessions_fail_when_using_CUBE"/>
				<updated>2012-01-25T18:03:48Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== RTSP live monitoring sessions fail when using CUBE  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| When using a mixed load in a CUBE deployment, multiple RTSP live monitoring sessions failed (RTSP&amp;amp;nbsp;packets were dropped). Recordings may also sound very choppy on playback.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| None.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| CUBE may be using a lower Ethernet cable connection (for example, 100 MB connection) instead of the suggested 1 GB Ethernet cable connection. Under a heavy load, this connection may cause multiple IP packets to drop.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| If your CUBE&amp;amp;nbsp;deployment is running heavy loads, verify that the Ethernet cable connecting CUBE to the switch is 1 GB.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| Release 8.5(3), Release 8.5(4).&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| None.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense,_Release_8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/General:_Performance_issues_as_a_result_of_hardware_failure</id>
		<title>General: Performance issues as a result of hardware failure</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/General:_Performance_issues_as_a_result_of_hardware_failure"/>
				<updated>2012-01-25T18:02:22Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Performance issues as a result of hardware failure  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| You may see performance issues (like recording errors) when a hardware failure has occurred.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| None. You start seeing recording errors more frequently.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| Hardware failures: For example, the disk drives attached to your host begin failing (most frequently seen).&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| &lt;br /&gt;
Perform the following checks: &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#Check the vSphere client. &lt;br /&gt;
#Look for alarms generated against the VM host where you see the failure. &lt;br /&gt;
#Replace the faulty hardware using the instructions applicable to your failure.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| Release 8.5(1), Release 8.5(2), Release 8.5(3), and Release 8.5(4).&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| None.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense,_Release_8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Administration:_Unknown_request_error_display</id>
		<title>Administration: Unknown request error display</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Administration:_Unknown_request_error_display"/>
				<updated>2012-01-25T17:57:45Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Unknown request error display  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| Once you successfully login to the Cisco MediaSense Administration, an unknown request error displays in the UI.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| &amp;lt;pre&amp;gt;You have reached this page in error. Most likely you typed a wrong URL in the address bar of your browser. &lt;br /&gt;
If the problem persists, please contact your Administrator.&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| &lt;br /&gt;
This error is known to display if you login to the Cisco MediaSense Administration immediately after implementing the post-installation setup procedure. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you wait for a few minutes after the post-installation setup and then login to the Cisco MediaSense Administration, you may not see this error.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| Ignore this error and continue with your configuration. You only see this error once. You will not see this error when you login again.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| Release 8.5(3), 8.5(4).&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| None.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense,_Release_8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Administration:_Unable_to_access_Administration_and_Serviceability_UI_on_a_newly_installed_system</id>
		<title>Administration: Unable to access Administration and Serviceability UI on a newly installed system</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Administration:_Unable_to_access_Administration_and_Serviceability_UI_on_a_newly_installed_system"/>
				<updated>2012-01-25T17:55:03Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Unable to access Administration and Serviceability UI on a newly installed system  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| Administrator cannot access Cisco MediaSense Administration and Cisco MediaSense Serviceability Administration on a newly installed system, if they do not use port numbers in the URLs.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| Cannot contact the Server. Try again.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| Cisco Security Agent intermittently blocks access to Ports 80 and 443.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| Use port numbers as specified below: &lt;br /&gt;
*HTTP URL for Administration: &amp;lt;pre&amp;gt;http://&amp;amp;lt;ip address&amp;amp;gt;:8080/oraadmin&amp;lt;/pre&amp;gt;&lt;br /&gt;
*HTTP URL for Serviceability: &amp;lt;pre&amp;gt;http://&amp;amp;lt;ip address&amp;amp;gt;:8080/oraservice&amp;lt;/pre&amp;gt;&lt;br /&gt;
*HTTPS URL for Administration: &amp;lt;pre&amp;gt;https://&amp;amp;lt;ip address&amp;amp;gt;:8443/oraadmin&amp;lt;/pre&amp;gt;&lt;br /&gt;
*HTTPS URL for Serviceability: &amp;lt;pre&amp;gt;https://&amp;amp;lt;ip address&amp;amp;gt;:8443/oraservice&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| Release 8.5(1), 8.5(2), 8.5(3), 8.5(4).&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| CSCtj94150&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense,_Release_8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Unified_Communications_Virtualization_Downloads_(including_OVA/OVF_Templates)</id>
		<title>Unified Communications Virtualization Downloads (including OVA/OVF Templates)</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Unified_Communications_Virtualization_Downloads_(including_OVA/OVF_Templates)"/>
				<updated>2012-01-25T17:00:37Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Go to: [[Guidelines to Edit UC Virtualization Pages|Guidelines to Edit UC Virtualization Pages]]'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Supported Virtual Machine OVA Templates  =&lt;br /&gt;
&lt;br /&gt;
A virtual machine template defines the configuration of the virtual machine's virtual hardware. Open Virtualization Format (OVF) is an open standard for describing a virtual machine template, and Open Virtualization Archive (OVA) is an open standard to package and distribute these templates. Files in OVA format have an extension of &amp;quot;.ova&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Cisco Unified Communications applications '''must''' use one of the supported virtual machine configurations in the tables below in order to be supported. The OVAs contain virtual hard disks with pre-aligned disk partitions. Using the OVA is the only way to deploy the UC applications on aligned disks. Using the OVA also guarantees that all configuration of the virtual machine is correct and supported. &lt;br /&gt;
&lt;br /&gt;
In the tables below '''users''' refers to the [http://tools.cisco.com/cucst/faces/login.jsp Cisco Unified Communications Sizing Tool] and the [http://www.cisco.com/go/ucsrnd design guides] for the indicated user count at a particular BHCA, number of devices per user, device mix per VM, etc. Actual capacity and total supported devices will be design-dependent; please follow all rules in the design guides and sizing tools. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;See [[Downloading OVA Templates for UC Applications]] for more information on how to download OVA templates for UC Applications. &lt;br /&gt;
&lt;br /&gt;
For '''Specifications-based''' deployments (non TRC deployments), the CPU core count AND the CPU core speed correspond to physical CPU cores and physical CPU core speeds. Both are required to be met to support a full load VM OVA. At this time, only core speed for full load is defined. Do not use lower physical CPU core speeds until Cisco defines minimum speed for lower load levels. Cisco TAC will not troubleshoot a VM that is not receiving sufficient CPU cycles. &lt;br /&gt;
&lt;br /&gt;
== Unified Communications Manager  ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.cisco.com/cisco/software/navigator.html?mdfid=268439621&amp;amp;catid=278875240 General OVA Template Download Location]&amp;lt;br&amp;gt;&lt;br /&gt;
*[[OVA Template Details for Unifed CM Release 8.0]]&amp;lt;br&amp;gt;&lt;br /&gt;
*[[OVA Template Details for Unifed CM Release 8.5]]&amp;lt;br&amp;gt;&lt;br /&gt;
*[[OVA Template Details for Unifed CM Release 8.6]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cisco Emergency Responder  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ '''Supported OVA Templates: Cisco Emergency Responder''' &lt;br /&gt;
|- style=&amp;quot;background: rgb(229,228,226)&amp;quot;&lt;br /&gt;
! Application, OVA Capacity and Notes+Download Link &lt;br /&gt;
! vCPU Cores and Speed per Core &lt;br /&gt;
! vRAM / Memory &lt;br /&gt;
! vDisk &lt;br /&gt;
! vNIC &lt;br /&gt;
! Notes &lt;br /&gt;
! &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! [http://www.cisco.com/cisco/pub/software/portal/select.html?&amp;amp;mdfid=283314470&amp;amp;flowid=24901&amp;amp;softwareid=283831649 12,000 users (C200 only)] &lt;br /&gt;
| 2 @ 2.13 GHz each&amp;lt;br&amp;gt;(600 MHz reserved) &lt;br /&gt;
| 4 GB (4 GB reserved) &lt;br /&gt;
| 1 x 80 GB &lt;br /&gt;
| 1 &lt;br /&gt;
| &lt;br /&gt;
Use on C200 M2 TRC#1 only. &lt;br /&gt;
&lt;br /&gt;
Limits: &lt;br /&gt;
&lt;br /&gt;
:*12,000 IP phones &lt;br /&gt;
:*2,500 analog phones &lt;br /&gt;
:*1,200 roaming phones (per Emergency Responder cluster) &lt;br /&gt;
:*500 LAN switches &lt;br /&gt;
:*30,000 switch ports &lt;br /&gt;
:*3,000 ERLs&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! [http://www.cisco.com/cisco/pub/software/portal/select.html?&amp;amp;mdfid=283314470&amp;amp;flowid=24901&amp;amp;softwareid=283831649 20,000 users] &lt;br /&gt;
| 1 @ 2.55 MHz &amp;lt;br&amp;gt;(600 MHz reserved) &lt;br /&gt;
| 2.25 GB (2.304 GB reserved) &lt;br /&gt;
| 1 x 80 GB &lt;br /&gt;
| 1 &lt;br /&gt;
| &lt;br /&gt;
Not for use on C200 M2 TRC#1. &lt;br /&gt;
&lt;br /&gt;
Limits: &lt;br /&gt;
&lt;br /&gt;
:*20,000 IP phones &lt;br /&gt;
:*5,000 analog phones &lt;br /&gt;
:*2,000 roaming phones (per Emergency Responder cluster) &lt;br /&gt;
:*1,000 LAN switches &lt;br /&gt;
:*60,000 switch ports &lt;br /&gt;
:*7,500 ERLs&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! [http://www.cisco.com/cisco/pub/software/portal/select.html?&amp;amp;mdfid=283314470&amp;amp;flowid=24901&amp;amp;softwareid=283831649 30,000 users] &lt;br /&gt;
| 2 @ 2.55 MHz each &lt;br /&gt;
| 6 GB &lt;br /&gt;
| 2 x 80 GB &lt;br /&gt;
| 1 &lt;br /&gt;
| &lt;br /&gt;
Not for use on C200 M2 TRC#1. &lt;br /&gt;
&lt;br /&gt;
Limits: &lt;br /&gt;
&lt;br /&gt;
:*30,000 IP phones &lt;br /&gt;
:*10,000 analog phones &lt;br /&gt;
:*3,000 roaming phones (per Emergency Responder cluster) &lt;br /&gt;
:*2,000 LAN switches &lt;br /&gt;
:*120,000 switch ports &lt;br /&gt;
:*10,000 ERLs&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Session Manager Edition  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ '''Supported OVA Templates: Session Manager Edition''' &lt;br /&gt;
|- style=&amp;quot;background: rgb(229,228,226)&amp;quot;&lt;br /&gt;
! Application, OVA Capacity and Notes+Download Link &lt;br /&gt;
! vCPU Cores and Speed per Core &lt;br /&gt;
! vRAM / Memory &lt;br /&gt;
! vDisk &lt;br /&gt;
! vNIC &lt;br /&gt;
! Notes &lt;br /&gt;
! &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! [http://tools.cisco.com/support/downloads/go/ReleaseType.x?optPlat=&amp;amp;isPlatform=Y&amp;amp;mdfid=282827095&amp;amp;sftType=Unified+Communications+Manager+Virtual+Machine+Templates&amp;amp;treeName=Voice+and+Unified+Communications&amp;amp;modelName=Cisco+Unified+Communications+Manager+Version+8.0&amp;amp;mdfLevel=Software%20Version/Option&amp;amp;treeMdfId=278875240&amp;amp;modifmdfid=null&amp;amp;imname=&amp;amp;hybrid=Y&amp;amp;imst=N Use CUCM &amp;quot;7500 users&amp;quot;] &lt;br /&gt;
| See CUCM &amp;quot;7500 users&amp;quot; &lt;br /&gt;
| See CUCM &amp;quot;7500 users&amp;quot; &lt;br /&gt;
| See CUCM &amp;quot;7500 users&amp;quot; &lt;br /&gt;
| See CUCM &amp;quot;7500 users&amp;quot; &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Unified Attendant Consoles  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ '''Supported OVA Templates: Unified Attendant Consoles''' &lt;br /&gt;
|- style=&amp;quot;background: rgb(229,228,226)&amp;quot;&lt;br /&gt;
! Application, OVA Capacity and Notes+Download Link &lt;br /&gt;
! vCPU Cores &lt;br /&gt;
! vRAM / Memory &lt;br /&gt;
! vDisk &lt;br /&gt;
! vNIC &lt;br /&gt;
! Notes &lt;br /&gt;
! &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! OVA for CUxAC &lt;br /&gt;
| 1 @ 2.55 GHz &lt;br /&gt;
| 2 GB &lt;br /&gt;
| 1x 80GB &lt;br /&gt;
| 1 &lt;br /&gt;
| Note: Cisco does not provide preconfigured OVA files for CUxAC. Please build manually using these requirements. CUxAC requires a VM to meet or exceed minimum physical server specs described [http://www.cisco.com/en/US/prod/collateral/voicesw/ps6789/ps7046/ps7282/data_sheet_c78-520987.html on the CUxAC datasheet]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cisco Intercompany Media Engine  ==&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 712px; height: 416px&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ '''Supported OVA Templates: Cisco Intercompany Media Engine, Release 8.6(2)''' &lt;br /&gt;
|- style=&amp;quot;background: rgb(229,228,226)&amp;quot;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | VM OVA Capacity &amp;lt;br&amp;gt;&lt;br /&gt;
! colspan=&amp;quot;5&amp;quot; | VM OVA Parameters&amp;lt;br&amp;gt;&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; | Notes &amp;lt;br&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background: rgb(229,228,226)&amp;quot;&lt;br /&gt;
! vCPU Cores&amp;lt;br&amp;gt;(= Physical Cores) &lt;br /&gt;
! Physical CPU Load was Calibrated To &lt;br /&gt;
! vRAM &amp;lt;br&amp;gt;(=Physical Memory) &lt;br /&gt;
! vDisk &amp;lt;br&amp;gt;(=Physical space) &lt;br /&gt;
! vNIC&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
CIME 5 peer IDs node&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Only for non-BE6K/C200M2 TRC#1&lt;br /&gt;
&lt;br /&gt;
| 2 &amp;lt;br&amp;gt;(with 3600 MHz reservation)&amp;lt;br&amp;gt;&lt;br /&gt;
| E5540 2.53 GHz &lt;br /&gt;
| 6 GB &amp;lt;br&amp;gt;(with all&amp;amp;nbsp;6 GB reserved) &lt;br /&gt;
| 1x 80 GB disk with pre-aligned disk partitions &lt;br /&gt;
| 1 &lt;br /&gt;
| Not for use with UCS C200M2 TRC#1 or BE6000.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Up to 5 peer IDs. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
CIME 10 peer IDs node&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Only for non-BE6K/C200M2 TRC#1&lt;br /&gt;
&lt;br /&gt;
| 4 &amp;lt;br&amp;gt;(with 7200 MHz reservation)&amp;lt;br&amp;gt;&lt;br /&gt;
| E5540 2.53 GHz &lt;br /&gt;
| 6 GB &amp;lt;br&amp;gt;(with all&amp;amp;nbsp;6 GB reserved) &lt;br /&gt;
| 2x 80 GB disk with pre-aligned disk partitions &lt;br /&gt;
| 1 &lt;br /&gt;
| Not for use with UCS C200M2 TRC#1 or BE6000.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Up to 10 peer IDs. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cisco Unity Connection  ==&lt;br /&gt;
&lt;br /&gt;
*[http://www.cisco.com/cisco/software/type.html?mdfid=283062758&amp;amp;flowid=5455 General Unity Connection OVA Template Download Location]&amp;lt;br&amp;gt;&lt;br /&gt;
*[[OVA Template Details for Unity Connection Release 8.0]]&amp;lt;br&amp;gt;&lt;br /&gt;
*[[OVA Template Details for Unity Connection Release 8.5]]&amp;lt;br&amp;gt;&lt;br /&gt;
*[[OVA Template Details for Unity Connection Release 8.6.1]]&amp;lt;br&amp;gt;&lt;br /&gt;
*[[OVA Template Details for Unity Connection Release 8.6.2]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cisco Unity  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ '''Supported OVA Templates: Cisco Unity''' &lt;br /&gt;
|- style=&amp;quot;background: rgb(229,228,226)&amp;quot;&lt;br /&gt;
! Application, OVA Capacity and Notes+Download Link &lt;br /&gt;
! vCPU Cores &lt;br /&gt;
! vRAM / Memory &lt;br /&gt;
! vDisk &lt;br /&gt;
! vNIC &lt;br /&gt;
! Notes &lt;br /&gt;
! &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! 5000 users &lt;br /&gt;
| 2 (requires VMware CPU Affinity) &lt;br /&gt;
| 4 GB &lt;br /&gt;
| &lt;br /&gt;
4x 24 GB &lt;br /&gt;
&lt;br /&gt;
:*vDisk 1 = Operating system &lt;br /&gt;
:*vDisk 2 = Cisco Unity binaries &lt;br /&gt;
:*vDisk 3 = Cisco Unity logs, SQL Server transaction logs &lt;br /&gt;
:*vDisk 4 = Cisco Unity Message Repository (UMR), SQL Server database&lt;br /&gt;
&lt;br /&gt;
| 1 &lt;br /&gt;
| &lt;br /&gt;
*Cisco does not provide preconfigured OVA files for Cisco Unity. Please build manually using these requirements and the configuration information in [http://www.cisco.com/en/US/docs/voice_ip_comm/unity/virtualization_design/guide/cuvirtualdgx.html the Design Guide for Cisco Unity Virtualization]. &lt;br /&gt;
*Limits:&lt;br /&gt;
&lt;br /&gt;
:*48 ports &lt;br /&gt;
:*36 text-to-speech ports&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! 15,000 users &lt;br /&gt;
| 4 (requires VMware CPU Affinity) &lt;br /&gt;
| 4 GB &lt;br /&gt;
| &lt;br /&gt;
4x 24 GB &lt;br /&gt;
&lt;br /&gt;
:*vDisk 1 = Operating system &lt;br /&gt;
:*vDisk 2 = Cisco Unity binaries &lt;br /&gt;
:*vDisk 3 = Cisco Unity logs, SQL Server transaction logs &lt;br /&gt;
:*vDisk 4 = Cisco Unity Message Repository (UMR), SQL Server database&lt;br /&gt;
&lt;br /&gt;
| 1 &lt;br /&gt;
| &lt;br /&gt;
*Cisco does not provide preconfigured OVA files for Cisco Unity. Please build manually using these requirements and the configuration information in [http://www.cisco.com/en/US/docs/voice_ip_comm/unity/virtualization_design/guide/cuvirtualdgx.html the Design Guide for Cisco Unity Virtualization]. &lt;br /&gt;
*Limits:&lt;br /&gt;
&lt;br /&gt;
:*144 ports &lt;br /&gt;
:*36 text-to-speech ports&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cisco Unified Presence  ==&lt;br /&gt;
&lt;br /&gt;
See also: &lt;br /&gt;
&lt;br /&gt;
*[http://www.cisco.com/cisco/software/navigator.html?mdfid=280448682&amp;amp;i=rs General OVA Template Download Location] &lt;br /&gt;
*[[OVA Template Details for Unified Presence Release 8.0(x)]]&amp;lt;br&amp;gt;&lt;br /&gt;
*[[OVA Template Details for Unified Presence Release 8.5(x)]]&amp;lt;br&amp;gt;&lt;br /&gt;
*[[OVA Template Details for Unified Presence Release 8.6(1)]]&amp;lt;br&amp;gt;&lt;br /&gt;
*[[OVA Template Details for Unified Presence Release 8.6(2)]]&amp;lt;br&amp;gt;&lt;br /&gt;
*[[OVA Template Details for Unified Presence Release 8.6(3)]]&amp;lt;br&amp;gt;&lt;br /&gt;
*[[OVA Template Details for Unified Presence Release 8.6(4)]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cisco Unified Contact Center Express/Cisco Unified IP Intelligent Voice Response (IP IVR)  ==&lt;br /&gt;
&lt;br /&gt;
{{Note| The information for Unified IP IVR is the same as Unified CCX.}} &lt;br /&gt;
&lt;br /&gt;
See also: &lt;br /&gt;
&lt;br /&gt;
*[[Virtualization for Unified CCX]] &lt;br /&gt;
*[http://www.cisco.com/cisco/software/release.html?mdfid=270569179&amp;amp;flowid=5217&amp;amp;softwareid=283733053&amp;amp;release=2.0&amp;amp;relind=AVAILABLE&amp;amp;rellifecycle=&amp;amp;reltype=latest| Unified CCX OVA Templates]: {{Note| Unified CCX OVA version 2 is for use with ESXi 4.1. Please follow [[Unified Communications VMware Requirements]] for ESXi 4.1 requirements (VMware Tools upgrade, LRO disabling, etc.)}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ '''Supported OVA Templates: Cisco Unified Contact Center Express''' &lt;br /&gt;
|- style=&amp;quot;background: rgb(229,228,226)&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Application, OVA Capacity and Notes+Download Link &lt;br /&gt;
! vCPU Cores &lt;br /&gt;
! vRAM / Memory &lt;br /&gt;
! vDisk &lt;br /&gt;
! vNIC &lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | [http://www.cisco.com/cisco/software/release.html?mdfid=270569179&amp;amp;flowid=5217&amp;amp;softwareid=283733053&amp;amp;release=2.0&amp;amp;relind=AVAILABLE&amp;amp;rellifecycle=&amp;amp;reltype=latest 100 agents] (Release 8.5(1)) &lt;br /&gt;
| 2 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| 1x 146 GB &lt;br /&gt;
:*vDisk 1 = Operating System, Unified CCX binaries, and Unified CCX logs&lt;br /&gt;
&lt;br /&gt;
| 1 &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | [http://www.cisco.com/cisco/software/release.html?mdfid=270569179&amp;amp;flowid=5217&amp;amp;softwareid=283733053&amp;amp;release=2.0&amp;amp;relind=AVAILABLE&amp;amp;rellifecycle=&amp;amp;reltype=latest 300 agents] (Release 8.0(2) and Release 8.5(1)) &lt;br /&gt;
| 2 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| &lt;br /&gt;
2x 146 GB &lt;br /&gt;
&lt;br /&gt;
:*vDisk 1 = Operating System and Unified CCX binaries &lt;br /&gt;
:*vDisk 2 = RAID 1 mirror will be setup between vDisk 1 and vDisk 2&lt;br /&gt;
&lt;br /&gt;
| 1 &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | [http://www.cisco.com/cisco/software/release.html?mdfid=270569179&amp;amp;flowid=5217&amp;amp;softwareid=283733053&amp;amp;release=2.0&amp;amp;relind=AVAILABLE&amp;amp;rellifecycle=&amp;amp;reltype=latest 400 agents] (Release 8.5(1)) &lt;br /&gt;
| 4 &lt;br /&gt;
| 8 GB &lt;br /&gt;
| &lt;br /&gt;
2x 146 GB &lt;br /&gt;
&lt;br /&gt;
:*vDisk 1 = Operating System and Unified CCX binaries &lt;br /&gt;
:*vDisk 2 = RAID 1 mirror will be setup between vDisk 1 and vDisk 2&lt;br /&gt;
&lt;br /&gt;
| 1 &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! rowspan=&amp;quot;3&amp;quot; | [http://www.cisco.com/cisco/software/release.html?mdfid=270569179&amp;amp;flowid=5217&amp;amp;softwareid=283733053&amp;amp;release=2.1&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=latest Single OVA] (Release 8.5 (1) or later) &lt;br /&gt;
! 100 agents &lt;br /&gt;
| 2 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| 1x 146 GB &lt;br /&gt;
:*vDisk 1 = Operating System, Unified CCX binaries, and Unified CCX logs&lt;br /&gt;
&lt;br /&gt;
| 1 &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! 300 agents &lt;br /&gt;
| 2 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| &lt;br /&gt;
2x 146 GB &lt;br /&gt;
&lt;br /&gt;
:*vDisk 1 = Operating System and Unified CCX binaries &lt;br /&gt;
:*vDisk 2 = RAID 1 mirror will be setup between vDisk 1 and vDisk 2&lt;br /&gt;
&lt;br /&gt;
| 1 &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! 400 agents &lt;br /&gt;
| 4 &lt;br /&gt;
| 8 GB &lt;br /&gt;
| &lt;br /&gt;
2x 146 GB &lt;br /&gt;
&lt;br /&gt;
:*vDisk 1 = Operating System and Unified CCX binaries &lt;br /&gt;
:*vDisk 2 = RAID 1 mirror will be setup between vDisk 1 and vDisk 2&lt;br /&gt;
&lt;br /&gt;
| 1 &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | [http://www.cisco.com/cisco/software/release.html?mdfid=270569179&amp;amp;flowid=5217&amp;amp;softwareid=283733053&amp;amp;release=2.1&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all Unified CCX WFM 8.5.2] &lt;br /&gt;
| 2 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| &lt;br /&gt;
:*vDisk 1 = 40 GB Minimum Operating system, Cisco Unified Contact Center Express WFO WFM binaries, SQL Server, SQL Server Data files &lt;br /&gt;
:*vDisk 2 = Optional - can be used to hold SQL Server Data files&lt;br /&gt;
&lt;br /&gt;
| 1 &lt;br /&gt;
| &lt;br /&gt;
Capacities &lt;br /&gt;
&lt;br /&gt;
:*900 named users &lt;br /&gt;
:*300 concurrent users&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | [http://www.cisco.com/cisco/software/release.html?mdfid=270569179&amp;amp;flowid=5217&amp;amp;softwareid=283733053&amp;amp;release=2.1&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all Unified CCX WFO QM 8.5.2 Base Server Configuration (CR/QM/AQM)] &lt;br /&gt;
| 2 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| &lt;br /&gt;
:*vDisk 1 = 40 GB Minimum Operating system, Cisco Unified Contact Center Express WFO QM binaries, SQL Server, SQL Server Data files &lt;br /&gt;
:*vDisk 2 = 146 GB Cisco Unified Contact Center Express WFO QM recordings (Size may vary depending upon usage)&lt;br /&gt;
&lt;br /&gt;
| 1 &lt;br /&gt;
| &lt;br /&gt;
Capacities &lt;br /&gt;
&lt;br /&gt;
:*3600 named users &lt;br /&gt;
:*1200 concurrent users&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | [http://www.cisco.com/cisco/software/release.html?mdfid=270569179&amp;amp;flowid=5217&amp;amp;softwareid=283733053&amp;amp;release=2.1&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all Unified CCX WFO QM 8.5.2 Recording Server Configuration (CR/QM/AQM)] &lt;br /&gt;
| 4 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| &lt;br /&gt;
:*vDisk 1 = 40 GB Minimum Operating system, Cisco Unified Contact Center Express WFO QM recording service binaries &lt;br /&gt;
:*vDisk 2 = 146 GB Cisco Unified Contact Center Express WFO QM recording cache&lt;br /&gt;
&lt;br /&gt;
| 1 &lt;br /&gt;
| &lt;br /&gt;
Capacities &lt;br /&gt;
&lt;br /&gt;
:*300 concurrent voice recordings for Server (SPAN) and Network recording &lt;br /&gt;
:*150 concurrent voice and screen recordings, recordings for Server (SPAN) and Network recording&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | [http://www.cisco.com/cisco/software/release.html?mdfid=270569179&amp;amp;flowid=5217&amp;amp;softwareid=283733053&amp;amp;release=1.0&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all Unified CCX WFM 8.5.1] &lt;br /&gt;
| 2 &lt;br /&gt;
| 2 GB &lt;br /&gt;
| &lt;br /&gt;
2x 146 GB &lt;br /&gt;
&lt;br /&gt;
:*vDisk 1 = 40 GB Minimum Operating system, Cisco Unified Contact Center Express WFO WFM binaries, SQL Server, SQL Server Data files &lt;br /&gt;
:*vDisk 2 = Optional - can be used to hold SQL Server Data files&lt;br /&gt;
&lt;br /&gt;
| 1 &lt;br /&gt;
| &lt;br /&gt;
Capacities &lt;br /&gt;
&lt;br /&gt;
:*300 named users &lt;br /&gt;
:*150 concurrent users&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | [http://www.cisco.com/cisco/software/release.html?mdfid=270569179&amp;amp;flowid=5217&amp;amp;softwareid=283733053&amp;amp;release=1.0&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all Unified CCX WFO QM 8.5.1 Base Server Configuration (CR/QM/AQM)] &lt;br /&gt;
| 2 &lt;br /&gt;
| 2 GB &lt;br /&gt;
| &lt;br /&gt;
2x 146 GB &lt;br /&gt;
&lt;br /&gt;
:*vDisk 1 = 40 GB Minimum Operating system, Cisco Unified Contact Center Express WFO QM binaries, SQL Server, SQL Server Data files &lt;br /&gt;
:*vDisk 2 = 146 GB Cisco Unified Contact Center Express WFO QM recordings (Size may vary depending upon usage)&lt;br /&gt;
&lt;br /&gt;
| 1 &lt;br /&gt;
| &lt;br /&gt;
Capacities &lt;br /&gt;
&lt;br /&gt;
:*300 named users &lt;br /&gt;
:*150 concurrent users&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | [http://www.cisco.com/cisco/software/release.html?mdfid=270569179&amp;amp;flowid=5217&amp;amp;softwareid=283733053&amp;amp;release=1.1&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all Unified CCX WFO QM Configuration (CR/QM/AQM)] &lt;br /&gt;
| 2 &lt;br /&gt;
| 2 GB &lt;br /&gt;
| &lt;br /&gt;
2x 146 GB &lt;br /&gt;
&lt;br /&gt;
:*vDisk 1 = 40 GB Minimum Operating system, Cisco Unified Contact Center Express WFO QM binaries, SQL Server, SQL Server Data files &lt;br /&gt;
:*vDisk 2 = 146 GB Cisco Unified Contact Center Express WFO QM recordings (Size may vary depending upon usage )&lt;br /&gt;
&lt;br /&gt;
| 2 &lt;br /&gt;
| &lt;br /&gt;
Capacities &lt;br /&gt;
&lt;br /&gt;
:*300 named users &lt;br /&gt;
:*150 concurrent users &lt;br /&gt;
:*150 voice recordings, for all recording types (desktop, server and network) &lt;br /&gt;
:*150 voice+screen recordings, for all recording types (desktop, server and network)&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== UC Management Suite (PM, OM, SM, SSM)  ==&lt;br /&gt;
&lt;br /&gt;
There are different OVAs for premise UC on UCS deployments vs. Hosted Collaboration Solution deployments. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ '''Supported OVA Templates: UC Management Suite (PM, OM, SM, SSM) for Premise UC on UCS Deployments''' &lt;br /&gt;
|- style=&amp;quot;background: rgb(229,228,226)&amp;quot;&lt;br /&gt;
! Application, OVA Capacity and Notes+Download Link &lt;br /&gt;
! vCPU Cores &lt;br /&gt;
! vRAM / Memory &lt;br /&gt;
! vDisk &lt;br /&gt;
! IOPS (avg) (1) &lt;br /&gt;
! IOPS (max) (1) &lt;br /&gt;
! vNIC &lt;br /&gt;
! Notes &lt;br /&gt;
! &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! CUPM up to 1K phones (VM-CUCMS_1S) &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 GB &lt;br /&gt;
| 1x 30 GB &lt;br /&gt;
| 100 &lt;br /&gt;
| 500 &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! CUPM 1K to 10K phones &lt;br /&gt;
| 4 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| 1x 40 GB (2) &lt;br /&gt;
| 100 &lt;br /&gt;
| 500 &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! CUPM 10K to 60K phones app server &lt;br /&gt;
| 4 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| 1x 30 GB(3) &lt;br /&gt;
| 100 &lt;br /&gt;
| 500 &lt;br /&gt;
| 1 &lt;br /&gt;
| requires DB VM&lt;br /&gt;
|-&lt;br /&gt;
! CUPM 10K to 60K phones database server &lt;br /&gt;
| 4 &lt;br /&gt;
| 8 GB &lt;br /&gt;
| 1x 120 GB(3) &lt;br /&gt;
| 100 &lt;br /&gt;
| 500 &lt;br /&gt;
| 1 &lt;br /&gt;
| requires App VM&lt;br /&gt;
|-&lt;br /&gt;
! CUOM/SM 1K phones &lt;br /&gt;
| 1 &lt;br /&gt;
| 3 GB &lt;br /&gt;
| 1x 50 GB &lt;br /&gt;
| 6 &lt;br /&gt;
| 15 &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! CUOM 10K phones (VM-CUCMS_2L) &lt;br /&gt;
| 2 &lt;br /&gt;
| 8 GB &lt;br /&gt;
| 1x 72 GB &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! CUOM 45K phones (VM-CUCMS_4L) &lt;br /&gt;
| 4 &lt;br /&gt;
| 8 GB &lt;br /&gt;
| 2x 60 GB &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! CUSM 10K Phones (VM-CUCMS_2) &lt;br /&gt;
| 2 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| 1x 72 GB &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! CUSM 45K Server (VM-CUCMS_4) &lt;br /&gt;
| 4 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| 2x 60 GB &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! CUSSM 10K phones (VM-CUCMS_1) &lt;br /&gt;
| 1 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| 1x 60 GB &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! CUSSM 45K Phones &lt;br /&gt;
| 2 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| 1x 72 GB &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! CUCMS 10K phones Co-resident (VM_CUCMS_8) &lt;br /&gt;
| 8 &lt;br /&gt;
| 16 GB &lt;br /&gt;
| 1x 320 GB (2) &lt;br /&gt;
| 100 &lt;br /&gt;
| 500 &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Notes: &amp;lt;br&amp;gt;(1) IOPS are for each CM publisher synced in parallel. If only one CM publisher then IOPS are 100/500. The maximum figures would be expected during nightly Infrastructrure or Subscriber syncs. &amp;lt;br&amp;gt;(2) PM requires SAS or SCSI drives for deployments over 1K phones up to 10k phones (Disks must be aligned) &amp;lt;br&amp;gt;(3) PM requires FC SAS for deployments over 10K phones (Disks must be aligned) &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ '''Supported OVA Templates: UC Management Suite (PM, OM, SM, SSM) for Premise Systems''' &lt;br /&gt;
|- style=&amp;quot;background: rgb(229,228,226)&amp;quot;&lt;br /&gt;
! Application, OVA Capacity and Notes+Download Link &lt;br /&gt;
! vCPU Cores &lt;br /&gt;
! vRAM / Memory &lt;br /&gt;
! vDisk &lt;br /&gt;
! vNIC &lt;br /&gt;
! Notes &lt;br /&gt;
! &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! [http://www.cisco.com/cisco/software/release.html?mdfid=283749794&amp;amp;release=8.5&amp;amp;relind=AVAILABLE&amp;amp;flowid=24181&amp;amp;softwareid=281934350&amp;amp;rellifecycle=&amp;amp;reltype=latest PM 1K Server OVA] &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 GB &lt;br /&gt;
| 1x 30 GB &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! [http://www.cisco.com/cisco/software/release.html?mdfid=283749794&amp;amp;release=8.5&amp;amp;relind=AVAILABLE&amp;amp;flowid=24181&amp;amp;softwareid=281934350&amp;amp;rellifecycle=&amp;amp;reltype=latest PM 1K to 10K Server OVA] &lt;br /&gt;
| 4 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| 1x 40 GB &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! [http://www.cisco.com/cisco/software/release.html?mdfid=283749794&amp;amp;release=8.5&amp;amp;relind=AVAILABLE&amp;amp;flowid=24181&amp;amp;softwareid=281934350&amp;amp;rellifecycle=&amp;amp;reltype=latest PM 10K to 60K App/Web Server OVA] &lt;br /&gt;
| 4 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| 1x 30 GB &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! [http://www.cisco.com/cisco/software/release.html?mdfid=283749794&amp;amp;release=8.5&amp;amp;relind=AVAILABLE&amp;amp;flowid=24181&amp;amp;softwareid=281934350&amp;amp;rellifecycle=&amp;amp;reltype=latest PM 10K to 60K Database Server OVA] &lt;br /&gt;
| 4 &lt;br /&gt;
| 8 GB &lt;br /&gt;
| 1x 120 GB &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! [http://www.cisco.com/cisco/software/release.html?mdfid=283884662&amp;amp;flowid=28561&amp;amp;softwareid=282773197&amp;amp;release=8.6&amp;amp;relind=AVAILABLE&amp;amp;rellifecycle=&amp;amp;reltype=latest OM, SM, SSM OVAs] CPU/Memory in table above. &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ '''Supported OVA Templates: UC Management Suite (PM, OM, SM, SSM) for Hosted Collaboration Solution''' &lt;br /&gt;
|- style=&amp;quot;background: rgb(229,228,226)&amp;quot;&lt;br /&gt;
! Application, OVA Capacity and Notes+Download Link &lt;br /&gt;
! vCPU Cores &lt;br /&gt;
! vRAM / Memory &lt;br /&gt;
! vDisk &lt;br /&gt;
! vNIC &lt;br /&gt;
! Notes &lt;br /&gt;
! &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! [http://www.cisco.com/cisco/software/release.html?mdfid=283112898&amp;amp;flowid=20421&amp;amp;softwareid=282773197&amp;amp;release=8.0&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=latest CUOM+CUSM 1K phones for HCS (HCS_OM&amp;amp;amp;SM_1K)] &lt;br /&gt;
| 1 &lt;br /&gt;
| 3 GB &lt;br /&gt;
| 1x 50 GB &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! [http://www.cisco.com/cisco/software/release.html?mdfid=283315737&amp;amp;flowid=19121&amp;amp;softwareid=281934350&amp;amp;release=2.2&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=latest CUPM 1K phones for HCS (HCS_PM_1K)] &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 GB &lt;br /&gt;
| 1x 30 GB &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Unified Contact Center Enterprise  ==&lt;br /&gt;
&lt;br /&gt;
See also: &lt;br /&gt;
&lt;br /&gt;
*[[Unified Contact Center Enterprise]] &lt;br /&gt;
*[http://docwiki.cisco.com/wiki/Unified_Contact_Center_Enterprise#Unified_CCE_Component_Capacities_and_VM_Configuration_Requirements Unified CCE OVA Templates] &lt;br /&gt;
*See also [http://docwiki.cisco.com/w/index.php?title=Virtualization_for_Unified_CCE#Unified_CCE_Scalability_Impacts Scalability Impacts]&lt;br /&gt;
&lt;br /&gt;
Templates are available for Windows Server 2003 and Windows Server 2008 R2. [http://www.cisco.com/cisco/software/release.html?mdfid=268439622&amp;amp;release=1.1&amp;amp;relind=AVAILABLE&amp;amp;flowid=5210&amp;amp;softwareid=283914286&amp;amp;rellifecycle=&amp;amp;reltype=latest Download] the appropriate OVA file for the Windows OS that you are configuring. When you deploy the OVA, a drop-down list of the configurations are presented allowing you to select the appropriate configuration for the UCCE sized component that you are installing. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;3&amp;quot; cellpadding=&amp;quot;3&amp;quot;&lt;br /&gt;
|- style=&amp;quot;background: rgb(229,228,226)&amp;quot;&lt;br /&gt;
! Configuration Name &lt;br /&gt;
! vCPU Cores &lt;br /&gt;
! vRAM / Memory (GB) &lt;br /&gt;
! vDisk (GB) &lt;br /&gt;
! vNIC&amp;lt;br&amp;gt;&lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
| colspan=&amp;quot;7&amp;quot; | '''Note: Windows Server 2008 R2 configurations are contained in the UCCE_8.5_win2008_vmv7_v1.1.ova file, Windows Server 2003 configurations are contained in the UCCE_8.5_win2003_vmv7_v1.1.ova file'''&lt;br /&gt;
|-&lt;br /&gt;
| '''Router 8000 agents''' &lt;br /&gt;
| 2 &lt;br /&gt;
| 4 &lt;br /&gt;
| 1 x80 &lt;br /&gt;
| 2 &lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''Logger 8000 agents''' &lt;br /&gt;
| 4 &lt;br /&gt;
| 4 &lt;br /&gt;
| 1x 80 for OS&amp;lt;br&amp;gt;1x 150 for DB &lt;br /&gt;
| 2 &lt;br /&gt;
| The two vDisks can be in the same datastore&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''Rogger 4000 agents''' &lt;br /&gt;
| 4 &lt;br /&gt;
| 4 &lt;br /&gt;
| 1x 80 for OS&amp;lt;br&amp;gt;1x 150 for DB &lt;br /&gt;
| 2 &lt;br /&gt;
| The two vDisks can be in the same datastore&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''Agent PG – CTIOS 2000 agents''' &lt;br /&gt;
| 2 &lt;br /&gt;
| 4 &lt;br /&gt;
| 1x 80 &lt;br /&gt;
| 2 &lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''Agent PG – CAD 1000 agents''' &lt;br /&gt;
| 2 &lt;br /&gt;
| 4 &lt;br /&gt;
| 1x 80 &lt;br /&gt;
| 2 &lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''Agent PG – CTIOS 450 agents''' &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1x 80 &lt;br /&gt;
| 2 &lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''Agent PG – CAD 297 agents''' &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1x 80 &lt;br /&gt;
| 2 &lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''MR PG 2000 agents 10 pims''' &lt;br /&gt;
| 2 &lt;br /&gt;
| 4 &lt;br /&gt;
| 1x 80 &lt;br /&gt;
| 2 &lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''MR PG 1000 agents 5 pims''' &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1x 80 &lt;br /&gt;
| 2 &lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''VRU PG 9600 ports 10 pims''' &lt;br /&gt;
| 2 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1x 80 &lt;br /&gt;
| 2 &lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''VRU PG 1200 ports 4 pims''' &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1x 80 &lt;br /&gt;
| 2 &lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''Avaya ACD PG''' &lt;br /&gt;
| 2 &lt;br /&gt;
| 4 &lt;br /&gt;
| 1x 80 &lt;br /&gt;
| 2 &lt;br /&gt;
| See the [http://www.cisco.com/en/US/products/sw/custcosw/ps1844/prod_technical_reference_list.html Hardware and System Software Specification (Bill of Materials) for Cisco Unified ICM/Contact Center Enterprise and Hosted] for capacity information.&lt;br /&gt;
|-&lt;br /&gt;
| '''TDM ACD PG 2000 agents''' &lt;br /&gt;
| 2 &lt;br /&gt;
| 4 &lt;br /&gt;
| 1x 80 &lt;br /&gt;
| 2 &lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''TDM ACD PG 250 agents''' &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1x 80 &lt;br /&gt;
| 2 &lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''UCC Gateway PG 2000 agents''' &lt;br /&gt;
| 2 &lt;br /&gt;
| 4 &lt;br /&gt;
| 1x 80 &lt;br /&gt;
| 2 &lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''UCC Gateway PG 450 agents''' &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1x 80 &lt;br /&gt;
| 2 &lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''Administration Client''' &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1x 40 &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;amp;nbsp;(Client AW)&lt;br /&gt;
|-&lt;br /&gt;
| '''Administration Server - AW''' &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1x 40 &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''AW-HDS''' &lt;br /&gt;
| 4 &lt;br /&gt;
| 4 &lt;br /&gt;
| 1x 80 for OS&amp;lt;br&amp;gt;1x 500 for DB &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;amp;nbsp;(200 reporters.) The two vDisks can be in the same datastore&lt;br /&gt;
|-&lt;br /&gt;
| '''AW-HDS-DDS''' &lt;br /&gt;
| 4 &lt;br /&gt;
| 4 &lt;br /&gt;
| 1x 80 for OS&amp;lt;br&amp;gt;1x 500 for DB &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;amp;nbsp;(200 reporters.) The two vDisks can be in the same datastore&lt;br /&gt;
|-&lt;br /&gt;
| '''HDS-DDS''' &lt;br /&gt;
| 4 &lt;br /&gt;
| 4 &lt;br /&gt;
| 1x 80 for OS&amp;lt;br&amp;gt;1x 500 for DB &lt;br /&gt;
| 1 &lt;br /&gt;
| (200 reporters.) The two vDisks can be in the same datastore &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''CCMP single box 1500 agents''' &lt;br /&gt;
| 4 &lt;br /&gt;
| 4 &lt;br /&gt;
| 1x 100 &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''CCMP Web/App Svr 8000 agents''' &lt;br /&gt;
| 4 &lt;br /&gt;
| 4 &lt;br /&gt;
| 1x 100 &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''CCMP with Config AW 1500 agents''' &lt;br /&gt;
| 4 &lt;br /&gt;
| 4 &lt;br /&gt;
| 1x 100 &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| '''CCMP DB only 8000 agents''' &lt;br /&gt;
| 8 &lt;br /&gt;
| 4 &lt;br /&gt;
| 1x 250 &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;amp;nbsp;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Unified Customer Voice Portal  ==&lt;br /&gt;
&lt;br /&gt;
See also: &lt;br /&gt;
&lt;br /&gt;
*[[Unified Customer Voice Portal]] &lt;br /&gt;
*[[Unified Customer Voice Portal#Unified_CVP_Component_Capacities_and_VM_Configuration_Requirements|Unified CVP OVA Templates]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ '''Supported OVA Templates: Unified Customer Voice Portal''' &lt;br /&gt;
|- style=&amp;quot;background: rgb(229,228,226)&amp;quot;&lt;br /&gt;
! Application, OVA Capacity and Notes+Download Link &lt;br /&gt;
! vCPU Cores &lt;br /&gt;
! vRAM / Memory &lt;br /&gt;
! vDisk &lt;br /&gt;
! vNIC &lt;br /&gt;
! Notes &lt;br /&gt;
! &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Unified CVP Call Server + VXML Server (co-located Call Server and VXML Server) (Media Server is optionally included depending on the conditions.&amp;amp;nbsp;See CVP co-residency section for detail) &lt;br /&gt;
| 4 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| 1x 146 GB &lt;br /&gt;
| 1 &lt;br /&gt;
| Template Name: Cisco Unified CVP Call Server-VXML Server.ova&lt;br /&gt;
|-&lt;br /&gt;
! Unified CVP Reporting Server (Large) &lt;br /&gt;
| 4 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| Disk 1 - 72 GB, Disk 2 - 438 GB &lt;br /&gt;
| 1 &lt;br /&gt;
| Template Name: Cisco Unified CVP Reporting Server.ova&lt;br /&gt;
|-&lt;br /&gt;
! Unified CVP Operations Console &lt;br /&gt;
| 2 &lt;br /&gt;
| 2 GB &lt;br /&gt;
| 1x 20 GB &lt;br /&gt;
| 1 &lt;br /&gt;
| Template Name: Cisco Unified CVP Operations Console.ova&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Cisco MediaSense  ==&lt;br /&gt;
&lt;br /&gt;
See also: &lt;br /&gt;
&lt;br /&gt;
*[http://docwiki.cisco.com/wiki/Virtualization_for_Cisco_MediaSense Virtualization for Cisco MediaSense] &lt;br /&gt;
*[http://www.cisco.com/cisco/software/release.html?mdfid=283613140&amp;amp;softwareid=283733468&amp;amp;release=8.5.1&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all| Cisco MediaSense OVA Templates]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ '''Supported OVA Templates: Cisco MediaSense''' &lt;br /&gt;
|-&lt;br /&gt;
! Application, OVA Capacity and Notes+Download Link &lt;br /&gt;
! vCPU Cores &lt;br /&gt;
! vRAM / Memory &lt;br /&gt;
! vDisk &lt;br /&gt;
! vNIC &lt;br /&gt;
! Notes&lt;br /&gt;
|-&lt;br /&gt;
! CMS_6T_main_server_v8.5_vmv7 &lt;br /&gt;
| 7 &lt;br /&gt;
| 8 GB &lt;br /&gt;
| 2 X 146 GB (thick provisioning) &lt;br /&gt;
| 1 &lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; | Release 8.5(1)&lt;br /&gt;
|-&lt;br /&gt;
! CMS_12T_main_server_v8.5_vmv7 &lt;br /&gt;
| 7 &lt;br /&gt;
| 8 GB &lt;br /&gt;
| 2 X 300 GB (thick provisioning) &lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
! CMS_expansion_server_v8.5_vmv7 &lt;br /&gt;
| 7&amp;lt;br&amp;gt;&lt;br /&gt;
| 8 GB &lt;br /&gt;
| 2 x 80 GB (thick provisioning) &lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
! CMS_12T_primary_secondary_servers_v8.5.2_vmv7 &amp;lt;br&amp;gt;&lt;br /&gt;
| 7&amp;lt;br&amp;gt;&lt;br /&gt;
| 8 GB&amp;lt;br&amp;gt;&lt;br /&gt;
| 2 X 150 GB (thick provisioning)&amp;lt;br&amp;gt;&lt;br /&gt;
| 1 &lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | &lt;br /&gt;
Release 8.5(2) &lt;br /&gt;
&lt;br /&gt;
Release 8.5(3) &lt;br /&gt;
&lt;br /&gt;
Release 8.5(4)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! CMS_24T_primary_secondary_servers_v8.5.2_vmv7 &amp;lt;br&amp;gt;&lt;br /&gt;
| 7&amp;lt;br&amp;gt;&lt;br /&gt;
| 8 GB&amp;lt;br&amp;gt;&lt;br /&gt;
| 2 X 300 GB (thick provisioning)&amp;lt;br&amp;gt;&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
! CMS_60T_primary_secondary_servers_v8.5.2_vmv7 &amp;lt;br&amp;gt;&lt;br /&gt;
| 7&amp;lt;br&amp;gt;&lt;br /&gt;
| 8 GB&amp;lt;br&amp;gt;&lt;br /&gt;
| 2 X 600 GB (thick provisioning)&amp;lt;br&amp;gt;&lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
! CMS_expansion_server_v8.5.2_vmv7 &lt;br /&gt;
| 7 &lt;br /&gt;
| 8 GB &lt;br /&gt;
| 2 x 80 GB (thick provisioning) &lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
! CMS_SRE_v8.5_vmv7 &lt;br /&gt;
| 2 &lt;br /&gt;
| 6 GB &lt;br /&gt;
| 2 x 80 GB (thick provisioning)&amp;lt;br&amp;gt;1 x 200 GB (thick provisioning) for Media storage &lt;br /&gt;
| 1 (with static MAC address) &lt;br /&gt;
| Release 8.5(4)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Cisco Unified Intelligence Center  ==&lt;br /&gt;
&lt;br /&gt;
See also: &lt;br /&gt;
&lt;br /&gt;
*[[Cisco Unified Intelligence Center]] &lt;br /&gt;
*[[Cisco Unified Intelligence Center#Unified_IC_Component_Capacities_and_VM_Configuration_Requirements|Cisco Unified Intelligence Center OVA Templates]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ '''Supported OVA Templates: Cisco Unified Intelligence Center''' &lt;br /&gt;
|- style=&amp;quot;background: rgb(229,228,226)&amp;quot;&lt;br /&gt;
! Application, OVA Capacity and Notes+Download Link &lt;br /&gt;
! vCPU Cores &lt;br /&gt;
! vRAM / Memory &lt;br /&gt;
! vDisk &lt;br /&gt;
! vNIC &lt;br /&gt;
! Notes &lt;br /&gt;
! &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! [http://www.cisco.com/cisco/software/release.html?mdfid=282163829&amp;amp;flowid=5228&amp;amp;softwareid=283776220&amp;amp;release=8.0(3)&amp;amp;relind=AVAILABLE&amp;amp;rellifecycle=&amp;amp;reltype=latest CUIC (200 Reporting Users)] &lt;br /&gt;
| 4 &lt;br /&gt;
| 6 GB &lt;br /&gt;
| 1x 146 GB &lt;br /&gt;
| 1 &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Cisco Unified Contact Center Management Portal  ==&lt;br /&gt;
&lt;br /&gt;
See also: &lt;br /&gt;
&lt;br /&gt;
*[[Support for CCMP with UCCE on UCS Hardware|Cisco Unified Contact Center Management Portal]] &lt;br /&gt;
*[[Support for CCMP with UCCE on UCS Hardware#CCMP_Component_Capacities_and_VM_Configuration_Requirements|Unified CCMP OVA Templates]]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ '''Supported OVA Templates: Cisco Unified Contact Center Management Portal''' &lt;br /&gt;
|- style=&amp;quot;background: rgb(229,228,226)&amp;quot;&lt;br /&gt;
! Application, OVA Capacity and Notes+Download Link &lt;br /&gt;
! vCPU Cores &lt;br /&gt;
! vRAM / Memory &lt;br /&gt;
! vDisk &lt;br /&gt;
! vNIC &lt;br /&gt;
! Notes &lt;br /&gt;
! &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Unified CCMP (1500 Agents) &lt;br /&gt;
| 4 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| 1x 100 GB &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Unified CCMP (Web/App Srv Only) (8000 Agents) &lt;br /&gt;
| 4 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| 1x 100 GB &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Unified CCMP (DB Only) (8000 Agents) &lt;br /&gt;
| 8 &lt;br /&gt;
| 4 GB &lt;br /&gt;
| 1x 250 GB &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Cisco SocialMiner  ==&lt;br /&gt;
&lt;br /&gt;
See also: &lt;br /&gt;
&lt;br /&gt;
*[[Virtualization for Cisco SocialMiner|Cisco SocialMiner]] &lt;br /&gt;
*[http://www.cisco.com/cisco/software/release.html?mdfid=283613136&amp;amp;softwareid=283733464&amp;amp;release=8.5.1&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all| Cisco SocialMiner OVA Templates]&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ '''Supported OVA Templates: Cisco SocialMiner''' &lt;br /&gt;
|- style=&amp;quot;background: rgb(229,228,226)&amp;quot;&lt;br /&gt;
! Application, OVA Capacity and Notes+Download Link &lt;br /&gt;
! vCPU Cores &lt;br /&gt;
! vRAM / Memory &lt;br /&gt;
! vDisk &lt;br /&gt;
! vNIC &lt;br /&gt;
! Notes &lt;br /&gt;
! &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Standard Production Server &lt;br /&gt;
| 4 &lt;br /&gt;
| 12 GB &lt;br /&gt;
| 1x 146 GB and 1x 256 GB &lt;br /&gt;
| 1 &lt;br /&gt;
| &amp;lt;br&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;br&amp;gt;Cisco Unfied Email Interaction Manager and Web Interaction Manager  ==&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Application, OVA Capacity and Notes+Download Link &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | Contents &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | No of VM's to deploy of each component &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | vCPU &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | vDisk &lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | vRAM/Memory&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
[http://www.cisco.com/cisco/software/release.html?mdfid=280970910&amp;amp;catid=278875240&amp;amp;softwareid=283929858&amp;amp;release=2.0&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all EIMWIM_Template_1_v2.0]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Deployment Option: &lt;br /&gt;
&lt;br /&gt;
100 agents - Email Only&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| Application, Services Server ,File server Messaging Server ,Web Server and Database server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2&amp;amp;nbsp; &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 4&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | &lt;br /&gt;
[http://www.cisco.com/cisco/software/release.html?mdfid=280970910&amp;amp;catid=278875240&amp;amp;softwareid=283929858&amp;amp;release=2.0&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all EIMWIM_Template_2_v2.0]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Deployment Option: &lt;br /&gt;
&lt;br /&gt;
140 agents - Email Only &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| Application, Services Server ,File server Messaging Server and&amp;amp;nbsp;Web server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 4&lt;br /&gt;
|-&lt;br /&gt;
| Database&amp;amp;nbsp;Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 4&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | &lt;br /&gt;
[http://www.cisco.com/cisco/software/release.html?mdfid=280970910&amp;amp;catid=278875240&amp;amp;softwareid=283929858&amp;amp;release=2.0&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all EIMWIM_Template_3_v2.0]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Deployment Option: &lt;br /&gt;
&lt;br /&gt;
100 agents - Chat only or &lt;br /&gt;
&lt;br /&gt;
100 agents -&amp;amp;nbsp;Email and Chat&amp;amp;nbsp; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| Application, Services Server ,File server Messaging Server and Database server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 4&lt;br /&gt;
|-&lt;br /&gt;
| Web Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 1 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 2&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; | &lt;br /&gt;
[http://www.cisco.com/cisco/software/release.html?mdfid=280970910&amp;amp;catid=278875240&amp;amp;softwareid=283929858&amp;amp;release=2.0&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all EIMWIM_Template_4_v2.0]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Deployment Option: &lt;br /&gt;
&lt;br /&gt;
250 Agents - Email and Chat or&amp;lt;br&amp;gt;120 Agents - BC and CallBack &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| Web Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 1 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 1&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| Application server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| Services Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 4&lt;br /&gt;
|-&lt;br /&gt;
| Database Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2&amp;amp;nbsp; &lt;br /&gt;
| 1 x 80 GB for OS, 1&amp;amp;nbsp;x&amp;amp;nbsp;150 GB for DB &lt;br /&gt;
| 4&lt;br /&gt;
|-&lt;br /&gt;
| File Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| Messaging Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; | &lt;br /&gt;
[http://www.cisco.com/cisco/software/release.html?mdfid=280970910&amp;amp;catid=278875240&amp;amp;softwareid=283929858&amp;amp;release=2.0&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all EIMWIM_Template_5_v2.0]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Deployment Option: &lt;br /&gt;
&lt;br /&gt;
500 Agents - Email and Chat or&amp;lt;br&amp;gt;240 Agents - BC and CallBack&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| Web Server &lt;br /&gt;
| 2&amp;amp;nbsp; &lt;br /&gt;
| 1 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 1&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| Application server &lt;br /&gt;
| 2 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| Services Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 4&lt;br /&gt;
|-&lt;br /&gt;
| Database Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 4 &lt;br /&gt;
| 1 x 80 GB for OS, 1 x 400 GB for DB &lt;br /&gt;
| 8&lt;br /&gt;
|-&lt;br /&gt;
| File Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| Messaging Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 1 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; | &lt;br /&gt;
[http://www.cisco.com/cisco/software/release.html?mdfid=280970910&amp;amp;catid=278875240&amp;amp;softwareid=283929858&amp;amp;release=2.0&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all EIMWIM_Template_6_v2.0]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Deployment Option: &lt;br /&gt;
&lt;br /&gt;
750 Agents - Email and Chat or&amp;lt;br&amp;gt;360 Agents - BC and CallBack&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| Web Server &lt;br /&gt;
| 3 &lt;br /&gt;
| 1 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Application server &lt;br /&gt;
| 3 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| Services Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 8&lt;br /&gt;
|-&lt;br /&gt;
| Database Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 4 &lt;br /&gt;
| 1 x 80 GB for OS, 1 x 400 GB for DB &lt;br /&gt;
| 16&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| File Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| Messaging Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; | &lt;br /&gt;
[http://www.cisco.com/cisco/software/release.html?mdfid=280970910&amp;amp;catid=278875240&amp;amp;softwareid=283929858&amp;amp;release=2.0&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all EIMWIM_Template_7_v2.0]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Deployment Option: &lt;br /&gt;
&lt;br /&gt;
1000&amp;amp;nbsp;Agents - Email and Chat or&amp;lt;br&amp;gt;480 Agents - BC and CallBack&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| Web Server &lt;br /&gt;
| 4 &lt;br /&gt;
| 1 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 1&lt;br /&gt;
|-&lt;br /&gt;
| Application server &lt;br /&gt;
| 4&amp;amp;nbsp; &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| Services Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 8&lt;br /&gt;
|-&lt;br /&gt;
| Database Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 8 &lt;br /&gt;
| 1 x 80 GB for OS, 1 x 400 GB for DB &lt;br /&gt;
| 16&lt;br /&gt;
|-&lt;br /&gt;
| File Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| Messaging Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;6&amp;quot; | &lt;br /&gt;
[http://www.cisco.com/cisco/software/release.html?mdfid=280970910&amp;amp;catid=278875240&amp;amp;softwareid=283929858&amp;amp;release=2.0&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all EIMWIM_Template_8_v2.0]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Deployment Option: &lt;br /&gt;
&lt;br /&gt;
1250&amp;amp;nbsp;Agents - Email and Chat or&amp;lt;br&amp;gt;600&amp;amp;nbsp;Agents - BC and CallBack&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| Web Server &lt;br /&gt;
| 5&amp;amp;nbsp; &lt;br /&gt;
| 1 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 1&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| Application server &lt;br /&gt;
| 5 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 2&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
| Services Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 8&lt;br /&gt;
|-&lt;br /&gt;
| Database Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 8 &lt;br /&gt;
| 1 x 80 GB for OS, 1 x 400 GB for DB &lt;br /&gt;
| 16&lt;br /&gt;
|-&lt;br /&gt;
| File Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 2&lt;br /&gt;
|-&lt;br /&gt;
| Messaging Server &lt;br /&gt;
| 1 &lt;br /&gt;
| 2 &lt;br /&gt;
| 1 x 80GB &lt;br /&gt;
| 2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
== Cisco Media Blender  ==&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width: 1054px; height: 102px&amp;quot; border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;1&amp;quot; cellpadding=&amp;quot;1&amp;quot; width=&amp;quot;1054&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
&amp;amp;nbsp;'''Application, OVA Capacity and Notes+Download Link'''&lt;br /&gt;
&lt;br /&gt;
| &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; '''Contents&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;'''&amp;amp;nbsp;&amp;amp;nbsp; &lt;br /&gt;
| '''No of VM's to deploy of each component''' &lt;br /&gt;
| '''vCPU''' &lt;br /&gt;
| '''vDisk''' &lt;br /&gt;
| '''vRAM/Memory'''&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.cisco.com/cisco/software/release.html?mdfid=280970910&amp;amp;catid=278875240&amp;amp;softwareid=283929858&amp;amp;release=2.0&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all Cisco Media Blender]&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
Cisco Media Blender&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;br&amp;gt;1&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;br&amp;gt;2&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;br&amp;gt;1 x 80GB&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
&amp;lt;br&amp;gt;2&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
== Cisco&amp;amp;nbsp;Finesse  ==&lt;br /&gt;
&lt;br /&gt;
See also: &lt;br /&gt;
&lt;br /&gt;
*[[Virtualization for Cisco Finesse|Cisco&amp;amp;nbsp;Finesse]] &lt;br /&gt;
*[http://www.cisco.com/cisco/software/release.html?mdfid=283613135&amp;amp;flowid=30701&amp;amp;softwareid=284236523&amp;amp;release=8.5.3&amp;amp;relind=AVAILABLE&amp;amp;rellifecycle=&amp;amp;reltype=latest Cisco&amp;amp;nbsp;Finesse OVA Templates]&amp;amp;nbsp;&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ '''Supported OVA Templates: Cisco&amp;amp;nbsp;Finesse''' &lt;br /&gt;
|- style=&amp;quot;background: rgb(229,228,226)&amp;quot;&lt;br /&gt;
! Application, OVA Capacity and Notes+Download Link &lt;br /&gt;
! vCPU Cores &lt;br /&gt;
! vRAM / Memory &lt;br /&gt;
! vDisk &lt;br /&gt;
! vNIC &lt;br /&gt;
! Notes &lt;br /&gt;
! &amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! Finesse_2000_agents_v1.0_vmv7&amp;amp;nbsp; &lt;br /&gt;
| 4 &lt;br /&gt;
| 8&amp;amp;nbsp;GB &lt;br /&gt;
| 1x 146 GB &lt;br /&gt;
| 1 &lt;br /&gt;
| Release 8.5(3)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color: rgb(255,215,0)&amp;quot; | '''Back to:''' [[Unified Communications in a Virtualized Environment|Unified Communications in a Virtualized Environment]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Virtualization_for_Cisco_MediaSense</id>
		<title>Virtualization for Cisco MediaSense</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Virtualization_for_Cisco_MediaSense"/>
				<updated>2012-01-19T22:24:17Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{note| Product documentation may reflect varying names that appear in the application user interfaces and application programming interfaces of this product. These names may include Cisco Unified Media Capture Platform (Unified MCP), Media Capture Platform (MCP/mcp), or Open Recording Architecture (ORA/ora).}}&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
= Updates to this Page  =&lt;br /&gt;
&lt;br /&gt;
The following is a list of significant updates to this page: &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable FCK__ShowTableBorders&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Date &lt;br /&gt;
! Update&lt;br /&gt;
|-&lt;br /&gt;
| January 2012 &lt;br /&gt;
| Updated page with information on support for Release 8.5(4).&lt;br /&gt;
|-&lt;br /&gt;
| October 2011 &lt;br /&gt;
| Added support for Release 8.5(3) in the relevant links below, OVA template guidelines, and serial port log dump procedure.&lt;br /&gt;
|-&lt;br /&gt;
| June 2011 &lt;br /&gt;
| Updated all links to align with the new Virtualization strucutre at [[Unified Communications in a Virtualized Environment]].&lt;br /&gt;
|-&lt;br /&gt;
| April 2011 &lt;br /&gt;
| Added support for Release 8.5(2) in the relevant links below, OVA template guidelines, and serial port log dump procedure.&lt;br /&gt;
|-&lt;br /&gt;
| November 2010 &lt;br /&gt;
| Virtualization of Cisco MediaSense on UCS C Series hardware.&lt;br /&gt;
|-&lt;br /&gt;
| December 2010 &lt;br /&gt;
| Updated OVA template download link.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Information for Partners about Cisco MediaSense Deployments  =&lt;br /&gt;
&lt;br /&gt;
See [[Unified Communications in a Virtualized Environment]]. &lt;br /&gt;
&lt;br /&gt;
= VM-Specific Cisco MediaSense Hardware Requirements  =&lt;br /&gt;
&lt;br /&gt;
See [[Tested Reference Configurations (TRC)]]. &lt;br /&gt;
&lt;br /&gt;
Before you install the Cisco MediaSense software in any server, you must address the following requirements: &lt;br /&gt;
&lt;br /&gt;
*Only Cisco MediaSense must be running on this VM host. No other product can be installed on this server. &lt;br /&gt;
*If you are performing a fresh install of Cisco MediaSense in any deployment, be sure to verify that the virtual machine is also fresh (no previously-installed OS is present in the VM).&lt;br /&gt;
&lt;br /&gt;
= Cisco MediaSense-Specific Details for VMware Requirements  =&lt;br /&gt;
&lt;br /&gt;
See [[Unified Communications VMWare Requirements]] &lt;br /&gt;
&lt;br /&gt;
*Cisco UCS C-Series Servers, Cisco MediaSense ISO, and ESXi must be installed prior to the Cisco MediaSense installation. &lt;br /&gt;
*For other third-party software requirements and for a list of approved UCS servers, see the server requirements and version compatibility with Unified CM sections in the [http://www.cisco.com/en/US/products/ps11389/products_implementation_design_guides_list.html SRND for Cisco MediaSense]. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cisco MediaSense, Release 8.5(1)&amp;amp;nbsp; and 8.5(2)  ==&lt;br /&gt;
&lt;br /&gt;
All Cisco MediaSense servers run on VMs using the Unified Communications Operating System (Unified OS or UCOS). &lt;br /&gt;
&lt;br /&gt;
*Cisco MediaSense only supports UCS C210 M1 and M2 servers for Release 8.5(1). &lt;br /&gt;
*If you are using ESXi 4.1, be sure to [[Disable LRO|disable Large Receive Offload (LRO)]] on the ESXi 4.1 host.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cisco MediaSense, Release 8.5(3)  ==&lt;br /&gt;
&lt;br /&gt;
{{note| Cisco MediaSense has stringent requirements for the media disk size for any deployment. See the [http://www.cisco.com/en/US/products/ps11389/products_implementation_design_guides_list.html Solution Reference Network Design for Cisco MediaSense, Release 8.5(3)] for more information.}} &lt;br /&gt;
&lt;br /&gt;
Up to 60 terabytes of media storage is supported per cluster, divided into up to six 2TB virtual disks in each of five servers. This assumes that all nodes are B-series servers, for which Cisco MediaSense supports SAN storage. C-series servers, for which only direct attached drives are currently supported, are limited to two 2TB media storage partitions each. Also, no single media partition may be smaller than 200GB. &lt;br /&gt;
&lt;br /&gt;
See the following links for more information: &lt;br /&gt;
&lt;br /&gt;
*See the [[IO Operations Per Second (IOPS)#Cisco_MediaSense]] section for the IOPS specifications &lt;br /&gt;
*See the Compatibility Matrix section in the [http://www.cisco.com/en/US/products/ps11389/products_implementation_design_guides_list.html Solution Reference Network Design for Cisco MediaSense, Release 8.5(3)] guide for more information.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Cisco MediaSense, Release 8.5(4)  ==&lt;br /&gt;
&lt;br /&gt;
In addition to approved UCS servers, Cisco MediaSense 8.5(4) can also be installed on a Services Ready Engine (SRE) module inside a router. An SRE module is a router blade that has its own processors, storage, network interfaces, and memory. Support for SRE requires SRE v2.0 software. For more information about approved SRE models, see the [http://www.cisco.com/en/US/products/ps11389/products_implementation_design_guides_list.html Solution Reference Network Design for Cisco MediaSense, Release 8.5(4)].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are using ESXi 5.0, make sure that you [[Disable LRO|disable Large Receive Offload (LRO)]] on the ESXi 5.0 host. &lt;br /&gt;
&lt;br /&gt;
= Cisco MediaSense-Specific Information for OVA Templates  =&lt;br /&gt;
&lt;br /&gt;
If your partitions (VM&amp;amp;nbsp;disk configuration) are not aligned, your data replication between the primary and secondary servers may get congested and result in your data being out of sync. To avoid these problems, only use the VM&amp;amp;nbsp;templates provided by Cisco MediaSense.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See the following websites for more information:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[http://docwiki.cisco.com/wiki/Unified_Communications_Virtualization_Downloads_%28including_OVA/OVF_Templates%29#Cisco_MediaSense Unified Communications Virtualization Downloads (including OVA/OVF Templates).] &lt;br /&gt;
*[http://www.cisco.com/cisco/software/release.html?mdfid=283613140&amp;amp;softwareid=283733468&amp;amp;release=8.5.2&amp;amp;relind=AVAILABLE&amp;amp;rellifecycle=&amp;amp;reltype=latest Cisco MediaSense OVA Templates]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{caution| If your VM template or VM configuration does not meet the Cisco MediaSense requirements, it is possible for your installation to halt due to an unrecoverable error. See [[Installation: Installation halts with an unrecoverable error]].}} &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{note| Configure the primary server and secondary server in your Cisco MediaSense deployment to have identical hardware in terms of CPU configuration (number of CPUs and speed of the CPU), storage configuration (number of disks, speed of disk, and RAID setup), and memory. Be sure to keep both servers in the same network and run the same version of VMWare Hypervisor on both servers.}} &lt;br /&gt;
&lt;br /&gt;
= Cisco MediaSense-Specific Information for Sizing Guidelines  =&lt;br /&gt;
&lt;br /&gt;
The VM-specific sizing informaton required for Cisco MediaSense is additional virtual disks for media storage. See the [http://www.cisco.com/en/US/products/ps11389/products_implementation_design_guides_list.html SRND for Cisco MediaSense] for further information. &lt;br /&gt;
&lt;br /&gt;
= How to Dump Install Logs to the VM Serial Port&amp;lt;br&amp;gt; =&lt;br /&gt;
&lt;br /&gt;
See [[How to Dump Install Logs to the Serial Port of the Virtual Machine]]. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background-color: rgb(255,215,0)&amp;quot; | '''Back to:''' [[Unified Communications in a Virtualized Environment|Unified Communications in a Virtualized Environment]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/RTMT:_Unified_RTMT_connected_to_secondary_node,_does_not_show_alarm_information_if_the_primary_node_is_down</id>
		<title>RTMT: Unified RTMT connected to secondary node, does not show alarm information if the primary node is down</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/RTMT:_Unified_RTMT_connected_to_secondary_node,_does_not_show_alarm_information_if_the_primary_node_is_down"/>
				<updated>2012-01-19T20:08:54Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== RTMT does not show alarm info if the primary node is out of service  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| The Unified Real Time Monitoring Tool (Unified RTMT) is connected to the secondary node, but after logging in to RTMT, alarm information is not shown. Instead, an error is reported.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| Error polling alert status - AMC service is down&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| By default,&amp;amp;nbsp;the Primary Collector for the Alert Manager and Collector Service (AMC) is configured on the primary node, and&amp;amp;nbsp;the Failover Collector is not active. If the primary node is down, there is no available collector&amp;amp;nbsp;to which&amp;amp;nbsp;RTMT can connect.&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#When the primary node is in service, sign in to MediaSense administration, and then enter: '''&amp;lt;nowiki&amp;gt;https://&amp;lt;ip address&amp;gt;:8443/ccmadmin/serviceParamEdit.do&amp;lt;/nowiki&amp;gt;&amp;amp;nbsp;'''in the browser address field&amp;amp;nbsp;to access the Unified CM server parameter configuration page. &lt;br /&gt;
#Activate the Failover Collector for the Cisco AMC service.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| &amp;amp;nbsp;Release 8.5(1), Release 8.5(2), Release 8.5(3), Release&amp;amp;nbsp;8.5(4)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| &amp;amp;nbsp;CSCtx41763&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense,_Release_8.5]]&lt;br /&gt;
'''&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/RTMT:_Unified_RTMT_connected_to_secondary_node,_does_not_show_alarm_information_if_the_primary_node_is_down</id>
		<title>RTMT: Unified RTMT connected to secondary node, does not show alarm information if the primary node is down</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/RTMT:_Unified_RTMT_connected_to_secondary_node,_does_not_show_alarm_information_if_the_primary_node_is_down"/>
				<updated>2012-01-19T19:45:35Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== RTMT does not show alarm info if the primary node is out of service  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| The Unified Real Time Monitoring Tool (Unified RTMT) is connected to the secondary node, but after logging in to RTMT, alarm information is not shown. Instead, an error is reported.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| Error polling alert status - AMC service is down&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| By default,&amp;amp;nbsp;the Primary Collector for the Alert Manager and Collector Service (AMC) is configured on the primary node, and&amp;amp;nbsp;the Failover Collector is not active. If the primary node is down, there is no available collector&amp;amp;nbsp;to which&amp;amp;nbsp;RTMT can connect.&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#When the primary node is in service, sign in to MediaSense administration, and then enter: '''&amp;lt;nowiki&amp;gt;https://&amp;lt;ip address&amp;gt;:8443/ccmadmin/serviceParamEdit.do&amp;lt;/nowiki&amp;gt;&amp;amp;nbsp;'''in the browser address field&amp;amp;nbsp;to access the Unified CM server parameter configuration page. &lt;br /&gt;
#Activate the Failover Collector for the Cisco AMC service.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| &amp;amp;nbsp;Release 8.5(1), Release 8.5(2), Release 8.5(3), Release&amp;amp;nbsp;8.5(4)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| &amp;amp;nbsp;CSCtx41763&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense,_Release_8.5]]&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Configuration:_Starting_SNMP_on_MediaSense_causes_the_Host_Resource_Agent_to_hang_in_starting_state</id>
		<title>Configuration: Starting SNMP on MediaSense causes the Host Resource Agent to hang in starting state</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Configuration:_Starting_SNMP_on_MediaSense_causes_the_Host_Resource_Agent_to_hang_in_starting_state"/>
				<updated>2012-01-18T21:04:39Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Starting SNMP on MediaSense causes the Host Resource Agent to hang in starting state  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| When configuring community strings (using the Cisco Unified Serviceability pages) the SNMP Master Agent restarts when the configuration is saved. During the SNMP Master Agent restart, the Host Resource Agent hangs.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| A CriticalServiceDown alert is seen every 30 seconds in RTMT, and delivered by email if email alerts are configured.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| SNMP is not supported in MediaSense.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| &lt;br /&gt;
1. Remove/Clear the SNMP configuration &lt;br /&gt;
&lt;br /&gt;
2. Reboot the MediaSense server&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| Release 8.5(1), 8.5(2), 8.5(3), 8.5(4)&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| CSCtu21764&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense,_Release_8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Cisco_MediaSense_8.5</id>
		<title>Troubleshooting Tips for Cisco MediaSense 8.5</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Cisco_MediaSense_8.5"/>
				<updated>2012-01-18T21:00:09Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Back:''' [[Troubleshooting Cisco MediaSense]] &lt;br /&gt;
&lt;br /&gt;
'''Additional Troubleshooting Information''': [[Additional troubleshooting information for Cisco MediaSense 8.5]] &lt;br /&gt;
&lt;br /&gt;
'''Add tip:''' [[Create Contact Center Troubleshooting Tips]] &lt;br /&gt;
&lt;br /&gt;
'''Print PDF:''' [[Print Cisco MediaSense 8.5 Troubleshooting Tips]] &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{note | '''Cisco MediaSense product documentation reflects the fields and names used in the application user interfaces and application programming interfaces of this product. Effective Release 8.5(2), these names are restricted to Cisco MediaSense and Open Recording Architecture (ORA/ora).'''}} &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The following tips were added by Cisco Documentation: &lt;br /&gt;
&lt;br /&gt;
== API  ==&lt;br /&gt;
&lt;br /&gt;
*[[API: Incorrect participant duration]] &lt;br /&gt;
*[[API: MediaSense application sign-in fails with administration credentials]] &lt;br /&gt;
*[[API: Missing events and closed subscription]] &lt;br /&gt;
*[[API: Incorrect session or participant duration]]&lt;br /&gt;
&lt;br /&gt;
== Administration  ==&lt;br /&gt;
&lt;br /&gt;
*[[Administration: Administration Login returns unexpected error]] &lt;br /&gt;
*[[Administration: Unable to access Administration and Serviceability UI on a newly installed system]] &lt;br /&gt;
*[[Administration: Unknown request error display]]&lt;br /&gt;
&lt;br /&gt;
== Configuration  ==&lt;br /&gt;
&lt;br /&gt;
*[[Configuration: Call between two RT phones is not recorded]] &lt;br /&gt;
*[[Configuration: Calls using g.722 codec are not recorded]] &lt;br /&gt;
*[[Configuration: Configuration and Recording meta data is not synchronized between Primary and Secondary Servers]] &lt;br /&gt;
*[[Configuration: Conversation after a transfer is not recorded on RT-Lite phones]] &lt;br /&gt;
*[[Configuration: Failure to playback audio or video when using RT video phone]] &lt;br /&gt;
*[[Configuration: MediaSense application does not record even if recording is enabled]] &lt;br /&gt;
*[[Configuration: Starting SNMP on MediaSense causes the Host Resource Agent to hang in starting state]]&lt;br /&gt;
&lt;br /&gt;
== Database  ==&lt;br /&gt;
&lt;br /&gt;
*[[Database: Database not updated after event forwarding]] &lt;br /&gt;
*[[Database: Database no longer accepts data]]&lt;br /&gt;
&lt;br /&gt;
== General  ==&lt;br /&gt;
&lt;br /&gt;
*[[General: Performance issues as a result of hardware failure]] &lt;br /&gt;
*[[General: RTSP live monitoring sessions fail when using CUBE]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Installation  ==&lt;br /&gt;
&lt;br /&gt;
*[[Installation: Installation halts with an unrecoverable error|Installation: Installation halts with an unrecoverable error]]&lt;br /&gt;
&lt;br /&gt;
== Upgrade  ==&lt;br /&gt;
&lt;br /&gt;
*[[Upgrade: Sync after switch version failed]] &lt;br /&gt;
*[[Upgrade: Data out of sync after upgrade]]&lt;br /&gt;
&lt;br /&gt;
== Recording  ==&lt;br /&gt;
&lt;br /&gt;
*[[Recording: QuickTime does not playback G.729 recording, but status bar keep moving]]&lt;br /&gt;
&lt;br /&gt;
== RTMT  ==&lt;br /&gt;
&lt;br /&gt;
*[[RTMT: Unable to login to RTMT from the primary server]] &lt;br /&gt;
*[[RTMT: Unified RTMT connected to secondary node, does not show alarm information if the primary node is down]]&lt;br /&gt;
&lt;br /&gt;
== Runtime  ==&lt;br /&gt;
&lt;br /&gt;
*[[Runtime: MediaSense server is unable to keep up with incoming recordings]] &lt;br /&gt;
*[[Runtime: Media server rejects open RTSP session]] &lt;br /&gt;
*[[Runtime: Open RTSP session to MediaSense failed with timeout]] &lt;br /&gt;
*[[Runtime: Close recording session failed with timeout]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Configuration:_Starting_SNMP_on_MediaSense_causes_the_Host_Resource_Agent_to_hang_in_starting_state</id>
		<title>Configuration: Starting SNMP on MediaSense causes the Host Resource Agent to hang in starting state</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Configuration:_Starting_SNMP_on_MediaSense_causes_the_Host_Resource_Agent_to_hang_in_starting_state"/>
				<updated>2011-11-18T02:40:05Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: Created page with &amp;quot;== Starting SNMP on MediaSense causes the Host Resource Agent to hang in starting state ==  {| border=&amp;quot;1&amp;quot; |- ! '''Problem Summary'''  | When configuring community strings (using ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Starting SNMP on MediaSense causes the Host Resource Agent to hang in starting state ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| When configuring community strings (using the Cisco Unified Serviceability pages) the SNMP Master Agent restarts when the configuration is saved. During the SNMP Master Agent restart, the Host Resource Agent hangs.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| A CriticalServiceDown alert is seen every 30 seconds in RTMT, and delivered by email if email alerts are configured.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| SNMP is not supported in MediaSense.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| &lt;br /&gt;
1. Remove/Clear the SNMP configuration&lt;br /&gt;
&lt;br /&gt;
2. Reboot the MediaSense server&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| Release 8.5(1), 8.5(2), 8.5(3)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| CSCtu21764&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;[[Category:Cisco MediaSense, Release 8.5]] &amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/API:_MediaSense_application_sign-in_fails_with_administration_credentials</id>
		<title>API: MediaSense application sign-in fails with administration credentials</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/API:_MediaSense_application_sign-in_fails_with_administration_credentials"/>
				<updated>2011-11-15T13:59:28Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;amp;nbsp;MediaSense application sign-in fails with administration credentials&amp;lt;br&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| When using administration credentials to access the MediaSense APIs, the sign-in fails.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| Your login credentials (username or password ) are invalid&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| The user attempts&amp;amp;nbsp;an application&amp;amp;nbsp;sign-in using administration credentials.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| &lt;br /&gt;
MediaSense application sign-in requires&amp;amp;nbsp;a separate&amp;amp;nbsp;API User with&amp;amp;nbsp;credentials&amp;amp;nbsp;that are different from the Administration Credentials. An API user can be&amp;amp;nbsp;specified using the MediaSense Administration interface&amp;amp;nbsp;(API users can be imported from the list of Unified CM users).&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
In&amp;amp;nbsp;Unified CM you should choose (or configure) one or more ''end users&amp;amp;nbsp;''that will&amp;amp;nbsp;be used as MediaSense API users. After you do this,&amp;amp;nbsp;use the following steps to&amp;amp;nbsp;specify&amp;amp;nbsp;the Unified CM end users as&amp;amp;nbsp;API users in MediaSense: &lt;br /&gt;
&lt;br /&gt;
#Sign in to Cisco MediaSense administration by pointing your browser to http://servername/oraadmin, where servername is the IP address of the MediaSense server &lt;br /&gt;
#Choose Administration &amp;amp;gt; MediaSense User Configuration &lt;br /&gt;
#Click '''Manage MediaSense Users''', to display the ''Unified CM Users ''list and the ''MediaSense API Users'' list &lt;br /&gt;
#Select and import&amp;amp;nbsp;the&amp;amp;nbsp;Unified CM users&amp;amp;nbsp;that you want to&amp;amp;nbsp;specify as API users&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| Release 8.5(1), 8.5(2), 8.5(3), 8.5(4).&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| None&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;amp;nbsp; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense,_Release_8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Installation:_Installation_halts_with_an_unrecoverable_error</id>
		<title>Installation: Installation halts with an unrecoverable error</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Installation:_Installation_halts_with_an_unrecoverable_error"/>
				<updated>2011-11-03T17:49:43Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
== The installation halts with an unrecoverable error  ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary''' &lt;br /&gt;
| The installation fails with an unrecoverable error.&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message''' &lt;br /&gt;
| Installation has encountered an unrecoverable internal error&amp;lt;br&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''' &lt;br /&gt;
| &lt;br /&gt;
The VM&amp;amp;nbsp;Template or the VM&amp;amp;nbsp;configuration does not meet the requirements. See [http://www.cisco.com/cisco/software/release.html?mdfid=283613140&amp;amp;softwareid=283733468&amp;amp;release=8.5.1&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all the Software Download page] for a list of supported VM&amp;amp;nbsp;templates. &lt;br /&gt;
&lt;br /&gt;
See the&amp;amp;nbsp;''Unified MCP-Specific Information for OVA Templates'' section in the&amp;amp;nbsp;[[Virtualization for Cisco MediaSense]] website.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action''' &lt;br /&gt;
| &lt;br /&gt;
Verify that the VM&amp;amp;nbsp;configuration meets the minimum system requirements such as number of CPUs and other requirements specified in the read-me file for each supported VM&amp;amp;nbsp;template. &lt;br /&gt;
&lt;br /&gt;
Cisco MediaSense, beginning with Release 8.5(2), only supports the VM templates listed in [http://www.cisco.com/cisco/software/release.html?mdfid=283613140&amp;amp;softwareid=283733468&amp;amp;release=8.5.1&amp;amp;rellifecycle=&amp;amp;relind=AVAILABLE&amp;amp;reltype=all the Software Download page].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release''' &lt;br /&gt;
| Release 8.5(2) and Release 8.5(3).&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #''' &lt;br /&gt;
| None.&amp;lt;br&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco_MediaSense,_Release_8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Set_Call_Data_API_Request_does_not_invoke_CALL_DATA_UDPATE</id>
		<title>Set Call Data API Request does not invoke CALL DATA UDPATE</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Set_Call_Data_API_Request_does_not_invoke_CALL_DATA_UDPATE"/>
				<updated>2011-07-05T14:32:45Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Set Call Data API Request does not invoke CALL_DATA_UDPATE ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| The Set Call Data API request returns a successful reponse, but no CALL_DATA_UPDATE is received.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| You have sent a Set Call Data API request with one or more invalid variable parameters and ''no'' valid variable parameters. (For example, you sent the variable field as callWrapUpData instead of callWrapupData. This is invalid due to the difference in case for the letter 'u'.)&lt;br /&gt;
The SET_CALL_DATA_REQ must cause a change in a valid call variable. Finesse does not verify fields sent in a SET CALL DATA API request. Sending an invalid variable does not prompt a CALL_DATA_UPDATE from CTI unless other valid variables are sent along with it. A successul response indicates that the request was received, but does not mean that the request has changed the variables.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Verify the syntax of the variable and resend the request.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 8.5(1)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Desktop:_Offhook_Behavior_in_Agent_Desktop</id>
		<title>Desktop: Offhook Behavior in Agent Desktop</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Desktop:_Offhook_Behavior_in_Agent_Desktop"/>
				<updated>2011-07-05T14:27:16Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Desktop: Offhook Behavior in Agent Desktop ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| The agent takes the phone off hook. The Finesse Desktop shows the agent state as Talking but shows no call appearance.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| This release does not support the SERVICE_INIT event. Therefore, taking the phone off hook does not send an event to the desktop.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| A call appears on the desktop once the agent originates a call. &lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 8.5(1)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Desktop:_Desktop_Tools_are_Unresponsive_or_Disabled</id>
		<title>Desktop: Desktop Tools are Unresponsive or Disabled</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Desktop:_Desktop_Tools_are_Unresponsive_or_Disabled"/>
				<updated>2011-07-05T14:25:36Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Desktop: Desktop Tools are Unresponsive or Disabled ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| The desktop components are non-responsive.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| HTTP 500 or HTTP 503&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| A 500 error indicates that a connection to the CTI server is lost, or it is in OUT_OF_SERVICE status.&lt;br /&gt;
A 503 error indicates that the connection is in the PARTIAL_SERVICE status.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Try these actions in the sequence listed:&lt;br /&gt;
* This disabled condition might be temporary. The agent can sign out of the desktop and then sign in again.&lt;br /&gt;
* The Administrator can check the network connections.&lt;br /&gt;
* The Administrator can launch the Serviceability Console to check the status of the service and to perform a Restart if necessary.&lt;br /&gt;
* The Administrator can run CLI commands to view that status, and if needed, to restart the services.&lt;br /&gt;
* The Administrator can check to see if the CTI Server is up and running.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 8.5(1)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
|None'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Desktop:_Desktop_Does_Not_Recognize_Calls_Active_during_Sign_In_or_Browser_Refresh</id>
		<title>Desktop: Desktop Does Not Recognize Calls Active during Sign In or Browser Refresh</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Desktop:_Desktop_Does_Not_Recognize_Calls_Active_during_Sign_In_or_Browser_Refresh"/>
				<updated>2011-07-05T14:23:42Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Desktop: Desktop Does Not Recognize Calls Active during Sign In or Browser Refresh ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| The Finesse desktop does not show calls that are active while the agent is signing in or refreshing the browser.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| This release of Finesse does not support the Call Snapshot API.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| None. These calls are not recognized in the current 8.5(1) release.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 8.5(1)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Desktop:_Button_Behavior_is_Incorrect_or_Generates_Errors</id>
		<title>Desktop: Button Behavior is Incorrect or Generates Errors</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Desktop:_Button_Behavior_is_Incorrect_or_Generates_Errors"/>
				<updated>2011-07-05T14:20:24Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Desktop: Button Behavior is Incorrect or Generates Errors ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| Clicking a button on the desktop does not result in the expected action or generates an error.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| Various&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| This can happen when the Finesse Web Service disconnects and then reconnects to the CTI server at a time when no actions are occurring in the desktop. The desktop is unaware of the disconnect/reconnect and continues to show the &amp;quot;stale&amp;quot; state before the disconnect/reconnect.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Restore the desktop to a normal state by signing out and signing back in.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 8.5(1)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Desktop:_Agent_State_Spontaneous_Change_to_Not_Ready</id>
		<title>Desktop: Agent State Spontaneous Change to Not Ready</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Desktop:_Agent_State_Spontaneous_Change_to_Not_Ready"/>
				<updated>2011-07-05T14:18:58Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Desktop: Agent State Spontaneous Change to Not Ready ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| The agent is signed in and engaged in operations when the Agent State changes to Not Ready.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| This can happen when the Agent PG recycles or when there is a reconnect between CTIServer and the PIM, or between the PIM and OPC, or between OPC and the router. While the call might be maintained, the Agent State changes to Not Ready.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| This is a temporary condition and should be resolved if the agent signs out and then signs back in.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 8.5(1)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Desktop:_Agent_State_Spontaneous_Change_to_Not_Ready</id>
		<title>Desktop: Agent State Spontaneous Change to Not Ready</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Desktop:_Agent_State_Spontaneous_Change_to_Not_Ready"/>
				<updated>2011-07-05T14:15:29Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Desktop: Agent State Spontaneous Change to Not Ready ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| The agent is signed in and engaged in operations when the Agent State changes to Not Ready.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| This can happen when the Agent PG recycles or when there is a reconnect between CTIServer and the PIM, or between the PIM and OPC, or between OPC and the router. While the call might be maintained, the Agent State changes to Not Ready.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| This is a temporary condition and should be resolved after the agent signs out and then signs back in.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 8.5(1)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Desktop:_Agent_State_Changes</id>
		<title>Desktop: Agent State Changes</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Desktop:_Agent_State_Changes"/>
				<updated>2011-07-05T14:13:11Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Desktop: Agent State Changes ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| What valid state changes can an agent make from the agent state dropdown menu?&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| Invalid state change.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| N/A&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| All agents can change their states as follows:&lt;br /&gt;
* From: Ready (Available) To: Not Ready&lt;br /&gt;
* From: Not Ready To: Ready (Available)&lt;br /&gt;
* From: Not Ready To: Logout&lt;br /&gt;
* From: Not Ready To: Not Ready with a different Reason Code&lt;br /&gt;
* From: Talking on an incoming or outbound call To: Not Ready&lt;br /&gt;
* From: Talking on an incoming or outbound call To: Ready (Available) if wrapup is not allowed or is optional. &lt;br /&gt;
* From: Work (CCE only) on an incoming or outbound call To: Not Ready&lt;br /&gt;
* From: Work (CCE only) on an incoming or outbound call To: Ready (Available) if wrapup is required or is optional.&lt;br /&gt;
&lt;br /&gt;
{{note| The WORK_NOT_READY agent state is not supported in Cisco Finesse.}}&lt;br /&gt;
&lt;br /&gt;
The following supported states are changed as a result of call events. The agent does not control them or actively select them in the Desktop:&lt;br /&gt;
* Busy Other(CCE only)&lt;br /&gt;
* Reserved &lt;br /&gt;
* Unknown (CCE only)&lt;br /&gt;
* Active (CCE only)&lt;br /&gt;
* Paused (CCE only)&lt;br /&gt;
* Interrupted (CCE only)&lt;br /&gt;
* Not Active (CCE only)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 8.5(1)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Desktop:_Agent_Signs_In_with_Multiple_Browser_Sessions</id>
		<title>Desktop: Agent Signs In with Multiple Browser Sessions</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Desktop:_Agent_Signs_In_with_Multiple_Browser_Sessions"/>
				<updated>2011-07-05T14:11:48Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Desktop: Agent Signs In with Multiple Browser Sessions ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| An agent signs in to the Finesse Desktop using more than one simultaneous browser session.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| Various&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
|  Sign out of all browser sessions but one. Results are unpredictable otherwise.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release number 8.5(1)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
|N/A'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Desktop:_Agent_Password_Required_for_Sign_In</id>
		<title>Desktop: Agent Password Required for Sign In</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Desktop:_Agent_Password_Required_for_Sign_In"/>
				<updated>2011-07-05T14:10:04Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Desktop: Agent Password Required for Sign In ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| The agent enters an ID and extension but no password on the Cisco Finesse Sign In page. The agent then clicks Sign In. The screen displays a message that &amp;quot;The Desktop is connecting ... &amp;quot;,  but the desktop does not open.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| The agent was created in Unified CCE with no password. Agent Password is an optional field in Unified CCE configuration. It is a ''required field''  for Cisco Finesse.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
|  Launch the Unified CCE Configuration Manager. Open Agent Explorer. Locate the agent from the list of agents in the left pane.  See the corresponding Agent tab on the right pane. Enter a password for this agent and save the record. Cisco Finesse will recognize the password instantly.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 8.5(1).&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Desktop:_Agent_Password_Required_for_Sign_In</id>
		<title>Desktop: Agent Password Required for Sign In</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Desktop:_Agent_Password_Required_for_Sign_In"/>
				<updated>2011-07-05T14:08:54Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Desktop: Agent Password Required for Sign In ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| The agent enters an ID and extension but no password on the Cisco Finesse Sign In page. The agent then clicks Sign In. The screen displays a message that &amp;quot;The Desktop is connecting ... &amp;quot;,  but the desktop does not open.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| The agent was created in Unified CCE with no password. Agent Password is an optional field in Unified CCE configuration. It is a ''required field''  for Cisco Finesse.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
|  Launch Unified CCE Configuration Manager. Open Agent Explorer. Locate the agent from the list of agents in the left pane.  See the corresponding Agent tab on the right pane. Enter a password for this agent and save the record. Cisco Finesse will recognize the password instantly.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 8.5(1).&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Desktop_Errors:_Network_Connections</id>
		<title>Desktop Errors: Network Connections</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Desktop_Errors:_Network_Connections"/>
				<updated>2011-07-05T14:06:53Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Desktop Errors: Network Connections ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| The following errors might appear in the desktop for various network issues.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| 1. The desktop is having trouble connecting to the server, please check your network connection.&lt;br /&gt;
&lt;br /&gt;
2. The desktop is having trouble making network requests. Please contact the administrator.&lt;br /&gt;
&lt;br /&gt;
3. The desktop is having trouble connecting to the notification server. Please try refreshing the page or sign back in. Contact your administrator if the problem persists.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause''&lt;br /&gt;
| Various. See below.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| 1. This error indicates that your network is offline.&lt;br /&gt;
&lt;br /&gt;
2. The Finesse server is in a bad state and cannot process the request. There might have been a network timeout or an internal server error such as a lost connection to the CTI server. Refer to the HTTP Errors topic in the Cisco Finesse Web Services Developer Guide. Addressing the error code and restarting the Finesse server could resolve the issue. &lt;br /&gt;
&lt;br /&gt;
3. This is an indication that the Finesse Notification Service is down or misconfigured. In most cases, a reload of the page or signing in again will resolve the issue. If it does not, access the Serviceability console (//&amp;lt;HOST ADDRESS&amp;gt;/cfservice) and restart the Cisco Finesse Notification Service and/or Cisco Finesse Web Services.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 8.5(1)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Desktop_Errors:_Call_Control</id>
		<title>Desktop Errors: Call Control</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Desktop_Errors:_Call_Control"/>
				<updated>2011-07-05T14:05:47Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Desktop Errors: Call Control ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| The following errors  might appear in the agent desktop for call control issues.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &lt;br /&gt;
# Unavailable in current state. &lt;br /&gt;
# Error making call.&lt;br /&gt;
# Operation failed. Try phone controls for this action. If the problem persists, sign out and sign in again after your calls. (holding / retrieving / conferencing / transferring / ending call)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| &lt;br /&gt;
# This means that the agent tried to take an action that is not allowed until he is in a certain state - for example, an agent cannot place a call from the READY state.&lt;br /&gt;
# The destination may be busy or the number may be wrong.&lt;br /&gt;
# There is a race condition. You already tried to perform an action on the call but the event did not come through.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| &lt;br /&gt;
# Avoid actions which are not allowed in a given state.&lt;br /&gt;
# You may need to disconnect the call and retry.&lt;br /&gt;
# Verify if your intended operation is complete.  If yes, the call appearance on the UI should be updated accordingly.  If not, then try hard phone controls for the intended action. If the UI is not updated accordingly, then sign out and sign back in after you have completed your call.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 8.5(1)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
|None'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Desktop_Error:_Invalid_Session._Your_session_has_expired.</id>
		<title>Desktop Error: Invalid Session. Your session has expired.</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Desktop_Error:_Invalid_Session._Your_session_has_expired."/>
				<updated>2011-07-05T14:04:52Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Desktop Error: Invalid Session. Your session has expired. ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| The following error message is displayed while you are signed in to the Finesse desktop.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &amp;quot;Your session has expired. Please sign in again.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| You have been signed in and inactive for longer than 24 hours.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Sign-out and then sign-in again.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 8.5(1) &lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Desktop_Error:_Invalid_Session._Your_session_has_expired.</id>
		<title>Desktop Error: Invalid Session. Your session has expired.</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Desktop_Error:_Invalid_Session._Your_session_has_expired."/>
				<updated>2011-07-05T14:04:30Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Desktop Error: Invalid Session. Your session has expired. ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| The following error message displays while you are signed in to the Finesse desktop.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &amp;quot;Your session has expired. Please sign in again.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| You have been signed in and inactive for longer than 24 hours.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Sign-out and then sign-in again.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 8.5(1) &lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Desktop_Errors:_Server_Authentication_Failure</id>
		<title>Desktop Errors: Server Authentication Failure</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Desktop_Errors:_Server_Authentication_Failure"/>
				<updated>2011-07-04T18:46:57Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Desktop Errors: Server Authentication Failure ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| The agent sees this error when attempting to sign in to the Cisco Finesse Desktop.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| Server authentication failure. Please try again or contact your system administrator.&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| There are several possible causes for this error. Recommended actions are listed below.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| &lt;br /&gt;
* Ensure that the device associated with the agent extension is active.&lt;br /&gt;
* Ensure that all Finesse Services are started. To do this, sign in to the Serviceability Console.&lt;br /&gt;
* Ensure that forward and reverse DNS are set up correctly and that a valid host and domain were entered during the installation.&lt;br /&gt;
* Ensure that you are using Unified Contact Center Enterprise and Unified CM, Release 8.5(1).&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 8.5(1)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Desktop_Errors:_Call_Control</id>
		<title>Desktop Errors: Call Control</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Desktop_Errors:_Call_Control"/>
				<updated>2011-07-04T18:45:40Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Desktop Errors: Call Control ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| Errors  might appear in the agent desktop for call control issues.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &lt;br /&gt;
# Unavailable in current state. &lt;br /&gt;
# Error making call.&lt;br /&gt;
# Operation failed. Try phone controls for this action. If the problem persists, sign out and sign in again after your calls. (holding / retrieving / conferencing / transferring / ending call)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| &lt;br /&gt;
# This means that the agent tried to take an action that is not allowed until he is in a certain state - for example, an agent cannot place a call from the READY state.&lt;br /&gt;
# The destination may be busy or the number may be wrong.&lt;br /&gt;
# There is a race condition. You already tried to perform an action on the call but the event did not come through.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| &lt;br /&gt;
# Avoid actions which are not allowed in a given state.&lt;br /&gt;
# You may need to disconnect the call and retry.&lt;br /&gt;
# Verify if your intended operation is complete.  If yes, the call appearance on the UI should be updated accordingly.  If not, then try hard phone controls for the intended action. If the UI is not updated accordingly, then sign out and sign back in after you have completed your call.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 8.5(1)&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
|None'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Desktop_Error:_Invalid_Session._Your_session_has_expired.</id>
		<title>Desktop Error: Invalid Session. Your session has expired.</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Desktop_Error:_Invalid_Session._Your_session_has_expired."/>
				<updated>2011-07-04T18:42:38Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Desktop Error: Invalid Session. Your session has expired. ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| This error message displays while you are signed in to the Finesse desktop.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &amp;quot;Your session has expired. Please sign in again.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| You have been signed in and inactive for longer than 24 hours.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Sign-out and then sign-in again.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 8.5(1) &lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Desktop_Error:_Invalid_Session._Your_session_has_expired.</id>
		<title>Desktop Error: Invalid Session. Your session has expired.</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Desktop_Error:_Invalid_Session._Your_session_has_expired."/>
				<updated>2011-07-04T18:42:14Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Desktop Error: Invalid Session. Your session has expired. ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| This error message displays while you are signed in to the Finesse desktop.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| &amp;quot;Your session has expired. Please sign in again.&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| You have been signed in and inactive for longer than 24 hours.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
| Sign-out and sign-in again.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 8.5(1) &lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	<entry>
		<id>http://docwiki.cisco.com/wiki/Desktop:_Agent_Password_Required_for_Sign_In</id>
		<title>Desktop: Agent Password Required for Sign In</title>
		<link rel="alternate" type="text/html" href="http://docwiki.cisco.com/wiki/Desktop:_Agent_Password_Required_for_Sign_In"/>
				<updated>2011-07-04T18:41:06Z</updated>
		
		<summary type="html">&lt;p&gt;Kemacdon: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Desktop: Agent Password Required for Sign In ==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! '''Problem Summary'''&lt;br /&gt;
| The agent enters an ID and extension but no password on the Cisco Finesse Sign In page. The agent then clicks Sign In. The screen displays a message that &amp;quot;The Desktop is connecting ... &amp;quot;,  but the desktop does not open.&lt;br /&gt;
|-&lt;br /&gt;
! '''Error Message'''&lt;br /&gt;
| None&lt;br /&gt;
|-&lt;br /&gt;
! '''Possible Cause'''&lt;br /&gt;
| The agent was created in Unified CCE with no password. Agent Password is an optional field in Unified CCE configuration. It is a ''required field'' for Cisco Finesse.&lt;br /&gt;
|-&lt;br /&gt;
! '''Recommended Action'''&lt;br /&gt;
|  Launch Unified CCE Configuration Manager. Open Agent Explorer. Locate the agent from the list of agents in the left pane.  See the corresponding Agent tab on the right pane. Enter a password for this agent and save the record. Cisco Finesse will recognize the password instantly.&lt;br /&gt;
|-&lt;br /&gt;
! '''Release'''&lt;br /&gt;
| Release 8.5(1).&lt;br /&gt;
|-&lt;br /&gt;
! '''Associated CDETS #'''&lt;br /&gt;
| None'''&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Cisco Finesse, Release 8.5]]&lt;/div&gt;</summary>
		<author><name>Kemacdon</name></author>	</entry>

	</feed>