nerdexam
CompTIA

SG0-001 · Question #561

A server administrator has been asked to move data between two different vendor storage arrays. The LUN from the target array has been provisioned and is slightly bigger than the LUN from the source a

The correct answer is D. Use an LVM to create a host mirror between the source and target LUNs.. To migrate data between two different vendor storage arrays while the application remains online, using an LVM to create a host mirror is the most appropriate and effective method.

Storage Implementation

Question

A server administrator has been asked to move data between two different vendor storage arrays. The LUN from the target array has been provisioned and is slightly bigger than the LUN from the source array. The application must remain online during the entire migration process, including removing the source array LUNs. Which of the following methods would be MOST appropriate?

Options

  • AUse array based replication to make a block based copy of the data.
  • BUse an operating system based file copy tool to move the data to a new file system.
  • CRestore a copy of the data on to the target LUN from a recent backup.
  • DUse an LVM to create a host mirror between the source and target LUNs.

How the community answered

(34 responses)
  • A
    15% (5)
  • B
    3% (1)
  • C
    9% (3)
  • D
    74% (25)

Why each option

To migrate data between two different vendor storage arrays while the application remains online, using an LVM to create a host mirror is the most appropriate and effective method.

AUse array based replication to make a block based copy of the data.

Array-based replication typically requires the source and target arrays to be from the same vendor or compatible, which is not the case for different vendor storage arrays.

BUse an operating system based file copy tool to move the data to a new file system.

An operating system based file copy tool would involve downtime for the application to ensure data consistency during the copy process, failing the requirement for the application to remain online.

CRestore a copy of the data on to the target LUN from a recent backup.

Restoring from a recent backup would result in data loss for any changes made since the backup and would require application downtime during the restore process.

DUse an LVM to create a host mirror between the source and target LUNs.Correct

Logical Volume Managers (LVMs) can create a host-based mirror between two LUNs, even from different storage arrays. This allows block-level replication to occur while the application remains online, enabling a seamless cutover from the source to the target LUN and subsequent removal of the source.

Concept tested: Live data migration using LVM host mirroring

Topics

#Data migration#LVM mirroring#Online migration#Host-based migration

Community Discussion

No community discussion yet for this question.

Full SG0-001 Practice