cancel
Showing results for 
Search instead for 
Did you mean: 

SRM-MDM 7.1: How to restart the server(s)?

Former Member
0 Kudos

According to

http://help.sap.com/saphelp_nwmdm71/helpdata/en/45/b0c80f90eb2733e10000000a155369/frameset.htm

Providing start/stop scripts dedicated for different scenarios
and OS platforms is not planned at the moment. The reason is that 
firstly, the scenarios and components involved are very different, 
and secondly, the UNIX derivates and command shells are different.

So I tried several approaches but constantly fail.

Using CLIX I fail:

% clix icTerminate <hostname> <userID> <password> mds mdis
Loading '/usr/sap/CAT/MDS00/exe/LangStrings/CatMgrCommonCore.lang' (eng_US)...
Loaded 1545 strings from '/usr/sap/CAT/MDS00/exe/LangStrings/CatMgrCommonCore.lang'
Loading '/usr/sap/CAT/MDS00/exe/LangStrings/CLIX.lang' (eng_US)...
Loaded 60 strings from '/usr/sap/CAT/MDS00/exe/LangStrings/CLIX.lang'

Terminate of MDS Failed due to: 
Hard shutdown failed with error: gSoap: Server Fault
gSoap: Invalid Credentials

Terminate of MDIS Failed due to: 
Hard shutdown failed with error: gSoap: Server Fault
gSoap: Invalid Credentials

What userID is requested here?* Neither <sid>adm nor administrator/root are working.

Using sapstartsrv I get

Feb 10 12:12:27 <hostname> sapstartsrv[25457]: [ID 427199 user.error] pam_dial_auth: terminal-device not specifi
edby login, returning Error in underlying service module.

If I try to use sapcontrol directly I can stop mdis but not mds, it simply doesn't stop

% /usr/sap/CAT/MDS00/exe/sapcontrol -prot NI_HTTP -nr 00 -host <hostname> -function Stop
10.02.2010 12:22:58
Stop
OK

% /usr/sap/CAT/MDS00/exe/sapcontrol -prot NI_HTTP -nr 00 -host <hostname> -function GetProcessList
10.02.2010 12:23:03
GetProcessList
OK
name, description, dispstatus, textstatus, starttime, elapsedtime, pid
mds, MDM Server, GREEN, Running, 2010 01 08 16:24:24, 787:58:39, 29524

What am I missing?

Markus

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Markus,

We have SRM-MDM 7.1 on a Windows platform & using SAPMMC can easily start/stop the server(s).

Thanks,

Saba.

markus_doehr2
Active Contributor
0 Kudos

> We have SRM-MDM 7.1 on a Windows platform & using SAPMMC can easily start/stop the server(s).

We're not on Windows yuck - but thanx anyway for your info!

Markus

Answers (3)

Answers (3)

Former Member
0 Kudos

Solaris Sun X86 64 bit, MDM installation. Database is on a different server. SAP binaries on installed on x86. Database is up and the listener is up too.

Now, when I tried to start MDM with sapcontrol command, I get the following message. Any help?

I donot have MDM console on my windows.

d3madm> sapcontrol -prot NI_HTTP -nr 06 -function Start

17.03.2010 12:40:40

Start

FAIL: NIECONN_REFUSED (Connection refused), NiRawConnect failed in plugin_fopen()

d3madm>

markus_doehr2
Active Contributor
0 Kudos

> d3madm> sapcontrol -prot NI_HTTP -nr 06 -function Start

Is your sapstartsrv running?

Markus

Former Member
0 Kudos

Hello Markus,

For AIX + Oracle combination with Distributed System Installation, MDM can be stopped and started as follows:

sapcontrol -nr <InstanceNumber> -function Start

sapcontrol -nr <InstanceNumber> -function Stop

where

<InstanceNumber> - Instance number of MDS and MDIS. (There is no particular order in starting and stopping the instances).

bye,

Mohan.

Former Member
0 Kudos

Hmmm..ur right..sorry..if only u were on Windows it would be so much more simple

markus_doehr2
Active Contributor
0 Kudos

> Hmmm..ur right..sorry..if only u were on Windows it would be so much more simple

Yes, you might be right although the MMC does nothing else but calling one of those commands

Markus

Former Member
0 Kudos

Have you tried using 5<instance no.>13?

markus_doehr2
Active Contributor
0 Kudos

> Have you tried using 5<instance no.>13?

This is not a Java instance but a pure MDM server (mds + mdis) - or what do you mean with 50013?

Markus