ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Romo
    3. Posts
    • Profile
    • Following 3
    • Followers 2
    • Topics 54
    • Posts 875
    • Best 359
    • Controversial 0
    • Groups 0

    Posts made by Romo

    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      This is the output @scottalanmiller just have to replace : with -

      UUID : fba59a9c:7e6db5a2:d21e4034:3b415cfd

      posted in IT Discussion
      RomoR
      Romo
    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      We don't need to install mdadm, its there already

      posted in IT Discussion
      RomoR
      Romo
    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      I got the uuid using this:

      madadm --detail /dev/md10 | grep UUID

      posted in IT Discussion
      RomoR
      Romo
    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      Xencenter after reboots properly automounts our new array

      2015-11-05 09_31_51-XenCenter.png

      posted in IT Discussion
      RomoR
      Romo
    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      I removed the /dev/md10 entry from fstab so it doesn't automount and causes conflict with xenserver handling storage

      posted in IT Discussion
      RomoR
      Romo
    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      After adding the array as storage xenserver , the output of df -Th changes to this

      Screenshot from 2015-11-05 09:21:03.png

      posted in IT Discussion
      RomoR
      Romo
    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      It is automounting since we added it to our fstab

      posted in IT Discussion
      RomoR
      Romo
    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      @DustinB3403 sorry I did add content-type=user to the sr-create command. The final command was

      xe sr-create type=ext device-config:device=/dev/md10 shared=false host-uuid:fba59a9c-7e6db5a2-d21e4034-3b415cfd content-type=user name-label="Array storage"

      posted in IT Discussion
      RomoR
      Romo
    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      Yes, @DustinB3403 .

      This is xe sr-list output with the array added as storage

      Screenshot from 2015-11-05 09:12:22.png

      posted in IT Discussion
      RomoR
      Romo
    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      umount /dev/md10

      posted in IT Discussion
      RomoR
      Romo
    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      The array is now properly seen as storage in xencenter, I did have to unmount it first @DustinB3403

      posted in IT Discussion
      RomoR
      Romo
    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      @DustinB3403 I am actually trying to do exactly that just right now on my test setup. It thought that with this command:
      xe sr-create type=ext device-config:device=/dev/md10 shared=false host-uuid:fba59a9c7e6db5a2d21e40343b415cfd name-label="Array storage"

      It would get added as local storage to xencenter, but I am getting this error :
      The SR operation cannot be performed because a device underlying the SR is in use by the host.

      Don't really know why, I haven't used xenserver before. Any ideas @scottalanmiller

      posted in IT Discussion
      RomoR
      Romo
    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      And finally the status of our array

      Screenshot from 2015-11-04 20:30:58.png

      posted in IT Discussion
      RomoR
      Romo
    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      Checking filesystems present in our system, at the bottom theres our array.

      Screenshot from 2015-11-04 20:27:36.png

      posted in IT Discussion
      RomoR
      Romo
    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      mdadm.conf

      Screenshot from 2015-11-04 20:24:45.png

      posted in IT Discussion
      RomoR
      Romo
    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      Automounting

      Screenshot from 2015-11-04 20:22:43.png

      posted in IT Discussion
      RomoR
      Romo
    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      This shows the file system added to our raid array

      creating_file_system.png

      posted in IT Discussion
      RomoR
      Romo
    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      @DustinB3403 Yes, I couldn't create the md10 device in my setup without loading the modules into the kernel

      posted in IT Discussion
      RomoR
      Romo
    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      We can also use the whole disk, without the need to create partitions in them, don't really know if this is better but it is a possibility.

      This is the screenshot of the raid array created with 4 disks using the whole disks.
      Screenshot from 2015-11-04 20:06:04.png

      posted in IT Discussion
      RomoR
      Romo
    • RE: Building Out XenServer 6.5 with USB Boot and Software RAID 10

      We need to load the raid modules to the kernel prior to creating the md raid Device. Like this:
      echo "modprobe raid10" > /etc/sysconfig/modules/raid.modules
      modprobe raid10
      chmod a+x /etc/sysconfig/modules/raid.modules

      posted in IT Discussion
      RomoR
      Romo
    • 1 / 1