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
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
$MDM_SERVER_PW = "<password>"; # password for MDS, leave commented out if pw not set
@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.