SlideShare une entreprise Scribd logo
1  sur  47
Managing Server Disk
Storage
Objectives
 Understand on what is a Disk Storage
 Describe the difference between Basic Disks
and Dynamic Disks
Disk Storage
 It is a general category of storage
mechanisms where data are recorded by
various electronic, magnetic, optical, or
mechanical changes to a surface layer of one
or more rotating disks.
 A disk drive is a device implementing such a
storage mechanism and is usually
distinguished from the disk medium.
Two Types of Disks Configuration
 Windows Server 2008 supports two types of
disk configurations:
 Basic Disks
 Dynamic Disks
Basic Disks
 The standard disk type used in previous
versions of Windows. Basic disks are divided
into partitions and can be used with previous
versions of Windows.
 These are the storage types most often used
with Windows. The term basic disk refers to a
disk that contains partitions, such as primary
partitions and logical drives, and these in turn
are usually formatted with a file system to
become a volume for file storage.
Dynamic Disks
 An enhanced disk type for Windows Server
2008 that you can update without having to
restart the system (in most cases). Dynamic
disks are divided into volumes and can be
used only with Windows 2000 and later
releases of Windows.
 These provide features that basic disks do
not, such as the ability to create volumes that
span multiple disks (spanned and striped
volumes) and the ability to create fault-
tolerant volumes (mirrored and RAID-5
volumes).
Dynamic Disks
 It offers greater flexibility for volume
management because they use a database to
track information about dynamic volumes on
the disk and about other dynamic disks in the
computer.
 Dynamic disks and volumes rely on the
Logical Disk Manager (LDM) and Virtual Disk
Service (VDS) and their associated features.
 Note: You can't use dynamic disks on
portable computers or with removable media.
Dynamic Disks
 Note: Unless specified otherwise, Windows
initially partitions a drive as a basic disk by
default. You must explicitly convert a basic
disk to a dynamic disk. However, there are
disk space considerations that must be
accounted for before you to do this
Using Basic and Dynamic Disks
 When you convert to Windows Server 2008,
disks with partitions are initialized as basic
disks.
 When you install Windows Server 2008 on a
new system with unpartitioned drives, you
have the option of initializing the drives as
either basic or dynamic.
Using Basic and Dynamic Disks
 Basic drives support the standard fault-
tolerant features. You can use basic drives to
maintain existing spanning, mirroring, and
striping configurations and to delete these
configurations. However, you can't create
new fault-tolerant drive sets using the basic
disk type.
Using Basic and Dynamic Disks
 You'll need to convert to dynamic disks and
then create volumes that use mirroring or
striping. The fault-tolerant features and the
ability to modify disks without having to restart
the computer are the key capabilities that
distinguish basic and dynamic disks. Other
features available on a disk depend on the
disk formatting.
Using Basic and Dynamic Disks
 You can use both basic and dynamic disks on
the same computer. The catch is that volume
sets must use the same disk type.
Using Basic and Dynamic Disks
 You can perform different disk configuration
tasks with basic and dynamic disks. With
basic disks, you can do the following:
 Format partitions and mark them as active
 Create and delete primary and extended
partitions
 Create and delete logical drives within
extended partitions
 Convert from a basic disk to a dynamic disk
Using Basic and Dynamic Disks
 With dynamic disks, you can do the following:
 Create and delete simple, striped, spanned,
mirrored, and RAID-5 volumes
 Remove a mirror from a mirrored volume
 Extend simple or spanned volumes
 Split a volume into two volumes
 Repair mirrored or RAID-5 volumes
 Reactivate a missing or offline disk
 Revert to a basic disk from a dynamic disk
(requires deleting volumes and reloading)
Using Basic and Dynamic Disks
 With either disk type, you can do the
following:
 View properties of disks, partitions, and
volumes
 Make drive letter assignments
 Configure security and drive sharing
Special Considerations for Basic
and Dynamic Disks
 Whether you're working with basic or dynamic
disks, you need to keep in mind five special
types of drive sections:
 Active The active partition or volume is the
drive section for system cache and -startup.
Some devices with removable storage may be
listed as having an active partition.
 Boot The boot partition or volume contains the
operating system and its support files. The
system and boot partition or volume can be
the same.
Special Considerations for Basic
and Dynamic Disks
 Crash Dump The partition to which the
computer attempts to write dump files in the
event of a system crash. By default, dump files
are written to the %SystemRoot% folder, but
can be located on any desired partition or
volume.
 Page File A partition containing a paging file
used by the operating system. Because a
computer can page memory to multiple disks,
according to the way virtual memory is
configured, a computer can have multiple
page file partitions or -volumes.
Special Considerations for Basic
and Dynamic Disks
 System The system partition or volume
contains the hardware-specific files needed to
load the operating system. The system
partition or volume can't be part of a striped or
spanned volume.
Changing Drive Types
 Basic disks are designed to be used with
previous versions of Windows. Dynamic disks
are designed to let you take advantage of the
latest Windows features. Only computers
running Windows 2000 or later releases of
Windows can use dynamic disks.
Changing Drive Types
 Windows Server 2008 provides the tools you
need to convert a basic disk to a dynamic
disk and to change a dynamic disk back to a
basic disk. When you convert to a dynamic
disk, partitions are changed to volumes of the
appropriate type automatically.
 You can't change these volumes back to
partitions. Instead, you must delete the
volumes on the dynamic disk and then
change the disk back to a basic disk. Deleting
the volumes destroys all the information on
the disk.
Converting a Basic Disk to a
Dynamic Disk
 Before you convert a basic disk to a dynamic
disk, you should make sure that you don't
need to boot the computer to other versions
of Windows. Only computers running
Windows 2000 and later releases of Windows
can use dynamic disks.
Converting a Basic Disk to a
Dynamic Disk
 With MBR disks, you should also make sure
that the disk has 1 MB of free space at
the end of the disk. Although Disk
Management reserves this free space when
creating partitions and volumes, disk
management tools on other operating
systems might not. Without the free space at
the end of the disk, the conversion will fail.
Converting a Basic Disk to a
Dynamic Disk
 With GPT disks, you must have contiguous,
recognized data partitions. If the GPT disk
contains partitions that Windows doesn't
recognize, such as those created by another
operating system, you can't convert to a
dynamic disk.
Converting a Basic Disk to a
Dynamic Disk
 With either type of disk, the following holds
true:
 You can't convert drives that use sector sizes
larger than 512 bytes. If the drive has large
sector sizes, you'll need to reformat before
converting.
 You can't use dynamic disks on portable
computers or with removable media. You can
only configure these drives as basic drives
with primary partitions.
Converting a Basic Disk to a
Dynamic Disk
 You can't convert a disk if the system or boot
partition is part of a spanned, striped,
mirrored, or RAID-5 volume. You'll need to
stop the spanning, mirroring, or striping before
you convert.
 You shouldn't convert a disk if it contains
multiple installations of the Windows operating
system. If you do, you might be able to start
the computer only using Windows Server
2008.
Converting a Basic Disk to a
Dynamic Disk
 You can convert disks with other types of
partitions that are part of spanned, striped,
mirrored, or RAID-5 volumes. These volumes
become dynamic volumes of the same type.
However, you must convert all drives in the set
together.
Converting a Basic Disk to a
Dynamic Disk
 To convert a basic disk to a dynamic disk,
follow these steps:
Changing a Dynamic Disk Back
to a Basic Disk
 Before you can change a dynamic disk back
to a basic disk, you must delete all dynamic
volumes on the disk. After you do this, right-
click the disk and select Convert To Basic
Disk. This changes the dynamic disk to a
basic disk; you can then create new partitions
and logical drives on the disk.
Partition Styles
 Also sometimes called partition schemes, is a
term that refers to the particular underlying
structure of the disk layout and how the
partitioning is actually arranged, what the
capabilities are, and also what the limitations
are.
Master Boot Record
 All x86-based and x64-based computers
running Windows can use the partition style
known as master boot record (MBR). The
MBR partition style contains a partition table
that describes where the partitions are
located on the disk.
 Because MBR is the only partition style
available on x86-based computers prior to
Windows Server 2003 with Service Pack 1
(SP1), you do not need to choose this style. It
is used automatically.
Master Boot Record
 The following figure illustrates an example
layout of three primary partitions and one
extended partition on a basic disk using MBR.
The extended partition contains four
extended logical drives within it. The
extended partition may or may not be located
at the end of the disk, but it is always a single
contiguous space for logical drives 1-n.
Master Boot Record
GUID Partition Table
 Systems running Windows Server 2003 with
SP1 and later can use a partition style known
as the globally unique identifier (GUID)
partition table (GPT) in addition to the MBR
partition style.
 A basic disk using the GPT partition style can
have up to 128 primary partitions, while
dynamic disks will have a single LDM
partition as with MBR partitioning.
GUID Partition Table
 The GPT partition style also has the following
properties:
 Allows partitions larger than 2 terabytes.
 Added reliability from replication and cyclic
redundancy check (CRC) protection of the
partition table.
 Support for additional partition type GUIDs
defined by original equipment manufacturers
(OEMs), independent software vendors
(ISVs), and other operating systems.
GUID Partition Table
Local Disk Manager
 The logical disk manager’s main purpose is to
create and manage dynamic disks.
 Dynamic disks are special because they can
span multiple physical disk volumes, which
allows the disks to be resized dynamically,
without the need for rebooting. Unlike basic
disks, a dynamic disk volume contains no
partitions.
Local Disk Manager
 It enables disk volumes to be dynamic, in
contrast to the standard basic volume format.
Basic volumes and dynamic volumes differ in
ability to extend storage beyond one physical
disk. Basic partitions are restricted to a fixed
size on one physical disk. Dynamic volumes
can be enlarged to include more free space
either from the same disk or another physical
disk.
Virtual Disk Service
 The Virtual Disk Service (VDS) manages a
wide range of storage configurations, from
single-disk desktops to external storage
arrays. The service exposes an application
programming interface (API).
 Virtual Disk Service is a Microsoft Windows
service that performs query and configuration
operations at the request of end users,
scripts, and applications.
Virtual Disk Service
 The service extends the existing storage
capabilities of Windows Server operating
systems in the following ways:
 Provides an API to the existing volume and
disk management features in Windows.
 Unifies volume management and hardware
Redundant Array of Independent Disks (RAID)
management under a single API.
Virtual Disk Service
 VDS does not perform the following storage-
management activities:
 Hardware subsystem management, such as
temperature monitoring or the monitoring of
performance statistics for disk arrays.
 Storage Area Network (SAN) fabric
management, such as Host-Based Adapter
(HBA) zoning and security.
Types of Dynamic Volumes
 Dynamic disks bring significantly more
flexibility into the creation and management
of volumes both in terms of space
management, performance and redundancy.
There are five types of dynamic volume which
can be created through the use of dynamic
disks:
Types of Dynamic Volumes
 Simple Volume - The equivalent of a
partition on a basic disk. A simple volume
must reside on a single disk and cannot be
extended beyond the space available on that
disk.
 Spanned Volume - A spanned volume can
span multiple physical disk drives or be
comprised of multiple, non-contiguous
volumes on a single disk drive. Spanned
volumes avoid many of the limitations
inherent in simple volumes.
Types of Dynamic Volumes
 Striped Volume - Also referred to as RAID 0,
disk striping involves splitting data into
multiple parts and writing each part to a
different disk drive (a process which is
reversed when the data is read back). The
disks involved in this process are referred to
as a stripe set. The key purpose of striping is
to increase disk performance.
Types of Dynamic Volumes
 Mirrored Volume - Also referred to as RAID
1, disk mirroring involves writing the same
data to two drives such that if one drive fails
an exact copy of the data is available on the
second disk. The primary purpose of disk
mirroring is data redundancy and disaster
recovery.
 RAID 5 Volume - RAID 5 is a variation of
volume striping. With RAID 5 striping is used
in conjunction with parity error checking such
that the data can continue to be used in the
event that one of the drives fails. The parity
information can also be used to restore data
in the event of a failure using a technique
known as regeneration. RAID 5 requires 3 or
more disks and is designed to provide fault
tolerance.
Web References
 https://itservices.stanford.edu/service/storage/
server
 http://en.wikipedia.org/wiki/Disk_storage
 https://msdn.microsoft.com/en-
us/library/windows/desktop/aa363785(v=vs.8
5).aspx
 https://msdn.microsoft.com/en-
us/library/dd163552.aspx
 https://msdn.microsoft.com/en-
us/library/windows/desktop/bb986750%28v=v
s.85%29.aspx
Web References
 http://www.techopedia.com/definition/27245/l
ogical-disk-manager
 http://www.techotopia.com/index.php/Creatin
g_and_Managing_Simple_and_Spanned_Vol
umes_on_Windows_Server_2008

Contenu connexe

Tendances

Lesson four operating system basics
Lesson four operating system basicsLesson four operating system basics
Lesson four operating system basics
Mik Endale
 
IT109 Microsoft Windows 7 Operating Systems Unit 04 lesson 04
IT109 Microsoft Windows 7 Operating Systems Unit 04 lesson 04IT109 Microsoft Windows 7 Operating Systems Unit 04 lesson 04
IT109 Microsoft Windows 7 Operating Systems Unit 04 lesson 04
blusmurfydot1
 

Tendances (20)

Hard drive partitions
Hard drive partitionsHard drive partitions
Hard drive partitions
 
Disk management
Disk managementDisk management
Disk management
 
Disk formatting
Disk formattingDisk formatting
Disk formatting
 
Disk management
Disk managementDisk management
Disk management
 
HARD DISK PARTITIONING,FORMATING
HARD DISK PARTITIONING,FORMATINGHARD DISK PARTITIONING,FORMATING
HARD DISK PARTITIONING,FORMATING
 
Administering volume sets and raid arrays using volumes
Administering volume sets and raid arrays using volumesAdministering volume sets and raid arrays using volumes
Administering volume sets and raid arrays using volumes
 
Disk
DiskDisk
Disk
 
Window xp slides
Window xp slidesWindow xp slides
Window xp slides
 
Manage disk
Manage diskManage disk
Manage disk
 
Format, Partition, Install OS
Format, Partition, Install OSFormat, Partition, Install OS
Format, Partition, Install OS
 
Performing Disk Management Tasks
Performing Disk Management TasksPerforming Disk Management Tasks
Performing Disk Management Tasks
 
Windows dual booting
Windows dual bootingWindows dual booting
Windows dual booting
 
Lesson four operating system basics
Lesson four operating system basicsLesson four operating system basics
Lesson four operating system basics
 
Virtual Hard disk
Virtual Hard diskVirtual Hard disk
Virtual Hard disk
 
Booy Up
Booy UpBooy Up
Booy Up
 
Storing data
Storing data Storing data
Storing data
 
Seminar 1
Seminar 1Seminar 1
Seminar 1
 
Hdd regenerator
Hdd regeneratorHdd regenerator
Hdd regenerator
 
Advanced format for hard disk drives
Advanced format for hard disk drivesAdvanced format for hard disk drives
Advanced format for hard disk drives
 
IT109 Microsoft Windows 7 Operating Systems Unit 04 lesson 04
IT109 Microsoft Windows 7 Operating Systems Unit 04 lesson 04IT109 Microsoft Windows 7 Operating Systems Unit 04 lesson 04
IT109 Microsoft Windows 7 Operating Systems Unit 04 lesson 04
 

En vedette

Xtw01t5v011311 disk storage
Xtw01t5v011311 disk storageXtw01t5v011311 disk storage
Xtw01t5v011311 disk storage
pgnguyen44
 
Lesson 8 - Understanding Backup and Recovery Methods
Lesson 8 - Understanding Backup and Recovery MethodsLesson 8 - Understanding Backup and Recovery Methods
Lesson 8 - Understanding Backup and Recovery Methods
Gene Carboni
 

En vedette (20)

Ubuntu 2014 Cloud and Server Survey
Ubuntu 2014 Cloud and Server SurveyUbuntu 2014 Cloud and Server Survey
Ubuntu 2014 Cloud and Server Survey
 
Ubuntu Server a Comprehensive Overview
Ubuntu Server a Comprehensive OverviewUbuntu Server a Comprehensive Overview
Ubuntu Server a Comprehensive Overview
 
Installation of LAMP Server with Ubuntu 14.10 Server Edition
Installation of LAMP Server with Ubuntu 14.10 Server EditionInstallation of LAMP Server with Ubuntu 14.10 Server Edition
Installation of LAMP Server with Ubuntu 14.10 Server Edition
 
Windows Server 2012 R2 Software-Defined Storage
Windows Server 2012 R2 Software-Defined StorageWindows Server 2012 R2 Software-Defined Storage
Windows Server 2012 R2 Software-Defined Storage
 
Cobit5 owerwiev and implementation proposal
Cobit5 owerwiev and implementation proposalCobit5 owerwiev and implementation proposal
Cobit5 owerwiev and implementation proposal
 
Storage Options in Windows Server 2012
Storage Options in Windows Server 2012Storage Options in Windows Server 2012
Storage Options in Windows Server 2012
 
Cobit 5 - An Overview
Cobit 5 - An OverviewCobit 5 - An Overview
Cobit 5 - An Overview
 
Hard Disk
Hard DiskHard Disk
Hard Disk
 
Ssd And Enteprise Storage
Ssd And Enteprise StorageSsd And Enteprise Storage
Ssd And Enteprise Storage
 
COBIT®5 - Implementation
COBIT®5 - ImplementationCOBIT®5 - Implementation
COBIT®5 - Implementation
 
Xtw01t5v011311 disk storage
Xtw01t5v011311 disk storageXtw01t5v011311 disk storage
Xtw01t5v011311 disk storage
 
Enterprise Storage NAS - Dual Controller
Enterprise Storage NAS - Dual ControllerEnterprise Storage NAS - Dual Controller
Enterprise Storage NAS - Dual Controller
 
Storage devices
Storage devicesStorage devices
Storage devices
 
Disk Storage
Disk StorageDisk Storage
Disk Storage
 
SNIA Cloud Storage Presentation
SNIA Cloud Storage PresentationSNIA Cloud Storage Presentation
SNIA Cloud Storage Presentation
 
COBIT®5 - Foundation
COBIT®5 - FoundationCOBIT®5 - Foundation
COBIT®5 - Foundation
 
Introduction to Cloud Storage
Introduction to Cloud StorageIntroduction to Cloud Storage
Introduction to Cloud Storage
 
Storage devices ppt by abhishek srivastava
Storage devices ppt by abhishek srivastavaStorage devices ppt by abhishek srivastava
Storage devices ppt by abhishek srivastava
 
Introduction to Disk Storage
Introduction to Disk StorageIntroduction to Disk Storage
Introduction to Disk Storage
 
Lesson 8 - Understanding Backup and Recovery Methods
Lesson 8 - Understanding Backup and Recovery MethodsLesson 8 - Understanding Backup and Recovery Methods
Lesson 8 - Understanding Backup and Recovery Methods
 

Similaire à Managing server disk storage

Guide to Windows 7 - Managing Disks
Guide to Windows 7 - Managing DisksGuide to Windows 7 - Managing Disks
Guide to Windows 7 - Managing Disks
Gene Carboni
 
Asif Jamal disk (it)
Asif Jamal disk (it)Asif Jamal disk (it)
Asif Jamal disk (it)
Asif Jamal
 
Microsoft Offical Course 20410C_09
Microsoft Offical Course 20410C_09Microsoft Offical Course 20410C_09
Microsoft Offical Course 20410C_09
gameaxt
 

Similaire à Managing server disk storage (20)

3 configuring basic and dynamic disks
3 configuring basic and dynamic disks3 configuring basic and dynamic disks
3 configuring basic and dynamic disks
 
Windows 7 configuration
Windows 7 configurationWindows 7 configuration
Windows 7 configuration
 
Disk Management.pdf
Disk Management.pdfDisk Management.pdf
Disk Management.pdf
 
logical volume manager.ppt
logical volume manager.pptlogical volume manager.ppt
logical volume manager.ppt
 
Introduction to Hard Disk Drive by Vishal Garg
Introduction to Hard Disk Drive by Vishal GargIntroduction to Hard Disk Drive by Vishal Garg
Introduction to Hard Disk Drive by Vishal Garg
 
HDD Partition
HDD PartitionHDD Partition
HDD Partition
 
mirroring harddrive
mirroring harddrivemirroring harddrive
mirroring harddrive
 
Guide to Windows 7 - Managing Disks
Guide to Windows 7 - Managing DisksGuide to Windows 7 - Managing Disks
Guide to Windows 7 - Managing Disks
 
Asif Jamal disk (it)
Asif Jamal disk (it)Asif Jamal disk (it)
Asif Jamal disk (it)
 
Write sector-marking-to-hard-drive
Write sector-marking-to-hard-driveWrite sector-marking-to-hard-drive
Write sector-marking-to-hard-drive
 
COUSTIMISE DISK PARTITION (1).pptx
COUSTIMISE DISK PARTITION  (1).pptxCOUSTIMISE DISK PARTITION  (1).pptx
COUSTIMISE DISK PARTITION (1).pptx
 
Os
OsOs
Os
 
1517307.ppt
1517307.ppt1517307.ppt
1517307.ppt
 
Microsoft Offical Course 20410C_09
Microsoft Offical Course 20410C_09Microsoft Offical Course 20410C_09
Microsoft Offical Course 20410C_09
 
Veritas Software Foundations
Veritas Software FoundationsVeritas Software Foundations
Veritas Software Foundations
 
Unix Administration 4
Unix Administration 4Unix Administration 4
Unix Administration 4
 
disk structure and multiple RAID levels .ppt
disk structure and multiple  RAID levels .pptdisk structure and multiple  RAID levels .ppt
disk structure and multiple RAID levels .ppt
 
Disk partitioning
Disk partitioningDisk partitioning
Disk partitioning
 
I/O System and Case Study
I/O System and Case StudyI/O System and Case Study
I/O System and Case Study
 
Unit3 ppt3 hard drive
Unit3 ppt3 hard driveUnit3 ppt3 hard drive
Unit3 ppt3 hard drive
 

Dernier

Call Girls Chickpet ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Call Girls Chickpet ☎ 7737669865☎ Book Your One night Stand (Bangalore)Call Girls Chickpet ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Call Girls Chickpet ☎ 7737669865☎ Book Your One night Stand (Bangalore)
amitlee9823
 
Just Call Vip call girls godhra Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls godhra Escorts ☎️9352988975 Two shot with one girl (...Just Call Vip call girls godhra Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls godhra Escorts ☎️9352988975 Two shot with one girl (...
gajnagarg
 
Call Girls In RT Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In RT Nagar ☎ 7737669865 🥵 Book Your One night StandCall Girls In RT Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In RT Nagar ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
amitlee9823
 
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Naicy mandal
 
一比一原版(Otago毕业证书)奥塔哥理工学院毕业证成绩单学位证靠谱定制
一比一原版(Otago毕业证书)奥塔哥理工学院毕业证成绩单学位证靠谱定制一比一原版(Otago毕业证书)奥塔哥理工学院毕业证成绩单学位证靠谱定制
一比一原版(Otago毕业证书)奥塔哥理工学院毕业证成绩单学位证靠谱定制
uodye
 
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
drmarathore
 
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)
amitlee9823
 

Dernier (20)

Call Girls Chickpet ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Call Girls Chickpet ☎ 7737669865☎ Book Your One night Stand (Bangalore)Call Girls Chickpet ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Call Girls Chickpet ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
Just Call Vip call girls godhra Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls godhra Escorts ☎️9352988975 Two shot with one girl (...Just Call Vip call girls godhra Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls godhra Escorts ☎️9352988975 Two shot with one girl (...
 
(INDIRA) Call Girl Napur Call Now 8617697112 Napur Escorts 24x7
(INDIRA) Call Girl Napur Call Now 8617697112 Napur Escorts 24x7(INDIRA) Call Girl Napur Call Now 8617697112 Napur Escorts 24x7
(INDIRA) Call Girl Napur Call Now 8617697112 Napur Escorts 24x7
 
HLH PPT.ppt very important topic to discuss
HLH PPT.ppt very important topic to discussHLH PPT.ppt very important topic to discuss
HLH PPT.ppt very important topic to discuss
 
Call Girls In RT Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In RT Nagar ☎ 7737669865 🥵 Book Your One night StandCall Girls In RT Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In RT Nagar ☎ 7737669865 🥵 Book Your One night Stand
 
(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...
(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...
(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...
 
Call Girls Chikhali Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Chikhali Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Chikhali Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Chikhali Call Me 7737669865 Budget Friendly No Advance Booking
 
Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7
Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7
Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7
 
SM-N975F esquematico completo - reparación.pdf
SM-N975F esquematico completo - reparación.pdfSM-N975F esquematico completo - reparación.pdf
SM-N975F esquematico completo - reparación.pdf
 
Call Girls Pimple Saudagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Pimple Saudagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Pimple Saudagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Pimple Saudagar Call Me 7737669865 Budget Friendly No Advance Booking
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
 
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
 
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
 
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
 
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
 
一比一原版(Otago毕业证书)奥塔哥理工学院毕业证成绩单学位证靠谱定制
一比一原版(Otago毕业证书)奥塔哥理工学院毕业证成绩单学位证靠谱定制一比一原版(Otago毕业证书)奥塔哥理工学院毕业证成绩单学位证靠谱定制
一比一原版(Otago毕业证书)奥塔哥理工学院毕业证成绩单学位证靠谱定制
 
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
 
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
 
Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 

Managing server disk storage

  • 2. Objectives  Understand on what is a Disk Storage  Describe the difference between Basic Disks and Dynamic Disks
  • 3. Disk Storage  It is a general category of storage mechanisms where data are recorded by various electronic, magnetic, optical, or mechanical changes to a surface layer of one or more rotating disks.  A disk drive is a device implementing such a storage mechanism and is usually distinguished from the disk medium.
  • 4. Two Types of Disks Configuration  Windows Server 2008 supports two types of disk configurations:  Basic Disks  Dynamic Disks
  • 5. Basic Disks  The standard disk type used in previous versions of Windows. Basic disks are divided into partitions and can be used with previous versions of Windows.  These are the storage types most often used with Windows. The term basic disk refers to a disk that contains partitions, such as primary partitions and logical drives, and these in turn are usually formatted with a file system to become a volume for file storage.
  • 6. Dynamic Disks  An enhanced disk type for Windows Server 2008 that you can update without having to restart the system (in most cases). Dynamic disks are divided into volumes and can be used only with Windows 2000 and later releases of Windows.  These provide features that basic disks do not, such as the ability to create volumes that span multiple disks (spanned and striped volumes) and the ability to create fault- tolerant volumes (mirrored and RAID-5 volumes).
  • 7. Dynamic Disks  It offers greater flexibility for volume management because they use a database to track information about dynamic volumes on the disk and about other dynamic disks in the computer.  Dynamic disks and volumes rely on the Logical Disk Manager (LDM) and Virtual Disk Service (VDS) and their associated features.  Note: You can't use dynamic disks on portable computers or with removable media.
  • 8. Dynamic Disks  Note: Unless specified otherwise, Windows initially partitions a drive as a basic disk by default. You must explicitly convert a basic disk to a dynamic disk. However, there are disk space considerations that must be accounted for before you to do this
  • 9. Using Basic and Dynamic Disks  When you convert to Windows Server 2008, disks with partitions are initialized as basic disks.  When you install Windows Server 2008 on a new system with unpartitioned drives, you have the option of initializing the drives as either basic or dynamic.
  • 10. Using Basic and Dynamic Disks  Basic drives support the standard fault- tolerant features. You can use basic drives to maintain existing spanning, mirroring, and striping configurations and to delete these configurations. However, you can't create new fault-tolerant drive sets using the basic disk type.
  • 11. Using Basic and Dynamic Disks  You'll need to convert to dynamic disks and then create volumes that use mirroring or striping. The fault-tolerant features and the ability to modify disks without having to restart the computer are the key capabilities that distinguish basic and dynamic disks. Other features available on a disk depend on the disk formatting.
  • 12. Using Basic and Dynamic Disks  You can use both basic and dynamic disks on the same computer. The catch is that volume sets must use the same disk type.
  • 13. Using Basic and Dynamic Disks  You can perform different disk configuration tasks with basic and dynamic disks. With basic disks, you can do the following:  Format partitions and mark them as active  Create and delete primary and extended partitions  Create and delete logical drives within extended partitions  Convert from a basic disk to a dynamic disk
  • 14. Using Basic and Dynamic Disks  With dynamic disks, you can do the following:  Create and delete simple, striped, spanned, mirrored, and RAID-5 volumes  Remove a mirror from a mirrored volume  Extend simple or spanned volumes  Split a volume into two volumes  Repair mirrored or RAID-5 volumes  Reactivate a missing or offline disk  Revert to a basic disk from a dynamic disk (requires deleting volumes and reloading)
  • 15. Using Basic and Dynamic Disks  With either disk type, you can do the following:  View properties of disks, partitions, and volumes  Make drive letter assignments  Configure security and drive sharing
  • 16. Special Considerations for Basic and Dynamic Disks  Whether you're working with basic or dynamic disks, you need to keep in mind five special types of drive sections:  Active The active partition or volume is the drive section for system cache and -startup. Some devices with removable storage may be listed as having an active partition.  Boot The boot partition or volume contains the operating system and its support files. The system and boot partition or volume can be the same.
  • 17. Special Considerations for Basic and Dynamic Disks  Crash Dump The partition to which the computer attempts to write dump files in the event of a system crash. By default, dump files are written to the %SystemRoot% folder, but can be located on any desired partition or volume.  Page File A partition containing a paging file used by the operating system. Because a computer can page memory to multiple disks, according to the way virtual memory is configured, a computer can have multiple page file partitions or -volumes.
  • 18. Special Considerations for Basic and Dynamic Disks  System The system partition or volume contains the hardware-specific files needed to load the operating system. The system partition or volume can't be part of a striped or spanned volume.
  • 19. Changing Drive Types  Basic disks are designed to be used with previous versions of Windows. Dynamic disks are designed to let you take advantage of the latest Windows features. Only computers running Windows 2000 or later releases of Windows can use dynamic disks.
  • 20. Changing Drive Types  Windows Server 2008 provides the tools you need to convert a basic disk to a dynamic disk and to change a dynamic disk back to a basic disk. When you convert to a dynamic disk, partitions are changed to volumes of the appropriate type automatically.  You can't change these volumes back to partitions. Instead, you must delete the volumes on the dynamic disk and then change the disk back to a basic disk. Deleting the volumes destroys all the information on the disk.
  • 21. Converting a Basic Disk to a Dynamic Disk  Before you convert a basic disk to a dynamic disk, you should make sure that you don't need to boot the computer to other versions of Windows. Only computers running Windows 2000 and later releases of Windows can use dynamic disks.
  • 22. Converting a Basic Disk to a Dynamic Disk  With MBR disks, you should also make sure that the disk has 1 MB of free space at the end of the disk. Although Disk Management reserves this free space when creating partitions and volumes, disk management tools on other operating systems might not. Without the free space at the end of the disk, the conversion will fail.
  • 23. Converting a Basic Disk to a Dynamic Disk  With GPT disks, you must have contiguous, recognized data partitions. If the GPT disk contains partitions that Windows doesn't recognize, such as those created by another operating system, you can't convert to a dynamic disk.
  • 24. Converting a Basic Disk to a Dynamic Disk  With either type of disk, the following holds true:  You can't convert drives that use sector sizes larger than 512 bytes. If the drive has large sector sizes, you'll need to reformat before converting.  You can't use dynamic disks on portable computers or with removable media. You can only configure these drives as basic drives with primary partitions.
  • 25. Converting a Basic Disk to a Dynamic Disk  You can't convert a disk if the system or boot partition is part of a spanned, striped, mirrored, or RAID-5 volume. You'll need to stop the spanning, mirroring, or striping before you convert.  You shouldn't convert a disk if it contains multiple installations of the Windows operating system. If you do, you might be able to start the computer only using Windows Server 2008.
  • 26. Converting a Basic Disk to a Dynamic Disk  You can convert disks with other types of partitions that are part of spanned, striped, mirrored, or RAID-5 volumes. These volumes become dynamic volumes of the same type. However, you must convert all drives in the set together.
  • 27. Converting a Basic Disk to a Dynamic Disk  To convert a basic disk to a dynamic disk, follow these steps:
  • 28. Changing a Dynamic Disk Back to a Basic Disk  Before you can change a dynamic disk back to a basic disk, you must delete all dynamic volumes on the disk. After you do this, right- click the disk and select Convert To Basic Disk. This changes the dynamic disk to a basic disk; you can then create new partitions and logical drives on the disk.
  • 29. Partition Styles  Also sometimes called partition schemes, is a term that refers to the particular underlying structure of the disk layout and how the partitioning is actually arranged, what the capabilities are, and also what the limitations are.
  • 30. Master Boot Record  All x86-based and x64-based computers running Windows can use the partition style known as master boot record (MBR). The MBR partition style contains a partition table that describes where the partitions are located on the disk.  Because MBR is the only partition style available on x86-based computers prior to Windows Server 2003 with Service Pack 1 (SP1), you do not need to choose this style. It is used automatically.
  • 31. Master Boot Record  The following figure illustrates an example layout of three primary partitions and one extended partition on a basic disk using MBR. The extended partition contains four extended logical drives within it. The extended partition may or may not be located at the end of the disk, but it is always a single contiguous space for logical drives 1-n.
  • 33. GUID Partition Table  Systems running Windows Server 2003 with SP1 and later can use a partition style known as the globally unique identifier (GUID) partition table (GPT) in addition to the MBR partition style.  A basic disk using the GPT partition style can have up to 128 primary partitions, while dynamic disks will have a single LDM partition as with MBR partitioning.
  • 34. GUID Partition Table  The GPT partition style also has the following properties:  Allows partitions larger than 2 terabytes.  Added reliability from replication and cyclic redundancy check (CRC) protection of the partition table.  Support for additional partition type GUIDs defined by original equipment manufacturers (OEMs), independent software vendors (ISVs), and other operating systems.
  • 36. Local Disk Manager  The logical disk manager’s main purpose is to create and manage dynamic disks.  Dynamic disks are special because they can span multiple physical disk volumes, which allows the disks to be resized dynamically, without the need for rebooting. Unlike basic disks, a dynamic disk volume contains no partitions.
  • 37. Local Disk Manager  It enables disk volumes to be dynamic, in contrast to the standard basic volume format. Basic volumes and dynamic volumes differ in ability to extend storage beyond one physical disk. Basic partitions are restricted to a fixed size on one physical disk. Dynamic volumes can be enlarged to include more free space either from the same disk or another physical disk.
  • 38. Virtual Disk Service  The Virtual Disk Service (VDS) manages a wide range of storage configurations, from single-disk desktops to external storage arrays. The service exposes an application programming interface (API).  Virtual Disk Service is a Microsoft Windows service that performs query and configuration operations at the request of end users, scripts, and applications.
  • 39. Virtual Disk Service  The service extends the existing storage capabilities of Windows Server operating systems in the following ways:  Provides an API to the existing volume and disk management features in Windows.  Unifies volume management and hardware Redundant Array of Independent Disks (RAID) management under a single API.
  • 40. Virtual Disk Service  VDS does not perform the following storage- management activities:  Hardware subsystem management, such as temperature monitoring or the monitoring of performance statistics for disk arrays.  Storage Area Network (SAN) fabric management, such as Host-Based Adapter (HBA) zoning and security.
  • 41. Types of Dynamic Volumes  Dynamic disks bring significantly more flexibility into the creation and management of volumes both in terms of space management, performance and redundancy. There are five types of dynamic volume which can be created through the use of dynamic disks:
  • 42. Types of Dynamic Volumes  Simple Volume - The equivalent of a partition on a basic disk. A simple volume must reside on a single disk and cannot be extended beyond the space available on that disk.  Spanned Volume - A spanned volume can span multiple physical disk drives or be comprised of multiple, non-contiguous volumes on a single disk drive. Spanned volumes avoid many of the limitations inherent in simple volumes.
  • 43. Types of Dynamic Volumes  Striped Volume - Also referred to as RAID 0, disk striping involves splitting data into multiple parts and writing each part to a different disk drive (a process which is reversed when the data is read back). The disks involved in this process are referred to as a stripe set. The key purpose of striping is to increase disk performance.
  • 44. Types of Dynamic Volumes  Mirrored Volume - Also referred to as RAID 1, disk mirroring involves writing the same data to two drives such that if one drive fails an exact copy of the data is available on the second disk. The primary purpose of disk mirroring is data redundancy and disaster recovery.
  • 45.  RAID 5 Volume - RAID 5 is a variation of volume striping. With RAID 5 striping is used in conjunction with parity error checking such that the data can continue to be used in the event that one of the drives fails. The parity information can also be used to restore data in the event of a failure using a technique known as regeneration. RAID 5 requires 3 or more disks and is designed to provide fault tolerance.
  • 46. Web References  https://itservices.stanford.edu/service/storage/ server  http://en.wikipedia.org/wiki/Disk_storage  https://msdn.microsoft.com/en- us/library/windows/desktop/aa363785(v=vs.8 5).aspx  https://msdn.microsoft.com/en- us/library/dd163552.aspx  https://msdn.microsoft.com/en- us/library/windows/desktop/bb986750%28v=v s.85%29.aspx
  • 47. Web References  http://www.techopedia.com/definition/27245/l ogical-disk-manager  http://www.techotopia.com/index.php/Creatin g_and_Managing_Simple_and_Spanned_Vol umes_on_Windows_Server_2008

Notes de l'éditeur

  1. For example, if you have mirrored drives C and D that were created under Windows NT 4.0, you can use these drives under Windows Server 2008. If you want to convert C to the dynamic disk type, you must also convert D.
  2. To boot Windows, the BIOS implementations in x86-based and x64-based computers require a basic disk that must contain at least one master boot record (MBR) partition marked as active where information about the Windows operating system (but not necessarily the entire operating system installation) and where information about the partitions on the disk are stored. This information is placed in separate places, and these two places may be located in separate partitions or in a single partition. All other physical disk storage can be set up as various combinations of the two available partition styles, described in the following sections. For more information about other system types,
  3. You can create up to four partitions on a basic disk using the MBR partition scheme: either four primary partitions, or three primary and one extended. The extended partition can contain one or more logical drives.
  4. Each partition, whether primary or extended, can be formatted to be a Windows volume, with a one-to-one correlation of volume-to-partition. In other words, a single partition cannot contain more than a single volume. In this example, there would be a total of seven volumes available to Windows for file storage. An unformatted partition is not available for file storage in Windows. The dynamic disk MBR layout looks very similar to the basic disk MBR layout, except that only one primary partition is allowed (referred to as the LDM partition), no extended partitioning is allowed, and there is a hidden partition at the end of the disk for the LDM database.
  5. Because basic disks using GPT partitioning do not limit you to four partitions, you do not need to create extended partitions or logical drives.
  6. The GPT partitioning layout for a basic disk is illustrated in the figure above.
  7. Dynamic disks are special because they can span multiple physical disk volumes, which allows the disks to be resized dynamically, without the need for rebooting. Unlike basic disks, a dynamic disk volume contains no partitions.