chapter 11: creating and managing shared folders bai617

45
Chapter 11: Creating and Managing Shared Folders BAI617

Upload: natalie-blake

Post on 25-Dec-2015

231 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Chapter 11: Creating and Managing Shared Folders BAI617

Chapter 11:Creating and Managing Shared Folders

BAI617

Page 2: Chapter 11: Creating and Managing Shared Folders BAI617

Chapter Topics

• Creating the Shares• Managing Permissions• Distributed File System (DFS)• Exploring the Network File System (NFS)

Page 3: Chapter 11: Creating and Managing Shared Folders BAI617

Creating the Shares

• As introduced in Chapter 10 - Before you can create a shared folder, you must have the appropriate rights to do so. This requires that you are either an Administrator or a Power User.

• By default, just because you have a server running doesn’t mean it has anything available for your users. Before they can actually get to resources on the server, you must share your resources.

Page 4: Chapter 11: Creating and Managing Shared Folders BAI617

Share Basics

Previously Shared:UNC shown

Share button unavailable

Advanced Sharing Option

Page 5: Chapter 11: Creating and Managing Shared Folders BAI617

Advanced Sharing Options

• Creating multiple shares:– Administrators have the ability to create two

shares that point to the same directory. – Useful when working with departments that use

different names for the same resource

Page 6: Chapter 11: Creating and Managing Shared Folders BAI617

Advanced Sharing Options

Page 7: Chapter 11: Creating and Managing Shared Folders BAI617

Setting User Limits – Why?

• As an Administrator, you need to consider how your users connect to the share to use these applications before you limit them based on concurrency.

• For example: If the applications under your share are each licensed for 100 concurrent users, you can configure your server share to maintain that limit

Page 8: Chapter 11: Creating and Managing Shared Folders BAI617

Share Permissions

• Share permissions are possibly the easiest forms of access control you will deal with in Windows Server.

• Remember that share permissions take effect only whenever you try to access a computer over the network.

Page 9: Chapter 11: Creating and Managing Shared Folders BAI617

Share Permissions

Note that the Everyone group, by default, has Read access permissions, which is a great step forward in the Windows world in terms of security.

Until Server 2003, the Everyone group was given Full Control access by default.

Another new feature in Server 2008 is that the Everyone group is no longer added to a folder when shared.

Page 10: Chapter 11: Creating and Managing Shared Folders BAI617

Share PermissionsPermission Level of Access

Full Control The assigned group can perform any and all functions on all files and folders through the share.

Change The assigned group can read and execute, as well as change and delete, files and folders through the share.

Read The assigned group can read and execute files and folders but has no ability to modify or delete anything through the share.

Page 11: Chapter 11: Creating and Managing Shared Folders BAI617

Exploring DFS: The Distributed File System

• From the Authors:– DFS allows you to create a single share that

encompasses every file share–based resource on your network. Think of it as a home for all the file shares on your network with a “links” page that points the clients to the particular server or servers that actually house those shares.

Page 12: Chapter 11: Creating and Managing Shared Folders BAI617

DFS

• DFS Namespace– DFS namespaces enable you to group shared

folders that are located on different servers into one or more logically structured namespaces. Each namespace appears to users as a single shared folder with a series of subfolders

Page 13: Chapter 11: Creating and Managing Shared Folders BAI617

DFS

• DFS Replication– DFS replication is an efficient, multiple-master

replication engine that you can use to keep folders synchronized between servers across limited bandwidth network connections. It replaces the File Replication Service (FRS) as the replication engine for DFS namespaces

Page 14: Chapter 11: Creating and Managing Shared Folders BAI617

DFS Terminology• Root– The top level share that will be visible to the

network• Links– The link is another share somewhere on the

network that is placed under the root• Stand- Alone vs. Domain-Based– This decision controls the way replication will

happen in your DFS environment. Domain based will result replicas of your DFS structure being housed and maintained through the ADS

Page 15: Chapter 11: Creating and Managing Shared Folders BAI617

Installing DFS: Domain-Based

• By default DFS is not installed

Page 16: Chapter 11: Creating and Managing Shared Folders BAI617

Installing DFS: Domain-Based

• DFS is a File Service role…

Page 17: Chapter 11: Creating and Managing Shared Folders BAI617

Installing DFS: Domain-Based

Page 18: Chapter 11: Creating and Managing Shared Folders BAI617

Installing DFS: Domain-Based

Page 19: Chapter 11: Creating and Managing Shared Folders BAI617

Installing DFS: Domain-Based

Page 20: Chapter 11: Creating and Managing Shared Folders BAI617

Installing DFS: Domain-Based

Page 21: Chapter 11: Creating and Managing Shared Folders BAI617

Installing DFS: Domain-Based

Page 22: Chapter 11: Creating and Managing Shared Folders BAI617

Configuring DFS Replication

• Replicating data between servers will proved an extra layer of fault tolerance. – Ensuring data integrity is the fundamental duty of

all Administrators – use this method as one of your ticks of the trade.

Page 23: Chapter 11: Creating and Managing Shared Folders BAI617

Configuring DFS Replication

• Configure the Group• Add DC servers to the group• Verify replication

Page 24: Chapter 11: Creating and Managing Shared Folders BAI617

Configuring DFS Replication

Page 25: Chapter 11: Creating and Managing Shared Folders BAI617

Configuring DFS Replication

Page 26: Chapter 11: Creating and Managing Shared Folders BAI617

Configuring DFS Replication

Page 27: Chapter 11: Creating and Managing Shared Folders BAI617

Configuring DFS Replication

Page 28: Chapter 11: Creating and Managing Shared Folders BAI617

Configuring DFS Replication

Page 29: Chapter 11: Creating and Managing Shared Folders BAI617

Configuring DFS Replication

Page 30: Chapter 11: Creating and Managing Shared Folders BAI617

Configuring DFS Replication

Page 31: Chapter 11: Creating and Managing Shared Folders BAI617

Configuring DFS Replication

Page 32: Chapter 11: Creating and Managing Shared Folders BAI617

Configuring DFS Replication

Page 33: Chapter 11: Creating and Managing Shared Folders BAI617

Configuring DFS Replication

Page 34: Chapter 11: Creating and Managing Shared Folders BAI617

Configuring DFS Replication

Page 35: Chapter 11: Creating and Managing Shared Folders BAI617

Linking Folders to the Root

1

2

3

4

Page 36: Chapter 11: Creating and Managing Shared Folders BAI617

Linking Folders to the Root

Page 37: Chapter 11: Creating and Managing Shared Folders BAI617

Linking Folders to the Root

Page 38: Chapter 11: Creating and Managing Shared Folders BAI617

Connecting to the DFS root

• Clients connect to the DFS root rather than the server the folders live on.

Page 39: Chapter 11: Creating and Managing Shared Folders BAI617

Connecting to the DFS root

Page 40: Chapter 11: Creating and Managing Shared Folders BAI617

Working with NFS

• Network File System provides a file-sharing solution for organizations that have a mixed Windows and Unix/Linux environment. NFS gives you the ability to share files across these different platforms when you are running Server 2008

Page 41: Chapter 11: Creating and Managing Shared Folders BAI617

Working with NFS• Active Directory lookup

– You have the ability to use Windows Active Directory to access files. The Identity Management for Unix Active Directory schema extension includes Unix user identifier (UID) and group identifier (GID) fields. This enables Server for NFS and Client for NFS to look up Windows-to-Unix user account mappings directly from Active Directory Domain Services. Identity Management for Unix simplifies Windows-to-Unix user account mapping management in Active Directory Domain Services.

• Enhanced server performance – Services for NFS include a file filter driver, which significantly reduces common

server file access latencies.• Enhanced Unix support

– Services for NFS support the following versions of Unix: Sun Microsystems Solaris version 9, Red Hat Linux version 9, IBM AIX version 5L 5.2, and Hewlett Packard HP-UX version 11i. However, newer versions will undoubtedly be supported in the future.

Page 43: Chapter 11: Creating and Managing Shared Folders BAI617

Review

• Creating the Shares• Managing Permissions• Distributed File System (DFS)• Exploring the Network File System (NFS)