Use the mount and unmount commands to perform a number of tasks.
More easily package proprietary databases; for example, as data files instead of as SQL scripts. The associated actions necessary for running these SQL scripts, such as device and database setup, are eliminated.
Move a database – when you move a set of databases from a source SAP ASE to a destination SAP ASE, you are physically moving the underlying devices.
Copy databases without a shutting down SAP ASE. When you copy a database from the command line, you must operate outside of SAP ASE, and use commands like the UNIX dd or ftp to create a byte-for-byte copy of all pages in a set of one or more databases.
Run mount and unmount from the isql prompt: the primary SAP ASE is the source, and the secondary SAP ASE is the destination. quiesce database also allows a single secondary SAP ASE to act as standby for databases from multiple primaries, since databases from multiple sources can be copied to a single destination.
See the Reference Manual: Commands for complete documentation of mount and unmount database.
For permissions to remain unchanged, the login maps at the destination SAP ASE must be identical to those on the source SAP ASE.