UNSOLVED

WillSanders

updated

14 years ago

W

WillSanders

1 Rookie

63 Posts

0

2067

August 7th, 2012 19:00

Symmigrate from TDEV to meta-TDEV in the same pool

Can anyone give me advice on how you would use symmigrate to migrate

from a TDEV to a meta-TDEV in the same pool?  Also, I'm looking to do this

non-disruptively to the host.  Is this possible?

Thanks in advance.

  • dynamox

    11 Legend

    20419 Posts

    87439 Points

    467

    0

    Posted August 7th, 2012 19:00

    why not create a meta device ?

  • 467

    0

    Posted August 8th, 2012 03:00

    Symmigrate will not migrate data from one tdev to another tdev (meta or non meta). Symmigrate migrates the data from one thin pool to another.

    regards,

    Saurabh

  • seancummins

    2 Intern

    226 Posts

    467

    0

    Posted August 8th, 2012 05:00

    Hi Will.

    Is your goal to nondisruptively convert a single TDEV into a meta? If so, you can perform an online conversion from the single TDEV into a concat TDEV meta, and then optionally convert that concat meta into a striped meta.

    Converting a single TDEV into a concat meta TDEV online requires 5875.198 code and Solutions Enabler 7.2 or later. I believe it can also be done with SMC. The procedure is the same as forming a concat meta offline (e.g. "form meta from dev xxx config=concatentated, count=3"); you just don't have to unmap the production TDEV prior to forming the meta. You'll need to have unbound TDEVs of the same size as the prod TDEV in order to add them as members.

    Hope that helps,

    - Sean