Delphix Products

Tip of the Day: Refreshing a VDB from a Specific Timepoint

  Thread closed by the administrator, not accepting new replies.
  • 1.  Tip of the Day: Refreshing a VDB from a Specific Timepoint

    Posted 06-03-2014 05:37:00 PM
    No replies, thread closed.
    Please note you will need the following information to start:
    • VDB Name
    • Timeflow location, SCN or timestamp of the point you want to provision from
    Log in
         ssh delphix_admin@"yourengine"
    Determine the TimeFlow
         > "yourengine" > ls
         > "yourengine" timeflow "dSourcename" timeflowRanges
         > "yourengine" timeflow "dSourcename"> commit
         > "yourengine"> back
    Perform the Refresh from Specific Point
         > "yourengine"> database
         > "yourengine" database> select "VDBname"
         > "yourengine database "VDBname"> refresh
         > "yourengine" database "VDBname" refresh*> set timeflowPointParameters.type=(one of the following: TimeflowPointBookmark, TimeflowPointBoomarkTag, TimeflowPointLocation, TimeflowPointSemantic, TimeflowPointTimestamp as appropriate)
         > "yourengine" database "VDBname" refresh*> set timeflowPointParameters.location=(location, timestamp or bookmark you wish to refresh to)
         > "yourengine" database "VDBname" refresh*> set timeflowPointParameters.timeflow=(timeflow associated with location)
         > "yourengine" database "VDBname" refresh*> commit
    #timeflow
    #cli
    #vdb
    #refresh