chapter 5 roles and features. objectives performing management tasks using the server manager...

20
Chapter 5 Roles and features

Upload: grant-york

Post on 24-Dec-2015

214 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding

Chapter 5

Roles and features

Page 2: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding

objectives

• Performing management tasks using the Server Manager console

• Understanding the Windows Server 2008 roles• Understanding the Windows Server 2008

features

Page 3: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding

Configuring Server Roles and Features

• A role is a major server activity, such as providing file services or acting as a DHCP server

• A feature is software you add, such as Windows PowerShell or Group Policy Management, to help the server perform its tasks

Page 4: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding

Windows Server 2008 Server RolesRole Description

Active Directory Certificate Services AD_CS

offers the ability to establish digital certificates. The purpose of A digital certificate is to show that the source of the file or communication is confident

Active Directory Domain Services AD-DS AD-DS stores user, computer, and other networked device information to help administrators securely manage and facilitate resource sharingor collaboration between users.

Dynamic Host Configuration Protocol (DHCP)

DHCP allows temporary or permanent dynamic and static address assignments to computers and other network-addressable devices and gives administrators more flexible control overaddress assignments, duration, and type.

Page 5: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding

Windows Server 2008 Server RolesRole Description

File services -Enables users to access and share files through one or more servers-File Services provides storage management, file replication, a distributed namespace, and fast file searching technologies for efficient client access to server resources.

Print Services (PS) PS provides printer and print server management, which reduces administrative overhead by centralizing printer management tasks.

Web Server (IIS) IIS 7.0, the Windows Web server, enables information sharing on intranets or over the Internet as a unified Web platform that integrates several key Microsoft components.

Page 6: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding

Windows Server 2008 Server RolesRole Description

Windows Deployment Services (WDS) WDS is used to remotely install and configure Windows installations

Terminal Services Enable client computers to run services and software applications on the server instead of on the client.

Network Policy and Access Services (NPAS)

A network is kept secure and healthy by having policies governing who can access it

Page 7: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding

Windows Server 2008 Server Features

• .NET Framework• BitLocker Drive Encryption• Failover Clustering (FC)• Windows PowerShell• Recovery Disc (RD): RD is a Windows utility that

creates an OS installation disc, which you may use to recover data on a corrupted installation without the original installation medium, or where standard recovery tools are inaccessible.

• Network Load Balancing (NLB) NLB distributes a workload among many other servers

Page 8: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding

Adding roles and features

• After you complete the initial configuration of your server, you may still need to add or remove roles and features. Windows Server 2008 provides two additional methods of performing this task: – the Server Management console and the– ServerManagerCmd command line utility

“command line version of server management console”

Page 9: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding

The Server Manager console

• The Server Manager console is the tool you should use for management tasks

• If the server manager window doesn't appear by itself after closing the initial configuration tasks window , you can access it by:– Choose Start Programs Administrative Tools ➪ ➪

Server Manager➪– Double-click the Server Manager entry in the

Administrative Tools folder of the Control Panel

Page 10: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding

10

Using ServerManagerCmd.exe

• ServerManagerCmd.exe– It is the Command-line version of server manager– Used for:

• Managing server roles• Manage features that are to be added or removed

• Management activities– Install a role or feature– Remove a role or feature– Query to determine what roles and features are

installed

Page 11: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding

11

Using ServerManagerCmd.exe (continued)

• Management activities (continued)– Determine which features and services will be

installed by a specific role, before actually installing that role

– Restart the computer after installing or removing a role or feature

– Specify particular features or services to install with a role

Page 12: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding

The Server Manager console

• No matter how you open the Server Manager console, you see a summary like the one shown next slide

• This summary includes information such as the number of roles and features you have installed, the security features you have in place, and the resources you have available

Page 13: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding
Page 14: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding

Adding roles

• Adding and removing roles can now rely on a wizard that helps you create a complete role rather than install a particular piece of software and find that you didn’t install enough.1. Open Server Manager and choose Roles in the left

pane.2. Click Add Roles: Server Manager displays the Before

You Begin page of the Add Roles Wizard dialog box. Make sure you read the instructions on this page before you proceed. You can avoid displaying this page every time you start the wizard by checking Skip This Page by Default.

Page 15: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding

Adding roles

3. Click Next: The Add Roles Wizard displays a list of available roles

4. Check each of the roles you want to install: When you select some roles, you see an Add Roles Wizard dialog box, It tells you that you must install another role to obtain the desired functionality.

5. Click Add Role Service as needed to install dependent roles.

Page 16: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding

Adding Roles

6. Perform any required configuration. Click Next for each additional configuration step.

7. Perform Step 6 as often as necessary to configure each role. Eventually, you reach the Configuration Installation Selections page. This page tells you what the wizard will install.

8. Verify the installation information, and then click Install.

9. Click Close.

Page 17: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding

Removing Roles

1. Open Server Manager and choose Roles in the left pane.

2. Click Remove Roles.3. Click Next.4. The Remove Roles Wizard displays a list of

roles, The wizard automatically grays out any roles you haven’t installed.

5. Put a check mark next to the role you want to remove.

Page 18: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding

Removing Roles

6. Perform any required configuration. Click Next for each additional configuration step.

7. Perform Step 5 as often as necessary to configure the removal process for each role. Eventually you reach the Configuration Installation Selections page. This page tells you what the wizard will remove.

8. Verify the removal information, and then click Remove.

Page 19: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding

Removing Roles

9. Click Close: The Remove Roles Wizard asks whether you want to restart the server now. To prevent damage to your server, you normally should reboot immediately.

10. Click Yes. The server reboots. After the server reboots, you see a Resuming Configuration dialog box. Eventually, the Removal Results dialog box returns and you see the results of the configuration process.

11. Click Close.

Page 20: Chapter 5 Roles and features. objectives Performing management tasks using the Server Manager console Understanding the Windows Server 2008 roles Understanding

Home Work

• Download home work 5 document from the website ,solve it, print it and submit it next lecture.