Latest Release
- Stable version 1.2.1 (15/07/10)
- Old stable version 1.1.2 (07/12/09)
- Nightly builds available to test
Events
- 9/07/2010 - RMLL (Bordeaux, France)
- 10-11/04/2010 - Loadays (Antwerp, Belgium)
- 6-7/02/2010 - FOSDEM (Brussels, Belgium)
- 20/09/2009 - LDAPCon 2009 (Portland, OR, USA)
- 10/07/2009 - RMLL (Nantes)
- 25/06/2009 - LinuxTag (Berlin)
Community
Get help, contribute or find professional services ...
Find out more!
Search
Download | Read more... | Get started!
Server controlLSC 1.3+ can be launched as a server which pull updates. You can control this server and request some operation through a JMX agent. Activating JMX on LSC startupTo be able to use this client, you need to launch LSC with the following JVM arguments : -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=1099 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false But take care that this installation is highly unsecured ! Please look at the “Securing JMX Access” section to implement a correct security configuration. Control LSCThen you need to launch org.lsc.jmx.LscAgent with the following parameters :
You can get the list of available tasks through :
Or get an asynchronous task status :
Then you can add the following parameters to launch start an asynchronous task :
Or stop it :
If you want to force a object synchronization for a synchronous task, add :
Securing JMX accessTo be completed by implemeting following advice : http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html#remote |


