cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to start MDM Server using CLIX

aaron_thomas
Participant
0 Kudos

I am able to Stop the MDM Server by issuing 'mdsStop' command from command line. But I'm unable to re-start the MDM Server by issuing the 'mdsStart' command from command line. Is anyone else using CLIX? If so, are you successful in starting the server from CLIX?

My command:

CLIX mdsStart SERVERNAME

I get no error messages and the command line prompt comes back like normal but the MDM Server is still not running.

Accepted Solutions (1)

Accepted Solutions (1)

vikaslodha
Product and Topic Expert
Product and Topic Expert
0 Kudos

Try using Quotes as

clix mdsStart "hostname"

It should work.

Regards

Vikas

vikaslodha
Product and Topic Expert
Product and Topic Expert
0 Kudos

Sorry meant "SERVERNAME" in Quotes.

Regards

aaron_thomas
Participant
0 Kudos

I have tried putting the servername in quotes and this still does not work.

KlausDavid
Advisor
Advisor
0 Kudos

Did you have a look in the server log and the assertion log ? Maybe there's some info.

You could also run the CLIX command MDSSTATUS to find out the current status of the server. Maybe there you'll get a hint.

Regards Klaus

aaron_thomas
Participant
0 Kudos

Klaus, the point is that the MDSSTOP command will work and the result of this command is that the MDM Server service on the hostmachine gets killed. I would assume that the MDSSTART command is supposed to startup the MDM Server service on the host machine, but it does not.

The MDMSTATUS command will work if the MDM server service is running.

Answers (0)