cancel
Showing results for 
Search instead for 
Did you mean: 

Automatically mount server and load repositories

Former Member
0 Kudos

Is there a way i can automatically mount my MDM server and load the repositories automatically at start Up

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The MDM services (MDM Server, Import Server and Syndication Server) can be started using the usual operating system methods (on Windows by setting the relevant service to "automatic" startup type, on UNIX by startup / runlevel scripts etc.)

The repositories can be loaded using CLIX commands in a batch file / shell script that is executed on startup.

CLIX can also be used to start the MDM Server service.

HTH

Mark

Former Member
0 Kudos

Hello:

as Mark stated. you can create a clix script to do this, for instance:

mds

clix mdsStatus localhost

clix repLoad localhost REPOSITORY:DATABASE:DBMS:USER:PASSWORD

just repeat the repLoad for as many reps you have.

Greetings

Alejandro