merged back NEW_ROUTE into trunk
[spider.git] / html / installation-6.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <HTML>
3 <HEAD>
4  <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
5  <TITLE>The DXSpider Installation Manual v1.48: General Information</TITLE>
6  <LINK HREF="installation-5.html" REL=previous>
7  <LINK HREF="installation.html#toc6" REL=contents>
8 <link rel=stylesheet href="style.css" type="text/css" title="default stylesheet">
9 </HEAD>
10 <BODY>
11 Next
12 <A HREF="installation-5.html">Previous</A>
13 <A HREF="installation.html#toc6">Contents</A>
14 <HR>
15 <H2><A NAME="s6">6. General Information</A></H2>
16
17 <P>The following relates to all versions of DXSpider and is not platform related.
18 <P>
19 <H2><A NAME="ss6.1">6.1 The crontab file</A>
20 </H2>
21
22 <P>Login as <EM>sysop</EM> and create a file in /spider/local_cmd called crontab.  
23 Edit it with your favourite editor and add a line like this (I have included 
24 a comment)
25 <P>
26 <BLOCKQUOTE><CODE>
27 <PRE>
28 # check every 10 minutes to see if gb7xxx is connected and if not
29 # start a connect job going
30
31 0,10,20,30,40,50 * * * * start_connect('gb7xxx') if unless connected('gb7xxx')
32 </PRE>
33 </CODE></BLOCKQUOTE>
34 <P>
35 <P>The callsign involved will be the callsign of the cluster node you are 
36 going to connect to.  This will now check every 10 minutes to see if 
37 gb7xxx is connected, if it is then nothing will be done.  If it is not, 
38 then a connect attempt will be started.
39 <P>
40 <P>There are probably lots of other things you could use this crontab file for.  
41 If you want to know more about it, look at the
42 <A HREF="http://www.dxcluster.org/cron.html">DXSpider</A> website 
43 at the cron page where it is explained more fully.
44 <P>
45 <HR>
46 Next
47 <A HREF="installation-5.html">Previous</A>
48 <A HREF="installation.html#toc6">Contents</A>
49 </BODY>
50 </HTML>