Release Information

Introduction

Getting Started

Delphix Engine System Administration

Virtual Database Management with the Delphix Engine

Data Backup and Recovery

Delphix Modernization Engine

Delphix Masking

Virtualizing Unstructured Files in the Delphix Engine

Virtualizing Oracle E-Business Suite in the Delphix Engine

JetStream

Mission Control

Delphix Express User Guide

Reference


Documentation for Previous Versions of the Delphix Engine

Delphix Server 3.0 Documentation
Delphix Server 3.1 Documentation
Delphix Engine 3.2 Documentation
Delphix Engine 4.0 Documentation
Delphix Engine 4.1 Documentation
Delphix Engine 4.2 Documentation
Delphix Engine 4.3 Documentation

Skip to end of metadata
Go to start of metadata

This article is to document how to take a Snapshot outside of the normal snapshot policy time using the CLI, you can also do this in the GUI using the camera icon. A Snapshot of a VDB is similar to bookmarking a point in time in the life of the VDB.

Procedure:

  1. ssh into the delphix engine using delphix_admin credentials
  2. Go into databases and select the VDB or dSource you would like to take a Snapshot of 

    ssh delphix_admin@dengine
    delphix > database
    delphix database > select vdb_test
  3. You are now going to sync and commit the operation 

     

    delphix database "vdb_test" > sync
    delphix database "vdb_test" sync *> commit
  4. You can verify the snapshot by going to snapshots and listing them 

    delphix database "vdb_test" > /snapshot
    delphix snapshot > ls

 

Related Articles:

CLI Cookbook: Creating Policies

  • No labels