Changes between Version 2 and Version 3 of Documentation/Howto/SetupHiveSlave
- Timestamp:
- 01/02/12 22:00:06 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Howto/SetupHiveSlave
v2 v3 3 3 There exist two installers for the Hive Slave: 4 4 5 - `HeuristicLab.Clients.Hive.Slave. SlaveWindowsServiceSetup`: This setup installs and starts the Hive Slave Windows service. The service runs in the background and connects to the Hive server, from which it fetches jobs and calculates them. If you don't want the slave to always calculate jobs, you can install the Slave Tray Icon where you can control the behavior of the service.5 - `HeuristicLab.Clients.Hive.Slave.WindowsServiceSetup`: This setup installs and starts the Hive Slave Windows service. The service runs in the background and connects to the Hive server, from which it fetches jobs and calculates them. If you don't want the slave to always calculate jobs, you can install the Slave Tray Icon where you can control the behavior of the service. 6 6 - `HeuristicLab.Clients.Hive.Slave.TrayIconSetup`: Installs an application which sits in the Windows Taskbar and shows you information about your locally installed slave. Besides the information it shows, you can use the Tray Icon to pause or stop the Slave service. There is a shortcut created in the Start Menu as well as in the Autostart folder so the Tray Icon gets started automatically when a user logs in on the machine. 7 7 … … 25 25 26 26 [[BR]] 27 For testing purposes or if you don't have local administration privileges you can use the `HeuristicLab.Clients.Hive.Slave.ConsoleClient-3. 4`.27 For testing purposes or if you don't have local administration privileges you can use the `HeuristicLab.Clients.Hive.Slave.ConsoleClient-3.3`. 28 28 The Slave console client is a simple console application which you can execute without the need to install it. 29 29 It starts the slave and shows information as output on the console: