Start SAP ASE in master-recover mode with the dataserver -m (UNIX and Windows) option.
startserver -f m_RUN_server_name
sqlsrver.exe -dD:\new_user\DATA\MASTER.dat -sPIANO -eD:\new_user\install\errorlog -iD:\new_user\ini -MD:\new_user -m
See the Utility Guide for the complete syntax of these commands.
When you start SAP ASE 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.
Master-recover mode is necessary because the generic master database created with dataserver does not match the actual situation in SAP ASE. 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 SAP ASE started in master-recover mode is automatically configured to allow direct updates to the system tables. Certain other operations are disallowed.