Starting Adaptive Server in master-recover mode

Start Adaptive Server in master-recover mode with the -m (UNIX and Windows) option.

See the Utility Guide for the complete syntax of these commands.

When you start Adaptive Server in master-recover mode, only one login of one user—the system administrator—is allowed. Immediately following a dataserver command on the master database, only the “sa” account exists, and its password is NULL.

WARNING! Some sites have automatic jobs that log in to the server at start-up with the “sa” login. Be sure these are disabled.

Master-recover mode is necessary because the generic master database created with dataserver does not match the actual situation in Adaptive Server. For example, the database does not know about any of your database devices. Any operations on the master database could make recovery much more complicated and time-consuming, if not impossible.

An Adaptive Server started in master-recover mode is automatically configured to allow direct updates to the system tables. Certain other operations are disallowed.

WARNING! Do not make ad hoc changes to system tables—some changes can render Adaptive Server unable to run. Make only the changes described in this chapter, and always make the changes in a user-defined transaction.