Top Banner
Chapter Three Designing The File System
57

Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Dec 26, 2015

Download

Documents

Samson Hubbard
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Chapter Three

Designing The File System

Page 2: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Chapter Objectives• Describe the components of the NetWare file system

• Describe the purpose of each NetWare-created directory and Novell-suggested directories

• Apply directory design concepts to developing and documenting a directory structure for Universal Aerospace

• Use NetWare Administrator to work with files and directories in the NetWare file system

• Describe drive pointer types and their purpose

• Use Windows along with the MAP command to establish network drive pointers

Page 3: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

File System Benefits

• Five Categories– Centralized management of data and backups– Improved security– Improved reliability and fault tolerance– Shared and private storage areas– Access to data by many different operating

system platforms

Page 4: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

File System Components

• Volumes

• Directories and subdirectories

• Files

Page 5: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

File System Components

Page 6: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Volumes

• With NSS, balanced tress (B-trees) have replaced the File Allocation Table (FAT).

• Data is stored on NetWare volumes in blocks.

• Suballocation allows data from multiple files to be stored in the same block.

Page 7: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Volume Disk Space Options

Page 8: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Block Suballocation

Page 9: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Volumes

• When file compression is enabled, the server will compress all files that haven’t been used for a specified time period.

• Expand an existing volume by adding a disk drive to the system and spanning the volume.

Page 10: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Viewing Volume Information

• Three methods– Server Console commands (described later)– DOS Commands

• NLIST

• NDIR

– NetWare Administrator

Page 11: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Viewing Volume Information

• Using NDIR

Page 12: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Activities - Using NDIR

• In the first activity you will use the NLIST command to list volume information stored in the NDS tree.

• In the second activity you will use the NDIR command to view physical volume information.

Page 13: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Viewing Volume Information

• NDS and the File System are two separate environments.

• Using NetWare Administrator you can view and work either NDS tree objects or file system objects. – File system objects are access through volume objects.

– It is important to be aware of which environment you are working with when using NetWare Administrator.

Page 14: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Activity - View Volume Information

• In this activity you will use NetWare Administrator to view both NDS and physical volume information.

Page 15: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Directories and Subdirectories

• Required Directories– LOGIN

• Files available before logging in

– PUBLIC• Files available after logging in

– SYSTEM• Files available only to the network supervisor

Page 16: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Directories and Subdirectories

• Other System Directories– ETC– DOC– MAIL– DELETED.SAV

Page 17: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Directories and Subdirectories

• Suggested Directories– Application Directories– Shared Directories– User home Directories– DOS Directories

Page 18: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

DOS Directories

Page 19: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Establishing the Directory Structure

• Define Processing Needs

Page 20: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Establishing the Directory Structure

• Designing the Volume Directory Structure

Page 21: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Establishing the Directory Structure

• Designing the Detailed Directory Structure

Page 22: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Application Oriented Structure

Page 23: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Establishing the Directory Structure

• Create the Structure– Create Directories with NetWare Administrator– Create Directories from Windows Explorer– Create Directories from the DOS prompt

• Establish Space Limitations– Prevents a directory and its subdirectories from

exceeding the space planned for it.

Page 24: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Activity - Creating Directories

• In this activity you will use NetWare Administrator to create the directories shown in figures 3-10 and 3-11.

Page 25: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Activity - Setting Space Limitations

• In this activity you will use NetWare Administrator to establish the space limitations defined in Table 3-1 for each of the directories you have created.

Page 26: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Working with Network Files

• Copying Files– NetWare Administrator– Windows 95/98– The NCOPY Command

• Moving Directories

• Copying and Removing Directories

• Renaming Directories

Page 27: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Activities - Working with Files

• In the first three activities you will learn how to copy files using NetWare Administrator, Windows Explorer, and the NCOPY command.

• In the fourth activity you will use NetWare Administrator to move a directory structure.

• In the last two activities you will learn how to use NetWare Administrator to copy, remove, and rename directories.

Page 28: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Viewing File Information

• You can view NetWare file system information using in a number of ways.– Network Neighborhood

• Double-click the server and volume objects.

• Right-click the directory or file and select Properties.

– Windows Explorer• Double-click the network drive letter.

• Right-click the directory or file and select Properties.

– NetWare Administrator

– The NDIR command line utility

Page 29: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

The NetWare Info tab

• From the Properties window of Network Neighborhood or Explorer you can click the NetWare tab to access NetWare file dates and attributes.

Page 30: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

The NetWare Rights tab

• From the Properties window of Network Neighborhood or Explorer you can click the NetWare Rights tab to access view or change a user’s rights to a directory or file..

Page 31: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

File System Rights

• Read (R) - Open and read data or run a program.

• Write (W) - Change the contents of data in existing files.

• Delete (E) - delete files or remove folders.

• Create (C) - Create new files or folders.

• Modify (M)- Rename files and change attributes.

• File Scan (F)- See directory and file names.

• Access Control (A)- Assign access rights to users.

• Supervisor (S)- All of above. Applies to all folders.

Page 32: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Activity - Accessing File Info

• In this activity you will use Windows Network Neighborhood to view statistics about the NetWare file system as well as change user access rights in your folders.

Page 33: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Using NDIR

• Access File System Information using Windows or DOS-based NDIR command– Print Directory Information

• NDIR [path] [/S] > PRN

– Sort File Information• NDIR [path] [/SORT [SI AC OW]]

– List Selected Files• NDIR [path] [/SI GR value] [/AC BEF date]

Page 34: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Activities - Using NDIR

• Printing Directory Information– In this activity you will use options to view a directory structure, access

rights and the amount of space used by a directory structure.

• Printing File Information– In this activity you will use options of the NDIR command to viewdate

information and find a file.

• Sorting File Information– In this activity you will use the SORT option of the NDIR command to sort

file lists by name, access date, and owner.

• Listing Selected Files– In this activity you will use options to list files selected by access date, size,

owner, or a combination of parameters.

Page 35: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Activity - Salvage Files

• When files are deleted from a NetWare server there contents are kept until the server needs the disk space and are then used in a last deleted last used order.

• In these activities you will learn how to use the salvage option of Network Neighborhood to restore deleted files.– In the first activity you will delete all files with the .FRM

extension from your Forms directory.

– In the second activity you will use Network Neighborhood to browse to your ##Corp directory and then Right-click forms and select the Salvage Option.

Page 36: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Activity - Purging Files

• For security purposes or to more quickly make disk space available to the server, you can choose to purge directories and files.

• In this activity you will use the Purge Files option from Network Neighborhood to purge all deleted files from your Utility directory.

Page 37: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Drive Pointers

• Local Drive Pointers are usually designated A-E

• Network Drive Pointers are usually designated F-Z

Page 38: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Network Drive Pointers

• Regular Drive Pointer– Shows all directories and subdirectories leading

to the storage area.

• Root Drive Pointer– The path does not show.– The drive letter appears as if it starts at the root

of the volume.

Page 39: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Regular and Root Drive Pointers

Page 40: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Search Drives

• Regular or Root Drive Pointers that have been added to the DOS path. Search drives are used to find software that is not located in the workstation’s current default directory.

Page 41: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Drive Letter Usage

Page 42: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Planning Drive Mappings

• Typical drive pointers for each user should include the following (usually no more than five)– Drive pointer to the root of each volume– Root drive pointer to the user’s home directory– Root drive pointer to the user’s workgroup

directory– Application drive pointers

Page 43: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Universal Aerospace Pointer Usage

Page 44: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Suggested Drive Pointer Assignments

• F drive pointer to the SYS volume

• G drive pointer to the root of the CORP volume

• H drive pointer to the user’s home directory

• L drive pointer to each user’s workgroup

• Search drive pointers for the SYS:Public directory and utility programs

Page 45: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Establishing Drive Pointers

• From login scripts.– Use the MAP command.

• From Windows.– Use Windows Explorer or Network

Neighborhood.– Reconnect at login

• From the DOS command prompt or batch files.

Page 46: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Activity - Mapping From Windows

• In this activity you will practice using Windows to assign drive pointers by assuming you are at Kellie’s workstation and applying the drive pointer usage chart developed in Table 3-2.

Page 47: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Specifying Network Paths

• Physical volume name contains the NetWare server name, a backslash, and the volume name

• A Relative Path begins from the current directory and leads to the desired file or subdirectory

Page 48: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

The MAP Command

• A command-line utility used to create, modify, and delete regular and search drive pointers.– MAP [root] drive:=[path]

• Use [root] option to make the drive a root mapping.

– MAP NEXT [path]• Assigns the next available drive letter to the path.

– MAP [ins] S#:=[path]• Search drive mapping, replace # with value 1-16

Page 49: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Activities - Using MAP Commands

• In the first activity you will learn how to use the MAP command to view, create, and remove regular and root drive pointers.

• In the second activity you will use the MAP command to insert and delete search drives.

Page 50: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Directory Map Objects• An NDS object used to stores the physical path to a

directory in the NDS tree.

• Makes path available to multiple user and container login scripts.

• Provides simplified maintenance of drive mappings by allowing changes to the path to be made in only one location.

• Users must be given file system access rights to the directory as well as NDS rights to read the path property of the Directory Map Object.

Page 51: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Activity - Using Directory Map Objects

• In this activity you will use NetWare Administrator to create a directory map object named EngData that points to the Engineering shared directory. You will then use the Directory Map object along with a MAP command to map a drive letter to the Engineering shared directory.

Page 52: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Activity - Using Login Scripts

• A major use of login scripts is to establish drive mappings.

• In this activity you will user NetWare Administrator to establish a login script for your username and then log in and verify that the drive mappings you specified are established.

Page 53: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Chapter Summary

• The volume is the physical storage medium on the network and is comparable to a file cabinet

• Each server is required to have a minimum of one volume named SYS consisting of at least 300 MB

Page 54: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Chapter Summary

• The Login, Public, and System directories are created by NetWare during installation

• Login directory contains files necessary to log into the network

• Public directory contains program commands and utilities that can be used after logging on

Page 55: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Chapter Summary

• Files are used to store network data and software

• NetWare Administrator, Windows Explorer, and the NDIR command may be used to list file information

• One of the jobs of a network administrator is to plan the directory structure

Page 56: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Chapter Summary

• Many network administrators use multiple volumes to provide space for many directories

• Local drive pointers, such as those for hard disks and CD-ROMS, use letters A-E

• Network drive pointers use letters F-Z

Page 57: Chapter Three Designing The File System. Chapter Objectives Describe the components of the NetWare file system Describe the purpose of each NetWare-created.

Chapter Summary

• It is important to establish standards for drive pointer usage