Hello Mohit,
what I meant to say was that the MaxDB tools will keep care of the services automatically, e.g if you start the Database from offline to online with:
dbmcli -d <database name> -u <user,passwd> db_online
on Windows, this will start the corresponding MaxDB service followed by triggering the start of the MaxDB 'kernel' process.
Likewise, If you shutdown the database via
dbmcli -d <database name> -u <user,passwd> db_offline
this will stop the MaxDB service and end the 'kernel' process
Regards,
Thorsten