Differences between revisions 2 and 3
Revision 2 as of 2022-10-05 18:11:59
Size: 1589
Editor: scot
Comment:
Revision 3 as of 2022-10-05 19:35:37
Size: 1903
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
In this lab we are going to setup additional raid storage for DATA and mirror the system drive for redundancy. Note, before adding or removing disks, shutdown the server! In this lab we are going to setup additional raid storage for DATA. Note, before adding or removing disks, shutdown the server!
Line 19: Line 19:
Although I don't personally recommend mirroring with the server software, Microsoft does. So let's do that.
 1. Add a second SATA disk 60 GB (or whatever size c: is).
 1. Initialize it using GPT in the Disk Management Tool
 1. Upgrade the original system disk (containing the C: partition) to a dynamic disk.Right click on "Disk 0 Basic" and select convert to dynamic.
== Documentation ==

 1. On the install page document the changes that you have made to the hardware.
 1. Include the configuration information on the new drive array
 1. Document that the shares have been moved to the new RAID 5 array on the shared resources page.

== Video Grade Guide ==

||<tablewidth="867px" tablestyle="text-align:left">Topics ||Points ||
||Show the drive configuration in the Disk Management tool || 50 ||
||Show that the c:\shares folder is no longer there || 10 ||
||Show that the s:\shares folder exists and that it has content || 10 ||
||Show that the shares exist by going to \\cptr230a and browsing all shares (some will work, some won't depending on who you are logged in as) || 30 ||

Lab 05: Raid Storage

In this lab we are going to setup additional raid storage for DATA. Note, before adding or removing disks, shutdown the server!

Directions

  1. Add 3 Disks to your server (3 SCSI disks 0-2) 50 GB each.
  2. Using Disk Management tool, initialize all three new disks.
  3. Right click on the first new disk and create a new RAID 5 volume. Follow the Wizard
    1. Add all 3 disks to the RAID 5 set.
    2. Leave the rest default (it will use all available space on the three drives).
    3. Assign the new volume to S: as a drive letter
    4. Set the volume label to DATA
    5. Format the volume using the REFS file system.
  4. Move the shares folder to the new drive following instructions https://pureinfotech.com/move-shared-folder-another-drive-windows-10/

    1. Once you have moved the shares test your new configuration to see that it works. You can easily do this by creating a file n c:\shares\developers, if it shows up in the share it didn't work. If it doesn't show up in the share it did work.
    2. Once you are satisfied that the new shares are working, you can delete the shares folder from c: drive.

Documentation

  1. On the install page document the changes that you have made to the hardware.
  2. Include the configuration information on the new drive array
  3. Document that the shares have been moved to the new RAID 5 array on the shared resources page.

Video Grade Guide

Topics

Points

Show the drive configuration in the Disk Management tool

50

Show that the c:\shares folder is no longer there

10

Show that the s:\shares folder exists and that it has content

10

Show that the shares exist by going to \\cptr230a and browsing all shares (some will work, some won't depending on who you are logged in as)

30

WindowsAdministration/Lab04.5RaidStorage (last edited 2023-10-05 18:06:46 by scot)