<?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>AppleTechnician.com &#187; Mac OS X Server</title>
	<atom:link href="http://appletechnician.com/tag/mac-os-x-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://appletechnician.com</link>
	<description></description>
	<lastBuildDate>Thu, 28 Jan 2010 17:34:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Solving Unresponsive Mac OS X Server Tools</title>
		<link>http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/</link>
		<comments>http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 20:46:13 +0000</pubDate>
		<dc:creator>Damien Barrett</dc:creator>
				<category><![CDATA[Mac OS X Server]]></category>
		<category><![CDATA[Server Admin]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Workgroup Manager]]></category>

		<guid isPermaLink="false">http://appletechnician.com/?p=140</guid>
		<description><![CDATA[The problem: Suddenly, your Server Admin and Workgroup Manager applications are unresponsive or extremely sluggish, taking many seconds to simply switch between tasks, or up to a minute to launch.
The solutions &#38; explanation: While this issue existed sporadically in Tiger Server, it&#8217;s really come to the front with Leopard Server because the latter is now [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The problem:</strong> Suddenly, your Server Admin and Workgroup Manager applications are unresponsive or extremely sluggish, taking many seconds to simply switch between tasks, or up to a minute to launch.</p>
<p><strong>The solutions &amp; explanation:</strong> While this issue existed sporadically in Tiger Server, it&#8217;s really come to the front with Leopard Server because the latter is now much more picky about having properly-configured DNS for your server. If this is happening to you, here&#8217;s a checklist to help you solve the problem:</p>
<p><strong>1)</strong> Have you recently changed IP numbers on your server? If so, did you use the changeip command? (man changeip to read about this tool). Run this command to determine whether anything needs to be fixed on your server:</p>
<blockquote><p>sudo changeip -checkhostname</p></blockquote>
<p>If your DNS is configured properly, the result should read something like:</p>
<blockquote><p>Primary address     = 209.250.250.98</p>
<p>Current HostName    = macshelf.com<br />
DNS HostName        = macshelf.com</p>
<p>The names match. There is nothing to change.</p></blockquote>
<p>If you get anything other than this match, you&#8217;ll need to run the changeip command to get the configuration on your server aligned.</p>
<p>If you&#8217;re not hosting your own DNS, then you may need your ISP to create a PTR record for your server&#8217;s domain name so that both forward and reverse DNS lookups are valid. This is especially important if you&#8217;re hosting email on this server, as many email servers are configured to reject mail coming from a server without 100% correct DNS.</p>
<p><strong>2)</strong> Ok, so you&#8217;ve verified your DNS settings are correct. If you had to execute the changeip command to make changes, make sure you&#8217;ve rebooted the server.</p>
<p><strong>3)</strong> If you&#8217;re still having issues with Server Admin and WGM being slow, try removing their preference files (com.apple.ServerAdmin.plist and com.apple.WorkgroupManager.plist) that reside in ~/Library/Preferences. When you relaunch Server Admin and/or WGM, you can re-enter your server&#8217;s address (either its domain name, its IP number, its local Bonjour name, or its loopback address (127.0.0.1); they all will work)).</p>
<p><strong>4)</strong> If you&#8217;re still having problems with unresponsive Server tools, try unloading and then reloading the servermgrd process.</p>
<blockquote><p>sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.servermgrd.plist</p></blockquote>
<blockquote><p>sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.servermgrd.plist</p></blockquote>
<p>These are the steps I followed in resolving this issue on several of the Mac OS X Servers that I manage. Your mileage, of course, may vary. I culled most of this information from the Apple Discussion Boards and the Mac OS X Server and MacEnterprise mailing lists. Good luck!</p>
<div class='bookmarkify'><a name='bookmarkify'></a><div class='linkbuttons'><a href='http://www.bloglines.com/sub/http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/' title='Save to Bloglines' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/bloglines.png' style='width:16px; height:16px;' alt='[Bloglines] ' /></a> <a href='http://www.blogsvine.com/submit.php?url=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/' title='Save to Blogsvine' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/blogsvine.png' style='width:16px; height:16px;' alt='[Blogsvine] ' /></a> <a href='http://del.icio.us/post?url=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/&amp;title=Solving Unresponsive Mac OS X Server Tools' title='Save to del.icio.us' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/delicious.png' style='width:16px; height:16px;' alt='[del.icio.us] ' /></a> <a href='http://digg.com/submit?phase=2&amp;url=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/&amp;title=Solving Unresponsive Mac OS X Server Tools' title='Digg It!' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/digg.png' style='width:16px; height:16px;' alt='[Digg] ' /></a> <a href='http://www.diigo.com/post?url=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/&amp;title=Solving Unresponsive Mac OS X Server Tools' title='Save to diigo' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/diigo.png' style='width:16px; height:16px;' alt='[diigo] ' /></a> <a href='http://www.facebook.com/share.php?u=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/' title='Save to Facebook' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/facebook.png' style='width:16px; height:16px;' alt='[Facebook] ' /></a> <a href='http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/&amp;title=Solving Unresponsive Mac OS X Server Tools' title='Save to Google Bookmarks' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/google.png' style='width:16px; height:16px;' alt='[Google] ' /></a> <a href='http://www.mixx.com/submit?page_url=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/' title='Save to Mixx' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/mixx.png' style='width:16px; height:16px;' alt='[Mixx] ' /></a> <a href='http://www.newsvine.com/_tools/seed?popoff=0&amp;u=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/' title='Seed Newsvine' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/newsvine.png' style='width:16px; height:16px;' alt='[Newsvine] ' /></a> <a href='http://www.propeller.com/submit/?U=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/&amp;T=Solving Unresponsive Mac OS X Server Tools' title='Submit to Propeller' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/propeller.png' style='width:16px; height:16px;' alt='[Propeller] ' /></a> <a href='http://reddit.com/submit?url=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/&amp;title=Solving Unresponsive Mac OS X Server Tools' title='Reddit' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/reddit.png' style='width:16px; height:16px;' alt='[Reddit] ' /></a> <a href='http://www.squidoo.com/lensmaster/bookmark?http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/' title='Save to Squidoo' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/squidoo.png' style='width:16px; height:16px;' alt='[Squidoo] ' /></a> <a href='http://www.stumbleupon.com/submit?url=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/&amp;title=Solving Unresponsive Mac OS X Server Tools' title='Stumble It!' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/stumbleupon.png' style='width:16px; height:16px;' alt='[StumbleUpon] ' /></a> <a href='http://technorati.com/faves?add=http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/' title='Add to my Technorati Favorites' onclick='target="_blank";' rel='nofollow'><img src='http://appletechnician.com/wp-content/plugins/bookmarkify/technorati.png' style='width:16px; height:16px;' alt='[Technorati] ' /></a>  <a title='See more bookmark and sharing options...' href='http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/#bookmarkify' rel='nofollow'><small>More&nbsp;&raquo;</small></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://appletechnician.com/2009/03/29/solving-unresponsive-mac-os-x-server-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
