Example of Importing a RAID

Example: move RAID "media5" to another system that already has a RAID with the same name:

  1. Stop the workflow on the RAID.
  2. Unload the RAID:

    # xicli raid unload -n media5
  3. Remove the RAID disks from this system and insert them into another system.
  4. Check for import conflicts:

    # xicli raid import show
  5. Import the RAID with changing its name to “media5_2”:

    # xicli raid import apply -id 52538D69-CF99-4471-8C85-DD42C9026A22 -nn media5_2