how to install and configure windows server 2008 core

8
How do I… Install and confi gure W indows Server 2008 core? Date : December 3rd, 2007  Author : Steven Warren Category  : How do I, Operating systems Tags: Microsoft Windows Server, Installation, Server, Figure M Let, Figur e S Let, Microsoft Windows, Microsoft Windows S erver 2008, Servers, Operating Systems, Software, Hardware, Steven Warren Special Reports » See more posts on: Windows Server 2008  With the imminent launch of Microsoft Windows Server 2008 coming on February 27, 2008, I want to show you a feature I am fond of in this new operating system. With Windows Server 2008, you have the option of performing a Windows Server Core installation, which provides y ou  with the minimum set of tools to run Windows.  You are provided with a kernel and a command line to manage the server. It is slim and bare bones and allows you to configure Windows concisely. This type of installation is perfect for a datacenter. I am really excited about this feature. This blo g post is also a vailable a s a Tech Repub lic ga llery a nd Tech Repub lic download.  Installation  When you first run through the installation of Windows Server 2008, you have two options for installation. They are:  Windows Server 2008 Enterprise (Full Installation)  Windows Server 2008 Enterprise (Server Core Installation) The following eight screen shots (Figures A-H) walk you through the installation of Windows Server Core which took approximately ten minutes to install. Figure A Figure B Figure C Pa ge 1 of 8 » How do I… Install and configure Windows Server 2008 core? | How Do I… | TechRepublic.com 06/12/2007 http://blogs.techrepublic.com.com/howdoi/?p=176&tag=nl.e101

Upload: anoshak

Post on 10-Apr-2018

227 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: How to Install and Configure Windows Server 2008 Core

8/8/2019 How to Install and Configure Windows Server 2008 Core

http://slidepdf.com/reader/full/how-to-install-and-configure-windows-server-2008-core 1/8

How do I… Install and configure W indows Server 2008 core?

Date: December 3rd, 2007 Author : Steven WarrenCategory : How do I, Operating systemsTags: Microsoft Windows Server, Installation, Server, Figure M Let, Figure S Let, Microsoft Windows, Microsoft Windows Server 2008, Servers, OperatinSystems, Software, Hardware, Steven WarrenSpecial Reports » See more posts on: Windows Server 2008

 With the imminent launch of Microsoft Windows Server 2008 coming on February 27, 2008, I want to show you a feature I am fond of in thisnew operating system. With Windows Server 2008, you have the option of performing a Windows Server Core installation, which provides you with the minimum set of tools to run Windows.

 You are provided with a kernel and a command line to manage the server. It is slim and bare bones and allows you to configure Windowsconcisely. This type of installation is perfect for a datacenter. I am really excited about this feature.

This blog post is also available as a TechRepublic ga llery a nd TechRepublic download. 

Installation

 When you first run through the installation of Windows Server 2008, you have two options for installation. They are:

 Windows Server 2008 Enterprise (Full Installation) Windows Server 2008 Enterprise (Server Core Installation)

The following eight screen shots (Figures A-H) walk you through the installation of Windows Server Core which took approximately ten minutes to instal

Figure A 

Figure B

Figure C

Page 1» How do I… Install and configure Windows Server 2008 core? | How Do I… | TechRepublic.com

06/12/http://blogs.techrepublic.com.com/howdoi/?p=176&tag=nl.e101

Page 2: How to Install and Configure Windows Server 2008 Core

8/8/2019 How to Install and Configure Windows Server 2008 Core

http://slidepdf.com/reader/full/how-to-install-and-configure-windows-server-2008-core 2/8

 

Figure D

Figure E

Figure F

Page 2» How do I… Install and configure Windows Server 2008 core? | How Do I… | TechRepublic.com

06/12/http://blogs.techrepublic.com.com/howdoi/?p=176&tag=nl.e101

Page 3: How to Install and Configure Windows Server 2008 Core

8/8/2019 How to Install and Configure Windows Server 2008 Core

http://slidepdf.com/reader/full/how-to-install-and-configure-windows-server-2008-core 3/8

 

Figure G

Figure H

 After the installation, the main window for your new installation appears and you are ready to login as shown in Figure I. The initial login is Administrato blank password (Figure J). You are required to change the password and set an Administrator password on initial login.

Figure I

Page 3» How do I… Install and configure Windows Server 2008 core? | How Do I… | TechRepublic.com

06/12/http://blogs.techrepublic.com.com/howdoi/?p=176&tag=nl.e101

Page 4: How to Install and Configure Windows Server 2008 Core

8/8/2019 How to Install and Configure Windows Server 2008 Core

http://slidepdf.com/reader/full/how-to-install-and-configure-windows-server-2008-core 4/8

 

Figure J

Now that you are logged in (Figure K ), you are ready to configure the date, time, and time zone. In the command line type the following: controltimedateand set the options accordingly (Figure L).

Figure K 

Figure L

Page 4» How do I… Install and configure Windows Server 2008 core? | How Do I… | TechRepublic.com

06/12/http://blogs.techrepublic.com.com/howdoi/?p=176&tag=nl.e101

Page 5: How to Install and Configure Windows Server 2008 Core

8/8/2019 How to Install and Configure Windows Server 2008 Core

http://slidepdf.com/reader/full/how-to-install-and-configure-windows-server-2008-core 5/8

 

If you need to configure and change the keyboard layout and settings, type the following in the command window: control intl.cpl (Figure M).

Figure M

Let’s move on and change the server name. The default name is a bunch of random letters and numbers and I would like to change the name to a local stan You can view the current hostname by typing the following:

c:windowssystem32hostname

Now let’s use the name ssw-svr15. We will perform this option in the command line (Figure O) by typing the following:

c:windowssystem32netdom renamecomputer %computername% /NewName:ssw-svr15

Figure N

 After choosing to proceed, the task completes successfully. You now need to reboot the server using the shutdown command. For the proper syntax, type:

shutdown /?

 After reviewing the syntax, (Figure N) I will type the following: shutdown /r (switch for shutting down and restarting the computer) /t 10 (wait 10 secondshutdown and restart) /c “Changed Server Name” (add comment of max 512 characters). They total syntax will look as follows:

Page 5» How do I… Install and configure Windows Server 2008 core? | How Do I… | TechRepublic.com

06/12/http://blogs.techrepublic.com.com/howdoi/?p=176&tag=nl.e101

Page 6: How to Install and Configure Windows Server 2008 Core

8/8/2019 How to Install and Configure Windows Server 2008 Core

http://slidepdf.com/reader/full/how-to-install-and-configure-windows-server-2008-core 6/8

shutdown /r /T 10 /C "Changed Server Name"

Figure O

Let’s now configure our networking so we can join this server to a domain. In order to see what interface you have to configure, (Figure P) type

netsh interface ipv4 show interface

Figure P

The Local Area Connection that we are going to configure has an index value of two. Let’s proceed and configure TCP/IP for this connection. (Figure Q) Tthe following command to set the TCP/IP information:

netsh interface ipv4 set address name="2" source=static address=192.168.1.199 mask=255.255.255.0 gateway=192.168.

Figure Q

Follow the same example to configure DNS (Figure R ):

netsh interface ipv4 add dnsserver name="2" address=192.168.1.1 index=1

Figure R 

Page 6» How do I… Install and configure Windows Server 2008 core? | How Do I… | TechRepublic.com

06/12/http://blogs.techrepublic.com.com/howdoi/?p=176&tag=nl.e101

Page 7: How to Install and Configure Windows Server 2008 Core

8/8/2019 How to Install and Configure Windows Server 2008 Core

http://slidepdf.com/reader/full/how-to-install-and-configure-windows-server-2008-core 7/8

 

If you type ipconfig /all, you will see the newly added information (Figure S).

Figure S

Let’s join it to a domain! In order to perform this function, we will take advantage of the netdom.exe. (Figure T) The syntax is as follows:

netdom join ssw-svr15 /domain:watchtower /userd:Administrator /passwordD:Password01

Note: Do not forget to reboot the server using the following command:

shutdown /r /T 10 /C "Added to domain"

Figure T

 As a final step, we should not forget to activate the server (Figure U) by typing the following:

slmgr.vbs -ato

Figure U

This doesn’t even scratch the surface of what you can do with a Windows Server Core installation but it begins to show you how powerful command line is small Windows kernel. With the popularity of virtualization and server consolidation, having the ability to virtualize a server core installation and attach a role will become very popular with the datacenter. My next test will be to try to install Virtual Server on my server core installation. Wish me luck!

Related Content

Page 7» How do I… Install and configure Windows Server 2008 core? | How Do I… | TechRepublic.com

06/12/http://blogs.techrepublic.com.com/howdoi/?p=176&tag=nl.e101

Page 8: How to Install and Configure Windows Server 2008 Core

8/8/2019 How to Install and Configure Windows Server 2008 Core

http://slidepdf.com/reader/full/how-to-install-and-configure-windows-server-2008-core 8/8

Top networking organizations for IT professionalsBest of 2007: Cracking OpenTrend Micro releases its first data leak prevention productHow to help a disabled Access control disappear into the backgroundBest of 2007: The Right Tool for the Job?

Pr int/View all PostsComm ents on this blog

Trackbacks

The URI to TrackBack this entry is: http://blogs.techrepublic.com.com/howdoi/wp-trackback.php?p=176  

No trackbacks yet.

Copyright © 2007 CNET Networks, Inc. All Rights Reserved.

Page 8» How do I… Install and configure Windows Server 2008 core? | How Do I… | TechRepublic.com