<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://cs.thefoleyhouse.co.uk/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search Results matching tag 'Server 2008'</title><link>http://cs.thefoleyhouse.co.uk/search/SearchResults.aspx?o=DateDescending&amp;tag=Server+2008&amp;orTags=0</link><description>Search Results matching tag 'Server 2008'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP3 (Build: 20423.1)</generator><item><title>Configure Server 2008 Time</title><link>http://cs.thefoleyhouse.co.uk/blogs/karl/archive/2008/07/05/configure-server-2008-time.aspx</link><pubDate>Sat, 05 Jul 2008 14:36:00 GMT</pubDate><guid isPermaLink="false">72ff1f2b-f56d-431e-a40a-3b65004deded:988</guid><dc:creator>Karl</dc:creator><description>&lt;P&gt;I used the command:&lt;BR&gt;"w32tm /config /manualpeerlist:"uk.pool.ntp.org europe.pool.ntp.org"&amp;nbsp;/syncfromflags:manual /reliable:yes /update"&lt;/P&gt;
&lt;P&gt;More details here:&lt;BR&gt;&lt;A href="http://technet2.microsoft.com/windowsserver/en/library/f3d6b66c-5fdc-4a77-a901-5efbcb4d4bb71033.mspx?mfr=true"&gt;http://technet2.microsoft.com/windowsserver/en/library/f3d6b66c-5fdc-4a77-a901-5efbcb4d4bb71033.mspx?mfr=true&lt;/A&gt;&lt;/P&gt;</description></item><item><title>Active directory permissions inheritance being cleared</title><link>http://cs.thefoleyhouse.co.uk/blogs/karl/archive/2008/06/20/active-directory-permissions-inheritance-being-cleared.aspx</link><pubDate>Fri, 20 Jun 2008 15:18:00 GMT</pubDate><guid isPermaLink="false">72ff1f2b-f56d-431e-a40a-3b65004deded:976</guid><dc:creator>Karl</dc:creator><description>&lt;P&gt;I've been having an issue for some time where certain users and groups were having thier AD inheritance flag cleared and an arbitary set of permissions made.&lt;/P&gt;
&lt;P&gt;It turns out that this is by design. Because the users belonged to a group, which belonged to &lt;STRONG&gt;Print Operators&lt;/STRONG&gt;, thier permissions were being set to match the System\AdminSDHolder object. The PDC emulator runs an hourly process which copies the permissions from AdminSDHolder to these protected objects.&lt;/P&gt;
&lt;P&gt;The following article describes how to remove &lt;STRONG&gt;Print Operators&lt;/STRONG&gt; from this protected list of groups. The article talks about a hotfix, but this is only relevent for Windows 2003 SP1. Windows 2003 SP2 already has this change.&lt;/P&gt;
&lt;P&gt;You can find the article here:&lt;BR&gt;&lt;A href="http://support.microsoft.com/kb/817433/en-us"&gt;http://support.microsoft.com/kb/817433/en-us&lt;/A&gt;&lt;/P&gt;</description></item><item><title>DPM 2007 DPMRA Error 10048 (0x2740)</title><link>http://cs.thefoleyhouse.co.uk/blogs/karl/archive/2008/05/25/dpm-2007-dpmra-error-10048-0x2740.aspx</link><pubDate>Sun, 25 May 2008 16:39:00 GMT</pubDate><guid isPermaLink="false">72ff1f2b-f56d-431e-a40a-3b65004deded:962</guid><dc:creator>Karl</dc:creator><description>&lt;P&gt;After rebooting my Exchange server because of DNS issue, the DPM protection stopped. Further investigation found this in the event log:&lt;BR&gt;&lt;STRONG&gt;The DPMRA service terminated with service-specific error 10048 (0x2740).&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Google found this:&lt;BR&gt;&lt;A href="http://support.microsoft.com/kb/947682"&gt;http://support.microsoft.com/kb/947682&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Essentialy you use 'netstat -oan' to find the PID of the process using port 5718 or 5719, which are both required by DPMRA.&lt;BR&gt;Then use 'tasklist' and 'tasklist /svc' to discover which process it is. In my case, it was the MS Exchange Information Store.&lt;/P&gt;
&lt;P&gt;I fixed it by stopping all Exchange services, starting DPMRA and then restarting Exchange.&lt;/P&gt;
&lt;P&gt;It's kind of weird that MS Exchange can use the DPMRA ports when DPM is speciffically for protecting Exchange (amongst other things).&lt;/P&gt;&lt;/STRONG&gt;</description></item><item><title>SQL Database missing from DPM 2007</title><link>http://cs.thefoleyhouse.co.uk/blogs/karl/archive/2008/05/20/sql-database-missing-from-dpm-2007.aspx</link><pubDate>Tue, 20 May 2008 17:22:00 GMT</pubDate><guid isPermaLink="false">72ff1f2b-f56d-431e-a40a-3b65004deded:958</guid><dc:creator>Karl</dc:creator><description>&lt;P&gt;Having fixed my SQL 2005 issues with DPM 2007, I found my main production SQL database was missing from the list of resources available to be protected. When attempting a normal SQL backup, I got an error message telling me that the Full Text Index was missing.&lt;/P&gt;
&lt;P&gt;I recreated the Full Text Index, (got lost when changing SQL versions - No backup, that's what DPM was supposed to do!), and everything worked great.&lt;/P&gt;
&lt;P&gt;The thing i learned here was, if DPM is having problems protecting a resource, try another backup type for more information on the error!&lt;/P&gt;</description></item><item><title>DPM SQL Issues</title><link>http://cs.thefoleyhouse.co.uk/blogs/karl/archive/2008/05/20/dpm-sql-issues.aspx</link><pubDate>Tue, 20 May 2008 17:17:00 GMT</pubDate><guid isPermaLink="false">72ff1f2b-f56d-431e-a40a-3b65004deded:957</guid><dc:creator>Karl</dc:creator><description>&lt;P&gt;I had the following scenario:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;DPM 2007 Running on Windows Server 2003 R2 SP2 (x86)&lt;/LI&gt;
&lt;LI&gt;SQL 2005 Standard (x86) running on Windows Server 2008 (x64)&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;DPM would not protect the SQL databases, and kept giving errors that the protection was "inconsistant". There were lots of SQLVDI errors in event viewer, including a BADMEM error.&lt;/P&gt;
&lt;P&gt;To cut a long story short, I found the fix was to replace the x86 version of SQL 2005 with an x64 version.&lt;/P&gt;</description></item><item><title>How-to Backup Exchange 2007 on Server 2008</title><link>http://cs.thefoleyhouse.co.uk/blogs/karl/archive/2008/02/10/how-to-backup-exchange-2007-on-server-2008.aspx</link><pubDate>Sun, 10 Feb 2008 22:45:00 GMT</pubDate><guid isPermaLink="false">72ff1f2b-f56d-431e-a40a-3b65004deded:890</guid><dc:creator>Karl</dc:creator><description>&lt;P&gt;After all the hassle of getting Exchange 2007 setup yesterday, I found that I had no way to backup my Exchange 2007 server running on Server 2008. For whatever reason, Microsoft do not supply NTBackup and there is no in-built way of backing up Exchange 2007 when run on Server 2008.&lt;/P&gt;
&lt;P&gt;Now, I could opt for a third party backup program or use Microsoft DPM, but for my 4 user network, this is a little bit of an overkill.&lt;/P&gt;
&lt;P&gt;After some research, I found this article on how to install NTNackup on Vista:&lt;BR&gt;&lt;A href="http://www.petri.co.il/installing_windows_xp_ntbackup_on_windows_vista.htm"&gt;http://www.petri.co.il/installing_windows_xp_ntbackup_on_windows_vista.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;followed this&amp;nbsp;by copying the following binaries from my old server (C:\Windows\System32\)&amp;nbsp;to my new server (C:\Program Files\NTBackup\):&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;ntbackup.exe&lt;/LI&gt;
&lt;LI&gt;ntmsapi.dll&lt;/LI&gt;
&lt;LI&gt;vssapi.dll&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;I installed the removable storage manager from server manager:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Start Server Manager&lt;/LI&gt;
&lt;LI&gt;Click &lt;STRONG&gt;Features&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Click &lt;STRONG&gt;Add Features&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Select &lt;STRONG&gt;Removable Storage Manager&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Click &lt;STRONG&gt;Install&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;When NTBackup starts, you will see an error regarding removable storage, but I just ignored this and clicked "Do not show this again"&lt;/P&gt;
&lt;P&gt;Upon running NTBackup, I could see drives and system state, but no Exchange!&lt;/P&gt;
&lt;P&gt;I then found this:&lt;BR&gt;&lt;A href="http://support.microsoft.com/kb/275876"&gt;http://support.microsoft.com/kb/275876&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I copied esebcli2.dll from my old server (C:\Program Files\Exchsrvr\Bin) to my new sever (C:\Program Files\NTBackup)&lt;/P&gt;
&lt;P&gt;I ran regedit and&amp;nbsp;changed the esebcli2 key from C:\Program Files\Micrsoft\Exchange Server\Bin\esebcli2.dll to C:\Program Files\NTBackup\esebcli2.dll.&lt;/P&gt;
&lt;P&gt;I ran NTBackup and backed up my Exchange store to disk!&lt;BR&gt;&lt;A class="" title="Running NTBackup to backup Exchange Server 2007 on Server 2008" href="http://cs.thefoleyhouse.co.uk/photos/karls_pictures/images/889/original.aspx" target=_blank&gt;&lt;IMG title="NTBackup on Server 2008" style="WIDTH:500px;HEIGHT:361px;" height=361 alt="NTBackup on Server 2008" src="http://cs.thefoleyhouse.co.uk/photos/karls_pictures/images/889/500x361.aspx" width=500&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Exchange 2007 on Server 2008</title><link>http://cs.thefoleyhouse.co.uk/blogs/karl/archive/2008/02/09/exchange-2007-on-server-2008.aspx</link><pubDate>Sat, 09 Feb 2008 23:37:00 GMT</pubDate><guid isPermaLink="false">72ff1f2b-f56d-431e-a40a-3b65004deded:888</guid><dc:creator>Karl</dc:creator><description>&lt;P&gt;What a day!&lt;/P&gt;
&lt;P&gt;I've learnt a&amp;nbsp;hard lesson today. Never unbind IPv6 from Server 2008 if its running Exchange 2007.&lt;/P&gt;
&lt;P&gt;I had some problems adding some Vista laptops to a Server 2008 domain today. I couldn't determine if it was SP1 RC1, UAC being turned off or IPv6. The computers would not join the domain using the GUI. I had to manually extract the XP SP2 version of netdom and use that, after manually creating the computer accounts in the domain.&lt;/P&gt;
&lt;P&gt;All was well until I restarted the Server. The Exchange Transport Service hung in "starting" and I could not connect to the Exchange server using the Power Shell or Console. I kept getting AD errors from these tools, and lots of errors about the Exchange AD Topology service not being able to contact AD.&lt;/P&gt;
&lt;P&gt;To cut a long story short, I flattened the server and started again - Only to discover that IPv6 wasn't the problems with the workstations joining the domain, but it was the problem for Exchange 2007!&lt;/P&gt;
&lt;P&gt;I never did get to the bottom of the problem joining the domain though. At least I have a work round now - Use XP SP2 Netdom!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>Server 2008 Hyper-V Service vmss failing to start</title><link>http://cs.thefoleyhouse.co.uk/blogs/karl/archive/2008/01/24/server-2008-hyper-v-service-vmss-failing-to-start.aspx</link><pubDate>Thu, 24 Jan 2008 17:42:00 GMT</pubDate><guid isPermaLink="false">72ff1f2b-f56d-431e-a40a-3b65004deded:882</guid><dc:creator>Karl</dc:creator><description>&lt;P&gt;With the latest RC1 refresh, you have to install Server 2008 with the default language settings in order for the vmss service to start properly.&lt;/P&gt;
&lt;P&gt;Details here:&lt;BR&gt;&lt;A href="http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=2585027&amp;amp;SiteID=17"&gt;http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=2585027&amp;amp;SiteID=17&lt;/A&gt;&lt;/P&gt;</description></item><item><title>Running Windows Server 2008 under Xen on OpenSuse 10.3</title><link>http://cs.thefoleyhouse.co.uk/blogs/karl/archive/2008/01/24/running-windows-server-2008-under-xen-on-opensuse-10-3.aspx</link><pubDate>Thu, 24 Jan 2008 17:17:00 GMT</pubDate><guid isPermaLink="false">72ff1f2b-f56d-431e-a40a-3b65004deded:881</guid><dc:creator>Karl</dc:creator><description>&lt;P&gt;I've just bought a 2xQuad Core Zeon, Dell Poweredge 1900, with 16GB RAM. This is for some heavy duty Hyper-V testing in Windows Server 2008 but I thought it'd be fun to run it under OpenSuse 10.3 first.&lt;/P&gt;
&lt;P&gt;The result:&lt;BR&gt;&lt;A class="" title=XEN href="http://cs.thefoleyhouse.co.uk/photos/karls_pictures/images/880/original.aspx" target=_blank&gt;&lt;IMG style="WIDTH:469px;HEIGHT:375px;" height=375 src="http://cs.thefoleyhouse.co.uk/photos/karls_pictures/images/880/469x375.aspx" width=469&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Click the above image for a full size one.&lt;BR&gt;&lt;/P&gt;</description></item><item><title>Microsoft Windows Server 2008 Core - Demos</title><link>http://cs.thefoleyhouse.co.uk/blogs/karl/archive/2008/01/22/microsoft-windows-server-2008-core-demos.aspx</link><pubDate>Tue, 22 Jan 2008 23:47:00 GMT</pubDate><guid isPermaLink="false">72ff1f2b-f56d-431e-a40a-3b65004deded:879</guid><dc:creator>Karl</dc:creator><description>&lt;P&gt;The are some nice core demos over at Keth Coombs' blog.&lt;/P&gt;
&lt;P&gt;Catch them here:&lt;BR&gt;&lt;A href="http://blogs.technet.com/keithcombs/archive/2007/11/04/windows-server-2008-core-screencast-series-watch-all-eight-parts-here.aspx"&gt;http://blogs.technet.com/keithcombs/archive/2007/11/04/windows-server-2008-core-screencast-series-watch-all-eight-parts-here.aspx&lt;/A&gt;&lt;/P&gt;</description></item></channel></rss>