Chapter 7: Database Mount and Unmount


Overview

Use the mount and unmount commands to:

To unmount, and then re-mount, a database are:

  1. Use unmount to remove a database and its devices from a server. A manifest file is created for the database at a location you specify in the command clauses. The manifest file contains information pertinent to the database at the source Adaptive Server, such as database devices, server information, and database information. See “Manifest file”.

  2. Copy or move the database onto the destination Adaptive Server.

  3. Use mount to add the devices, attributes, and so on for the database.

  4. Use database online to bring the database up on the destination Adaptive Server without restarting the server.

See the Reference Manual: Commands for complete documentation of mount and unmount database.

Notemount database and unmount database are supported in the Cluster Edition. These commands may be aborted if an instance failover recovery takes place while you are using these commands. In this case, the user must re-issue the command when the instance failover recovery is complete.

WARNING!  For every login that is allowed access to a database on the original Adaptive Server, a corresponding login for the same suid must exist at the destination Adaptive Server.

For permissions to remain unchanged, the login maps at the destination Adaptive Server must be identical to those on the source Adaptive Server.