User Guide
SAP AG November 2002
The name of the database instance on the local computer should be transferred
as an option. The database instance should be started.
dbmcli -d MK1
user_logon dbmmann,secret
db_online
exit
The Database Manager is called and an interactive database session is created
with registered database instance MK1. Details on the DBM operator dbmmann,
password secret are made via the interactively entered DBM command
user_logon. Database instance MK1 is started with DBM command
db_online.
The name of the database instance on the local computer should be transferred
as an option. The database instance should be started. This action should be
carried out in the background.
Create file startMK1 with the following contents:
user_logon dbmann,secret
db_online
exit
Execute the command in the background
dbmcli -d MK1 -i startMK1
The Database Manager is called and an interactive database session is created
with registered database instance MK1. File startMK1 is processed.
DBM Commands
Commands can be transferred to the Database Manager CLI [Page 133] (Database Manager
CLI: SAP DB 7.4, Section DBM Commands [See SAP DB Library]).
Syntax
<command_name> [<parameters>]
A DBM command is always made up of the command name and optional parameters
affecting its execution.
dbmcli -u dbmmann,secret -d MK1 param_getfull cache_size
The Database Manager is called and a database session is created for the DBM
operator dbmmann, password secret with the registered database instance MK1.
The DBM command param_getfull is used to request all data for database
parameter CACHE_SIZE [Page
81].
Web DBM
The Database Manager [Page 133] has a web-based client, the Web DBM. Install the Web
DBM once in the network. The Web DBM can then be called from all browsers.
User Manual: SAP DB 62










