Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. OpenRAID challenge - little off topic

OpenRAID challenge - little off topic

Scheduled Pinned Locked Moved C / C++ / MFC
c++designsysadminlinuxagentic-ai
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vaclav_
    wrote on last edited by
    #1

    OK, before all you VC++ gurus get too exited about seeing this post here - I would like to reach widest technical audience possible. My reasons for posting here are personal and selfish and I’ll delete this post if there are objections from you. I am getting really frustrated with MS RAID 5 implementation on my Widows Advanced Server. Don’t flame me running this OS – I cannot afford troubleshooting MS latest OS and my buggy VC++ code same time! This is not MS bashing article. I am looking for real experts in software RAID technology to help me develop different RAID than is currently available on Windows 2000 Advanced server. I do not want to discuss pro and cons of different RAID methods and hardware (PCI) solutions. I am not interested in Linux solutions. Here is my OpenRAID project spec: 1. RAID 5 with user interface to enable array updates on request. Reason: MS RAID will take over the PC after power failure and cannot be stopped. MS RAID is always working – not required. 2. RAID 5 that would allow building RAID 5 for operating system thus allowing PC to boot from any drive (including USB). Reason: MS RAID does allow OS to be mirrored only – not RAID 5. After OS drive failure the only recovery is to rebuild the OS drive from scratch – too time consuming and scary. (Does it matter what nationality is a foreign disk?) 3. RAID 5 extended over USB or FireWire interface Reason: MS RAID does not work with any external interfaces. (MS reasoning for this is irrelevant) The data redundancy is my primary goal. The speed of the USB or other interface is unimportant. Copy internal drive to external dynamic drive for preventive replacement. Build dynamic USB disk 4. Identify which disk caused the RAID 5 failure. 5. Current RAID is flaky on OS power down during rebuild process and makes system unusable after power failure. I just want :mad:to add new life to the OS technology that did not kept up with the hardware developments. Anybody for a challenge? Thanks for your time. Cheers Vaclav :mad:

    C 1 Reply Last reply
    0
    • V Vaclav_

      OK, before all you VC++ gurus get too exited about seeing this post here - I would like to reach widest technical audience possible. My reasons for posting here are personal and selfish and I’ll delete this post if there are objections from you. I am getting really frustrated with MS RAID 5 implementation on my Widows Advanced Server. Don’t flame me running this OS – I cannot afford troubleshooting MS latest OS and my buggy VC++ code same time! This is not MS bashing article. I am looking for real experts in software RAID technology to help me develop different RAID than is currently available on Windows 2000 Advanced server. I do not want to discuss pro and cons of different RAID methods and hardware (PCI) solutions. I am not interested in Linux solutions. Here is my OpenRAID project spec: 1. RAID 5 with user interface to enable array updates on request. Reason: MS RAID will take over the PC after power failure and cannot be stopped. MS RAID is always working – not required. 2. RAID 5 that would allow building RAID 5 for operating system thus allowing PC to boot from any drive (including USB). Reason: MS RAID does allow OS to be mirrored only – not RAID 5. After OS drive failure the only recovery is to rebuild the OS drive from scratch – too time consuming and scary. (Does it matter what nationality is a foreign disk?) 3. RAID 5 extended over USB or FireWire interface Reason: MS RAID does not work with any external interfaces. (MS reasoning for this is irrelevant) The data redundancy is my primary goal. The speed of the USB or other interface is unimportant. Copy internal drive to external dynamic drive for preventive replacement. Build dynamic USB disk 4. Identify which disk caused the RAID 5 failure. 5. Current RAID is flaky on OS power down during rebuild process and makes system unusable after power failure. I just want :mad:to add new life to the OS technology that did not kept up with the hardware developments. Anybody for a challenge? Thanks for your time. Cheers Vaclav :mad:

      C Offline
      C Offline
      carrivick
      wrote on last edited by
      #2

      Could you use a Virtual Machine to achieve this. The type of disks and their location can be divorced from the underlying hardware e.g. you can create a scsi which actually resides on external firewire drive.

      V 1 Reply Last reply
      0
      • C carrivick

        Could you use a Virtual Machine to achieve this. The type of disks and their location can be divorced from the underlying hardware e.g. you can create a scsi which actually resides on external firewire drive.

        V Offline
        V Offline
        Vaclav_
        wrote on last edited by
        #3

        Thanks - this is a good start. Actually I am getting pretty desperate about this. I have added an old dynamic disk using USB and now I am getting some kind of lock failure... Back to the basic – no USB RAID disk. At least for now! Cheers Vaclav

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups