<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/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>SharePoint; from an Engineer's Perspective : MOSS</title><link>http://blogs.technet.com/ritaylor/archive/tags/MOSS/default.aspx</link><description>Tags: MOSS</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Name Resolution and SharePoint</title><link>http://blogs.technet.com/ritaylor/archive/2009/06/04/name-resolution-and-sharepoint.aspx</link><pubDate>Fri, 05 Jun 2009 05:02:47 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3250557</guid><dc:creator>rickt287</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/ritaylor/comments/3250557.aspx</comments><wfw:commentRss>http://blogs.technet.com/ritaylor/commentrss.aspx?PostID=3250557</wfw:commentRss><description>&lt;p&gt;SharePoint uses name resolution to find other servers just like any other application.&amp;#160; But what happens when your infrastructure uses different types of name resolution?&amp;#160; Don’t think there would be a problem, right?&amp;#160; That’s what I thought.&lt;/p&gt;  &lt;p&gt;When you set up your server’s OS (operating system) you configure its network setting to get them from a DHCP server and your DHCP server is configured to hand out only the IP address of your DNS servers, you are OK.&amp;#160; But if you are using both WINS and DNS and you have configured DHCP to hand out both—you may have an issue.&amp;#160; Here is what I ran into at a client.&lt;/p&gt;  &lt;p&gt;The client utilizes WINS (in addition to DNS) as a name resolution service, but which caused some unforeseen issues. There are known issues using WINS with SharePoint and if one were to follow the guidelines in &lt;a href="http://support.microsoft.com/default.aspx/kb/308913"&gt;http://support.microsoft.com/default.aspx/kb/308913&lt;/a&gt; most of the issues can be avoided.&lt;/p&gt;  &lt;p&gt;One issue is not mentioned in the article; it deals with the NetBIOS naming of servers.&amp;#160; A NetBIOS name is combination of a 15 character (byte) name and a 16th character denoting the service compared to 255 or fewer characters for DNS host names. If you are running Windows Server 2003, the host name and the NetBIOS name on a computer are generated at the same time during installation. If the host name is more than 15 characters, the NetBIOS name is the first 15 characters of the host name, (which is better than it used to be, because it used to truncate the name to 13 characters and and a tilde and a number to the name). &lt;/p&gt;  &lt;p&gt;In the case of SharePoint, if you are using both DNS and WINS, make *sure* that *&lt;strong&gt;both&lt;/strong&gt;* names are registered in *&lt;strong&gt;BOTH&lt;/strong&gt;* systems.&amp;#160; If any servers have names longer than 15 characters, take both the long name *&lt;strong&gt;and&lt;/strong&gt;* the short name and register the A Record names in DNS.&amp;#160; If you don’t, SharePoint will use the truncated name from WINS and register &lt;strong&gt;that&lt;/strong&gt; name in the configuration and content databases.&amp;#160; If this happens, name resolution may not work properly unless the truncated name is also registered with DNS.&lt;/p&gt;  &lt;p&gt;“Not work Properly” – this is what I mean:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;Example:&amp;#160; &lt;/em&gt;&lt;/p&gt;    &lt;p&gt;&lt;em&gt;Server1 (DNS) Name: PHX2-FILS-APP-01.company.com&lt;/em&gt;&lt;/p&gt;    &lt;p&gt;&lt;em&gt;Server2 (DNS) Name: PHX2-FILS-APP-02.company.com&lt;/em&gt;&lt;/p&gt;    &lt;p&gt;&lt;em&gt;Server1 (WINS) name: PHX2-FILS-APP-0 (This name gets registered in the Config DB)&lt;/em&gt;&lt;/p&gt;    &lt;p&gt;&lt;em&gt;Server2 (WINS) name: PHX2-FILS-APP~1 (This name gets registered in the Config DB)&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;If you register both the DNS and the WINS names you will be able to both access the server in the browser and you will have no issues with the databases.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3250557" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/ritaylor/archive/tags/SharePoint/default.aspx">SharePoint</category><category domain="http://blogs.technet.com/ritaylor/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.technet.com/ritaylor/archive/tags/engineer/default.aspx">engineer</category></item><item><title>Documentation</title><link>http://blogs.technet.com/ritaylor/archive/2007/09/23/documentation.aspx</link><pubDate>Sun, 23 Sep 2007 06:57:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2022559</guid><dc:creator>rickt287</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.technet.com/ritaylor/comments/2022559.aspx</comments><wfw:commentRss>http://blogs.technet.com/ritaylor/commentrss.aspx?PostID=2022559</wfw:commentRss><description>&lt;P&gt;Is it so hard to document what we do?&amp;nbsp; I think so.&amp;nbsp; Otherwise there would be more information out there on stuff.&amp;nbsp; I'm just talking about the stuff we know about.&amp;nbsp; There is so much untapped knowledge that there probably isn't time to write down what we all know--now imagine what we could know if we would just take the time and write about it.&lt;/P&gt;
&lt;P&gt;Our upcoming book is just a sliver of what the Engineering and Ops teams know; but it needs to get "out there".&amp;nbsp; The working title is: "Microsoft Office SharePoint Server 2007 Engineering and Architecture Resource Kit".&lt;/P&gt;
&lt;P&gt;This is a text that will be the prescriptive guide to architecting and engineering a successful, large-scale implementation of MOSS 2007--written by Microsoft Architects and Engineers.&amp;nbsp; There are a number of books out there that speak to both WSS and MOSS.&amp;nbsp; All of them are for *Administrators*,&amp;nbsp;the emphasis being on Administration.&amp;nbsp; This book will be a 'nuts-and-bolts' text of the "why" more than "how".&amp;nbsp; The book will be similar to a "Notes from the Field" but from an Engineer's perspective, not an administrator; a book on “How Microsoft does IT.&lt;/P&gt;
&lt;P&gt;We have a lot of SharePoint Engineers and Architects who have expressed a deep interest in participating; from all areas of the company, such as the Product Group, Engineering (IT), Engineering (MMS), Marketing, etc.&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2022559" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/ritaylor/archive/tags/MOSS/default.aspx">MOSS</category><category domain="http://blogs.technet.com/ritaylor/archive/tags/documentation/default.aspx">documentation</category><category domain="http://blogs.technet.com/ritaylor/archive/tags/MSPress/default.aspx">MSPress</category></item></channel></rss>