Skip to content

dx_ctl_bookmarks

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

SYNOPSIS

dx_ctl_bookmarks.pl [ -engine|d <delphix identifier> | -all ] -action [ create | delete ] -name bookmarkname 
                    [-dbname database_name -group group_name -timestamp now|latest|'yyyy-mm-dd hh24:mi:ss' ]  
                    [ --help|? ] [ -debug ]

DESCRIPTION

Create or delete bookmark in current timeflow of database

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
  • -action create | delete Specify an action
  • -name bookmark_name Bookmark name to create or delete
  • -dbname database_name Name of database to create bookmark for
  • -group group_name Name of group with database - only if dbname is not unique
  • -timestamp timestamp Point in time to create bookmark for. Possible formats
  • now - current time
  • latest - time of latest snapshot
  • "yyyy-mm-dd hh24:mi:ss" - point in time

OPTIONS

  • -help
    Print this screen
  • -debug Turn on debugging
  • -nohead Turn off header output

Delphix

Clone this wiki locally