cancel
Showing results for 
Search instead for 
Did you mean: 

Options to see MDM Server is up or not

Former Member
0 Kudos

Hi SDNers,

Is there any options to see wethear MDM Server is Up or not.

Not in Console.

Any Suggesitons

Thanks

Ravi

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member201266
Contributor
0 Kudos

Hi Ravi,

Apart from Clix and API's you can use two more facilities...

1) services from Control pannel, here you can find any service up and running or not.

2) CCMS: Here you can get mail notifications when ever your MDM server gets dowm.. Or can configure many more things.

Cheers,

Cherry.

Former Member
0 Kudos

Hi Ravi,

use either one of these:

- clix mdsmonitor <MDSHostSpec>

- clix mdsstatus <MDSHostSpec> <Credentials>

where MDSHostSpec is either your IP or server name and Credentials is <Username>:<Password> (by default this is "Admin" (no password)).

You can also use SAP CCMS or Solution Manager Diagnostics. You'll find the respective plugins/modules on the SWDC and documentation in the MDM Master Configuration Guide.

Best regards

Christian

Edited by: Christian Heuer on Feb 23, 2009 10:37 AM

Former Member
0 Kudos

Hi Ravi,

Yes MDM Clix is another option for monitoring and performing MDM server operations from other than Console.

You can refer the below link on know how to work with Clix:

https://www.sdn.sap.com/irj/scn/wiki?path=/display/community/getting%252bstarted%252bwith%252bmdm%25...

Hope It Helped

Thanks & Regards

Simona Pinto

Former Member
0 Kudos

Hi Ravi,

You can use APIs or CLIX commands to view the status of the server.

Hope it helps.

Thanks,

Minaz

Former Member
0 Kudos

Hi Ravi,

using CLIX commands, you can know the MDM server is up or not.

1. CLIX mdsAssertSetting MDMHostSpec [-D]

Reports the current setting of the MDM Serveru2019s Assert option. Return values are ON or OFF.

2. CLIX mdsStart MDMHostSpec [-D]

Start the MDM Server if it is not running. Not supported on Unix/Linux

3. CLIX mdsStop MDMHostSpec [-D]

Stop the MDM Server if it is running.

Hope this may help you,

Regards,

Srinivas