Windows IT Pro is the authoritative and independent resource for windows nt, windows 2000, windows 2003, windows xp. Features a collection of resources and magazines for windows IT professionals.
  
  
  Advanced Search 


June 2008

Go Commando with Windows Server 2008’s Server Core

Start by changing the computer name and the DNS suffix
RSS
Subscribe to Windows IT Pro | See More Utilities Articles Here | Reprints | Or get the Monthly Online Pass—only $5.95 a month!

Executive Summary:

Ready to get a basic Windows Server 2008 Server Core system working? First, you need to change that unwieldy computer name that the OS saddles you with, and then you need to specify the system’s DNS suffix.

As I’ve said before, I’m very excited that Windows Server 2008 offers Server Core, a command-line–only alternative installation option. I like it because I’m a commandline guy, but even more, I like it because a version of Server 2008 that runs only from the command line seems to have impelled Microsoft to actually consider how we perform tasks from the command line in the first place. With that in mind, I want to take a look at a couple of the tasks involved with getting a basic Server Core system working—namely changing the unwieldy computer name that the OS saddles you with and specifying the system’s DNS suffix. Prepare to get a little creative!

A New Name
Microsoft has a laudable policy of not requiring you to babysit your servers during the installation process, and that policy continues in Server 2008. The setup program doesn’t ask you to name your servers; instead, the servers get long, ugly names. So, let’s first try changing the system’s name.

You can use an old friend—the Netdom command—to rename your Server Core computer. (Depending on the version of Windows, this tool used to be in the resource kit or Support Tools, but now Microsoft has made it an official part of Windows.) To rename the computer, type

netdom renamecomputer <currentname>
  /newname:<newname> /force /reboot

Netdom can be wordy, but it’s straightforward. The first parameter is the name of the machine whose name you want to change. Thus, the Netdom Renamecomputer command has remote functionality! That’s cool—at least, assuming you’ve left a bunch of ports open on the target system, which (by default) you don’t do on anything that’s running Windows XP SP2 or later. The /newname parameter is obvious; the /force parameter lets you skip the OS warning that asks whether you’re sure you want to rename the system; and /reboot instructs the system to perform the reboot that Windows needs to complete the renaming procedure. (By the way, why is a reboot necessary? I can rename UNIX and Linux systems without rebooting—why not Windows?)

As an example, if Windows had given my Server Core system the name WIN-6MBQNYYV5EG, I could rename it to Server1 by typing

netdom renamecomputer WIN-6MBQNYYV5EG
  /newname:Server1 /force /reboot

The ugly aspect of that command is typing the long, silly name that Windows gave your system. You can get around that in two ways: You can simply type the Hostname command (which will show you the server’s name), then use the clipboard to copy and paste the name into Netdom, or you can exploit the fact that Windows systems store their computer name in the %computername% environment variable. Thus, to change my server’s name to Server1, I could type

netdom renamecomputer %computername%
  /newname:Server1 /force /reboot

Add the DNS Suffix
When I change the system name, I often want to specify not only the host name but also the system’s DNS suffix. For example, for security reasons, suppose I want to build a system that will be in a workgroup. (Yes, I could make my Web server a domain member, but I’d have trouble sleeping if I did that). Or perhaps I want to create the first DNS server in the network. (If I don’t do that, the server’s host records don’t show up correctly in the Start of Authority—SOA—records, and I’ve got to monkey with them.) You can specify a DNS suffix easily enough in the GUI, but not from the command line. That’s where a little creativity comes in handy.

Now that you’ve renamed the system; how do you add a DNS suffix from the command line? As far as I can see, your only option is to modify the registry. Open Regedit—one of the few GUI tools that work on Server Core—and navigate to the HKEY_LOCAL_MACHINE SYSTEM\CurrentControlSet\Services\Tcpip\Parameters key. Change the NV Domain entry to the DNS suffix you want. If NV Domain isn’t there yet, just create it—it’s a REG_SZ entry.

If you want to go completely cold turkey on the GUI, you can perform this procedure from the command line by using the Reg command. For example, to set my DNS suffix to bigfirm.com, I used the command

reg add HKLM\System\currentcontrolset
  \services\tcpip\parameters /v “NV Domain”
  /d “bigfirm.com” /f

Stay tuned for more Server Core configuration!

End of Article



Reader Comments
Thanks Mark, great intro to Server Core.
Kind thanks.

chamezzzz June 09, 2008 (Article Rating: )


You must log on before posting a comment.

If you don't have a username & password, please register now.




Top Viewed ArticlesView all articles
Friday at PASS Europe 2006

Kevin talks about the closing day of the event and shares a funny Microsoft film. ...

More fun TechEd 2005 Resources

Kevin points out some more TechEd resources ...

What service packs and fixes are available?

...


Windows OSs Whitepapers Why SaaS is the Right Solution for Log Management

Are You Satisfied?

A Preliminary Look at Deployment Plans for Microsoft Windows Vista

Related Events Check out our list of Free Email Newsletters!

Windows OSs eBooks Understanding and Leveraging Code Signing Technologies

A Guide to Windows Certification and Public Keys

SQL Server Administration for Oracle DBAs

Related Windows OSs Resources Become a VIP member of the Windows IT Pro community!
Get it all with the VIP CD and VIP access. A $500+ value for only $279!

Subscribe to Windows IT Pro!
Solve your toughest technical problems with our experts and access 10,000 + articles online. 30% off

Monthly Online Pass - Only $5.95!
Get instant access to 10,000+ articles from Windows IT Pro Magazine!

TechNet Virtual Labs
Evaluate and test Microsoft's newest products.

Job Openings in IT


ADS BY GOOGLE SPONSORED LINKS FEATURED LINKS

Microsoft Exchange & Windows Connections event returns to Las Vegas Nov 10 - 13
Connections returns to Las Vegas for this exciting event where each attendee will receive SQL Server 2008 standard with 1 CAL. Co-located with Microsoft ASP.NET, SQL Server, and SharePoint Connections with over 250 in-depth sessions.

Free Online Event! Virtualization:Get the Facts!
Register now and attend this free, live in-depth online conference on November 13 and 20, 2008, produced by Windows IT Pro. All registrants are eligible to receive a complimentary one-year digital subscription to Windows IT Pro (a $49.95 value)!

Check Out Hyper-V Video on ITTV
Watch Karen Forster's interview on Hyper-V's performance on ITTV.net.

Ease Your Scripting Pains with the Flexibility of PowerShell!
Join MVP Paul Robichaux on December 11, 2008 at 11:00 AM EDT as he equips you with PowerShell basics in 3 introductory lessons, each followed by a live Q&A session—all on your own computer!

Latest Advancements in SSL Technology
There are a variety of different kinds of SSL to explore to ensure customer data is kept confidential and secure. In this paper, we will discuss some of these SSL advances to help you decide which would be best for your organization.

PASS Community Summit 2008 in Seattle on Nov 18-21
The don’t-miss event for Microsoft SQL Server Professionals. Register now and you’ll enjoy top-notch Microsoft and Community speakers and more.



Solving PST Management Problems
In this white paper, read about the top PST issues and how to administer local/network PST Files.

Get Protected -- Data Protection Manager 2007
Protect your virtualized environment with Data Protection Manager

Order Your SQL Fundamentals CD Today!
Learn how to use SQL Server, understand Office integration techniques and dive into the essentials of SQL Express and Visual Basic with this free SQL Fundamentals CD.

Maximize Your SharePoint Investment: Get Your Data Moving
Watch this web seminar now to learn how to maximize your SharePoint investment! Join us as we take a look at the complex business of securing, accessing and managing vast amounts of information in a global network and various ways to get your data moving.
Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro Windows Dev Pro IT Job Hound ITTV
IT Library Technology Resource Directory Connected Home Windows Excavator Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 Copyright © 2008 Penton Media, Inc., All rights reserved. Terms and Use | Privacy Statement | Reprints and Licensing