Skip to main content
Skip table of contents

CLI Cookbook: Starting or stopping cluster instances of an Oracle RAC virtual database

This topic describes the steps to start or stop cluster instances of an Oracle RAC virtual database.

Starting cluster instances of an Oracle RAC virtual database

Procedure

  1. Log into the Delphix command-line interface using the admin user or a user with admin privileges.

    CODE
    $ ssh admin@YOUR_ENGINE
  2. Select the source associated with the VDB. By default, sources are named the same as the VDB.

    CODE
    delphix> source "vdb"
  3. Start a cluster instance by specifying desired instance number to the start command.

    CODE
    delphix> start; set instances.0=<instance number>; commit

Additional instance numbers can be specified using as ‘instance.1', ‘instances.2’ and so on.

Stopping cluster instances of an Oracle RAC virtual database

Procedure

  1. Log into the Delphix command-line interface using the admin user or a user with admin privileges.

    CODE
    $ ssh admin@YOUR_ENGINE
  2. Select the source associated with the VDB. By default, sources are named the same as the VDB.

    CODE
    delphix> source "vdb"
  3. Stop a cluster instance by specifying desired instance number to the stop command.

    CODE
    delphix> stop; set instances.0=<instance number>; commit

Additional instance numbers can be specified using as ‘instance.1', ‘instances.2’ and so on.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.