For local communication, that is, when the database and the database application (or database tool or the interface) are on the same computer, SAP MaxDB uses shared memory for communication.
For local communication, you therefore do not need X servers and can switch them off. Exceptions are all components that use the JDBC interface, which requires an X server even for local communication:
Database Studio
Event dispatcher functions in Database Manager CLI
You are not using Database Studio.
On the command line, stop the global listener and all X servers running on the local computer:
<global_programs_path>\bin\sdbgloballistener stop -all
Note
You can display the global programs path using the dbm_getpath DBM command:
dbmcli dbm_getpath GlobalProgPath
For more information, see Database Manager CLI, dbm_getpath.
If you only want to use Database Studio to manage remote databases, you can also switch off the global listener and all X servers on the local computer (for communicating with remote databases, the X servers on the respective database computers are used) and start Database Studio without X servers:
On the command line, stop the global listener and all X servers running on the local computer.
<global_programs_path>\bin\sdbgloballistener stop -all
Go to the directory that contains the Database Studio executable dbstudio[.exe].
Start Database Studio from the command line with the following option:
dbstudio -RemoteOnly
Global Listener and X Servers, Stopping the Global Listener and/or Installation-Specific X Servers
Concepts of the Database System, Network Communication
Database Studio, Starting Database Studio