1JK-ROTATE(1) System administration commands JK-ROTATE(1)
2
3
4
6 jk-rotate - rotate modjk hosts
7
9 jk-rotate URL SECONDS [enable|disable] HOST...
10
12 Command line application for gracefully putting hosts into and out of
13 rotation in a modjk balancer.
14
16 URL
17 The url that will provide the api.
18
19 SECONDS
20 How long to wait on sleeps.
21
22 ENABLE|DISABLE
23 Enable or disable the host.
24
25 HOST
26 Hosts to enable/disable.
27
29 Putting two hosts into rotation:
30
31 jk-rotate "http://myserver/jkmanage?mime=xml" 10 \
32 enable www001.myserver.com www002.myserver.com
33
34 Taking a host out of rotation:
35
36 jk-rotate "http://myserver/jkmanage?mime=xml" 10 \
37 disable www003.myserver.com
38
40 jk-rotate was written by Steve 'Ashcrow' Milner.
41
43 Copyright © 2008-2011, Red Hat, Inc
44
45 modjkapi is released under the terms of the GPLv3+ license.
46
48 Taboot home page (python-modjkapi distribution point):
49 https://fedorahosted.org/Taboot/
50
51
52
53python-modjkapi 0.1.2.2 05/11/2011 JK-ROTATE(1)