<?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>uncommonsense &#187; install</title>
	<atom:link href="http://blog.sensestudios.com/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sensestudios.com</link>
	<description>applying design sense to life&#039;s challenges</description>
	<lastBuildDate>Thu, 26 Aug 2010 02:19:56 +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>Tips for Getting Snow Leopard Server perfect.</title>
		<link>http://blog.sensestudios.com/2010/08/tips-for-getting-snow-leopard-server-perfect/</link>
		<comments>http://blog.sensestudios.com/2010/08/tips-for-getting-snow-leopard-server-perfect/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 01:40:24 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Apple Hardware]]></category>
		<category><![CDATA[common errors]]></category>
		<category><![CDATA[fqdn]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[kerberos]]></category>
		<category><![CDATA[lan]]></category>
		<category><![CDATA[open directory]]></category>
		<category><![CDATA[snow leopard server]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[wan]]></category>
		<category><![CDATA[zones]]></category>

		<guid isPermaLink="false">http://blog.sensestudios.com/?p=127</guid>
		<description><![CDATA[After recently deploying a new Mac Mini Server I discovered the joys of Open Directory and Xgrid. For any of you out there that are attempting to establish a new server and are hitting consistent errors like &#8216;kNetworkError&#8221; and &#8220;Throttling respawn&#8221; here&#8217;s a few basic pointers that I can&#8217;t highlight too much. These tips are [...]]]></description>
			<content:encoded><![CDATA[<p>After recently deploying a new Mac Mini Server I discovered the joys of Open Directory and Xgrid. For any of you out there that are attempting to establish a new server and are hitting consistent errors like &#8216;kNetworkError&#8221; and &#8220;Throttling respawn&#8221; here&#8217;s a few basic pointers that I can&#8217;t highlight too much. These tips are in the Snow Leopard Server Documentation but it&#8217;s far too easy to gloss over them in eagerness to set up you shiny new machine.</p>
<p><strong>Firstly&#8230; FQDN (Fully Qualified Domain Name)</strong></p>
<p>I can&#8217;t stress this enough! Get yourself a static IP for your machine and make sure your domain name resolves correctly to that IP both Forward <em>and Reverse</em>! You can check this with&#8230;</p>
<pre>dig &lt;your.domain.name&gt;</pre>
<p>and</p>
<pre>dig -x &lt;yourip&gt;</pre>
<p>it&#8217;s also helpful to check</p>
<pre>scutil --get HostName</pre>
<p>Here&#8217;s a very important point. If you, like me, use a ADSL router that uses internal IP addressing instead of acting as a &#8216;dumb&#8217; ADSL modem and you want to use XGrid, you&#8217;re going to run into what they call the Double NAT situation. This can cause havoc for a newbie because Bonjour can get confused with where .local addresses belong.</p>
<p>In my setup my router has the address 10.1.1.1 internally and I have 3 static IP addresses. I used to have the WAN IPs use port forwarding to connect the WAN IP to the LAN IP for each machine. By adding the Mini I&#8217;ve added another &#8216;layer&#8217; of Network Address Translation whereby the &#8220;local&#8221; machines are actually on the subnet 192.168.1.1 This is exactly what you need for Xgrid and Open Directory to work correctly but it can cause a nightmare if you want remote access to machines on your 192-subnet. The answer is to use the &#8220;Gateway Setup Assistant&#8221; and designate one interface as your WAN port and another as your LAN port. This creates all the DHCP, NAT, VPN and Firewall settings you&#8217;ll need to get things working properly.</p>
<p>I&#8217;ve got my external IP correctly resolving to my domain name and my domain name correctly resolving to my external IP. Don&#8217;t enter your external IP address in the Zone for your machine in the domain name settings until this is correctly configured! (Allow the usual 2 days for changes to take effect)</p>
<p><strong>Choose your DN carefully!</strong></p>
<p>Do not under any circumstances try to change your mind about the domain name of your server without reinstalling SL first. You can do it, by using the wonderful&#8230;</p>
<pre> sudo changeip</pre>
<p>command, but you&#8217;re opening yourself up to a world of hurt with Kerberos and authentication issues because some settings just don&#8217;t get overwritten. (I&#8217;m looking at you PodcastProducer!)</p>
<p>Check the DNS, LDAP and DHCP settings in the DHCP Server section of Server Admin regularly if you use command line tools. It seems to me the server drops settings when you use command line tools or Setup assistants. It&#8217;s not rocket science to figure out but it is one of those annoying <em>features</em>.</p>
<p><strong>Create a copy of your SL disc on an external drive first!</strong></p>
<p>No DVD drive makes more room for hard drives but makes installing a pain. Apples recommends this, so do I. It&#8217;s actually a really big time saver. Especially if your copying a stack of files from a previous machine on to your server  your going to want to verify/repair your drives and fix file permissions.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sensestudios.com/2010/08/tips-for-getting-snow-leopard-server-perfect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard Retail DVD confirmed faulty</title>
		<link>http://blog.sensestudios.com/2009/08/snow-leopard-retail-dvd-confirmed-faulty/</link>
		<comments>http://blog.sensestudios.com/2009/08/snow-leopard-retail-dvd-confirmed-faulty/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 07:52:26 +0000</pubDate>
		<dc:creator>Tony</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[dud disc]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Snow Leopard 10.6 MacOSX error faulty failed install woes]]></category>
		<category><![CDATA[wont install]]></category>

		<guid isPermaLink="false">http://blog.sensestudios.com/?p=47</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-48" title="Picture 3" src="http://blog.sensestudios.com/wp-content/uploads/2009/08/Picture-3.png" alt="Picture 3" width="610" height="560" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sensestudios.com/2009/08/snow-leopard-retail-dvd-confirmed-faulty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
