SlideShare uma empresa Scribd logo
1 de 18
Administering Volume sets and RAID
arrays using volumes and volume sets
(Microsoft Windows Server 2003 Data Administration)
Purushottam Dahal
8TH Semester ,BIM
(ITC 301:System Administration-Win NT)
1
When you work with Microsoft Windows Server 2003, you'll often need to perform advanced disk setup
procedures, such as creating a volume set or setting up a redundant array of independent disks (RAID)
array.
 With a volume set , you can create a single volume that spans multiple drives. Users can access this
volume as if it were a single drive, regardless of how many drives the actual volume is spread over. A
volume that's on a single drive is referred to as a simple volume . A volume that spans multiple drives is
referred to as a spanned volume .
 With RAID arrays , you can protect important business data and, sometimes, improve the
performance of drives. A RAID is a redundant array of independent disks. Windows Server 2003
supports three different levels of RAID: 0, 1, and 5. RAID arrays are implemented as mirrored, striped,
and striped with parity volumes .
6/14/2015
2
 Volumes sets and RAID arrays are created on dynamic drives and are only accessible to
Windows 2000 Server and Windows Server 2003. Because of this, if you dual boot a computer to
a different or previous version of Windows, the dynamic drives are unavailable. However,
computers running previous versions of Windows can access the drives over the network ”just
like any other network drive.
6/14/2015
3
Using Volumes and Volume Sets
 You create and manage volumes in much the same way as partitions. A volume is a drive
section that you can use to store data directly.
 Note
 With spanned and striped volumes on basic disks, you can delete the volume but you can't
create or extend volumes. With mirrored volumes on basic disks, you can delete, repair, and
resync the mirror. You can also break the mirror. With striped with parity volumes (RAID 5) on
basic disks, you can delete or repair the volume but you can't create new volumes.
6/14/2015
4
Volume Basics
Disk Management color -codes volumes by type, much like partitions. volumes also have a specific
 Layout :Volume layouts include simple, spanned, mirrored, striped, and striped with parity.
 Type :Volumes always have the type dynamic.
 File System :As with partitions, each volume can have a different file system type, such as FAT,
FAT32, or NTFS file system.
 Status : The state of the drive. In Graphical View, the state is shown as Healthy, Failed
Redundancy, and so on. The next section discusses volume sets and the various states you
might see.
 Capacity :Total storage size of the drive.
6/14/2015
5
Creating Volumes and Volume Sets
You create volumes and volume sets by completing the following steps:
 1.In the Disk Management Graphical View, right-click an area marked Unallocated on a dynamic disk
and then choose New Volume. This starts the New Volume Wizard. Read the welcome page and then
click Next.
 2.Select Simple to create a volume on a single disk or Spanned to create a volume set on multiple
disks. You can format simple volumes as FAT, FAT32, or NTFS. To make management easier, you should
format volumes that span multiple disks as NTFS. NTFS formatting allows you to expand the volume set
if necessary.
Tip
If you find that you need more space on a volume, you can extend simple and spanned volumes. You
do this by selecting an area of free space and adding it to the volume. You can extend a simple volume
within the same disk. You can also extend a simple volume onto other disks. When you do this, you create
a spanned volume, which you must format as NTFS.
6/14/2015
6
 3. You should see the Select Disks page . Use this page to select dynamic disks that are a part of
the volume and to size the volume segments on those disks.
 4. Available dynamic disks are shown in the Available list box. Select a disk in this list box, and
then click Add to add the disk to the Selected list box. If you make a mistake, you can remove
disks from the Selected list box by selecting the disk and then clicking Remove.
6/14/2015
7
 5.Select a disk in the Selected list box and then use the Select The Amount Of Space In MB
combo box to specify the size of the volume on the selected disk. The Maximum field shows
you the largest area of free space available on the selected disk. The Total Volume Size field
shows you the total disk space selected for use with the volume. Click Next.
Tip
Although you can size the volume set any way you want, you might want to take a moment to
consider how you'll use volume sets on the system. Simple and spanned volumes aren't fault
tolerant, and rather than creating one monstrous volume with all the available free space, you
might want to create several smaller volumes.
6/14/2015
8
 6.Specify whether you want to assign a drive letter or path . You use these options as follows :
 Assign The Following Drive Letter To assign a drive letter, choose this option, and then select an
available drive letter in the selection list provided.
 Mount In The Following Empty NTFS Folder To assign a drive path, choose this option, and then
type the path to an existing folder on an NTFS drive or click Browse to search for or create a
folder.
 Don't Assign A Drive Letter Or Drive Path To create the volume without assigning a drive letter or
path, choose this option. You can assign a drive letter or path later if necessary.
6/14/2015
9
 7. Determine whether the volume should be formatted. If you elect to format the volume, use the following fields to
set the formatting options:
 File System Specifies the file system type. The NTFS file system is the only option.
 Allocation Unit Size Specifies the cluster size for the file system. This is the basic unit in which disk space is allocated.
The default allocation unit size is based on the volume's size and is set dynamically prior to formatting. To override
this feature, you can set the allocation unit size to a specific value. If you use lots of small files, you might want to
use a smaller cluster size, such as 512 or 1024 bytes. With these settings, small files use less disk space.
 Volume Label Specifies a text label for the partition. This label is the partition's volume name .
 Perform A Quick Format Tells Windows to format without checking the partition for errors. With large partitions, this
option can save you a few minutes. However, it's more prudent to check for errors, which allows Disk Management
to mark bad sectors on the disk and lock them out.
 Enable File And Folder Compression Turns on compression for the disk. Compression is transparent to users and
compressed files can be accessed just like regular files. If you select this option, files and directories on this drive are
compressed automatically. For more information on compressing drives, files, and directories, see the section of
Chapter 11 entitled "Compressing Drives and Data."
6/14/2015
10
 8.Click Next and then click Finish. If you add volumes to a physical drive that contains the
Windows Server 2003 operating system, you might inadvertently change the boot volume's
number. Read the warning prompts and then make any necessary changes to the Boot.ini file
as described in Chapter 11 under "Updating the Boot Disk."
6/14/2015
11
Deleting Volumes and Volume Sets
 You delete all volumes using the same technique, whether they're simple, spanned, mirrored,
striped, or RAID 5 (striped with parity). Deleting a volume set removes the associated file system
and all associated data is lost. So before you delete a volume set you should back up any files
and directories that the volume set contains.
 You can't delete a volume that contains the system boot, or active paging files for Windows
Server 2003.
To delete volumes, follow these steps:
 1. In Disk Management, right-click any volume in the set and then choose Delete Volume. You
can't delete a portion of a spanned volume without deleting the entire volume.
 2. Confirm that you want to delete the volume by clicking Yes.
6/14/2015
12
Extending a Simple or Spanned Volume
 Windows Server 2003 provides several ways to extend NTFS volumes that aren't part of a mirror
set or striped set. You can extend a simple volume and you can extend existing volume sets.
When you extend volumes, you add free space to them.
 Caution
 When extending volume sets, there are many things you can't do. You can't extend boot or
system volumes. You can't extend volumes that use mirroring or striping. You can't extend a
volume onto more than 32 disks, either. Additionally, you can't extend FAT or FAT32 volumes
”you must first convert them to NTFS. You can't extend simple or spanned volumes that were
upgraded from basic disks, either. As you work with volume sets, please keep these exceptions
in mind.
6/14/2015
13
To extend an NTFS volume
 1.In Disk Management, right-click the simple or spanned volume that you want to extend, and then
select Extend Volume. This starts the Extend Volume Wizard. Read the welcome page, and then click
Next.
 2.You can now select dynamic disks that are a part of the volume and size the volume segments on
those disks as described in Steps 3 “5 of the section of this chapter entitled "Creating Volumes and
Volume Sets." The size you set for Select The Amount of Space In MB is the amount of space that you
want to add to the volume, which is reflected in the Total Volume Size In Megabytes field. For
example, if you created a 200-MB volume and then set the Select The Amount Of Space In MB field
to 800, the total volume size would be 1000 MB.
Note
A volume set that spans multiple drives can't be mirrored or striped. Only simple volumes can be
mirrored or striped.
 Click Next and then click Finish.
6/14/2015
14
Managing Volumes
 You manage volumes much like you manage partitions.
6/14/2015
15
6/14/2015
16
0
•Disk striping
•Two or more volumes , each on a separate drive, are configured as a striped set. Data is broken into
blocks, called stripes , and then written sequentially to all drives in the striped set.
•Speed/performance.
1
•Disk mirroring
•Two volumes on two drives are configured identically. Data is written to both drives. If one drive fails,
there's no data loss because the other drive contains the data. (Doesn't include disk striping.)
•Redundancy. Better write performance than disk striping with parity.
5
•Disk striping with parity
•Uses three or more volumes, each on a separate drive, to create a striped set with parity error checking.
In the case of failure, data can be recovered.
•Fault tolerance with less overhead than mirroring. Better read performance than disk mirroring.
Raid
level
References
 http://flylib.com/books/en/3.201.1.81/1/ 2015-06-14
6/14/2015
17
THANK YOU
………..
6/14/2015
18

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

Windows dual booting
Windows dual bootingWindows dual booting
Windows dual booting
 
Disk Management
Disk ManagementDisk Management
Disk Management
 
Disk formatting
Disk formattingDisk formatting
Disk formatting
 
Hard drive partitions
Hard drive partitionsHard drive partitions
Hard drive partitions
 
Lecture 8 disk management
Lecture 8 disk managementLecture 8 disk management
Lecture 8 disk management
 
Window xp slides
Window xp slidesWindow xp slides
Window xp slides
 
Format, Partition, Install OS
Format, Partition, Install OSFormat, Partition, Install OS
Format, Partition, Install OS
 
Disk
DiskDisk
Disk
 
Seminar 1
Seminar 1Seminar 1
Seminar 1
 
Disk management
Disk managementDisk management
Disk management
 
Disk scheduling & Disk management
Disk scheduling & Disk managementDisk scheduling & Disk management
Disk scheduling & Disk management
 
Disk Management (DM)
Disk Management (DM)Disk Management (DM)
Disk Management (DM)
 
Repartition hard-drive-windows-10
Repartition hard-drive-windows-10Repartition hard-drive-windows-10
Repartition hard-drive-windows-10
 
HARD DISK PARTITIONING,FORMATING
HARD DISK PARTITIONING,FORMATINGHARD DISK PARTITIONING,FORMATING
HARD DISK PARTITIONING,FORMATING
 
Partitioning
PartitioningPartitioning
Partitioning
 
Performing Disk Management Tasks
Performing Disk Management TasksPerforming Disk Management Tasks
Performing Disk Management Tasks
 
Scan,format,partition hdd,defragmentation
Scan,format,partition hdd,defragmentationScan,format,partition hdd,defragmentation
Scan,format,partition hdd,defragmentation
 
Windows Vista Data Recovery
Windows Vista Data RecoveryWindows Vista Data Recovery
Windows Vista Data Recovery
 
Booy Up
Booy UpBooy Up
Booy Up
 
Storing data
Storing data Storing data
Storing data
 

Destaque

Kaseya Connect 2011 - Directory Services
Kaseya Connect 2011 - Directory ServicesKaseya Connect 2011 - Directory Services
Kaseya Connect 2011 - Directory Services
Kaseya
 
Môn kiểm toán
Môn kiểm toánMôn kiểm toán
Môn kiểm toán
Vong Hy
 
Chavez santana (herramientas Par.2)
Chavez santana  (herramientas Par.2)Chavez santana  (herramientas Par.2)
Chavez santana (herramientas Par.2)
Julio Chavez
 

Destaque (20)

Kaseya Connect 2011 - Directory Services
Kaseya Connect 2011 - Directory ServicesKaseya Connect 2011 - Directory Services
Kaseya Connect 2011 - Directory Services
 
Reporting and Dashboards: The Present and Future Direction of VSA Reporting
Reporting and Dashboards: The Present and Future Direction of VSA ReportingReporting and Dashboards: The Present and Future Direction of VSA Reporting
Reporting and Dashboards: The Present and Future Direction of VSA Reporting
 
2014.07.24 экономическое обозрение за 2013 год - финал
2014.07.24   экономическое обозрение за 2013 год - финал2014.07.24   экономическое обозрение за 2013 год - финал
2014.07.24 экономическое обозрение за 2013 год - финал
 
AAMA 台北第三期搖籃計劃入選名單
AAMA 台北第三期搖籃計劃入選名單AAMA 台北第三期搖籃計劃入選名單
AAMA 台北第三期搖籃計劃入選名單
 
Mt Ref 2016
Mt Ref 2016Mt Ref 2016
Mt Ref 2016
 
¿CÓMO ORGANIZAR UNA PRIMERA COMUNIÓN?
¿CÓMO ORGANIZAR UNA PRIMERA COMUNIÓN?¿CÓMO ORGANIZAR UNA PRIMERA COMUNIÓN?
¿CÓMO ORGANIZAR UNA PRIMERA COMUNIÓN?
 
Mas fresco 2014
Mas fresco 2014Mas fresco 2014
Mas fresco 2014
 
En font er bare en font, eller?
En font er bare en font, eller?En font er bare en font, eller?
En font er bare en font, eller?
 
Womens a2 j land and property discussion paper
Womens a2 j land and property discussion paper Womens a2 j land and property discussion paper
Womens a2 j land and property discussion paper
 
Binder copy
Binder copyBinder copy
Binder copy
 
Presentatie Inbound Marketing op 'Next Marketing 2014'
Presentatie Inbound Marketing op 'Next Marketing 2014'Presentatie Inbound Marketing op 'Next Marketing 2014'
Presentatie Inbound Marketing op 'Next Marketing 2014'
 
Внедрение IRM archiveDoc
Внедрение IRM archiveDocВнедрение IRM archiveDoc
Внедрение IRM archiveDoc
 
Tisk bez tiskárny
Tisk bez tiskárnyTisk bez tiskárny
Tisk bez tiskárny
 
Using What They Know to Teach Them What They Need to Know
Using What They Know to Teach Them What They Need to KnowUsing What They Know to Teach Them What They Need to Know
Using What They Know to Teach Them What They Need to Know
 
Grassroots Women Leading Urban Poor Communities Access to Justice Toward...
Grassroots Women  Leading  Urban Poor Communities  Access to  Justice  Toward...Grassroots Women  Leading  Urban Poor Communities  Access to  Justice  Toward...
Grassroots Women Leading Urban Poor Communities Access to Justice Toward...
 
Serie fotográfica: Futuro incierto
Serie fotográfica: Futuro inciertoSerie fotográfica: Futuro incierto
Serie fotográfica: Futuro incierto
 
Môn kiểm toán
Môn kiểm toánMôn kiểm toán
Môn kiểm toán
 
One Minute Tips, Take Two! Student Perceptions of Videos Used for Teaching In...
One Minute Tips, Take Two! Student Perceptions of Videos Used for Teaching In...One Minute Tips, Take Two! Student Perceptions of Videos Used for Teaching In...
One Minute Tips, Take Two! Student Perceptions of Videos Used for Teaching In...
 
History and Specifications of the DC-3
History and Specifications of the DC-3History and Specifications of the DC-3
History and Specifications of the DC-3
 
Chavez santana (herramientas Par.2)
Chavez santana  (herramientas Par.2)Chavez santana  (herramientas Par.2)
Chavez santana (herramientas Par.2)
 

Semelhante a Administering volume sets and raid arrays using volumes

Lesson four operating system basics
Lesson four operating system basicsLesson four operating system basics
Lesson four operating system basics
Mik Endale
 
Storage Mediums and Fragmentation
Storage Mediums and FragmentationStorage Mediums and Fragmentation
Storage Mediums and Fragmentation
Jonathan Reid
 
Tricks N Tips By Ravish Roshan
Tricks N Tips By Ravish RoshanTricks N Tips By Ravish Roshan
Tricks N Tips By Ravish Roshan
ravish roshan
 
PARTITION.pdf Downloadable now for ICT reporting Grade 10
PARTITION.pdf Downloadable now for ICT reporting Grade 10PARTITION.pdf Downloadable now for ICT reporting Grade 10
PARTITION.pdf Downloadable now for ICT reporting Grade 10
AltheaBaldia
 

Semelhante a Administering volume sets and raid arrays using volumes (20)

Lesson four operating system basics
Lesson four operating system basicsLesson four operating system basics
Lesson four operating system basics
 
3 configuring basic and dynamic disks
3 configuring basic and dynamic disks3 configuring basic and dynamic disks
3 configuring basic and dynamic disks
 
Disk partitioning
Disk partitioningDisk partitioning
Disk partitioning
 
Readme
ReadmeReadme
Readme
 
How to erase private data permanently
How to erase private data permanentlyHow to erase private data permanently
How to erase private data permanently
 
Disk Management.pdf
Disk Management.pdfDisk Management.pdf
Disk Management.pdf
 
Network operating system practicle file
Network operating system practicle fileNetwork operating system practicle file
Network operating system practicle file
 
HDD Partition
HDD PartitionHDD Partition
HDD Partition
 
Windows 7 configuration
Windows 7 configurationWindows 7 configuration
Windows 7 configuration
 
Windows 11 storage spaces
Windows 11 storage spacesWindows 11 storage spaces
Windows 11 storage spaces
 
Free nas zfs_iscsi_v0.1
Free nas zfs_iscsi_v0.1Free nas zfs_iscsi_v0.1
Free nas zfs_iscsi_v0.1
 
NTFS vs FAT
NTFS vs FATNTFS vs FAT
NTFS vs FAT
 
Storage Mediums and Fragmentation
Storage Mediums and FragmentationStorage Mediums and Fragmentation
Storage Mediums and Fragmentation
 
Tricks N Tips By Ravish Roshan
Tricks N Tips By Ravish RoshanTricks N Tips By Ravish Roshan
Tricks N Tips By Ravish Roshan
 
How to convert file system without data loss
How to convert file system without data lossHow to convert file system without data loss
How to convert file system without data loss
 
Ntfs file system nomi
Ntfs file system nomiNtfs file system nomi
Ntfs file system nomi
 
FAT vs NTFS
FAT vs NTFSFAT vs NTFS
FAT vs NTFS
 
PARTITION.pdf Downloadable now for ICT reporting Grade 10
PARTITION.pdf Downloadable now for ICT reporting Grade 10PARTITION.pdf Downloadable now for ICT reporting Grade 10
PARTITION.pdf Downloadable now for ICT reporting Grade 10
 
How to Make Partition on Windows 10
How to Make Partition on Windows 10How to Make Partition on Windows 10
How to Make Partition on Windows 10
 
mirroring harddrive
mirroring harddrivemirroring harddrive
mirroring harddrive
 

Mais de Purushottam Dahal

Mais de Purushottam Dahal (20)

Australia's Successful Industries
Australia's Successful IndustriesAustralia's Successful Industries
Australia's Successful Industries
 
Computer Crime and Safety Measure
Computer Crime and Safety MeasureComputer Crime and Safety Measure
Computer Crime and Safety Measure
 
Data Processing and Database
Data Processing and DatabaseData Processing and Database
Data Processing and Database
 
Network and Communication
Network and CommunicationNetwork and Communication
Network and Communication
 
Multimedia
MultimediaMultimedia
Multimedia
 
Computer system Development
Computer system Development Computer system Development
Computer system Development
 
Introduction to the Internet
Introduction to the Internet Introduction to the Internet
Introduction to the Internet
 
Programming Language
Programming LanguageProgramming Language
Programming Language
 
Introduction to computer System
Introduction to computer SystemIntroduction to computer System
Introduction to computer System
 
Ex net
Ex netEx net
Ex net
 
Mozilla Nepal Maker Party 2015, Hetauda.
Mozilla Nepal Maker Party 2015, Hetauda.Mozilla Nepal Maker Party 2015, Hetauda.
Mozilla Nepal Maker Party 2015, Hetauda.
 
WordPress Workshop
WordPress WorkshopWordPress Workshop
WordPress Workshop
 
Media Concept and classification of Media
Media Concept and classification of MediaMedia Concept and classification of Media
Media Concept and classification of Media
 
Employees grievances and disciplines
Employees grievances and disciplinesEmployees grievances and disciplines
Employees grievances and disciplines
 
WordPress
WordPressWordPress
WordPress
 
VoIP
VoIPVoIP
VoIP
 
Hetauda App Introduction
Hetauda App IntroductionHetauda App Introduction
Hetauda App Introduction
 
Mozilla nepal
Mozilla nepalMozilla nepal
Mozilla nepal
 
Machine learning
Machine learningMachine learning
Machine learning
 
Google page ranking
Google page rankingGoogle page ranking
Google page ranking
 

Último

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 

Último (20)

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 

Administering volume sets and raid arrays using volumes

  • 1. Administering Volume sets and RAID arrays using volumes and volume sets (Microsoft Windows Server 2003 Data Administration) Purushottam Dahal 8TH Semester ,BIM (ITC 301:System Administration-Win NT) 1
  • 2. When you work with Microsoft Windows Server 2003, you'll often need to perform advanced disk setup procedures, such as creating a volume set or setting up a redundant array of independent disks (RAID) array.  With a volume set , you can create a single volume that spans multiple drives. Users can access this volume as if it were a single drive, regardless of how many drives the actual volume is spread over. A volume that's on a single drive is referred to as a simple volume . A volume that spans multiple drives is referred to as a spanned volume .  With RAID arrays , you can protect important business data and, sometimes, improve the performance of drives. A RAID is a redundant array of independent disks. Windows Server 2003 supports three different levels of RAID: 0, 1, and 5. RAID arrays are implemented as mirrored, striped, and striped with parity volumes . 6/14/2015 2
  • 3.  Volumes sets and RAID arrays are created on dynamic drives and are only accessible to Windows 2000 Server and Windows Server 2003. Because of this, if you dual boot a computer to a different or previous version of Windows, the dynamic drives are unavailable. However, computers running previous versions of Windows can access the drives over the network ”just like any other network drive. 6/14/2015 3
  • 4. Using Volumes and Volume Sets  You create and manage volumes in much the same way as partitions. A volume is a drive section that you can use to store data directly.  Note  With spanned and striped volumes on basic disks, you can delete the volume but you can't create or extend volumes. With mirrored volumes on basic disks, you can delete, repair, and resync the mirror. You can also break the mirror. With striped with parity volumes (RAID 5) on basic disks, you can delete or repair the volume but you can't create new volumes. 6/14/2015 4
  • 5. Volume Basics Disk Management color -codes volumes by type, much like partitions. volumes also have a specific  Layout :Volume layouts include simple, spanned, mirrored, striped, and striped with parity.  Type :Volumes always have the type dynamic.  File System :As with partitions, each volume can have a different file system type, such as FAT, FAT32, or NTFS file system.  Status : The state of the drive. In Graphical View, the state is shown as Healthy, Failed Redundancy, and so on. The next section discusses volume sets and the various states you might see.  Capacity :Total storage size of the drive. 6/14/2015 5
  • 6. Creating Volumes and Volume Sets You create volumes and volume sets by completing the following steps:  1.In the Disk Management Graphical View, right-click an area marked Unallocated on a dynamic disk and then choose New Volume. This starts the New Volume Wizard. Read the welcome page and then click Next.  2.Select Simple to create a volume on a single disk or Spanned to create a volume set on multiple disks. You can format simple volumes as FAT, FAT32, or NTFS. To make management easier, you should format volumes that span multiple disks as NTFS. NTFS formatting allows you to expand the volume set if necessary. Tip If you find that you need more space on a volume, you can extend simple and spanned volumes. You do this by selecting an area of free space and adding it to the volume. You can extend a simple volume within the same disk. You can also extend a simple volume onto other disks. When you do this, you create a spanned volume, which you must format as NTFS. 6/14/2015 6
  • 7.  3. You should see the Select Disks page . Use this page to select dynamic disks that are a part of the volume and to size the volume segments on those disks.  4. Available dynamic disks are shown in the Available list box. Select a disk in this list box, and then click Add to add the disk to the Selected list box. If you make a mistake, you can remove disks from the Selected list box by selecting the disk and then clicking Remove. 6/14/2015 7
  • 8.  5.Select a disk in the Selected list box and then use the Select The Amount Of Space In MB combo box to specify the size of the volume on the selected disk. The Maximum field shows you the largest area of free space available on the selected disk. The Total Volume Size field shows you the total disk space selected for use with the volume. Click Next. Tip Although you can size the volume set any way you want, you might want to take a moment to consider how you'll use volume sets on the system. Simple and spanned volumes aren't fault tolerant, and rather than creating one monstrous volume with all the available free space, you might want to create several smaller volumes. 6/14/2015 8
  • 9.  6.Specify whether you want to assign a drive letter or path . You use these options as follows :  Assign The Following Drive Letter To assign a drive letter, choose this option, and then select an available drive letter in the selection list provided.  Mount In The Following Empty NTFS Folder To assign a drive path, choose this option, and then type the path to an existing folder on an NTFS drive or click Browse to search for or create a folder.  Don't Assign A Drive Letter Or Drive Path To create the volume without assigning a drive letter or path, choose this option. You can assign a drive letter or path later if necessary. 6/14/2015 9
  • 10.  7. Determine whether the volume should be formatted. If you elect to format the volume, use the following fields to set the formatting options:  File System Specifies the file system type. The NTFS file system is the only option.  Allocation Unit Size Specifies the cluster size for the file system. This is the basic unit in which disk space is allocated. The default allocation unit size is based on the volume's size and is set dynamically prior to formatting. To override this feature, you can set the allocation unit size to a specific value. If you use lots of small files, you might want to use a smaller cluster size, such as 512 or 1024 bytes. With these settings, small files use less disk space.  Volume Label Specifies a text label for the partition. This label is the partition's volume name .  Perform A Quick Format Tells Windows to format without checking the partition for errors. With large partitions, this option can save you a few minutes. However, it's more prudent to check for errors, which allows Disk Management to mark bad sectors on the disk and lock them out.  Enable File And Folder Compression Turns on compression for the disk. Compression is transparent to users and compressed files can be accessed just like regular files. If you select this option, files and directories on this drive are compressed automatically. For more information on compressing drives, files, and directories, see the section of Chapter 11 entitled "Compressing Drives and Data." 6/14/2015 10
  • 11.  8.Click Next and then click Finish. If you add volumes to a physical drive that contains the Windows Server 2003 operating system, you might inadvertently change the boot volume's number. Read the warning prompts and then make any necessary changes to the Boot.ini file as described in Chapter 11 under "Updating the Boot Disk." 6/14/2015 11
  • 12. Deleting Volumes and Volume Sets  You delete all volumes using the same technique, whether they're simple, spanned, mirrored, striped, or RAID 5 (striped with parity). Deleting a volume set removes the associated file system and all associated data is lost. So before you delete a volume set you should back up any files and directories that the volume set contains.  You can't delete a volume that contains the system boot, or active paging files for Windows Server 2003. To delete volumes, follow these steps:  1. In Disk Management, right-click any volume in the set and then choose Delete Volume. You can't delete a portion of a spanned volume without deleting the entire volume.  2. Confirm that you want to delete the volume by clicking Yes. 6/14/2015 12
  • 13. Extending a Simple or Spanned Volume  Windows Server 2003 provides several ways to extend NTFS volumes that aren't part of a mirror set or striped set. You can extend a simple volume and you can extend existing volume sets. When you extend volumes, you add free space to them.  Caution  When extending volume sets, there are many things you can't do. You can't extend boot or system volumes. You can't extend volumes that use mirroring or striping. You can't extend a volume onto more than 32 disks, either. Additionally, you can't extend FAT or FAT32 volumes ”you must first convert them to NTFS. You can't extend simple or spanned volumes that were upgraded from basic disks, either. As you work with volume sets, please keep these exceptions in mind. 6/14/2015 13
  • 14. To extend an NTFS volume  1.In Disk Management, right-click the simple or spanned volume that you want to extend, and then select Extend Volume. This starts the Extend Volume Wizard. Read the welcome page, and then click Next.  2.You can now select dynamic disks that are a part of the volume and size the volume segments on those disks as described in Steps 3 “5 of the section of this chapter entitled "Creating Volumes and Volume Sets." The size you set for Select The Amount of Space In MB is the amount of space that you want to add to the volume, which is reflected in the Total Volume Size In Megabytes field. For example, if you created a 200-MB volume and then set the Select The Amount Of Space In MB field to 800, the total volume size would be 1000 MB. Note A volume set that spans multiple drives can't be mirrored or striped. Only simple volumes can be mirrored or striped.  Click Next and then click Finish. 6/14/2015 14
  • 15. Managing Volumes  You manage volumes much like you manage partitions. 6/14/2015 15
  • 16. 6/14/2015 16 0 •Disk striping •Two or more volumes , each on a separate drive, are configured as a striped set. Data is broken into blocks, called stripes , and then written sequentially to all drives in the striped set. •Speed/performance. 1 •Disk mirroring •Two volumes on two drives are configured identically. Data is written to both drives. If one drive fails, there's no data loss because the other drive contains the data. (Doesn't include disk striping.) •Redundancy. Better write performance than disk striping with parity. 5 •Disk striping with parity •Uses three or more volumes, each on a separate drive, to create a striped set with parity error checking. In the case of failure, data can be recovered. •Fault tolerance with less overhead than mirroring. Better read performance than disk mirroring. Raid level