cancel
Showing results for 
Search instead for 
Did you mean: 

Start/Stop commands for MDM 7.1 sp6 on linux

Former Member
0 Kudos

Team,

New to the environment

Install sap mount point _ /usr/sap

I created an instance ABC. See filesystem below.

I have two system users

sapadm - sap admin

abcadm - sap instance admin

*What are the commands to start the webservice that console connects to and to start the instance ABC.?

Thanks for your support.

After the install these where the processes that were still active.

root 4706 1 0 18:00 ? 00:00:00 /usr/sap/hostctrl/exe/saphostexec pf=/usr/sap/hostctrl/exe/host_profile

sapadm 4708 1 0 18:00 ? 00:00:00 /usr/sap/hostctrl/exe/sapstartsrv pf=/usr/sap/hostctrl/exe/host_profile -D

root 4748 1 0 18:01 ? 00:00:00 /usr/sap/hostctrl/exe/saposcol -l pf=/usr/sap/hostctrl/exe/host_profile

abcadm 5556 1 0 18:01 ? 00:00:00 /usr/sap/ABC/MDS00/exe/sapstartsrv pf=/usr/sap/ABC/SYS/profile/ABC_MDS00_aplab19192 -D -u abcadm

abcadm 5967 1 0 18:01 ? 00:00:00 sapstart pf=/usr/sap/ABC/SYS/profile/ABC_MDS00_aplab19192

abcadm 5991 5967 0 18:01 ? 00:00:00 /bin/sh mds.sapABC_MDS00

abcadm 6002 5991 0 18:01 ? 00:00:00 /bin/sh mds.sapABC_MDS00

abcadm 6003 6002 0 18:01 ? 00:00:00 /usr/sap/ABC/MDS00/exe/mds-r

Filesystem

abcadm@aplab19192 sap]$ ls -lp

total 24

drwxr-xr-x 4 abcadm sapsys 4096 Feb 23 18:01 ABC/

drwxrwxr-x 2 root sapsys 4096 Feb 23 18:00 ccms/

drwxr-xr-x 4 root sapsys 4096 Feb 23 18:00 hostctrl/

drwxr-xr-x 3 root sapsys 4096 Feb 23 18:00 mdm/

-rwxr-xr-x 1 root sapsys 188 Feb 23 18:01 sapservices

drwxrwxr-x 5 root sapsys 4096 Feb 23 19:00 tmp/

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello kurisutofaa

Somethime, mds server cannot running under linux system because some another application blocked mdm ports.

Next ports user by MDM:

MDS: Port 59950 and three sequential ports from the range 2000 -

9999 for every loaded repository (these ports are configurable using the

MDM Console).

MDIS: Port 59750

MDSS: Port 59850

mds, mdis and mdss you can start directly from command line:


exec mds

Regards

Kanstantsin Chernichenka

Former Member
0 Kudos

TEam,

I have that document and have read it. It is still not clear to be the commands

to start the webservice that the console connects to.

I have two system users

sapadm - this user owns the web service SAP service

abcadm - ABC sap mdm instance admin

I did not see any info in the docs about the sapadm user and commands.

question that I have is . Does abcadm user start all the web service process as well.

this below - if I recall works and it may start the webservice as well

as usr #abcadm

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/sap/ABC/MDS00/exe:/usr/sap/mdm/ABC/exe/uc/linuxx86_64

/usr/sap/ABC/MDS00/exe/sapstartsrv pf=/usr/sap/ABC/SYS/profile/ABC_MDS00_aplab19192 -D -u abcadm

Answers (1)

Answers (1)

cweissheimer
Advisor
Advisor
0 Kudos

SAPinst automatically starts the SAP system and its instances after the installation.

For starting and stopping MDM servers you can use the following tools:

SAP Microsoft Management Console (SAP MMC) or SAP Management Console (SAP MC)

SAP MMC and SAP MC are the generic SAP system management tools, which are installed

automatically with any SAP system (SAP MMC on Windows; SAP MC on UNIX).

For more information, please refer to the Installation Guide u2013 MDM 7.1 on UNIX, page 60:

https://websmp201.sap-ag.de/~sapidb/011000358700001668492008E

BR,

Carlos