Friday, July 24, 2015

Error Solution in 20410 in module 9 in official MOC Labs

Exercise 3, Task 6, High level step 3, Detailed steps 5-9.

When you disconnect a physical disk from the virtual machine, it can take some time before you can remove the disk from the storage pool. To enable you to remove the disk immediately, add the following steps:
Current steps:

5. Type Get-PhysicalDisk, and press Enter.

6. Note the FriendlyName for the disk that shows an OperationalStatus of Lost Communication.

7. Type $Disk = Get-PhysicalDisk –FriendlyName diskname and press ENTER. Replace diskname with the name of the disk you noted in Step 7.

New steps:

8. Type Set-physicaldisk –FriendlyName diskname -usage retired and press Enter.

9. Type Repair-virtualdisk -friendlyname "Mirrored Disk" and press Enter.

Current steps (renumbered)
10. Type Remove-PhysicalDisk -physicalDisks $disk -StoragePoolFriendlyName StoragePool1 and press Enter.

11. Type Y, and then press Enter.

No comments:

Post a Comment