You have a server named Server1. Server1 runs Windows Server 2012 R2.
Server1 has a thin provisioned disk named Disk1.
You need to expand Disk1.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose
two.)
A.
From File and Storage Services, extend Disk1.
B.
From File and Storage Services, add a physical disk to the storage pool.
C.
From Disk Management, extend the volume.
D.
From Disk Management, delete the volume, create a new volume, and then format the volume.
E.
From File and Storage Services, detach Disk1.
Explanation:
Step 1 (B): if required add physical disk capacity.
Step 2 (A): Dynamically extend the virtual disk (not volume).
The File and Storage Services role and the Storage Services role service are installed by default, but
without any additional role services. This basic functionality enables you to use Server Manager or
Windows PowerShell to manage the storage functionality of your servers.
Windows Server 2012 Storage Space subsystem now virtualizes storage by abstracting multiple
physical disks into a logical construct with specified capacity.
The process is to group selected physical disks into a container, the so-called storage pool, such that
the total capacity collectively presented by those associated physical disks can appear and become
manageable as a single and seemingly continuous space. Subsequently storage administrator creates
a virtual disk based on a storage pool, configure a storage layout which is essentially a RAID level,
and expose the storage of the virtual disk as a drive letter or a mapped folder in Windows Explorer.
The system administrator uses File and Storage Services in Server Manager or the Disk Management
tool tore scan the disk, bring the disk online, and extend the disk size.
Should be A & C. Thin provisioned so you don’t need to add more capacity. After you etend the vdisk you still need to extend the volume.
I go with A and C
http://www.aiotestking.com/microsoft/which-two-actions-should-you-perform-558/
A > because we need a bigger disk
B > possible, but no mention of not having enough diskspace
C > this needs to be done if we want to make use of a bigger disk, but no mention of needing a bigger volume.
D > bs answer 1
E > bs answer 2
Although I think MS should give more information, I go with A and C as well, purely bc of the mentioning of “thin provisioning”.
Agree, the answer should be A & C (since it requests two answers – otherwise it would be only A).
Thin provisioned disks do not require the extended disk space to be physically available.
C would not be required to expand the disk, but would be required for the disk extension to be usable at an OS level.
B is not required for the question. If it was stated that the space was required for data storage on the expanded disk AND it stated that there was no more available disk space in the storage pool, then B would be valid.