cancel
Showing results for 
Search instead for 
Did you mean: 

Configuration MDM

Former Member
0 Kudos

Hello colleagues,

I have the SAP MDM 7.1. The console in SAP MDM is started but testing the logs see the error DOWN,

sappre1(root):/etc/opt/osit/sap> more mdmstatus_MDI.cfg.old

  1. T / N / NT / TN

$NOTIFICATION_TYPE = T;

$SEVERITY = CRITICAL;

$GROUP = SAP;

$MDM_CLIX_CMD = "/opt/MDM/bin/clix"; # use "clix.exe" on Windows

$MDM_SERVER = "sappre1"; # short or full name of your server

  1. $MDM_SERVER_PW = "<password>"; # password for MDS, leave commented out if pw not set

  2. @MDM_REPOSITORIES = ("<REP1>;{Loaded Running}","<REP2>;{Loaded Running}"); # list of repositories and their status for given instance

$MDM_DBMS_INSTANCE = "SMI"; # name of your instance

$MDM_DBMS_TYPE = "O"; # database type O=Oracle, S=SQL Server, M=MaxDB, D=DB2

$MDM_USER = "MDMSupport"; # Repository user for checking

$MDM_PW = "initial1"; # Password for the repository user

$MDM_DBMS_USER = "mdmsupport"; # Database user

$MDM_DBMS_PW = "initial1"; # Password for the database user

$MDM_OS_USER = "sdiadm"; # OS user for executing clix (leave commented out on windows)

$MDM_MDS_PORT = "59950"; # Set MDS listening port if not default

sappre1(root):/etc/opt/osit/sap>

In the log see,

sappre1(root):/var/opt/osit/sap/log/MDI> more mdmstatus.log

04/01/2012 12:21:46 # MDM : down # 1 #

04/01/2012 12:22:44 # MDM : down # 1 #

Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Solved

Former Member
0 Kudos

Hello,

Glad to know that the issue is solved,

Please assist in providing the solution

Regards,

Abhishek

Former Member
0 Kudos

Hello,

What exactly is happening,

Not able to understand.

are you getting an error while connecting or mounting the repository.

Regards,

Abhishek

Former Member
0 Kudos

The repository is up but in the log configuration see error,

sappre1(root):/var/opt/osit/sap/log/SMI> more mdmstatus.log

04/01/2012 11:28:10 # MDM : down # 1 #

04/01/2012 11:28:25 # MDM : down # 1 #

04/01/2012 11:31:53 # MDM : down # 1 #

04/01/2012 11:35:28 # MDM : down # 1 #

04/01/2012 11:41:00 # MDM : down # 1 #

04/01/2012 11:47:39 # MDM : down # 1 #

04/01/2012 11:51:00 # MDM : down # 1 #

04/01/2012 11:54:53 # MDM : down # 1 #

04/01/2012 12:01:00 # MDM : down # 1 #

04/01/2012 12:08:12 # MDM : down # 1 #

04/01/2012 12:10:31 # MDM : down # 1 #

04/01/2012 12:11:00 # MDM : down # 1 #

04/01/2012 12:12:19 # MDM : down # 1 #

The configuration is right,

diadm> more mdmstatus_MDI.cfg

  1. T / N / NT / TN

$NOTIFICATION_TYPE = T;

$SEVERITY = CRITICAL;

$GROUP = SAP;

$MDM_CLIX_CMD = "/opt/MDM/bin/clix"; # use "clix.exe" on Windows

$MDM_SERVER = "sappre1"; # short or full name of your server

  1. $MDM_SERVER_PW = "<password>"; # password for MDS, leave commented out if pw not set

  2. @MDM_REPOSITORIES = ("<REP1>;{Loaded Running}","<REP2>;{Loaded Running}"); # list of repositories and their status for given instance

$MDM_DBMS_INSTANCE = "MDIS10"; # name of your instance

$MDM_DBMS_TYPE = "O"; # database type O=Oracle, S=SQL Server, M=MaxDB, D=DB2

$MDM_USER = "MDMSupport"; # Repository user for checking

$MDM_PW = "initial1"; # Password for the repository user

$MDM_DBMS_USER = "MDMsupport"; # Database user

$MDM_DBMS_PW = "initial1"; # Password for the database user

  1. $MDM_OS_USER = "<sidadm>"; # OS user for executing clix (leave commented out on windows)

  2. $MDM_MDS_PORT = "59950"; # Set MDS listening port if not default

Regards.