Added helpfile for forward/latlong and updated admin manual. Resolved
[spider.git] / html / spiderFAQ-2.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 FAQ : Administration</TITLE>
6  <LINK HREF="spiderFAQ-1.html" REL=previous>
7  <LINK HREF="spiderFAQ.html#toc2" REL=contents>
8 </HEAD>
9 <BODY>
10 Next
11 <A HREF="spiderFAQ-1.html">Previous</A>
12 <A HREF="spiderFAQ.html#toc2">Contents</A>
13 <HR>
14 <H2><A NAME="s2">2. Administration</A></H2>
15
16 <H2><A NAME="ss2.1">2.1 How can I get Spider to restart automatically if it crashes?</A>
17 </H2>
18
19 <P>Put this line into /etc/inittab ..
20 <P>
21 <BLOCKQUOTE><CODE>
22 <PRE>
23 DX:3:respawn:/bin/su -c "/usr/bin/perl -w /spider/perl/cluster.pl" sysop > /dev/tty7
24 </PRE>
25 </CODE></BLOCKQUOTE>
26 <P>Run <EM>telinit q</EM> as root.  Spider will restart so be aware.  However, any
27 time you reboot, cluster.pl will start in tty7 and if it crashes, it should restart ok.
28 <P>
29 <H2><A NAME="ss2.2">2.2 How can I monitor traffic to and from a node or user?</A>
30 </H2>
31
32 <P>There are 2 ways to achieve this.  You can use the <EM>tail</EM> command like this ..
33 <P>
34 <BLOCKQUOTE><CODE>
35 <PRE>
36 tail -f /spider/data/debug/167.dat |grep G0VGS
37 </PRE>
38 </CODE></BLOCKQUOTE>
39 <P>or in later versions of Spider, there is a command called <EM>watchdbg</EM> in which
40 case you simply type ..
41 <P>
42 <BLOCKQUOTE><CODE>
43 <PRE>
44 watchdbg G0VGS
45 </PRE>
46 </CODE></BLOCKQUOTE>
47 <P>
48 <H2><A NAME="ss2.3">2.3 My neighbouring node cannot use the RCMD command to me, he just keeps getting the "tut tut" message.</A>
49 </H2>
50
51 <P>Assuming that the permissions are set correctly (perm level 5 required), it could be
52 that the home_node is set incorrectly.  You can reset the home_node using the <EM>spoof</EM>
53 command like this ..
54 <P>
55 <BLOCKQUOTE><CODE>
56 <PRE>
57 spoof gb7adx set/home gb7adx
58 </PRE>
59 </CODE></BLOCKQUOTE>
60 <P>Assuming that the node_call you are changing is gb7adx.
61 <P>
62 <H2><A NAME="ss2.4">2.4 I do not seem to be sending any bulletin mail to my link partners, what is wrong?</A>
63 </H2>
64
65 <P>There is a file in /spider/msg called forward.pl.issue.  Rename this to
66 forward.pl and edit it to meet your requirements.  You will need to restart
67 Spider for the changes to take effect.
68 <P>
69 <HR>
70 Next
71 <A HREF="spiderFAQ-1.html">Previous</A>
72 <A HREF="spiderFAQ.html#toc2">Contents</A>
73 </BODY>
74 </HTML>