Delphix Toolkits (dxToolkit and dxmToolkit)

 View Only
  • 1.  DXMC command to add and run profiling job

    Posted 05-30-2021 06:07:00 AM
    Hello Team 

    Please tell me dxmc command or parameters to add and run profiling job (by selecting rule set and profiling set) with the help of dxmc command.



    ------------------------------
    Pankaj Asegaonkar
    Delphix Community Members
    ------------------------------


  • 2.  RE: DXMC command to add and run profiling job
    Best Answer

    Posted 05-31-2021 01:36:00 AM

    Please use dxmc --help to see all first level commands.
    Once you identified first level command >> in this case "profilejob" << use 
    dxmc profilejob --help  to see the second level commands >> in this case "start" <<

    Every the commands are always first and second level. Th second level has then the arguments which are entered using double dash "--argument"

    To show the arguments for >> profilejob start << use again --help :
    dxmc profilejob start --help


    --jobname TEXT             Name of job to update  [required]

      --envname TEXT             Name of environment where job will be started

      --nowait                   No wait for job to finish

      --parallel INTEGER         Number of parallel jobs

      --tgt_connector TEXT       Name of target connector for multi tenant job

      --tgt_connector_env TEXT   Name of target connector environment for multi

                                 tenant job

      --monitor                  Display progress bars

      --format [fixed|csv|json]  Output format

      --engine TEXT              Engine name

      --debug                    Enables debug mode.

      --logfile TEXT             Logfile path and name

      --help                     Show this message and exit.



    ------------------------------
    Tino Pironti
    Technical Services
    Delphix
    ------------------------------