Delphix Products

Expand all | Collapse all

Can I use CLI command in Prehook from Delphix Engine GUI ?

  • 1.  Can I use CLI command in Prehook from Delphix Engine GUI ?

    Posted 04-12-2019 08:47:00 PM
    I am trying to change status of Logsync from Enable to Disable, then take a SnapSync of dSource and then lastly enable logsync.
    I am able to complete the above using CLI interface ssh <user>@<engine> 
    database
    ...
    update
    set=...
    commit;

    But I want to add the CLI command to PreHook and PostHook for SynapSync....please suggest . Thanks in Advance. 
    #Virtualization


  • 2.  RE: Can I use CLI command in Prehook from Delphix Engine GUI ?

    Posted 04-12-2019 11:06:00 PM
    Chitranjan,

    Please let me understand what you want to do...

    1. Disable LogSync
    2. SnapSync
    3. Enable LogSync

    Is that correct?

    If so, what are you attempting to accomplish?

    Before you continue down this path, please be aware that gathering of archived redo logfiles is absolutely required during SnapSync.  So, turning off LogSync then performing SnapSync will cause an alternate mechanism for gathering archived redo log files to be used.  That is, the SnapSync job itself will add additional RMAN commands to collect archivelogs.

    It is better to just leave LogSync running through the SnapSync.

    Are you trying to conserve storage on your virtualization engine?

    Please let me know what you think?

    Thanks!

    -Tim