cancel
Showing results for 
Search instead for 
Did you mean: 

how to start maxdb on linux

Former Member
0 Kudos

hi all,

how do i start maxdb on linux.

very urgent,

thanks and regards

Accepted Solutions (0)

Answers (3)

Answers (3)

thomasschulz2
Participant
0 Kudos

Hi,

maybe you are looking for a start/stop script for linux. An example can you find here (online docu for 7.6):

http://maxdb.sap.com/doc/7_6/41/79751b1a361036e10000000a114cbd/content.htm

(Basic Information -> Concepts of the Database System -> Creating and Configuring a Database Instance -> Automatic Start)

Regards,

Thomas

Former Member
0 Kudos

Login as SIDADM

>dbmcli -U c

>db_online

To check database state, use command:

>db_state

Kind Regards..

andreas_herzog
Active Contributor
0 Kudos

using DBMgui or by hand for example using dbmcli: dbmcli -d {your database instance} -u dba,dba db_start [could be: dbmcli -d MYDB -u dba,dba db_start]

GreetZ, AH