<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>codesalot.com &#187; Installation</title>
	<atom:link href="http://www.codesalot.com/tag/installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codesalot.com</link>
	<description>Thoughts, ponderings and technical solutions, tips and tricks about Unified Communications and Video Conferencing</description>
	<lastBuildDate>Wed, 21 Apr 2010 19:36:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Communicator Phone Edition &#8211; Update Issues</title>
		<link>http://www.codesalot.com/2010/communicator-phone-edition-update-issues/</link>
		<comments>http://www.codesalot.com/2010/communicator-phone-edition-update-issues/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 14:32:52 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Unified Communications]]></category>
		<category><![CDATA[Communicator Phone Edition]]></category>
		<category><![CDATA[CPE]]></category>
		<category><![CDATA[Device Updater]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[OCS 2007 R2]]></category>
		<category><![CDATA[problems]]></category>

		<guid isPermaLink="false">http://www.codesalot.com/?p=107</guid>
		<description><![CDATA[After following several guides to configuring the device update service in OCS 2007 R2, including Rui Silvas trilogy and Rick Varvels guide, I still couldn&#8217;t get the phones to update the software. All logs were showing that it had worked, the Update service logs showing that the phone had found the right sw, and IIS logs [...]]]></description>
			<content:encoded><![CDATA[<p>After following several guides to configuring the device update service in OCS 2007 R2, including Rui Silvas <a href="http://blogs.technet.com/ucspotting/archive/2009/03/11/troubleshooting-ocs-2007-r2-device-update-service-for-communicator-phone-edition.aspx" target="_blank">trilogy</a> and Rick Varvels <a href="http://blogs.technet.com/rickva/archive/2009/10/03/ocpe-device-tanjay-upgrade-guide.aspx" target="_blank">guide</a>, I still couldn&#8217;t get the phones to update the software.</p>
<p>All logs were showing that it had worked, the Update service logs showing that the phone had found the right sw, and IIS logs showing me a 200 OK sent to all phones&#8230;</p>
<p>Troubleshooting finally led me to try downloading the CPE.nbt file manually from</p>
<p><em>http://frontendfqdn/DeviceUpdateFiles_Int/OCInterim/ENU/cpe.nbt</em></p>
<p>which just gave me a blank page.</p>
<p>I tried comparing the IIS configuration to one I knew was working, and saw that I had a lot less IIS roles installed on the one that was not working.</p>
<p>When I installed this Front End server, i used the commands in <a href="http://www.codesalot.com/2009/installing-ocs-2007-r2-prerequisites-on-windows-server-2008/" target="_blank">this</a> post to install the prereqs. Turns out that if you are going to use CPE, you will probably also need the &#8220;Static Content&#8221; role service in IIS to configure the correct MIME types on the fileextensions the update serrvice uses.</p>
<p>There exists default MIME types for both the .xml and the .cat extensions that is used by the updater. There is however no default for the .nbt extension.</p>
<p>If this role service is not installed, the updater does not work. You will have to add this feature, and then manually add the correct MIME types to the DeviceUpdateFiles_Int/ and DeviceUpdateFiles_Ext/ folders, which should be:</p>
<blockquote><p><em>&lt;mimeMap fileExtension=&#8221;.nbt&#8221; mimeType=&#8221;binary/octet-stream&#8221; /&gt;</em></p>
<p><em><span style="font-size: x-small;">&lt;mimeMap fileExtension=&#8221;.cat&#8221; mimeType=&#8221;binary/octet-stream&#8221; /&gt;</span></em></p>
<p><em><span style="font-size: x-small;">(I have no idea as to why the bottom one is smaller than the other, but I cant get them equal size for some reason :S)</span></em></p></blockquote>
<p>Hey presto! The phones update themselves like magic has happened!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codesalot.com/2010/communicator-phone-edition-update-issues/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Installing OCS 2007 R2 Prerequisites on Windows Server 2008</title>
		<link>http://www.codesalot.com/2009/installing-ocs-2007-r2-prerequisites-on-windows-server-2008/</link>
		<comments>http://www.codesalot.com/2009/installing-ocs-2007-r2-prerequisites-on-windows-server-2008/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 11:09:40 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Unified Communications]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[OCS]]></category>
		<category><![CDATA[OCS 2007 R2]]></category>
		<category><![CDATA[prerequisites]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://www.codesalot.com/?p=47</guid>
		<description><![CDATA[This post was not written by me, but by my excellent colleague Ståle. Kudos! Pay his blog a visit ^^ TI &#8212; Commands to install the necessary prerequisites for OCS 2007 R2 on Windows Server 2008 Front End on Windows Server 2008 Servermanagercmd.exe -install web-windows-auth web-mgmt-compat web-mgmt-console web-http-logging msmq-server msmq-directory powershell was-process-model was-config-apis rsat-addc Installs the [...]]]></description>
			<content:encoded><![CDATA[<p>This post was not written by me, but by my excellent colleague <a href="http://msunified.net/2009/08/12/installing-ocs-2007-r2-prerequisites-on-windows-server-2008/" target="_blank">Ståle</a>. Kudos! Pay his blog a visit ^^</p>
<p>TI</p>
<p>&#8212;</p>
<p>Commands to install the necessary prerequisites for OCS 2007 R2 on Windows Server 2008</p>
<p><strong>Front End on Windows Server 2008<br />
</strong><em>Servermanagercmd.exe -install web-windows-auth web-mgmt-compat web-mgmt-console web-http-logging msmq-server msmq-directory powershell was-process-model was-config-apis rsat-addc</em></p>
<p>Installs the following components:</p>
<ul>
<li>[Web-Windows-Auth] – Windows Authentication</li>
<li>[Web-Mgmt-Compat] – IIS 6 Management Compatibility</li>
<li>[MSMQ-Server] – Message Queuing Server</li>
<li>[MSMQ-Directory] – Directory Service Integration</li>
<li>[RSAT-ADDC] – Active Directory Domain Controller Tools</li>
<li>[WAS-Process-Model] – Process Model</li>
<li>[WAS-Config-APIs] – Configuration APIs</li>
<li>[Web-Mgmt-Console] – IIS Management Console</li>
<li>[Web-Http-Logging] – HTTP Logging</li>
<li>[PowerShell] – Windows PowerShell</li>
</ul>
<p>The last 3 in the list are not required, but they are highly recommended. IIS 7.0 Management Console is IMHO much easier to use than the IIS 6.0 version. The logging tools often come in handy when troubleshooting OCS IIS issues and PowerShell makes working with OCS WMI values a piece of cake.</p>
<p><strong>Monitoring Server on Windows Server 2008</strong><br />
<em>Servermanagercmd.exe -install msmq-server msmq-directory</em></p>
<p>Installs the following components:</p>
<ul>
<li>[MSMQ-Server] – Message Queuing Server</li>
<li>[MSMQ-Directory] – Directory Service Integration</li>
</ul>
<p><strong>CWA Server on Windows Server 2008</strong><br />
<em>Servermanagercmd.exe -install web-windows-auth web-mgmt-compat web-mgmt-console web-http-logging </em></p>
<p>Installs the following components:</p>
<ul>
<li>[Web-Windows-Auth] – Windows Authentication</li>
<li>[Web-Mgmt-Compat] – IIS 6 Management Compatibility</li>
<li>[Web-Mgmt-Console] – IIS Management Console</li>
<li>[Web-Http-Logging] – HTTP Logging</li>
</ul>
<p><strong>Mediation Server on Windows Server 2008</strong><br />
<em>Servermanagercmd.exe -install rsat-addc</em></p>
<p>Installs the following components:</p>
<ul>
<li>[RSAT-ADDC] – Active Directory Domain Controller Tools</li>
</ul>
<p>Post used as a reference for this post</p>
<p><a href="http://waveformation.com/2009/06/02/installing-ocs-2007-r2-prerequisites-on-windows-server-2008/">http://waveformation.com/2009/06/02/installing-ocs-2007-r2-prerequisites-on-windows-server-2008/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codesalot.com/2009/installing-ocs-2007-r2-prerequisites-on-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
