Skip to content

dx_ctl_js_bookmarks

Marcin Przepiorowski edited this page Oct 10, 2016 · 10 revisions

SYNOPSIS

dx_ctl_js_bookmarks.pl [ -engine|d <delphix identifier> | -all ] 
                        -action create | remove
                        -template_name template_name
                        -container_name container_name 
                        -bookmark_name bookmark_name 
                       [-bookmark_time "YYYY-MM-DD HH24:MI:SS" | first | latest ]
                       [-snapshots first | last | both | all]
                       [-source source_name]
                       [-container_name container_name]  
                       [ --help|? ] [ -debug ]

DESCRIPTION

Create or remove the Jet Stream bookmarks on Delphix Engine.

ARGUMENTS

Delphix Engine selection - if not specified a default host(s) from dxtools.conf will be used.

  • -engine|d Specify Delphix Engine name from dxtools.conf file
  • -all Display databases on all Delphix appliance

Options

  • -action action_name Action name. Allowed values are :

    create - to create bookmark

    remove - to delete bookmark ( be aware that without bookmark_name - all bookmarks from template or container will be deleted)

  • -template_name template_name Set templare for bookmark using template name

  • -container_name container_name Set container for bookmark using container name

  • -bookmark_name bookmark_name Set bookmark name

  • -bookmark_time time Set bookmark time. Allowed values:

    - "YYYY-MM-DD HH:MI:SS" - timestamp (24h)

    - first - use a branch creation time for bookmark (for template or container)

    - latest - use latest possible time from container or template (now)

  • -source source_name Set source name used for snapshot based bookmark creation

  • -snapshots snapshot Use snapshot from source to create bookmarks. Allowed values:

    - all - create bookmarks for all snapshot of source created after template was created

    - first - create bookmark for a first snapshot of source after template was created

    - last - create bookmark for a last snapshot of source after template was created

OPTIONS

  • -help
    Print this screen
  • -debug Turn on debugging

Delphix

Clone this wiki locally