move usdb init as per k1xx's bug
[spider.git] / html / adminmanual-11.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <HTML>
3 <HEAD>
4  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.16">
5  <TITLE>The DXSpider Administration Manual v1.50: The DXSpider command set</TITLE>
6  <LINK HREF="adminmanual-10.html" REL=previous>
7  <LINK HREF="adminmanual.html#toc11" REL=contents>
8 <link rel=stylesheet href="style.css" type="text/css" title="default stylesheet">
9 </HEAD>
10 <BODY>
11 Next
12 <A HREF="adminmanual-10.html">Previous</A>
13 <A HREF="adminmanual.html#toc11">Contents</A>
14 <HR>
15 <H2><A NAME="s11">11.</A> <A HREF="adminmanual.html#toc11">The DXSpider command set</A></H2>
16
17 <P>Below is a complete list of commands available from the cluster prompt.
18 Most maintenance tasks are automatic but there are some commands that are useful
19 for a sysop.  These are listed below in alphabetical order.  The number in
20 brackets following the command name is the permissions level needed to use
21 the command</P>
22
23 <H2><A NAME="ss11.1">11.1</A> <A HREF="adminmanual.html#toc11.1">accept/announce (0)</A>
24 </H2>
25
26 <P><CODE><B>accept/announce [0-9] &lt;pattern&gt;</B> Set an accept filter
27 line for announce</CODE></P>
28
29 <P>Create an 'accept this announce' line for a filter.</P>
30 <P>An accept filter line means that if the announce matches this filter it is
31 passed onto the user. See HELP FILTERS for more info. Please read this
32 to understand how filters work - it will save a lot of grief later on.</P>
33 <P>You can use any of the following things in this line:-</P>
34 <P>
35 <BLOCKQUOTE><CODE>
36 <PRE>
37   info &lt;string>            eg: iota or qsl
38   by &lt;prefixes>            eg: G,M,2
39   origin &lt;prefixes>
40   origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
41   origin_itu &lt;numbers>
42   origin_zone &lt;numbers>
43   by_dxcc &lt;numbers>
44   by_itu &lt;numbers>
45   by_zone &lt;numbers>
46   channel &lt;prefixes>
47   wx 1                     filter WX announces
48   dest &lt;prefixes>          eg: 6MUK,WDX      (distros)
49 </PRE>
50 </CODE></BLOCKQUOTE>
51 </P>
52 <P>some examples:-</P>
53 <P>
54 <BLOCKQUOTE><CODE>
55 <PRE>
56   acc/ann dest 6MUK
57   acc/ann 2 by_zone 14,15,16
58   (this could be all on one line: acc/ann dest 6MUK or by_zone 14,15,16)
59 </PRE>
60 </CODE></BLOCKQUOTE>
61 </P>
62 <P>or</P>
63 <P>
64 <BLOCKQUOTE><CODE>
65 <PRE>
66   acc/ann by G,M,2 
67 </PRE>
68 </CODE></BLOCKQUOTE>
69 </P>
70 <P>This filter would only allow announces that were posted buy UK stations.  
71 You can use the tag 'all' to accept everything eg:</P>
72 <P>
73 <BLOCKQUOTE><CODE>
74 <PRE>
75   acc/ann all
76 </PRE>
77 </CODE></BLOCKQUOTE>
78 </P>
79 <P>but this probably for advanced users...</P>
80
81 <H2><A NAME="ss11.2">11.2</A> <A HREF="adminmanual.html#toc11.2">accept/announce (extended for sysops) (8)</A>
82 </H2>
83
84 <P><CODE><B>accept/announce &lt;call&gt; [input] [0-9]&lt;pattern&gt;</B> Announce filter sysop version</CODE></P>
85
86 <P>This version allows a sysop to set a filter for a callsign as well as the
87 default for nodes and users eg:-</P>
88 <P>
89 <BLOCKQUOTE><CODE>
90 <PRE>
91   accept/ann by G,M,2
92   accept/ann input node_default by G,M,2
93   accept/ann user_default by G,M,2
94 </PRE>
95 </CODE></BLOCKQUOTE>
96 </P>
97
98 <H2><A NAME="ss11.3">11.3</A> <A HREF="adminmanual.html#toc11.3">accept/route (8)</A>
99 </H2>
100
101 <P><CODE><B>accept/route &lt;call&gt; [0-9] &lt;pattern&gt;</B> Set an 'accept' filter line for routing</CODE></P>
102
103 <P>Create an 'accept this routing PC Protocol' line for a filter. </P>
104
105 <P>An accept filter line means that if a PC16/17/19/21/24/41/50 matches this filter
106 it is passed thru that interface. See HELP FILTERING for more info. Please read this
107 to understand how filters work - it will save a lot of grief later on.</P>
108
109 <P>You can use any of the following things in this line:-</P>
110 <P>
111 <BLOCKQUOTE><CODE>
112 <PRE>
113   call &lt;prefixes>        the callsign of the thingy
114   call_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
115   call_itu &lt;numbers>
116   call_zone &lt;numbers>
117   origin &lt;prefixes>      really the interface it came in on
118   origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
119   origin_itu &lt;numbers>
120   origin_zone &lt;numbers>
121 </PRE>
122 </CODE></BLOCKQUOTE>
123 </P>
124
125 <P>some examples:-</P>
126 <P>
127 <BLOCKQUOTE><CODE>
128 <PRE>
129   acc/route gb7djk call_dxcc 61,38 (send only UK+EIRE nodes)
130   acc/route gb7djk call gb7djk     (equiv to SET/ISOLATE)
131 </PRE>
132 </CODE></BLOCKQUOTE>
133 </P>
134
135 <P>You can use the tag 'all' to accept everything eg:</P>
136 <P>
137 <BLOCKQUOTE><CODE>
138 <PRE>
139   acc/route all
140 </PRE>
141 </CODE></BLOCKQUOTE>
142 </P>
143
144 <H2><A NAME="ss11.4">11.4</A> <A HREF="adminmanual.html#toc11.4">accept/spots (0)</A>
145 </H2>
146
147 <P><CODE><B>accept/spots [0-9] &lt;pattern&gt;</B> Set an accept filter line for spots</CODE></P>
148
149 <P>Create an 'accept this spot' line for a filter.</P>
150
151 <P>An accept filter line means that if the spot matches this filter it is
152 passed onto the user. See HELP FILTERS for more info. Please read this
153 to understand how filters work - it will save a lot of grief later on.</P>
154 <P>Please read the following section carefully.  Though it looks similar,
155 reformatting, corrections, and hopefully clarifications have been added.</P>
156 <P>You can use any of the following things in this line:-</P>
157 <P>
158 <BLOCKQUOTE><CODE>
159 <PRE>
160 Filters for the station being spotted:
161   call &lt;letters of the prefix, but NOT country inclusive>
162      call G --> G1AAA, GJ2BBB, GU3CCC, etc will be spotted
163      call K --> K1XX, K1XXX will be spotted
164                 W1XX, W1XXX will NOT be spotted
165      call PA --> PA3EZL will be spotted
166                  PB2FG will NOT be spotted
167
168   call_dxcc &lt;numbers or prefixes>
169      call_dxcc G --> G1AAA will be spotted
170                      GU1AAA will NOT be spotted (different country)
171      call_dxcc K --> K1XX, W1XX will be spotted (same country)
172      call_dxcc 139 --> PA3EZL and PB2FG will be spotted
173
174   call_itu &lt;numbers>
175   call_zone &lt;numbers>
176
177 Filters for the callsign of the station doing the spotting:
178   by &lt;letters of the prefix, but NOT country inclusive>
179      by G --> spots from G1AAA, GJ2BBB, GU3CCC, etc will be spotted
180      by K --> spots from K1XX, K1XXX will be spotted
181               spots from W1XX, W1XXX will NOT be spotted
182
183   by_dxcc &lt;numbers or prefixes>
184      by_dxcc G --> spots from G1AAA will be spotted
185                    spots from GU1AAA will NOT be spotted (different
186 country)
187      by_dxcc K --> spots from K1XX, W1XX will be spotted (same country)
188      by_dxcc 139 --> spots from PA3EZL or PB2FG will be spotted
189
190   by_itu &lt;numbers>
191   by_zone &lt;numbers>
192
193 Filters for the callsign of the "node" doing the spotting:
194   origin &lt;letters of the prefix, but NOT country inclusive>
195      origin K --> spots from a node starting with K will be spotted
196                   spots from a node starting with KK will NOT be spotted
197                   spots from a node starting with W will NOT be spotted
198
199 Filters for the callsign of the connected node or user (channel) doing the spotting:
200   channel &lt;prefixes>
201      channel W1HR --> spots from the connected node W1HR will be spotted
202      channel K1QX --> spots from the connected user K1QX will be spotted
203
204   info &lt;string>          eg: iota or qsl
205   freq &lt;range>           eg: 0/30000 or hf or hf/cw or 6m,4m,2m
206   on &lt;range>             same as 'freq'
207 </PRE>
208 </CODE></BLOCKQUOTE>
209 </P>
210
211 <P>For frequencies, you can use any of the band names defined in
212 SHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb -
213 thus: hf/ssb. You can also just have a simple range like: 0/30000 -
214 this is more efficient than saying simply: freq HF (but don't get
215 too hung up about that)</P>
216 <P>some examples:-</P>
217 <P>
218 <BLOCKQUOTE><CODE>
219 <PRE>
220   acc/spot 1 on hf/cw
221   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
222 </PRE>
223 </CODE></BLOCKQUOTE>
224 </P>
225 <P>You can use the tag 'all' to accept everything, eg:</P>
226 <P>
227 <BLOCKQUOTE><CODE>
228 <PRE>
229   acc/spot 3 all
230 </PRE>
231 </CODE></BLOCKQUOTE>
232 </P>
233 <P>but this probably for advanced users...</P>
234
235 <H2><A NAME="ss11.5">11.5</A> <A HREF="adminmanual.html#toc11.5">accept/spots (extended for sysops) (8)</A>
236 </H2>
237
238 <P><CODE><B>accept/spots &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B> Spot filter sysop version</CODE></P>
239
240 <P>This version allows a sysop to set a filter for a callsign as well as the
241 default for nodes and users eg:-</P>
242 <P>
243 <BLOCKQUOTE><CODE>
244 <PRE>
245   accept/spot db0sue-7 1 by_zone 14,15,16
246   accept/spot node_default all
247   set/hops node_default 10
248
249   accept/spot user_default by G,M,2
250 </PRE>
251 </CODE></BLOCKQUOTE>
252 </P>
253
254 <H2><A NAME="ss11.6">11.6</A> <A HREF="adminmanual.html#toc11.6">accept/wcy (0)</A>
255 </H2>
256
257 <P><CODE><B>accept/wcy [0-9] &lt;pattern&gt;</B> set an accept WCY filter</CODE></P>
258
259 <P>It is unlikely that you will want to do this, but if you do then you can
260 filter on the following fields:-</P>
261 <P>
262 <BLOCKQUOTE><CODE>
263 <PRE>
264   by &lt;prefixes>            eg: G,M,2         
265   origin &lt;prefixes>
266   origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
267   origin_itu &lt;numbers>
268   origin_zone &lt;numbers>
269   by_dxcc &lt;numbers>
270   by_itu &lt;numbers>
271   by_zone &lt;numbers>
272   channel &lt;prefixes>
273 </PRE>
274 </CODE></BLOCKQUOTE>
275 </P>
276
277 <P>There are no examples because WCY Broadcasts only come from one place and
278 you either want them or not (see UNSET/WCY if you don't want them).</P>
279 <P>This command is really provided for future use.</P>
280 <P>See HELP FILTER for information.</P>
281
282 <H2><A NAME="ss11.7">11.7</A> <A HREF="adminmanual.html#toc11.7">accept/wcy (extended for sysops) (8)</A>
283 </H2>
284
285 <P><CODE><B>accept/wcy &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B>
286 WCY filter sysop version</CODE></P>
287
288 <P>This version allows a sysop to set a filter for a callsign as well as the
289 default for nodes and users eg:-</P>
290 <P>
291 <BLOCKQUOTE><CODE>
292 <PRE>
293   accept/wcy node_default all
294   set/hops node_default 10
295 </PRE>
296 </CODE></BLOCKQUOTE>
297 </P>
298
299 <H2><A NAME="ss11.8">11.8</A> <A HREF="adminmanual.html#toc11.8">accept/wwv (0)</A>
300 </H2>
301
302 <P><CODE><B>accept/wwv [0-9] &lt;pattern&gt;</B> Set an accept WWV filter</CODE></P>
303
304 <P>It is unlikely that you will want to do this, but if you do then you can
305 filter on the following fields:-</P>
306 <P>
307 <BLOCKQUOTE><CODE>
308 <PRE>
309   by &lt;prefixes>            eg: G,M,2         
310   origin &lt;prefixes>
311   origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
312   origin_itu &lt;numbers>
313   origin_zone &lt;numbers>
314   by_dxcc &lt;numbers>
315   by_itu &lt;numbers>
316   by_zone &lt;numbers>
317   channel &lt;prefixes>
318 </PRE>
319 </CODE></BLOCKQUOTE>
320 </P>
321 <P>for example </P>
322 <P>
323 <BLOCKQUOTE><CODE>
324 <PRE>
325   accept/wwv by_zone 4
326 </PRE>
327 </CODE></BLOCKQUOTE>
328 </P>
329 <P>is probably the only useful thing to do (which will only show WWV broadcasts
330 by stations in the US).</P>
331 <P>See HELP FILTER for information.</P>
332
333 <H2><A NAME="ss11.9">11.9</A> <A HREF="adminmanual.html#toc11.9">accept/wwv (extended for sysops) (8)</A>
334 </H2>
335
336 <P><CODE><B>accept/wwv &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B>
337 WWV filter sysop version</CODE></P>
338
339 <P>This version allows a sysop to set a filter for a callsign as well as the
340 default for nodes and users eg:-</P>
341 <P>
342 <BLOCKQUOTE><CODE>
343 <PRE>
344   accept/wwv db0sue-7 1 by_zone 4
345   accept/wwv node_default all
346   set/hops node_default 10
347
348   accept/wwv user_default by W,K
349 </PRE>
350 </CODE></BLOCKQUOTE>
351 </P>
352
353 <H2><A NAME="ss11.10">11.10</A> <A HREF="adminmanual.html#toc11.10">announce (0)</A>
354 </H2>
355
356 <P><CODE><B>announce &lt;text&gt;</B> Send an announcement to local users</CODE></P>
357
358 <P>Send an announcement to LOCAL users only, where &lt;text&gt; is the text 
359 of the announcement you wish to broadcast.  If you do not wish to receive
360 announces, use the <EM>set/noannounce</EM> command.  Any announces made by
361 a sysop will override set/noannounce.</P>
362
363 <H2><A NAME="ss11.11">11.11</A> <A HREF="adminmanual.html#toc11.11">announce full (0)</A>
364 </H2>
365
366 <P><CODE><B>announce full &lt;text&gt;</B> Send an announcement cluster wide</CODE></P>
367
368 <P>This command will send your announcement across the whole cluster
369 network.</P>
370
371
372 <H2><A NAME="ss11.12">11.12</A> <A HREF="adminmanual.html#toc11.12">announce sysop (5)</A>
373 </H2>
374
375 <P><CODE><B>announce sysop &lt;text&gt;</B></CODE></P>
376
377 <P>Send an announcement to Sysops only</P>
378
379 <H2><A NAME="ss11.13">11.13</A> <A HREF="adminmanual.html#toc11.13">apropos (0)</A>
380 </H2>
381
382 <P><CODE><B>apropos &lt;string&gt;</B> Search the help database</CODE></P>
383
384 <P>Search the help database for &lt;string&gt; (it isn't case sensitive), 
385 and print the names of all the commands that may be relevant.</P>
386
387 <H2><A NAME="ss11.14">11.14</A> <A HREF="adminmanual.html#toc11.14">bye (0)</A>
388 </H2>
389
390 <P><CODE><B>bye</B> Exit from the cluster</CODE></P>
391
392 <P>This will disconnect you from the cluster</P>
393
394 <H2><A NAME="ss11.15">11.15</A> <A HREF="adminmanual.html#toc11.15">catchup (5)</A>
395 </H2>
396
397 <P><CODE><B>catchup &lt;node_call&gt; All|[&lt;msgno&gt; ...]</B> Mark a message as sent</CODE></P>
398
399 <P>When you send messages the fact that you have forwarded it to another node 
400 is remembered so that it isn't sent again. When you have a new partner
401 node and you add their callsign to your /spider/msg/forward.pl file, all
402 outstanding non-private messages will be forwarded to them. This may well
403 be ALL the non-private messages. You can prevent this by using these 
404 commmands:-</P>
405 <P>
406 <BLOCKQUOTE><CODE>
407 <PRE>
408   catchup GB7DJK all
409   catchup GB7DJK 300 301 302 303 500-510
410 </PRE>
411 </CODE></BLOCKQUOTE>
412 </P>
413 <P>and to undo what you have just done:-</P>
414 <P>
415 <BLOCKQUOTE><CODE>
416 <PRE>
417   uncatchup GB7DJK all
418   uncatchup GB7DJK 300 301 302 303 500-510
419 </PRE>
420 </CODE></BLOCKQUOTE>
421 </P>
422 <P>which will arrange for them to be forward candidates again.</P>
423 <P>Order is not important.</P>
424
425 <H2><A NAME="ss11.16">11.16</A> <A HREF="adminmanual.html#toc11.16">clear/announce (8)</A>
426 </H2>
427
428 <P><CODE><B>clear/announce &lt;callsign&gt; [input] [0-9|all]</B> Clear an announce filter line</CODE></P>
429
430 <P>A sysop can clear an input or normal output filter for a user or the
431 node_default or user_default. </P>
432
433 <H2><A NAME="ss11.17">11.17</A> <A HREF="adminmanual.html#toc11.17">clear/route (8)</A>
434 </H2>
435
436 <P><CODE><B>clear/route &lt;callsign&gt; [input] [0-9|all]</B> Clear a route filter line</CODE></P>
437
438 <P>This command allows you to clear (remove) a line in a route filter or to 
439 remove the whole filter.</P>
440 <P>see CLEAR/SPOTS for a more detailed explanation.</P>
441 <P>A sysop can clear an input or normal output filter for a user or the
442 node_default or user_default. </P>
443
444 <H2><A NAME="ss11.18">11.18</A> <A HREF="adminmanual.html#toc11.18">clear/spots (0)</A>
445 </H2>
446
447 <P><CODE><B>clear/spots [1|all]</B> Clear a spot filter line</CODE></P>
448
449 <P>This command allows you to clear (remove) a line in a spot filter or to 
450 remove the whole filter.</P>
451 <P>If you have a filter:-</P>
452 <P>
453 <BLOCKQUOTE><CODE>
454 <PRE>
455   acc/spot 1 on hf/cw
456   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
457 </PRE>
458 </CODE></BLOCKQUOTE>
459 </P>
460 <P>and you say:-</P>
461 <P>
462 <BLOCKQUOTE><CODE>
463 <PRE>
464   clear/spot 1
465 </PRE>
466 </CODE></BLOCKQUOTE>
467 </P>
468 <P>you will be left with:-</P>
469 <P>
470 <BLOCKQUOTE><CODE>
471 <PRE>
472   acc/spot 2 on vhf and (by_zone 14,15,16 or call_zone 14,15,16)
473 </PRE>
474 </CODE></BLOCKQUOTE>
475 </P>
476 <P>If you do:</P>
477 <P>
478 <BLOCKQUOTE><CODE>
479 <PRE>
480   clear/spot all
481 </PRE>
482 </CODE></BLOCKQUOTE>
483 </P>
484 <P>the filter will be completely removed.</P>
485
486 <H2><A NAME="ss11.19">11.19</A> <A HREF="adminmanual.html#toc11.19">clear/spots (extended for sysops) (8)</A>
487 </H2>
488
489 <P><CODE><B>clear/spots &lt;callsign&gt; [input] [0-9|all]</B> Clear a spot filter line</CODE></P>
490
491 <P>A sysop can clear an input or normal output filter for a user or the
492 node_default or user_default. </P>
493
494 <H2><A NAME="ss11.20">11.20</A> <A HREF="adminmanual.html#toc11.20">clear/wcy (0)</A>
495 </H2>
496
497 <P><CODE><B>clear/wcy [1|all]</B> Clear a WCY filter line</CODE></P>
498
499 <P>This command allows you to clear (remove) a line in a WCY filter or to 
500 remove the whole filter.</P>
501 <P>see CLEAR/SPOTS for a more detailed explanation.</P>
502
503 <H2><A NAME="ss11.21">11.21</A> <A HREF="adminmanual.html#toc11.21">clear/wcy (extended for sysops) (8)</A>
504 </H2>
505
506 <P><CODE><B>clear/wcy &lt;callsign&gt; [input] [0-9|all]</B> Clear a WCY filter line</CODE></P>
507
508 <P>A sysop can clear an input or normal output filter for a user or the
509 node_default or user_default. </P>
510
511 <H2><A NAME="ss11.22">11.22</A> <A HREF="adminmanual.html#toc11.22">clear/wwv (0)</A>
512 </H2>
513
514 <P><CODE><B>clear/wwv [1|all]</B> Clear a WWV filter line</CODE></P>
515
516 <P>This command allows you to clear (remove) a line in a WWV filter or to
517 remove the whole filter.</P>
518 <P>see CLEAR/SPOTS for a more detailed explanation.</P>
519
520 <H2><A NAME="ss11.23">11.23</A> <A HREF="adminmanual.html#toc11.23">clear/wwv (extended for sysops) (8)</A>
521 </H2>
522
523 <P><CODE><B>clear/wwv &lt;callsign&gt; [input] [0-9|all]</B> Clear a WWV filter line</CODE></P>
524
525 <P>A sysop can clear an input or normal output filter for a user or the
526 node_default or user_default.</P>
527
528 <H2><A NAME="ss11.24">11.24</A> <A HREF="adminmanual.html#toc11.24">connect (5) </A>
529 </H2>
530
531 <P><CODE><B>connect &lt;callsign&gt;</B> Start a connection to another DX Cluster</CODE></P>
532
533 <P>Start a connection process that will culminate in a new connection to the
534 DX cluster &lt;callsign&gt;. This process creates a new 'client' process which will
535 use the script in /spider/connect/&lt;callsign&gt; to effect the 'chat' exchange
536 necessary to traverse the network(s) to logon to the cluster &lt;callsign&gt;.</P>
537
538 <H2><A NAME="ss11.25">11.25</A> <A HREF="adminmanual.html#toc11.25">dbavail (0)</A>
539 </H2>
540
541 <P><CODE><B>dbavail</B> Show a list of all the databases in the system</CODE></P>
542
543 <P>The title says it all really, this command lists all the databases defined
544 in the system. It is also aliased to SHOW/COMMAND.</P>
545
546 <H2><A NAME="ss11.26">11.26</A> <A HREF="adminmanual.html#toc11.26">dbcreate (9)</A>
547 </H2>
548
549 <P><CODE><B>dbcreate &lt;name&gt;</B> Create a database entry<BR>
550 <B>dbcreate &lt;name&gt; chain &lt;name&gt; [&lt;name&gt;..]</B> Create a chained database entry<BR>
551 <B>dbcreate &lt;name&gt; remote &lt;node&gt;</B> Create a remote database
552 entry<BR></CODE></P>
553
554 <P>DBCREATE allows you to define a database in the system. It doesn't actually
555 create anything, just defines it.</P>
556 <P>The databases that are created are simple DB_File hash databases, they are 
557 therefore already 'indexed'.</P>
558 <P>You can define a local database with the first form of the command eg:</P>
559 <P>DBCREATE oblast</P>
560 <P>You can also chain databases with the addition of the 'chain' keyword. 
561 This will search each database one after the other. A typical example 
562 is:</P>
563 <P>DBCREATE sdx_qsl chain sql_ad</P>
564 <P>No checking is done to see if the any of the chained databases exist, in
565 fact it is usually better to do the above statement first then do each of
566 the chained databases.</P>
567 <P>Databases can exist offsite. To define a database that lives on another 
568 node do:</P>
569 <P>DBCREATE buckmaster remote gb7dxc</P>
570 <P>Remote databases cannot be chained; however, the last database in a 
571 a chain can be a remote database eg:</P>
572 <P>DBCREATE qsl chain gb7dxc</P>
573 <P>To see what databases have been defined do:</P>
574 <P>DBAVAIL (or it will have been aliased to SHOW/COMMAND)</P>
575 <P>It would be normal for you to add an entry into your local Aliases file
576 to allow people to use the 'SHOW/&lt;dbname&gt;' style syntax. So you would
577 need to add a line like:-</P>
578 <P>
579 <BLOCKQUOTE><CODE>
580 <PRE>
581   's' => [
582     ..
583     ..
584     '^sh\w*/buc', 'dbshow buckmaster', 'dbshow',
585     ..
586     ..
587    ],
588 </PRE>
589 </CODE></BLOCKQUOTE>
590 </P>
591 <P>to allow </P>
592 <P>SH/BUCK g1tlh</P>
593 <P>to work as they may be used to.</P>
594 <P>See DBIMPORT for the importing of existing AK1A format data to databases.
595 See DBSHOW for generic database enquiry</P>
596
597 <H2><A NAME="ss11.27">11.27</A> <A HREF="adminmanual.html#toc11.27">dbimport (9)</A>
598 </H2>
599
600 <P><CODE><B>dbimport &lt;dbname&gt;</B> Import AK1A data into a database</CODE></P>
601
602 <P>If you want to import or update data in bulk to a database you can use
603 this command. It will either create or update entries into an existing
604 database. For example:-</P>
605 <P>DBIMPORT oblast /tmp/OBLAST.FUL</P>
606 <P>will import the standard OBLAST database that comes with AK1A into the
607 oblast database held locally.</P>
608
609 <H2><A NAME="ss11.28">11.28</A> <A HREF="adminmanual.html#toc11.28">dbremove (9)</A>
610 </H2>
611
612 <P><CODE><B>dbremove &lt;dbname&gt;</B> Delete a database</CODE></P>
613
614 <P>DBREMOVE will completely remove a database entry and also delete any data
615 file that is associated with it. </P>
616 <P>There is no warning, no comeback, no safety net. </P>
617 <P>For example:</P>
618 <P>DBREMOVE oblast </P>
619 <P>will remove the oblast database from the system and it will also remove
620 the associated datafile.</P>
621 <P>I repeat:</P>
622 <P>There is no warning, no comeback, no safety net.</P>
623 <P>You have been warned.</P>
624
625 <H2><A NAME="ss11.29">11.29</A> <A HREF="adminmanual.html#toc11.29">dbshow (0)</A>
626 </H2>
627
628 <P><CODE><B>dbshow &lt;dbname&gt; &lt;key&gt;</B> Display an entry, if it exists, in a database</CODE></P>
629
630 <P>This is the generic user interface to the database to the database system.
631 It is expected that the sysop will add an entry to the local Aliases file
632 so that users can use the more familiar AK1A style of enquiry such as:</P>
633 <P>
634 <BLOCKQUOTE><CODE>
635 <PRE>
636   SH/BUCK G1TLH
637 </PRE>
638 </CODE></BLOCKQUOTE>
639 </P>
640 <P>but if he hasn't and the database really does exist (use DBAVAIL or
641 SHOW/COMMAND to find out) you can do the same thing with:</P>
642 <P>
643 <BLOCKQUOTE><CODE>
644 <PRE>
645   DBSHOW buck G1TLH
646 </PRE>
647 </CODE></BLOCKQUOTE>
648 </P>
649
650
651 <H2><A NAME="ss11.30">11.30</A> <A HREF="adminmanual.html#toc11.30">debug (9)</A>
652 </H2>
653
654 <P><CODE><B>debug</B> Set the cluster program into debug mode</CODE></P>
655
656 <P>Executing this command will only have an effect if you are running the cluster
657 in debug mode i.e.</P>
658 <P>
659 <BLOCKQUOTE><CODE>
660 <PRE>
661         perl -d cluster.pl
662 </PRE>
663 </CODE></BLOCKQUOTE>
664 </P>
665 <P>It will interrupt the cluster just after the debug command has finished.</P>
666
667 <H2><A NAME="ss11.31">11.31</A> <A HREF="adminmanual.html#toc11.31">delete/user (9)</A>
668 </H2>
669
670 <P><CODE><B>delete/user &lt;callsign&gt;</B> Delete a user from the User Database</CODE></P>
671
672 <P>This command will completely remove a one or more users from the database.</P>
673 <P>There is NO SECOND CHANCE.</P>
674 <P>It goes without saying that you should use this command CAREFULLY!</P>
675
676 <H2><A NAME="ss11.32">11.32</A> <A HREF="adminmanual.html#toc11.32">demonstrate (9)</A>
677 </H2>
678
679 <P><CODE><B>demonstrate &lt;call&gt; &lt;command&gt;</B> Demonstrate a command to another user</CODE></P>
680
681 <P>This command is provided so that sysops can demonstrate commands to 
682 other users. It runs a command as though that user had typed it in and
683 then sends the output to that user, together with the command that 
684 caused it.</P>
685 <P>
686 <BLOCKQUOTE><CODE>
687 <PRE>
688   DEMO g7brn sh/dx iota oc209
689   DEMO g1tlh set/here
690 </PRE>
691 </CODE></BLOCKQUOTE>
692 </P>
693 <P>Note that this command is similar to SPOOF and will have the same side
694 effects. Commands are run at the privilege of the user which is being
695 demonstrated to.</P>
696
697 <H2><A NAME="ss11.33">11.33</A> <A HREF="adminmanual.html#toc11.33">directory (0)</A>
698 </H2>
699
700 <P><CODE><B>directory</B> List messages<BR> <B>directory all</B> List all messages<BR>
701 <B>directory own</B> List your own messages<BR>
702 <B>directory new</B> List all new messages<BR>
703 <B>directory to &lt;call&gt;</B> List all messages to &lt;call&gt;<BR>
704 <B>directory from &lt;call&gt;</B> List all messages from &lt;call&gt;<BR>
705 <B>directory subject &lt;string&gt;</B> List all messages with &lt;string&gt; in subject<BR>
706 <B>directory &lt;nn&gt;</B> List last &lt;nn&gt; messages<BR>
707 <B>directory &lt;from&gt;-&lt;to&gt;</B> List messages &lt;from&gt; message &lt;to&gt; message <BR></CODE></P>
708
709 <P>List the messages in the messages directory.</P>
710 <P>If there is a 'p' one space after the message number then it is a 
711 personal message. If there is a '-' between the message number and the
712 'p' then this indicates that the message has been read.</P>
713 <P>You can use shell escape characters such as '*' and '?' in the &lt;call&gt;
714 fields.</P>
715 <P>You can combine some of the various directory commands together eg:-</P>
716 <P>
717 <BLOCKQUOTE><CODE>
718 <PRE>
719    DIR TO G1TLH 5
720 or 
721    DIR SUBJECT IOTA 200-250
722 </PRE>
723 </CODE></BLOCKQUOTE>
724 </P>
725 <P>You can abbreviate all the commands to one letter and use ak1a syntax:-</P>
726 <P>
727 <BLOCKQUOTE><CODE>
728 <PRE>
729    DIR/T G1* 10
730    DIR/S QSL 10-100 5
731 </PRE>
732 </CODE></BLOCKQUOTE>
733 </P>
734
735
736 <H2><A NAME="ss11.34">11.34</A> <A HREF="adminmanual.html#toc11.34">directory (extended for sysops) (5)</A>
737 </H2>
738
739 <P>Works just like the user command except that sysops can see ALL messages.</P>
740
741 <H2><A NAME="ss11.35">11.35</A> <A HREF="adminmanual.html#toc11.35">disconnect (8)</A>
742 </H2>
743
744 <P><CODE><B>disconnect &lt;call&gt; [&lt;call&gt; ...]</B> Disconnect a user or node</CODE></P>
745
746 <P>Disconnect any &lt;call&gt; connected locally</P>
747
748 <H2><A NAME="ss11.36">11.36</A> <A HREF="adminmanual.html#toc11.36">dx (0)</A>
749 </H2>
750
751 <P><CODE><B>dx [by &lt;call&gt;] &lt;freq&gt; &lt;call&gt; &lt;remarks&gt;</B> Send a DX spot</CODE></P>
752
753 <P>This is how you send a DX Spot to other users. You can, in fact, now
754 enter the &lt;freq&gt; and the &lt;call&gt; either way round. </P>
755 <P>
756 <BLOCKQUOTE><CODE>
757 <PRE>
758    DX FR0G 144.600
759    DX 144.600 FR0G
760    DX 144600 FR0G 
761 </PRE>
762 </CODE></BLOCKQUOTE>
763 </P>
764 <P>will all give the same result. You can add some remarks to the end
765 of the command and they will be added to the spot.</P>
766 <P>
767 <BLOCKQUOTE><CODE>
768 <PRE>
769    DX FR0G 144600 this is a test
770 </PRE>
771 </CODE></BLOCKQUOTE>
772 </P>
773 <P>You can credit someone else by saying:-</P>
774 <P>
775 <BLOCKQUOTE><CODE>
776 <PRE>
777    DX by G1TLH FR0G 144.600 he isn't on the cluster
778 </PRE>
779 </CODE></BLOCKQUOTE>
780 </P>
781 <P>The &lt;freq&gt; is compared against the available bands set up in the 
782 cluster.  See SHOW/BANDS for more information.</P>
783
784 <H2><A NAME="ss11.37">11.37</A> <A HREF="adminmanual.html#toc11.37">export (9)</A>
785 </H2>
786
787 <P><CODE><B>export &lt;msgno&gt; &lt;filename&gt;</B> Export a message to a file</CODE></P>
788
789 <P>Export a message to a file. This command can only be executed on a local
790 console with a fully privileged user. The file produced will be in a form
791 ready to be imported back into the cluster by placing it in the import 
792 directory (/spider/msg/import).</P>
793 <P>This command cannot overwrite an existing file. This is to provide some 
794 measure of security. Any files written will owned by the same user as the 
795 main cluster, otherwise you can put the new files anywhere the cluster can
796 access. For example:-</P>
797 <P>EXPORT 2345 /tmp/a</P>
798
799 <H2><A NAME="ss11.38">11.38</A> <A HREF="adminmanual.html#toc11.38">export_users (9)</A>
800 </H2>
801
802 <P><CODE><B>export_users [&lt;filename&gt;]</B> Export the users database to ascii</CODE></P>
803
804 <P>Export the users database to a file in ascii format. If no filename
805 is given then it will export the file to /spider/data/user_asc.</P>
806 <P>If the file already exists it will be renamed to &lt;filename&gt;.o. In fact
807 up to 5 generations of the file can be kept each one with an extra 'o' on the
808 suffix. </P>
809 <P>BE WARNED: this will write to any file you have write access to. No check is
810 made on the filename (if any) that you specify.</P>
811
812 <H2><A NAME="ss11.39">11.39</A> <A HREF="adminmanual.html#toc11.39">filtering (0)</A>
813 </H2>
814
815 <P><CODE><B>filtering</B> Filtering things in DXSpider</CODE></P>
816
817 <P>There are a number of things you can filter in the DXSpider system. They
818 all use the same general mechanism.</P>
819 <P>In general terms you can create a 'reject' or an 'accept' filter which
820 can have up to 10 lines in it. You do this using, for example:-</P>
821 <P>accept/spots .....
822 reject/spots .....</P>
823 <P>where ..... are the specific commands for that type of filter. There
824 are filters for spots, wwv, announce, wcy and (for sysops)
825 connects. See each different accept or reject command reference for
826 more details.</P>
827 <P>There is also a command to clear out one or more lines in a filter and
828 one to show you what you have set. They are:-</P>
829 <P>clear/spots 1
830 clear/spots all</P>
831 <P>and </P>
832 <P>show/filter</P>
833 <P>There is clear/xxxx command for each type of filter.</P>
834 <P>For now we are going to use spots for the examples, but you can apply
835 the principles to all types of filter.</P>
836 <P>There are two main types of filter 'accept' or 'reject'; which you use
837 depends entirely on how you look at the world and what is least
838 writing to achieve what you want. Each filter has 10 lines (of any
839 length) which are tried in order. If a line matches then the action
840 you have specified is taken (ie reject means ignore it and accept
841 means gimme it).</P>
842 <P>The important thing to remember is that if you specify a 'reject'
843 filter (all the lines in it say 'reject/spots' (for instance) then if
844 a spot comes in that doesn't match any of the lines then you will get
845 it BUT if you specify an 'accept' filter then any spots that don't
846 match are dumped. For example if I have a one line accept filter:-</P>
847 <P>accept/spots on vhf and (by_zone 14,15,16 or call_zone 14,15,16)</P>
848 <P>then automatically you will ONLY get VHF spots from or to CQ zones 14
849 15 and 16.  If you set a reject filter like:</P>
850 <P>reject/spots on hf/cw</P>
851 <P>Then you will get everything EXCEPT HF CW spots, If you am interested in IOTA
852 and will work it even on CW then you could say:-</P>
853 <P>reject/spots on hf/cw and not info iota</P>
854 <P>But in that case you might only be interested in iota and say:-</P>
855 <P>accept/spots not on hf/cw or info iota</P>
856 <P>which is exactly the same. You should choose one or the other until
857 you are confortable with the way it works. Yes, you can mix them
858 (actually you can have an accept AND a reject on the same line) but
859 don't try this at home until you can analyse the results that you get
860 without ringing up the sysop for help.</P>
861 <P>You can arrange your filter lines into logical units, either for your
862 own understanding or simply convenience. I have one set frequently:-</P>
863 <P>reject/spots 1 on hf/cw
864 reject/spots 2 on 50000/1400000 not (by_zone 14,15,16 or call_zone 14,15,16)  </P>
865 <P>What this does is to ignore all HF CW spots (being a class B I can't
866 read any CW and couldn't possibly be interested in HF :-) and also
867 rejects any spots on VHF which don't either originate or spot someone
868 in Europe.</P>
869 <P>This is an exmaple where you would use the line number (1 and 2 in
870 this case), if you leave the digit out, the system assumes '1'. Digits
871 '0'-'9' are available.</P>
872 <P>You can leave the word 'and' out if you want, it is implied. You can
873 use any number of brackets to make the 'expression' as you want
874 it. There are things called precedence rules working here which mean
875 that you will NEED brackets in a situation like line 2 because,
876 without it, will assume:-</P>
877 <P>(on 50000/1400000 and by_zone 14,15,16) or call_zone 14,15,16 </P>
878 <P>annoying, but that is the way it is. If you use OR - use
879 brackets. Whilst we are here CASE is not important. 'And BY_Zone' is
880 just 'and by_zone'.</P>
881 <P>If you want to alter your filter you can just redefine one or more
882 lines of it or clear out one line. For example:-</P>
883 <P>reject/spots 1 on hf/ssb</P>
884 <P>or </P>
885 <P>clear/spots 1</P>
886 <P>To remove the filter in its entirty:-</P>
887 <P>clear/spots all</P>
888 <P>There are similar CLEAR commands for the other filters:-</P>
889 <P>clear/announce
890 clear/wcy
891 clear/wwv</P>
892 <P>ADVANCED USERS:-</P>
893 <P>Once you are happy with the results you get, you may like to experiment. </P>
894 <P>my example that filters hf/cw spots and accepts vhf/uhf spots from EU
895 can be written with a mixed filter, eg:</P>
896 <P>rej/spot on hf/cw
897 acc/spot on 0/30000
898 acc/spot 2 on 50000/1400000 and (by_zone 14,15,16 or call_zone 14,15,16)</P>
899 <P>each filter slot actually has a 'reject' slot and an 'accept'
900 slot. The reject slot is executed BEFORE the accept slot.</P>
901 <P>It was mentioned earlier that after a reject test that doesn't match,
902 the default for following tests is 'accept', the reverse is true for
903 'accept'. In the example what happens is that the reject is executed
904 first, any non hf/cw spot is passed to the accept line, which lets
905 thru everything else on HF.</P>
906 <P>The next filter line lets through just VHF/UHF spots from EU.</P>
907
908 <H2><A NAME="ss11.40">11.40</A> <A HREF="adminmanual.html#toc11.40">forward/latlong (8)</A>
909 </H2>
910
911 <P><CODE><B>forward/latlong &lt;node_call&gt;</B> Send latitude and longitude information to another cluster</CODE></P>
912
913 <P>This command sends all the latitude and longitude information that your
914 cluster is holding against callsigns.  One advantage of recieving this
915 information is that more locator information is held by you.  This
916 means that more locators are given on the DX line assuming you have
917 <EM>set/dxgrid</EM> enabled.  This could be a LOT of information though, so
918 it is not recommended on slow links.</P>
919
920 <H2><A NAME="ss11.41">11.41</A> <A HREF="adminmanual.html#toc11.41">forward/opername (1)</A>
921 </H2>
922
923 <P><CODE><B>forward/opername &lt;call&gt;</B> Send out information on this &lt;call&gt; to all clusters</CODE></P>
924
925 <P>This command sends out any information held in the user file which can 
926 be broadcast in PC41 protocol packets. This information is Name, QTH, Location
927 and Homenode. PC41s are only sent for the information that is available.</P>
928
929 <H2><A NAME="ss11.42">11.42</A> <A HREF="adminmanual.html#toc11.42">help (0)</A>
930 </H2>
931
932 <P><CODE><B>help &lt;cmd&gt;</B> Get help on a command</CODE></P>
933
934 <P>All commands can be abbreviated, so SHOW/DX can be abbreviated
935 to SH/DX, ANNOUNCE can be shortened to AN and so on.</P>
936 <P>Look at the APROPOS &lt;string&gt; command which will search the help database
937 for the &lt;string&gt; you specify and give you a list of likely commands
938 to look at with HELP.</P>
939
940 <H2><A NAME="ss11.43">11.43</A> <A HREF="adminmanual.html#toc11.43">init (5)</A>
941 </H2>
942
943 <P><CODE><B>init &lt;node call&gt;</B> Re-initialise a link to an AK1A compatible node</CODE></P>
944
945 <P>This command attempts to re-initialise a link to a (usually) AK1A node
946 that has got confused, usually by a protocol loop of some kind. It may
947 work - but you usually will be better off simply disconnecting it (or
948 better, if it is a real AK1A node, doing an RCMD &lt;node&gt; DISC/F &lt;your
949 node&gt;).</P>
950 <P>Best of luck - you will need it.</P>
951
952 <H2><A NAME="ss11.44">11.44</A> <A HREF="adminmanual.html#toc11.44">kill (0)</A>
953 </H2>
954
955 <P><CODE><B>kill &lt;msgno&gt; [&lt;msgno&gt; ..]</B> Delete a message from the local system</CODE></P>
956
957 <P>Delete a message from the local system. You will only be able to
958 delete messages that you have originated or been sent (unless you are
959 the sysop).</P>
960
961 <H2><A NAME="ss11.45">11.45</A> <A HREF="adminmanual.html#toc11.45">kill (5)</A>
962 </H2>
963
964 <P><CODE><B>kill &lt;msgno&gt; [&lt;msgno&gt; ...]</B> Remove or erase a message from the system<BR>
965 <B>kill from &lt;call&gt;</B> Remove all messages from a callsign<BR>
966 <B>kill to &lt;call&gt;</B> Remove all messages to a callsign<BR></CODE></P>
967
968 <P>You can get rid of any message to or originating from your callsign using 
969 this command. You can remove more than one message at a time.</P>
970 <P>As a sysop you can kill any message on the system.</P>
971
972 <H2><A NAME="ss11.46">11.46</A> <A HREF="adminmanual.html#toc11.46">kill full (5)</A>
973 </H2>
974
975 <P><CODE><B>kill full &lt;msgno&gt; [&lt;msgno&gt;]</B> Delete a message from the whole cluster</CODE></P>
976
977 <P>Delete a message (usually a 'bulletin') from the whole cluster system. </P>
978 <P>This uses the subject field, so any messages that have exactly the same subject
979 will be deleted. Beware!</P>
980
981 <H2><A NAME="ss11.47">11.47</A> <A HREF="adminmanual.html#toc11.47">kill/expunge (6)</A>
982 </H2>
983
984 <P><CODE><B>kill/expunge &lt;msgno&gt; [&lt;msgno&gt;..]</B>Expunge a message</CODE></P>
985
986 <P>Deleting a message using the normal KILL commands only marks that message
987 for deletion. The actual deletion only happens later (usually two days later).</P>
988 <P>The KILL EXPUNGE command causes the message to be truly deleted more or less
989 immediately.</P>
990 <P>It otherwise is used in the same way as the KILL command.</P>
991
992
993 <H2><A NAME="ss11.48">11.48</A> <A HREF="adminmanual.html#toc11.48">links (0)</A>
994 </H2>
995
996 <P><CODE><B>links</B> Show which nodes are physically connected</CODE></P>
997
998 <P>This is a quick listing that shows which links are connected and
999 some information about them. See WHO for a list of all connections.</P>
1000
1001
1002 <H2><A NAME="ss11.49">11.49</A> <A HREF="adminmanual.html#toc11.49">load/aliases (9)</A>
1003 </H2>
1004
1005 <P><CODE><B>load/aliases</B> Reload the command alias table</CODE></P>
1006
1007 <P>Reload the /spider/cmd/Aliases file after you have editted it. You will need to
1008 do this if you change this file whilst the cluster is running in order for the
1009 changes to take effect.</P>
1010
1011 <H2><A NAME="ss11.50">11.50</A> <A HREF="adminmanual.html#toc11.50">load/badmsg (9)</A>
1012 </H2>
1013
1014 <P><CODE><B>load/badmsg</B> Reload the bad message table</CODE></P>
1015
1016 <P>Reload the /spider/msg/badmsg.pl file if you have changed it manually whilst
1017 the cluster is running. This table contains a number of perl regular 
1018 expressions which are searched for in the fields targetted of each message. 
1019 If any of them match then that message is immediately deleted on receipt. </P>
1020
1021 <H2><A NAME="ss11.51">11.51</A> <A HREF="adminmanual.html#toc11.51">load/badwords (9)</A>
1022 </H2>
1023
1024 <P><CODE><B>load/badwords</B> Reload the bad words table</CODE></P>
1025
1026 <P>Reload the /spider/data/badwords file if you have changed it manually whilst
1027 the cluster is running. This file contains a list of words which, if found
1028 on certain text portions of PC protocol, will cause those protocol frames
1029 to be rejected. It will all put out a message if any of these words are
1030 used on the announce, dx and talk commands. The words can be one or 
1031 more on a line, lines starting with '#' are ignored.</P>
1032
1033 <H2><A NAME="ss11.52">11.52</A> <A HREF="adminmanual.html#toc11.52">load/bands (9)</A>
1034 </H2>
1035
1036 <P><CODE><B>load/bands</B> Reload the band limits table</CODE></P>
1037
1038 <P>Reload the /spider/data/bands.pl file if you have changed it manually whilst
1039 the cluster is running. </P>
1040
1041 <H2><A NAME="ss11.53">11.53</A> <A HREF="adminmanual.html#toc11.53">load/cmd_cache (9)</A>
1042 </H2>
1043
1044 <P><CODE><B>load/cmd_cache</B> Reload the automatic command cache</CODE></P>
1045
1046 <P>Normally, if you change a command file in the cmd or local_cmd tree it will
1047 automatially be picked up by the cluster program. Sometimes it can get confused
1048 if you are doing a lot of moving commands about or delete a command in the 
1049 local_cmd tree and want to use the normal one again. Execute this command to
1050 reset everything back to the state it was just after a cluster restart.</P>
1051
1052 <H2><A NAME="ss11.54">11.54</A> <A HREF="adminmanual.html#toc11.54">load/forward (9)</A>
1053 </H2>
1054
1055 <P><CODE><B>load/forward</B> Reload the msg forwarding routing table</CODE></P>
1056 <P>Reload the /spider/msg/forward.pl file if you have changed it
1057 manually whilst the cluster is running.</P>
1058
1059 <H2><A NAME="ss11.55">11.55</A> <A HREF="adminmanual.html#toc11.55">load/messages (9)</A>
1060 </H2>
1061
1062 <P><CODE><B>load/messages</B> Reload the system messages file</CODE></P>
1063
1064 <P>If you change the /spider/perl/Messages file (usually whilst fiddling/writing ne
1065 commands) you can have them take effect during a cluster session by executing this
1066 command. You need to do this if get something like :-</P>
1067 <P>unknown message 'xxxx' in lang 'en'</P>
1068
1069 <H2><A NAME="ss11.56">11.56</A> <A HREF="adminmanual.html#toc11.56">load/prefixes (9)</A>
1070 </H2>
1071
1072 <P><CODE><B>load/prefixes</B> Reload the prefix table</CODE></P>
1073
1074 <P>Reload the /spider/data/prefix_data.pl file if you have changed it manually 
1075 whilst the cluster is running. </P>
1076
1077 <H2><A NAME="ss11.57">11.57</A> <A HREF="adminmanual.html#toc11.57">merge (5)</A>
1078 </H2>
1079
1080 <P><CODE><B>merge &lt;node&gt; [&lt;no spots&gt;/&lt;no wwv&gt;]</B> Ask for the latest spots and WWV</CODE></P>
1081
1082 <P>MERGE allows you to bring your spot and wwv database up to date. By default
1083 it will request the last 10 spots and 5 WWVs from the node you select. The 
1084 node must be connected locally.</P>
1085 <P>You can request any number of spots or wwv and although they will be appended
1086 to your databases they will not duplicate any that have recently been added 
1087 (the last 2 days for spots and last month for WWV data).</P>
1088
1089 <H2><A NAME="ss11.58">11.58</A> <A HREF="adminmanual.html#toc11.58">msg (9)</A>
1090 </H2>
1091
1092 <P><CODE><B>msg &lt;cmd&gt; &lt;msgno&gt; [data ...]</B> Alter various message parameters</CODE></P>
1093
1094 <P>Alter message parameters like To, From, Subject, whether private or bulletin
1095 or return receipt (RR) is required or whether to keep this message from timing
1096 out.</P>
1097 <P>
1098 <BLOCKQUOTE><CODE>
1099 <PRE>
1100   MSG TO &lt;msgno> &lt;call>     - change TO callsign to &lt;call>
1101   MSG FRom &lt;msgno> &lt;call>   - change FROM callsign to &lt;call>
1102   MSG PRrivate &lt;msgno>      - set private flag
1103   MSG NOPRrivate &lt;msgno>    - unset private flag
1104   MSG RR &lt;msgno>            - set RR flag
1105   MSG NORR &lt;msgno>          - unset RR flag
1106   MSG KEep &lt;msgno>          - set the keep flag (message won't be deleted ever)
1107   MSG NOKEep &lt;msgno>        - unset the keep flag
1108   MSG SUbject &lt;msgno> &lt;new> - change the subject to &lt;new>
1109   MSG WAittime &lt;msgno>      - remove any waitting time for this message
1110   MSG NOREad &lt;msgno>        - mark message as unread
1111   MSG REad &lt;msgno>          - mark message as read
1112   MSG QUeue                 - queue any outstanding bulletins
1113   MSG QUeue 1               - queue any outstanding private messages
1114 </PRE>
1115 </CODE></BLOCKQUOTE>
1116 </P>
1117 <P>You can look at the status of a message by using:-</P>
1118 <P>STAT/MSG &lt;msgno&gt;      </P>
1119 <P>This will display more information on the message than DIR does.</P>
1120
1121 <H2><A NAME="ss11.59">11.59</A> <A HREF="adminmanual.html#toc11.59">pc (8)</A>
1122 </H2>
1123
1124 <P><CODE><B>pc &lt;call&gt; &lt;text&gt;</B> Send text (eg PC Protocol) to &lt;call&gt;</CODE></P>
1125
1126 <P>Send some arbitrary text to a locally connected callsign. No processing is done on
1127 the text. This command allows you to send PC Protocol to unstick things if problems
1128 arise (messages get stuck etc). eg:-</P>
1129 <P>pc gb7djk PC33^GB7TLH^GB7DJK^400^</P>
1130 <P>You can also use in the same way as a talk command to a connected user but
1131 without any processing, added of "from &lt;blah&gt; to &lt;blah&gt;" or whatever.</P>
1132 <P>pc G1TLH Try doing that properly!!!</P>
1133
1134 <H2><A NAME="ss11.60">11.60</A> <A HREF="adminmanual.html#toc11.60">ping (1)</A>
1135 </H2>
1136
1137 <P><CODE><B>ping &lt;node&gt;</B> Check the link quality between nodes</CODE></P>
1138
1139 <P>his command allows you to send a frame to another cluster node on
1140 the network and get a return frame.  The time it takes to do this
1141 is a good indication of the quality of the link.  The actual time
1142 it takes is output to the console in seconds.
1143 Any visible cluster node can be PINGed.</P>
1144
1145
1146 <H2><A NAME="ss11.61">11.61</A> <A HREF="adminmanual.html#toc11.61">rcmd (1)</A>
1147 </H2>
1148
1149 <P><CODE><B>rcmd &lt;node call&gt; &lt;cmd&gt;</B> Send a command to another DX cluster</CODE></P>
1150
1151 <P>This command allows you to send nearly any command to another DX Cluster
1152 node that is connected to the system. </P>
1153 <P>Whether you get any output is dependant on a) whether the other system knows
1154 that the node callsign of this cluster is in fact a node b) whether the
1155 other system is allowing RCMDs from this node and c) whether you have
1156 permission to send this command at all.</P>
1157
1158 <H2><A NAME="ss11.62">11.62</A> <A HREF="adminmanual.html#toc11.62">read (0)</A>
1159 </H2>
1160
1161 <P><CODE><B>read</B> Read the next unread personal message addressed to you<BR>
1162 <B>read &lt;msgno&gt;</B> Read the specified message<BR></CODE></P>
1163
1164 <P>You can read any messages that are sent as 'non-personal' and also any
1165 message either sent by or sent to your callsign.</P>
1166
1167
1168 <H2><A NAME="ss11.63">11.63</A> <A HREF="adminmanual.html#toc11.63">read (extended for sysops) (5) </A>
1169 </H2>
1170
1171 <P><CODE><B>read &lt;msgno&gt;</B> Read a message on the system</CODE></P>
1172
1173 <P>As a sysop you may read any message on the system</P>
1174
1175 <H2><A NAME="ss11.64">11.64</A> <A HREF="adminmanual.html#toc11.64">reject/announce</A>
1176 </H2>
1177
1178 <P><CODE><B>reject/announce [0-9] &lt;pattern&gt;</B> Set a reject filter
1179 for announce</CODE></P>
1180
1181 <P>Create an 'reject this announce' line for a filter. </P>
1182 <P>An reject filter line means that if the announce matches this filter it is
1183 passed onto the user. See HELP FILTERS for more info. Please read this
1184 to understand how filters work - it will save a lot of grief later on.</P>
1185 <P>You can use any of the following things in this line:-</P>
1186 <P>
1187 <BLOCKQUOTE><CODE>
1188 <PRE>
1189   info &lt;string>            eg: iota or qsl
1190   by &lt;prefixes>            eg: G,M,2         
1191   origin &lt;prefixes>
1192   origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
1193   origin_itu &lt;numbers>
1194   origin_zone &lt;numbers>
1195   by_dxcc &lt;numbers>
1196   by_itu &lt;numbers>
1197   by_zone &lt;numbers>
1198   channel &lt;prefixes>
1199   wx 1                     filter WX announces
1200   dest &lt;prefixes>          eg: 6MUK,WDX      (distros)
1201 </PRE>
1202 </CODE></BLOCKQUOTE>
1203 </P>
1204 <P>some examples:-</P>
1205 <P>
1206 <BLOCKQUOTE><CODE>
1207 <PRE>
1208   rej/ann by_zone 14,15,16 and not by G,M,2
1209 </PRE>
1210 </CODE></BLOCKQUOTE>
1211 </P>
1212 <P>You can use the tag 'all' to reject everything eg:</P>
1213 <P>
1214 <BLOCKQUOTE><CODE>
1215 <PRE>
1216   rej/ann all
1217 </PRE>
1218 </CODE></BLOCKQUOTE>
1219 </P>
1220 <P>but this probably for advanced users...</P>
1221
1222 <H2><A NAME="ss11.65">11.65</A> <A HREF="adminmanual.html#toc11.65">reject/announce (extended for sysops) (8)</A>
1223 </H2>
1224
1225 <P><CODE><B>reject/announce &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B> Announce filter sysop version</CODE></P>
1226
1227 <P>This version allows a sysop to set a filter for a callsign as well as the
1228 default for nodes and users eg:-</P>
1229 <P>
1230 <BLOCKQUOTE><CODE>
1231 <PRE>
1232   reject/ann by G,M,2
1233   reject/ann input node_default by G,M,2
1234   reject/ann user_default by G,M,2
1235 </PRE>
1236 </CODE></BLOCKQUOTE>
1237 </P>
1238
1239 <H2><A NAME="ss11.66">11.66</A> <A HREF="adminmanual.html#toc11.66">reject/route (8)</A>
1240 </H2>
1241
1242 <P><CODE><B>reject/route &lt;call&gt; [0-9] &lt;pattern&gt;</B> Set an 'reject' filter line for routing</CODE></P>
1243
1244 <P>Create an 'reject this routing PC Protocol' line for a filter. </P>
1245
1246 <P>An reject filter line means that if a PC16/17/19/21/24/41/50 matches this filter 
1247 it is NOT passed thru that interface. See HELP FILTERING for more info. Please 
1248 read this to understand how filters work - it will save a lot of grief later on.
1249 You can use any of the following things in this line:-</P>
1250 <P>
1251 <BLOCKQUOTE><CODE>
1252 <PRE>
1253   call &lt;prefixes>        the callsign of the thingy
1254   call_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
1255   call_itu &lt;numbers>
1256   call_zone &lt;numbers>
1257   origin &lt;prefixes>      really the interface it came in on
1258   origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
1259   origin_itu &lt;numbers>
1260   origin_zone &lt;numbers>
1261 </PRE>
1262 </CODE></BLOCKQUOTE>
1263 </P>
1264
1265 <P>some examples:-</P>
1266 <P>
1267 <BLOCKQUOTE><CODE>
1268 <PRE>
1269   rej/route gb7djk call_dxcc 61,38 (everything except  UK+EIRE nodes)
1270 </PRE>
1271 </CODE></BLOCKQUOTE>
1272 </P>
1273
1274 <P>You can use the tag 'all' to reject everything eg:</P>
1275 <P>
1276 <BLOCKQUOTE><CODE>
1277 <PRE>
1278   rej/route all     (equiv to [very] restricted mode)
1279 </PRE>
1280 </CODE></BLOCKQUOTE>
1281 </P>
1282
1283 <H2><A NAME="ss11.67">11.67</A> <A HREF="adminmanual.html#toc11.67">reject/spots (0)</A>
1284 </H2>
1285
1286 <P><CODE><B>reject/spots [0-9] &lt;pattern&gt;</B> Set a reject filter line for spots</CODE></P>
1287
1288 <P>Create a 'reject this spot' line for a filter. </P>
1289 <P>A reject filter line means that if the spot matches this filter it is
1290 dumped (not passed on). See HELP FILTERS for more info. Please read this
1291 to understand how filters work - it will save a lot of grief later on.</P>
1292 <P>You can use any of the following things in this line:-</P>
1293 <P>
1294 <BLOCKQUOTE><CODE>
1295 <PRE>
1296   freq &lt;range>           eg: 0/30000 or hf or hf/cw or 6m,4m,2m
1297   on &lt;range>             same as 'freq'
1298   call &lt;prefixes>        eg: G,PA,HB9
1299   info &lt;string>          eg: iota or qsl
1300   by &lt;prefixes>            
1301   call_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
1302   call_itu &lt;numbers>
1303   call_zone &lt;numbers>
1304   by_dxcc &lt;numbers>
1305   by_itu &lt;numbers>
1306   by_zone &lt;numbers>
1307   origin &lt;prefixes>
1308   channel &lt;prefixes>
1309 </PRE>
1310 </CODE></BLOCKQUOTE>
1311 </P>
1312 <P>For frequencies, you can use any of the band names defined in
1313 SHOW/BANDS and you can use a subband name like: cw, rtty, data, ssb -
1314 thus: hf/ssb. You can also just have a simple range like: 0/30000 -
1315 this is more efficient than saying simply: on HF (but don't get
1316 too hung up about that)</P>
1317 <P>some examples:-</P>
1318 <P>
1319 <BLOCKQUOTE><CODE>
1320 <PRE>
1321   rej/spot 1 on hf
1322   rej/spot 2 on vhf and not (by_zone 14,15,16 or call_zone 14,15,16)
1323 </PRE>
1324 </CODE></BLOCKQUOTE>
1325 </P>
1326 <P>You can use the tag 'all' to reject everything eg:</P>
1327 <P>
1328 <BLOCKQUOTE><CODE>
1329 <PRE>
1330   rej/spot 3 all
1331 </PRE>
1332 </CODE></BLOCKQUOTE>
1333 </P>
1334 <P>but this probably for advanced users...</P>
1335
1336 <H2><A NAME="ss11.68">11.68</A> <A HREF="adminmanual.html#toc11.68">reject/spots (extended for sysops) (8)</A>
1337 </H2>
1338
1339 <P><CODE><B>reject/spots &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B>
1340 Reject spot filter sysop version </CODE></P>
1341
1342 <P>This version allows a sysop to set a filter for a callsign as well as the
1343 default for nodes and users eg:-</P>
1344 <P>
1345 <BLOCKQUOTE><CODE>
1346 <PRE>
1347   reject/spot db0sue-7 1 by_zone 14,15,16
1348   reject/spot node_default all
1349   set/hops node_default 10
1350
1351   reject/spot user_default by G,M,2
1352 </PRE>
1353 </CODE></BLOCKQUOTE>
1354 </P>
1355
1356 <H2><A NAME="ss11.69">11.69</A> <A HREF="adminmanual.html#toc11.69">reject/wcy (0)</A>
1357 </H2>
1358
1359 <P><CODE><B>reject/wcy [0-9] &lt;pattern&gt;</B> Set a reject WCY filter</CODE></P>
1360
1361 <P>It is unlikely that you will want to do this, but if you do then you can
1362 filter on the following fields:-</P>
1363 <P>
1364 <BLOCKQUOTE><CODE>
1365 <PRE>
1366   by &lt;prefixes>            eg: G,M,2         
1367   origin &lt;prefixes>
1368   origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
1369   origin_itu &lt;numbers>
1370   origin_zone &lt;numbers>
1371   by_dxcc &lt;numbers>
1372   by_itu &lt;numbers>
1373   by_zone &lt;numbers>
1374   channel &lt;prefixes>
1375 </PRE>
1376 </CODE></BLOCKQUOTE>
1377 </P>
1378 <P>There are no examples because WCY Broadcasts only come from one place and
1379 you either want them or not (see UNSET/WCY if you don't want them).</P>
1380 <P>This command is really provided for future use.</P>
1381 <P>See HELP FILTER for information.</P>
1382
1383 <H2><A NAME="ss11.70">11.70</A> <A HREF="adminmanual.html#toc11.70">reject/wcy (extended for sysops) (8)</A>
1384 </H2>
1385
1386 <P><CODE><B>reject/wcy &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B>
1387 WCY reject filter sysop version</CODE></P>
1388
1389 <P>This version allows a sysop to set a filter for a callsign as well as the
1390 default for nodes and users eg:-</P>
1391 <P>reject/wcy gb7djk all</P>
1392
1393 <H2><A NAME="ss11.71">11.71</A> <A HREF="adminmanual.html#toc11.71">reject/wwv (0)</A>
1394 </H2>
1395
1396 <P><CODE><B>reject/wwv [0-9] &lt;pattern&gt;</B> Set a reject WWV filter</CODE></P>
1397
1398 <P>It is unlikely that you will want to do this, but if you do then you can
1399 filter on the following fields:-</P>
1400 <P>
1401 <BLOCKQUOTE><CODE>
1402 <PRE>
1403   by &lt;prefixes>            eg: G,M,2         
1404   origin &lt;prefixes>
1405   origin_dxcc &lt;numbers>    eg: 61,62 (from eg: sh/pre G)
1406   origin_itu &lt;numbers>
1407   origin_zone &lt;numbers>
1408   by_dxcc &lt;numbers>
1409   by_itu &lt;numbers>
1410   by_zone &lt;numbers>
1411   channel &lt;prefixes>
1412 </PRE>
1413 </CODE></BLOCKQUOTE>
1414 </P>
1415 <P>for example </P>
1416 <P>
1417 <BLOCKQUOTE><CODE>
1418 <PRE>
1419   reject/wwv by_zone 14,15,16
1420 </PRE>
1421 </CODE></BLOCKQUOTE>
1422 </P>
1423 <P>is probably the only useful thing to do (which will only show WWV broadcasts
1424 by stations in the US).</P>
1425 <P>See HELP FILTER for information.</P>
1426
1427 <H2><A NAME="ss11.72">11.72</A> <A HREF="adminmanual.html#toc11.72">reject/wwv (extended for sysops) (8)</A>
1428 </H2>
1429
1430 <P><CODE><B>reject/wwv &lt;call&gt; [input] [0-9] &lt;pattern&gt;</B>
1431 WWV reject filter sysop version</CODE></P>
1432
1433 <P>This version allows a sysop to set a filter for a callsign as well as the
1434 default for nodes and users eg:-</P>
1435 <P>
1436 <BLOCKQUOTE><CODE>
1437 <PRE>
1438   reject/wwv db0sue-7 1 by_zone 4
1439   reject/wwv node_default all
1440
1441   reject/wwv user_default by W
1442 </PRE>
1443 </CODE></BLOCKQUOTE>
1444 </P>
1445
1446 <H2><A NAME="ss11.73">11.73</A> <A HREF="adminmanual.html#toc11.73">reply (0)</A>
1447 </H2>
1448
1449 <P><CODE><B>reply</B> Reply (privately) to the last message that you have read<BR>
1450 <B>reply &lt;msgno&gt;</B> Reply (privately) to the specified message<BR>
1451 <B>reply B &lt;msgno&gt;</B> Reply as a Bulletin to the specified message<BR>
1452 <B>reply NOPrivate &lt;msgno&gt;</B> Reply as a Bulletin to the specified
1453 message<BR>
1454 <B>reply RR &lt;msgno&gt;</B> Reply to the specified message with read receipt<BR></CODE></P>
1455
1456 <P>You can reply to a message and the subject will automatically have
1457 "Re:" inserted in front of it, if it isn't already present.</P>
1458 <P>You can also use all the extra qualifiers such as RR, PRIVATE, 
1459 NOPRIVATE, B that you can use with the SEND command (see SEND
1460 for further details)</P>
1461
1462 <H2><A NAME="ss11.74">11.74</A> <A HREF="adminmanual.html#toc11.74">send (0)</A>
1463 </H2>
1464
1465 <P><CODE><B>send &lt;call&gt; [&lt;call&gt; ...]</B> Send a message to one or more callsigns<BR>
1466 <B>send RR &lt;call&gt;</B> Send a message and ask for a read receipt<BR>
1467 <B>send COPY &lt;msgno&gt; &lt;call&gt;</B> Send a copy of a  message to someone<BR>
1468 <B>send PRIVATE &lt;call&gt;</B> Send a personal message<BR>
1469 <B>send NOPRIVATE &lt;call&gt;</B> Send a message to all stations<BR></CODE></P>
1470
1471 <P>All the SEND commands will create a message which will be sent either to
1472 an individual callsign or to one of the 'bulletin' addresses. </P>
1473 <P>SEND &lt;call&gt; on its own acts as though you had typed SEND PRIVATE, that is
1474 it will mark the message as personal and send it to the cluster node that
1475 that callsign is connected to.</P>
1476 <P>You can have more than one callsign in all of the SEND commands.</P>
1477 <P>You can have multiple qualifiers so that you can have for example:-</P>
1478 <P>
1479 <BLOCKQUOTE><CODE>
1480 <PRE>
1481   SEND RR COPY 123 PRIVATE G1TLH G0RDI
1482 </PRE>
1483 </CODE></BLOCKQUOTE>
1484 </P>
1485 <P>which should send a copy of message 123 to G1TLH and G0RDI and you will
1486 receive a read receipt when they have read the message.</P>
1487 <P>SB is an alias for SEND NOPRIVATE (or send a bulletin in BBS speak)
1488 SP is an alias for SEND PRIVATE</P>
1489
1490 <H2><A NAME="ss11.75">11.75</A> <A HREF="adminmanual.html#toc11.75">set/address (0)</A>
1491 </H2>
1492
1493 <P><CODE><B>set/address &lt;your_address&gt;</B> Record your postal address</CODE></P>
1494
1495 <P>Literally, record your address details on the cluster.</P>
1496
1497 <H2><A NAME="ss11.76">11.76</A> <A HREF="adminmanual.html#toc11.76">set/announce (0)</A>
1498 </H2>
1499
1500 <P><CODE><B>set/announce</B> Allow announce messages</CODE></P>
1501
1502 <P>Allow announce messages to arrive at your terminal.</P>
1503
1504 <H2><A NAME="ss11.77">11.77</A> <A HREF="adminmanual.html#toc11.77">set/arcluster (5)</A>
1505 </H2>
1506
1507 <P><CODE><B>set/arcluster &lt;node_call&gt; [&lt;node_call&gt; ...]</B> Make
1508 the node_call an AR-Cluster type node</CODE></P>
1509
1510 <P>Set the node_call as an AR-Cluster type node</P>
1511
1512 <H2><A NAME="ss11.78">11.78</A> <A HREF="adminmanual.html#toc11.78">set/baddx (8)</A>
1513 </H2>
1514
1515 <P><CODE><B>set/baddx &lt;call&gt;</B> Stop words we do not wish to see in the callsign field
1516 of a dx spot being propagated</CODE></P>
1517
1518 <P>Setting a word as 'baddx' will prevent spots with that word in the callsign 
1519 field of a DX spot from going any further. They will not be displayed and they 
1520 will not be sent onto other nodes.</P>
1521 <P>The word must be wriiten in full, no wild cards are allowed eg:-</P>
1522 <P>
1523 <BLOCKQUOTE><CODE>
1524 <PRE>
1525   set/baddx FORSALE VIDEO FR0G 
1526 </PRE>
1527 </CODE></BLOCKQUOTE>
1528 </P>
1529 <P>To allow a word again, use the following command ...</P>
1530 <P>
1531 <BLOCKQUOTE><CODE>
1532 <PRE>
1533   unset/baddx VIDEO
1534 </PRE>
1535 </CODE></BLOCKQUOTE>
1536 </P>
1537
1538 <H2><A NAME="ss11.79">11.79</A> <A HREF="adminmanual.html#toc11.79">set/badnode (6)</A>
1539 </H2>
1540
1541 <P><CODE><B>set/badnode &lt;node_call&gt;</B> Stop spots from this node_call
1542 being propagated</CODE></P>
1543
1544 <P>Setting a callsign as a 'badnode' will prevent spots from that node 
1545 going any further. They will not be displayed and they will not be 
1546 sent onto other nodes.</P>
1547 <P>The call can be a full or partial call (or a prefix), eg:-</P>
1548 <P>
1549 <BLOCKQUOTE><CODE>
1550 <PRE>
1551   set/badnode K1TTT 
1552 </PRE>
1553 </CODE></BLOCKQUOTE>
1554 </P>
1555 <P>will stop anything from K1TTT (including any SSID's)</P>
1556 <P>
1557 <BLOCKQUOTE><CODE>
1558 <PRE>
1559   unset/badnode K1TTT
1560 </PRE>
1561 </CODE></BLOCKQUOTE>
1562 </P>
1563 <P>will allow spots from him again.</P>
1564 <P>Use with extreme care. This command may well be superceded by FILTERing.</P>
1565
1566 <H2><A NAME="ss11.80">11.80</A> <A HREF="adminmanual.html#toc11.80">set/badspotter (8)</A>
1567 </H2>
1568
1569 <P><CODE><B>set/badspotter &lt;call&gt;</B> Stop spots from this callsign being propagated</CODE></P>
1570
1571 <P>Setting a callsign as a 'badspotter' will prevent spots from this callsign 
1572 going any further. They will not be displayed and they will not be 
1573 sent onto other nodes.</P>
1574 <P>The call must be written in full, no wild cards are allowed eg:-</P>
1575 <P>
1576 <BLOCKQUOTE><CODE>
1577 <PRE>
1578   set/badspotter VE2STN 
1579 </PRE>
1580 </CODE></BLOCKQUOTE>
1581 </P>
1582 <P>will stop anything from VE2STN. If you want SSIDs as well then you must
1583 enter them specifically.</P>
1584 <P>
1585 <BLOCKQUOTE><CODE>
1586 <PRE>
1587   unset/badspotter VE2STN
1588 </PRE>
1589 </CODE></BLOCKQUOTE>
1590 </P>
1591 <P>will allow spots from him again.</P>
1592 <P>Use with extreme care. This command may well be superceded by FILTERing.</P>
1593
1594 <H2><A NAME="ss11.81">11.81</A> <A HREF="adminmanual.html#toc11.81">set/badword (8)</A>
1595 </H2>
1596
1597 <P><CODE><B>set/badword &lt;word&gt;</B> Stop things with this word being propogated</CODE></P>
1598
1599 <P>Setting a word as a 'badword' will prevent things like spots,
1600 announces or talks with this word in the the text part from going any
1601 further. They will not be displayed and they will not be sent onto
1602 other nodes.</P>
1603 <P>The word must be written in full, no wild cards are allowed eg:-</P>
1604 <P>set/badword annihilate annihilated annihilation </P>
1605 <P>will stop anything with these words in the text.</P>
1606 <P>unset/badword annihilated</P>
1607 <P>will allow text with this word again.</P>
1608
1609
1610 <H2><A NAME="ss11.82">11.82</A> <A HREF="adminmanual.html#toc11.82">set/beep (0)</A>
1611 </H2>
1612
1613 <P><CODE><B>set/beep</B> Add beeps to terminal messages</CODE></P>
1614
1615 <P>Add a beep to DX and other terminal messages.</P>
1616
1617 <H2><A NAME="ss11.83">11.83</A> <A HREF="adminmanual.html#toc11.83">set/bbs (5)</A>
1618 </H2>
1619
1620 <P><CODE><B>set/bbs &lt;call&gt; [&lt;call&gt;..]</B>Make &lt;call&gt; a BBS</CODE></P>
1621
1622 <H2><A NAME="ss11.84">11.84</A> <A HREF="adminmanual.html#toc11.84">set/clx (5)</A>
1623 </H2>
1624
1625 <P><CODE><B>set/clx &lt;node_call&gt; [&lt;node_call&gt; ...]</B> Make
1626 the node_call a CLX type node</CODE></P>
1627
1628 <P>Set the node_call as a CLX type node</P>
1629
1630 <H2><A NAME="ss11.85">11.85</A> <A HREF="adminmanual.html#toc11.85">set/debug (9)</A>
1631 </H2>
1632
1633 <P><CODE><B>set/debug &lt;name&gt;</B> Add a debug level to the debug set</CODE></P>
1634
1635 <P>You can choose to log several different levels.  The levels are</P>
1636 <P>chan
1637 state
1638 msg
1639 cron
1640 connect</P>
1641 <P>You can show what levels you are logging with the <EM>show/debug</EM>
1642 command.</P>
1643 <P>You can remove a debug level with unset/debug &lt;name&gt;</P>
1644
1645 <H2><A NAME="ss11.86">11.86</A> <A HREF="adminmanual.html#toc11.86">set/dx (0)</A>
1646 </H2>
1647
1648 <P><CODE><B>set/dx</B>Allow DX messages to arrive at your terminal</CODE></P>
1649
1650 <P>You can stop DX messages with the <EM>unset/dx</EM> command</P>
1651
1652 <H2><A NAME="ss11.87">11.87</A> <A HREF="adminmanual.html#toc11.87">set/dxgrid (0)</A>
1653 </H2>
1654
1655 <P><CODE><B>set/dxgrid</B>Allow grid squares on the end of DX messages</CODE></P>
1656
1657 <P>Some logging programs do not like the additional information at
1658 the end of a DX spot.  If this is the case, use the <EM>unset/dxgrid</EM>
1659 command to remove the grid squares.</P>
1660
1661 <H2><A NAME="ss11.88">11.88</A> <A HREF="adminmanual.html#toc11.88">set/dxnet (5)</A>
1662 </H2>
1663
1664 <P><CODE><B>set/dxnet &lt;node_call&gt; [&lt;node_call&gt; ...]</B> Make
1665 the node_call a DXNet type node</CODE></P>
1666
1667 <P>Set the node_call as a DXNet type node</P>
1668
1669 <H2><A NAME="ss11.89">11.89</A> <A HREF="adminmanual.html#toc11.89">set/echo (0)</A>
1670 </H2>
1671
1672 <P><CODE><B>set/echo</B> Make the cluster echo your input</CODE></P>
1673
1674 <P>If you are connected via a telnet session, different implimentations
1675 of telnet handle echo differently depending on whether you are 
1676 connected via port 23 or some other port. You can use this command
1677 to change the setting appropriately. </P>
1678 <P>You can remove the echo with the <EM>unset/echo</EM> command</P>
1679 <P>The setting is stored in your user profile.</P>
1680 <P>YOU DO NOT NEED TO USE THIS COMMAND IF YOU ARE CONNECTED VIA AX25.</P>
1681
1682 <H2><A NAME="ss11.90">11.90</A> <A HREF="adminmanual.html#toc11.90">set/email (0)</A>
1683 </H2>
1684
1685 <P><CODE><B>set/email &lt;email_address&gt;</B> Set email address(es) and forward your personals</CODE></P>
1686
1687 <P>If any personal messages come in for your callsign then you can use
1688 these commands to control whether they are forwarded onto your email
1689 address. To enable the forwarding do something like:-</P>
1690 <P>SET/EMAIL mike.tubby@somewhere.com</P>
1691 <P>You can have more than one email address (each one separated by a space).
1692 Emails are forwarded to all the email addresses you specify.</P>
1693 <P>You can disable forwarding by:-</P>
1694 <P>UNSET/EMAIL</P>
1695
1696 <H2><A NAME="ss11.91">11.91</A> <A HREF="adminmanual.html#toc11.91">set/here (0)</A>
1697 </H2>
1698
1699 <P><CODE><B>set/here</B> Set the here flag</CODE></P>
1700
1701 <P>Let others on the cluster know you are here by only displaying your
1702 callsign.  If you are away from your terminal you can use the <EM>unset/here</EM>
1703 command to let people know you are away.  This simply puts brackets
1704 around your callsign to indicate you are not available.</P>
1705
1706 <H2><A NAME="ss11.92">11.92</A> <A HREF="adminmanual.html#toc11.92">set/homenode (0)</A>
1707 </H2>
1708
1709 <P><CODE><B>set/homenode &lt;node_call&gt;</B> Set your home cluster</CODE></P>
1710
1711 <P>Tell the cluster system where you normally connect to. Any Messages sent
1712 to you will normally find their way there should you not be connected.
1713 eg:-</P>
1714 <P>
1715 <BLOCKQUOTE><CODE>
1716 <PRE>
1717   SET/HOMENODE gb7djk
1718 </PRE>
1719 </CODE></BLOCKQUOTE>
1720 </P>
1721
1722 <H2><A NAME="ss11.93">11.93</A> <A HREF="adminmanual.html#toc11.93">set/hops (8)</A>
1723 </H2>
1724
1725 <P><CODE><B>set/hops &lt;node_call&gt; ann|spots|wwv|wcy &lt;n&gt;</B>
1726 Set hop count</CODE></P>
1727
1728 <P>Set the hop count for a particular type of broadcast for a node.</P>
1729 <P>This command allows you to set up special hop counts for a node 
1730 for currently: announce, spots, wwv and wcy broadcasts.</P>
1731 <P>
1732 <BLOCKQUOTE><CODE>
1733 <PRE>
1734 eg:
1735   set/hops gb7djk ann 10
1736   set/hops gb7mbc spots 20
1737 </PRE>
1738 </CODE></BLOCKQUOTE>
1739 </P>
1740 <P>Set SHOW/HOPS for information on what is already set. This command
1741 creates a filter and works in conjunction with the filter system. </P>
1742
1743 <H2><A NAME="ss11.94">11.94</A> <A HREF="adminmanual.html#toc11.94">set/isolate (9)</A>
1744 </H2>
1745
1746 <P><CODE><B>set/isolate &lt;node call&gt;</B> Isolate a node from the rest of the network</CODE></P>
1747
1748 <P>Connect a node to your system in such a way that you are a full protocol
1749 member of its network and can see all spots on it, but nothing either leaks
1750 out from it nor goes back into from the rest of the nodes connected to you.</P>
1751 <P>You can potentially connect several nodes in this way.</P>
1752 <P>You can see which nodes are isolated with the show/isolate (1) command.</P>
1753 <P>You can remove the isolation with the command unset/isolate.</P>
1754
1755 <H2><A NAME="ss11.95">11.95</A> <A HREF="adminmanual.html#toc11.95">set/language (0)</A>
1756 </H2>
1757
1758 <P><CODE><B>set/language &lt;language&gt;</B> Set the language you wish to use</CODE></P>
1759
1760 <P>You can select the language that you want the cluster to use. Currently
1761 the languages available are <EM>en</EM> (English) and <EM>nl</EM> (Dutch).</P>
1762
1763 <H2><A NAME="ss11.96">11.96</A> <A HREF="adminmanual.html#toc11.96">set/location (0)</A>
1764 </H2>
1765
1766 <P><CODE><B>set/location &lt;lat and long&gt;</B> Set your latitude and longitude</CODE></P>
1767
1768 <P>You can set your latitude and longitude manually or alternatively use the
1769 <EM>set/qra</EM> command which will do the conversion for you.</P>
1770 <P>
1771 <BLOCKQUOTE><CODE>
1772 <PRE>
1773   set/location 54 04 N 2 02 E
1774 </PRE>
1775 </CODE></BLOCKQUOTE>
1776 </P>
1777
1778
1779 <H2><A NAME="ss11.97">11.97</A> <A HREF="adminmanual.html#toc11.97">set/sys_location (9)</A>
1780 </H2>
1781
1782 <P><CODE><B>set/sys_location &lt;lat &amp; long&gt;</B> Set your cluster latitude and longitude</CODE></P>
1783
1784 <P>In order to get accurate headings and such like you must tell the system
1785 what your latitude and longitude is. If you have not yet done a SET/QRA
1786 then this command will set your QRA locator for you. For example:-</P>
1787 <P>
1788 <BLOCKQUOTE><CODE>
1789 <PRE>
1790   SET/LOCATION 52 22 N 0 57 E
1791 </PRE>
1792 </CODE></BLOCKQUOTE>
1793 </P>
1794
1795 <H2><A NAME="ss11.98">11.98</A> <A HREF="adminmanual.html#toc11.98">set/logininfo (0)</A>
1796 </H2>
1797
1798 <P><CODE><B>set/logininfo</B> Show logins and logouts of nodes and users</CODE></P>
1799
1800 <P>Show users and nodes when they log in and out of the local cluster.  You
1801 can stop these messages by using the <EM>unset/logininfo</EM> command.</P>
1802
1803
1804 <H2><A NAME="ss11.99">11.99</A> <A HREF="adminmanual.html#toc11.99">set/lockout (9)</A>
1805 </H2>
1806
1807 <P><CODE><B>set/lockout &lt;call&gt;</B> Stop a callsign connecting to the cluster</CODE></P>
1808
1809 <P>You can show who is locked out with the <EM>show/lockout</EM> command.
1810 To allow the user to connect again, use the <EM>unset/lockout</EM> command.</P>
1811
1812 <H2><A NAME="ss11.100">11.100</A> <A HREF="adminmanual.html#toc11.100">set/name (0)</A>
1813 </H2>
1814
1815 <P><CODE><B>set/name &lt;your_name&gt;</B> Set your name</CODE></P>
1816
1817 <P>Tell the cluster what your name is, eg:-</P>
1818 <P>
1819 <BLOCKQUOTE><CODE>
1820 <PRE>
1821   set/name Dirk
1822 </PRE>
1823 </CODE></BLOCKQUOTE>
1824 </P>
1825
1826 <H2><A NAME="ss11.101">11.101</A> <A HREF="adminmanual.html#toc11.101">set/node (9)</A>
1827 </H2>
1828
1829 <P><CODE><B>set/node &lt;call&gt; [&lt;call&gt; ...]</B> Make the callsign an AK1A cluster</CODE></P>
1830
1831 <P>Tell the system that the call(s) are to be treated as AK1A cluster and
1832 fed PC Protocol rather normal user commands.</P>
1833 <P>From version 1.41 you can also set the following types of cluster</P>
1834 <P>
1835 <BLOCKQUOTE><CODE>
1836 <PRE>
1837   set/spider
1838   set/dxnet
1839   set/clx
1840   set/arcluster
1841 </PRE>
1842 </CODE></BLOCKQUOTE>
1843 </P>
1844 <P>To see what your nodes are set to, use the <EM>show/nodes</EM> command.</P>
1845
1846 <H2><A NAME="ss11.102">11.102</A> <A HREF="adminmanual.html#toc11.102">set/obscount (9)</A>
1847 </H2>
1848
1849 <P><CODE><B>set/obscount &lt;count&gt; &lt;node call&gt;</B> Set the 'pump-up' obsolescence counter</CODE></P>
1850
1851 <P>From version 1.35 onwards neighbouring nodes are pinged at regular intervals (see
1852 SET/PINGINTERVAL), usually 300 seconds or 5 minutes. There is a 'pump-up'
1853 counter which is decremented on every outgoing ping and then reset to
1854 the 'obscount' value on every incoming ping. The default value of this
1855 parameter is 2. </P>
1856 <P>What this means is that a neighbouring node will be pinged twice at 
1857 (default) 300 second intervals and if no reply has been heard just before
1858 what would be the third attempt, that node is disconnected.</P>
1859 <P>If a ping is heard then the obscount is reset to the full value. Using
1860 default values, if a node has not responded to a ping within 15 minutes,
1861 it is disconnected.</P>
1862
1863 <H2><A NAME="ss11.103">11.103</A> <A HREF="adminmanual.html#toc11.103">set/page (0)</A>
1864 </H2>
1865
1866 <P><CODE><B>set/page &lt;n&gt;</B> Set the number of lines per page</CODE></P>
1867
1868 <P>Tell the system how many lines you wish on a page when the number of lines
1869 of output from a command is more than this. The default is 20. Setting it
1870 explicitly to 0 will disable paging. </P>
1871 <P>
1872 <BLOCKQUOTE><CODE>
1873 <PRE>
1874   SET/PAGE 30
1875   SET/PAGE 0
1876 </PRE>
1877 </CODE></BLOCKQUOTE>
1878 </P>
1879 <P>The setting is stored in your user profile.</P>
1880
1881 <H2><A NAME="ss11.104">11.104</A> <A HREF="adminmanual.html#toc11.104">set/password (0)</A>
1882 </H2>
1883
1884 <P><CODE><B>set/password</B> Set your own password</CODE></P>
1885
1886 <P>This command only works for a 'telnet' user (currently). It will
1887 only work if you have a password already set. This initial password
1888 can only be set by the sysop.</P>
1889 <P>When you execute this command it will ask you for your old password,
1890 then ask you to type in your new password twice (to make sure you
1891 get it right). You may or may not see the data echoed on the screen
1892 as you type, depending on the type of telnet client you have.</P>
1893
1894 <H2><A NAME="ss11.105">11.105</A> <A HREF="adminmanual.html#toc11.105">set/password (9)</A>
1895 </H2>
1896
1897 <P><CODE><B>set/password &lt;callsign&gt; &lt;string&gt;</B> Set a users password</CODE></P>
1898
1899 <P>The password for a user can only be set by a full sysop. The string
1900 can contain any characters. </P>
1901 <P>The way this field is used depends on context. If it is being used in
1902 the SYSOP command context then you are offered 5 random numbers and you
1903 have to supply the corresponding letters. This is now mainly for ax25
1904 connections.</P>
1905 <P>If it is being used on incoming telnet connections then, if a password
1906 is set or the:</P>
1907 <P>set/var $main::passwdreq = 1</P>
1908 <P>command is executed in the startup script, then a password prompt is
1909 given after the normal 'login: ' prompt.  </P>
1910 <P>The command "unset/password" is provided to allow a sysop to remove a
1911 users password completely in case a user forgets or loses their password.</P>
1912
1913 <H2><A NAME="ss11.106">11.106</A> <A HREF="adminmanual.html#toc11.106">set/pinginterval (9)</A>
1914 </H2>
1915
1916 <P><CODE><B>set/pinginterval &lt;time&gt; &lt;node call&gt;</B> Set the ping time to neighbouring nodes</CODE></P>
1917
1918 <P>As from version 1.35 all neighbouring nodes are pinged at regular intervals
1919 in order to determine the rolling quality of the link and, in future, to
1920 affect routing decisions. The default interval is 300 secs or 5 minutes.</P>
1921 <P>You can use this command to set a different interval. Please don't. </P>
1922 <P>But if you do the value you enter is treated as minutes up 60 and seconds
1923 for numbers greater than that.</P>
1924 <P>This is used also to help determine when a link is down at the far end
1925 (as certain cluster software doesn't always notice), see SET/OBSCOUNT
1926 for more information.</P>
1927
1928 <H2><A NAME="ss11.107">11.107</A> <A HREF="adminmanual.html#toc11.107">set/privilege (9)</A>
1929 </H2>
1930
1931 <P><CODE><B>set/privilege &lt;n&gt; &lt;call&gt; [&lt;call&gt; ...]</B> Set the privilege level on a call</CODE></P>
1932
1933 <P>Set the privilege level on a callsign. The privilege levels that pertain
1934 to commands are as default:-</P>
1935 <P>
1936 <BLOCKQUOTE><CODE>
1937 <PRE>
1938   0 - normal user
1939   1 - allow remote nodes normal user RCMDs
1940   5 - various privileged commands (including shutdown, but not disc-
1941       connect), the normal level for another node.
1942   8 - more privileged commands (including disconnect)
1943   9 - local sysop privilege. DO NOT SET ANY REMOTE USER OR NODE TO THIS
1944       LEVEL.
1945 </PRE>
1946 </CODE></BLOCKQUOTE>
1947 </P>
1948 <P>If you are a sysop and you come in as a normal user on a remote connection
1949 your privilege will automatically be set to 0.</P>
1950
1951 <H2><A NAME="ss11.108">11.108</A> <A HREF="adminmanual.html#toc11.108">set/spider (5)</A>
1952 </H2>
1953
1954 <P><CODE><B>set/spider &lt;node_call&gt; [&lt;node_call&gt; ...]</B> Make
1955 the node_call a DXSpider type node</CODE></P>
1956
1957 <P>Set the node_call as a DXSpider type node</P>
1958
1959 <H2><A NAME="ss11.109">11.109</A> <A HREF="adminmanual.html#toc11.109">set/sys_qra (9)</A>
1960 </H2>
1961
1962 <P><CODE><B>set/sys_qra &lt;locator&gt;</B> Set your cluster QRA locator</CODE></P>
1963
1964 <H2><A NAME="ss11.110">11.110</A> <A HREF="adminmanual.html#toc11.110">set/qra (0)</A>
1965 </H2>
1966
1967 <P><CODE><B>set/qra &lt;locator&gt;</B> Set your QRA locator</CODE></P>
1968
1969 <P>Tell the system what your QRA (or Maidenhead) locator is. If you have not
1970 done a SET/LOCATION then your latitude and longitude will be set roughly
1971 correctly (assuming your locator is correct ;-). For example:-</P>
1972 <P>
1973 <BLOCKQUOTE><CODE>
1974 <PRE>
1975   SET/QRA JO02LQ
1976 </PRE>
1977 </CODE></BLOCKQUOTE>
1978 </P>
1979
1980 <H2><A NAME="ss11.111">11.111</A> <A HREF="adminmanual.html#toc11.111">set/qth (0)</A>
1981 </H2>
1982
1983 <P><CODE><B>set/qth &lt;your QTH&gt;</B> Set your QTH</CODE></P>
1984
1985 <P>Tell the system where your are.  For example:-</P>
1986 <P>
1987 <BLOCKQUOTE><CODE>
1988 <PRE>
1989   set/qth East Dereham, Norfolk
1990 </PRE>
1991 </CODE></BLOCKQUOTE>
1992 </P>
1993
1994 <H2><A NAME="ss11.112">11.112</A> <A HREF="adminmanual.html#toc11.112">set/register (9)</A>
1995 </H2>
1996
1997 <P><CODE><B>set/register &lt;call&gt;</B> Mark a user as registered</CODE></P>
1998
1999 <P>Registration is a concept that you can switch on by executing the</P>
2000 <P>set/var $main::regreq = 1 </P>
2001 <P>command (usually in your startup file)</P>
2002 <P>If a user is NOT registered then, firstly, instead of the normal
2003 motd file (/spider/data/motd) being sent to the user at startup, the
2004 user is sent the motd_nor file instead. Secondly, the non registered
2005 user only has READ-ONLY access to the node. The non-registered user
2006 cannot use DX, ANN etc. </P>
2007 <P>The only exception to this is that a non-registered user can TALK or
2008 SEND messages to the sysop.</P>
2009 <P>To unset a user use the 'unset/register' command</P>
2010
2011 <H2><A NAME="ss11.113">11.113</A> <A HREF="adminmanual.html#toc11.113">set/talk (0)</A>
2012 </H2>
2013
2014 <P><CODE><B>set/talk</B> Allow talk messages to be seen at your console</CODE></P>
2015
2016 <P>Allow talk messages to arrive at your console.  You can switch off
2017 talks with the <EM>unset/talk</EM> command.</P>
2018
2019 <H2><A NAME="ss11.114">11.114</A> <A HREF="adminmanual.html#toc11.114">set/wcy (0)</A>
2020 </H2>
2021
2022 <P><CODE><B>set/wcy</B> Allow WCY messages to be seen at your console</CODE></P>
2023
2024 <P>Allow WCY information to be seen at your console.  You can switch off
2025 WCY messages with the <EM>unset/wcy</EM> command.</P>
2026
2027 <H2><A NAME="ss11.115">11.115</A> <A HREF="adminmanual.html#toc11.115">set/wwv (0)</A>
2028 </H2>
2029
2030 <P><CODE><B>set/wwv</B> Allow WWV messages to be seen at your console</CODE></P>
2031
2032 <P>Allow WWV information to be seen at your console.  You can switch off
2033 WWV messages with the <EM>unset/wwv</EM> command.</P>
2034
2035 <H2><A NAME="ss11.116">11.116</A> <A HREF="adminmanual.html#toc11.116">set/wx (0)</A>
2036 </H2>
2037
2038 <P><CODE><B>set/wx</B> Allow WX messages to be seen at your console</CODE></P>
2039
2040 <P>Allow WX information to be seen at your console.  You can switch off
2041 WX messages with the <EM>unset/wx</EM> command.</P>
2042
2043 <H2><A NAME="ss11.117">11.117</A> <A HREF="adminmanual.html#toc11.117">show/baddx (1)</A>
2044 </H2>
2045
2046 <P><CODE><B>show/baddx</B>Show all the bad dx calls in the system</CODE></P>
2047
2048 <P>Display all the bad dx callsigns in the system, see SET/BADDX
2049 for more information.</P>
2050
2051 <H2><A NAME="ss11.118">11.118</A> <A HREF="adminmanual.html#toc11.118">show/badnode (6)</A>
2052 </H2>
2053
2054 <P><CODE><B>show/badnode</B> Show all the bad nodes in the system</CODE></P>
2055
2056 <P>Display all the bad node callsigns in the system, see SET/BADNODE
2057 for more information.</P>
2058
2059 <H2><A NAME="ss11.119">11.119</A> <A HREF="adminmanual.html#toc11.119">show/badspotter (1)</A>
2060 </H2>
2061
2062 <P><CODE><B>show/badspotter</B> Show all the bad spotters in the system</CODE></P>
2063
2064 <P>Display all the bad spotter's callsigns in the system, see SET/BADSPOTTER
2065 for more information.</P>
2066
2067 <H2><A NAME="ss11.120">11.120</A> <A HREF="adminmanual.html#toc11.120">show/badword (1)</A>
2068 </H2>
2069
2070 <P><CODE><B>show/badword</B> Show all the bad words in the system</CODE></P>
2071
2072 <P>Display all the bad words in the system, see SET/BADWORD
2073 for more information.</P>
2074
2075 <H2><A NAME="ss11.121">11.121</A> <A HREF="adminmanual.html#toc11.121">show/configuration (0)</A>
2076 </H2>
2077
2078 <P><CODE><B>show/configuration [&lt;node&gt;]</B> Show all visible nodes and their users</CODE></P>
2079
2080 <P>This command allows you to see all the users that can be seen
2081 and the nodes to which they are connected.  With the optional <EM>node</EM>,
2082 you can specify a particular node to look at.</P>
2083 <P>This command is normally abbreviated to: sh/c</P>
2084 <P>BE WARNED: the list that is returned can be VERY long</P>
2085
2086 <H2><A NAME="ss11.122">11.122</A> <A HREF="adminmanual.html#toc11.122">show/configuration/node (0)</A>
2087 </H2>
2088
2089 <P><CODE><B>show/configuration/node</B> Show all the nodes connected</CODE></P>
2090
2091 <P>Show all the nodes connected locally and the nodes they have connected.</P>
2092
2093 <H2><A NAME="ss11.123">11.123</A> <A HREF="adminmanual.html#toc11.123">show/connect (1)</A>
2094 </H2>
2095
2096 <P><CODE><B>show/connect</B> Show all the active connections</CODE></P>
2097
2098 <P>This command shows information on all the active connections known to
2099 the node. This command gives slightly more information than WHO.</P>
2100
2101 <H2><A NAME="ss11.124">11.124</A> <A HREF="adminmanual.html#toc11.124">show/date (0)</A>
2102 </H2>
2103
2104 <P><CODE><B>show/date [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show
2105 the local time</CODE></P>
2106
2107 <P>This is very nearly the same as SHOW/TIME, the only difference the format
2108 of the date string if no arguments are given.</P>
2109 <P>If no prefixes or callsigns are given then this command returns the local
2110 time and UTC as the computer has it right now. If you give some prefixes
2111 then it will show UTC and UTC + the local offset (not including DST) at
2112 the prefixes or callsigns that you specify.</P>
2113
2114 <H2><A NAME="ss11.125">11.125</A> <A HREF="adminmanual.html#toc11.125">show/debug (9)</A>
2115 </H2>
2116
2117 <P><CODE><B>show/debug</B> Show what levels of debug you are logging</CODE></P>
2118
2119 <P>The levels can be set with <EM>set/debug</EM></P>
2120
2121 <H2><A NAME="ss11.126">11.126</A> <A HREF="adminmanual.html#toc11.126">show/dx (0)</A>
2122 </H2>
2123
2124 <P><CODE><B>show/dx [options]</B> interrogate the spot database</CODE></P>
2125
2126 <P>If you just type SHOW/DX you will get the last so many spots
2127 (sysop configurable, but usually 10).</P>
2128 <P>In addition you can add any number of these options in very nearly
2129 any order to the basic SHOW/DX command, they are:-</P>
2130 <P>
2131 <BLOCKQUOTE><CODE>
2132 <PRE>
2133    
2134 on &lt;band&gt;       - eg 160m 20m 2m 23cm 6mm
2135 on &lt;region&gt;     - eg hf vhf uhf shf      (see SHOW/BANDS)
2136    
2137 &lt;number&gt;        - the number of spots you want
2138 &lt;from&gt;-&lt;to&gt;     - &lt;from&gt; spot no &lt;to&gt; spot no in 
2139                   the selected list
2140    
2141 &lt;prefix&gt;        - for a spotted callsign beginning with &lt;prefix&gt;
2142 *&lt;suffix&gt;       - for a spotted callsign ending in &lt;suffix&gt;
2143 *&lt;string&gt;*      - for a spotted callsign containing &lt;string&gt;
2144    
2145 day &lt;number&gt;    - starting &lt;number&gt; days ago
2146 day &lt;from&gt;-&lt;to&gt; - &lt;from&gt; days &lt;to&gt; days ago
2147    
2148 info &lt;text&gt;     - any spots containing &lt;text&gt; in the info or remarks
2149    
2150 by &lt;call&gt;       - any spots spotted by &lt;call&gt; (spotter &lt;call&gt; 
2151                         is the same).
2152
2153 qsl             - this automatically looks for any qsl info on the call
2154                   held in the spot database.
2155
2156 iota [&lt;iota&gt;]   - If the iota island number is missing it will 
2157                   look for the string iota and anything which looks like 
2158                   an iota island number. If you specify then it will look 
2159                   for that island.
2160
2161 qra [&lt;locator&gt;] - this will look for the specific locator if 
2162                   you specify one or else anything that looks like a locator.
2163 </PRE>
2164 </CODE></BLOCKQUOTE>
2165 </P>
2166 <P>e.g. </P>
2167 <P>
2168 <BLOCKQUOTE><CODE>
2169 <PRE>
2170    
2171    SH/DX 9m0
2172    SH/DX on 20m info iota
2173    SH/DX 9a on vhf day 30
2174    SH/DX rf1p qsl
2175    SH/DX iota 
2176    SH/DX iota eu-064
2177    SH/DX qra jn86
2178 </PRE>
2179 </CODE></BLOCKQUOTE>
2180 </P>
2181
2182 <H2><A NAME="ss11.127">11.127</A> <A HREF="adminmanual.html#toc11.127">show/dxcc (0)</A>
2183 </H2>
2184
2185 <P><CODE><B>show/dxcc &lt;prefix&gt;</B> Interrogate the spot database by country</CODE></P>
2186
2187 <P>This command takes the &lt;prefix&gt; (which can be a full or partial 
2188 callsign if desired), looks up which internal country number it is
2189 and then displays all the spots as per SH/DX for that country.</P>
2190 <P>The options for SHOW/DX also apply to this command.   
2191 e.g. </P>
2192 <P>
2193 <BLOCKQUOTE><CODE>
2194 <PRE>
2195    
2196    SH/DXCC G
2197    SH/DXCC W on 20m info iota
2198 </PRE>
2199 </CODE></BLOCKQUOTE>
2200 </P>
2201
2202 <H2><A NAME="ss11.128">11.128</A> <A HREF="adminmanual.html#toc11.128">sh/dxstats (0)</A>
2203 </H2>
2204
2205 <P><CODE><B>sh/dxstats</B> Show the DX Statistics for last 31 days</CODE></P>
2206
2207 <P>Show the total DX spots for the last 31 days</P>
2208
2209
2210 <H2><A NAME="ss11.129">11.129</A> <A HREF="adminmanual.html#toc11.129">show/files (0)</A>
2211 </H2>
2212
2213 <P><CODE><B>show/files [&lt;filearea&gt; [&lt;string&gt;]]</B> List
2214 the contents of a filearea</CODE></P>
2215
2216 <P>SHOW/FILES on its own will show you a list of the various fileareas
2217 available on the system. To see the contents of a particular file
2218 area type:-</P>
2219 <P>
2220 <BLOCKQUOTE><CODE>
2221 <PRE>
2222    SH/FILES &lt;filearea&gt;
2223 </PRE>
2224 </CODE></BLOCKQUOTE>
2225 </P>
2226 <P>where &lt;filearea&gt; is the name of the filearea you want to see the 
2227 contents of.</P>
2228 <P>You can also use shell globbing characters like '*' and '?' in a
2229 string to see a selection of files in a filearea eg:-</P>
2230 <P>
2231 <BLOCKQUOTE><CODE>
2232 <PRE>
2233    SH/FILES bulletins arld*
2234 </PRE>
2235 </CODE></BLOCKQUOTE>
2236 </P>
2237 <P>See also TYPE - to see the contents of a file.</P>
2238
2239 <H2><A NAME="ss11.130">11.130</A> <A HREF="adminmanual.html#toc11.130">show/filter (0)</A>
2240 </H2>
2241
2242 <P><CODE><B>show/filter</B> Show the filters you have set</CODE></P>
2243
2244 <P>Show the contents of all the filters that are set by you. This command 
2245 displays all the filters set - for all the various categories.</P>
2246
2247 <H2><A NAME="ss11.131">11.131</A> <A HREF="adminmanual.html#toc11.131">show/filter (extended for sysops) (5)</A>
2248 </H2>
2249
2250 <P><CODE><B>show/filter &lt;callsign&gt;</B> Show the filters set by &lt;callsign&gt;</CODE></P>
2251
2252 <P>A sysop can look at any filters that have been set.</P>
2253
2254 <H2><A NAME="ss11.132">11.132</A> <A HREF="adminmanual.html#toc11.132">show/hfstats (0)</A>
2255 </H2>
2256
2257 <P><CODE><B>show/hfstats</B> Show the HF DX Statistics for last 31 days</CODE></P>
2258
2259 <P>Show the HF DX spots breakdown by band for the last 31 days</P>
2260
2261 <H2><A NAME="ss11.133">11.133</A> <A HREF="adminmanual.html#toc11.133">show/hftable (0)</A>
2262 </H2>
2263
2264 <P><CODE><B>show/hftable</B> Show the HF DX Spotter Table for your country</CODE></P>
2265
2266 <P>Show the HF DX Spotter table for your country for the last 31 days</P>
2267
2268 <H2><A NAME="ss11.134">11.134</A> <A HREF="adminmanual.html#toc11.134">show/hops (8)</A>
2269 </H2>
2270
2271 <P><CODE><B>show/hops &lt;node_call&gt; [ann|spots|wcy|wwv|]</B> Show the hop counts for a node</CODE></P>
2272
2273 <P>This command shows the hop counts set up for a node. You can specify
2274 which category you want to see. If you leave the category out then 
2275 all the categories will be listed.</P>
2276
2277 <H2><A NAME="ss11.135">11.135</A> <A HREF="adminmanual.html#toc11.135">show/isolate (1)</A>
2278 </H2>
2279
2280 <P><CODE><B>show/isolate</B> Show a list of isolated nodes</CODE></P>
2281
2282 <P>Show which nodes are currently set to be isolated.</P>
2283
2284 <H2><A NAME="ss11.136">11.136</A> <A HREF="adminmanual.html#toc11.136">show/lockout (9)</A>
2285 </H2>
2286
2287 <P><CODE><B>show/lockout</B> Show a list of excluded callsigns</CODE></P>
2288
2289 <P>Show a list of callsigns that have been excluded (locked out) of the
2290 cluster locally with the <EM>set/lockout</EM> command</P>
2291
2292 <H2><A NAME="ss11.137">11.137</A> <A HREF="adminmanual.html#toc11.137">show/log (8)</A>
2293 </H2>
2294
2295 <P><CODE><B>show/log [&lt;callsign&gt;]</B> Show excerpts from the system log</CODE></P>
2296
2297 <P>This command outputs a short section of the system log.  On its own
2298 it will output a general logfile.  With the optional callsign it will
2299 show output from the log associated with that callsign.</P>
2300
2301 <H2><A NAME="ss11.138">11.138</A> <A HREF="adminmanual.html#toc11.138">show/moon (0)</A>
2302 </H2>
2303
2304 <P><CODE><B>show/moon [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show moon
2305 rise and set times</CODE></P>
2306
2307 <P>Show the Moon rise and set times for a (list of) prefixes or callsigns, 
2308 together with the azimuth and elevation of the sun currently at those
2309 locations.</P>
2310 <P>If you don't specify any prefixes or callsigns, it will show the times for
2311 your QTH (assuming you have set it with either SET/LOCATION or SET/QRA),
2312 together with the current azimuth and elevation.</P>
2313 <P>In addition, it will show the gain or loss dB relative to the nominal 
2314 distance of 385,000Km due to the ellipsoidal nature of the orbit.</P>
2315 <P>If all else fails it will show the Moonrise and set times for the node
2316 that you are connected to. </P>
2317 <P>For example:-</P>
2318 <P>
2319 <BLOCKQUOTE><CODE>
2320 <PRE>
2321   SH/MOON
2322   SH/MOON G1TLH W5UN
2323 </PRE>
2324 </CODE></BLOCKQUOTE>
2325 </P>
2326
2327 <H2><A NAME="ss11.139">11.139</A> <A HREF="adminmanual.html#toc11.139">show/muf (0)</A>
2328 </H2>
2329
2330 <P><CODE><B>show/muf &lt;prefix&gt; [&lt;hours&gt;][long]</B> Show
2331 the likely propagation to &lt;prefix&gt;</CODE></P>
2332
2333 <P>This command allow you to estimate the likelihood of you contacting
2334 a station with the prefix you have specified. The output assumes a modest
2335 power of 20dBW and receiver sensitivity of -123dBm (about 0.15muV/10dB SINAD)</P>
2336 <P>The result predicts the most likely operating frequencies and signal
2337 levels for high frequency (shortwave) radio propagation paths on
2338 specified days of the year and hours of the day. It is most useful for
2339 paths between 250 km and 6000 km, but can be used with reduced accuracy
2340 for paths shorter or longer than this.</P>
2341 <P>The command uses a routine MINIMUF 3.5 developed by the U.S. Navy and
2342 used to predict the MUF given the predicted flux, day of the year,
2343 hour of the day and geographic coordinates of the transmitter and
2344 receiver. This routine is reasonably accurate for the purposes here,
2345 with a claimed RMS error of 3.8 MHz, but much smaller and less complex
2346 than the programs used by major shortwave broadcasting organizations,
2347 such as the Voice of America.</P>
2348 <P>The command will display some header information detailing its
2349 assumptions, together with the locations, latitude and longitudes and
2350 bearings. It will then show UTC (UT), local time at the other end
2351 (LT), calculate the MUFs, Sun zenith angle at the midpoint of the path
2352 (Zen) and the likely signal strengths. Then for each frequency for which
2353 the system thinks there is a likelihood of a circuit it prints a value.</P>
2354 <P>The value is currently a likely S meter reading based on the conventional
2355 6dB / S point scale. If the value has a '+' appended it means that it is
2356 1/2 an S point stronger. If the value is preceeded by an 'm' it means that
2357 there is likely to be much fading and by an 's' that the signal is likely
2358 to be noisy.  </P>
2359 <P>By default SHOW/MUF will show the next two hours worth of data. You
2360 can specify anything up to 24 hours worth of data by appending the no of
2361 hours required after the prefix. For example:-</P>
2362 <P>
2363 <BLOCKQUOTE><CODE>
2364 <PRE>
2365   SH/MUF W
2366 </PRE>
2367 </CODE></BLOCKQUOTE>
2368 </P>
2369 <P>produces:</P>
2370 <P>
2371 <BLOCKQUOTE><CODE>
2372 <PRE>
2373   RxSens: -123 dBM SFI: 159   R: 193   Month: 10   Day: 21
2374   Power :   20 dBW    Distance:  6283 km    Delay: 22.4 ms
2375   Location                       Lat / Long           Azim
2376   East Dereham, Norfolk          52 41 N 0 57 E         47
2377   United-States-W                43 0 N 87 54 W        299
2378   UT LT  MUF Zen  1.8  3.5  7.0 10.1 14.0 18.1 21.0 24.9 28.0 50.0
2379   18 23 11.5 -35  mS0+ mS2   S3
2380   19  0 11.2 -41  mS0+ mS2   S3
2381 </PRE>
2382 </CODE></BLOCKQUOTE>
2383 </P>
2384 <P>indicating that you will have weak, fading circuits on top band and 
2385 80m but usable signals on 40m (about S3).</P>
2386 <P>inputting:-</P>
2387 <P>
2388 <BLOCKQUOTE><CODE>
2389 <PRE>
2390   SH/MUF W 24
2391 </PRE>
2392 </CODE></BLOCKQUOTE>
2393 </P>
2394 <P>will get you the above display, but with the next 24 hours worth of
2395 propagation data.</P>
2396 <P>
2397 <BLOCKQUOTE><CODE>
2398 <PRE>
2399   SH/MUF W L 24
2400   SH/MUF W 24 Long
2401 </PRE>
2402 </CODE></BLOCKQUOTE>
2403 </P>
2404 <P>Gives you an estimate of the long path propagation characterics. It
2405 should be noted that the figures will probably not be very useful, nor
2406 terrible accurate, but it is included for completeness.</P>
2407
2408 <H2><A NAME="ss11.140">11.140</A> <A HREF="adminmanual.html#toc11.140">show/newconfiguration (0)</A>
2409 </H2>
2410
2411 <P><CODE><B>show/newconfiguration [&lt;node&gt;]</B> Show all the nodes and users visible</CODE></P>
2412
2413 <P>This command allows you to see all the users that can be seen
2414 and the nodes to which they are connected. </P>
2415 <P>This command produces essentially the same information as 
2416 SHOW/CONFIGURATION except that it shows all the duplication of
2417 any routes that might be present It also uses a different format
2418 which may not take up quite as much space if you don't have any
2419 loops.</P>
2420 <P>BE WARNED: the list that is returned can be VERY long</P>
2421
2422 <H2><A NAME="ss11.141">11.141</A> <A HREF="adminmanual.html#toc11.141">show/newconfiguration/node (0)</A>
2423 </H2>
2424
2425 <P><CODE><B>show/newconfiguration/node</B> Show all the nodes connected locally</CODE></P>
2426
2427 <P>Show all the nodes connected to this node in the new format.</P>
2428
2429 <H2><A NAME="ss11.142">11.142</A> <A HREF="adminmanual.html#toc11.142">show/node (1)</A>
2430 </H2>
2431
2432 <P><CODE><B>show/node [&lt;node_call&gt; ...]</B> Show the type and version
2433 number of nodes</CODE></P>
2434
2435 <P>Show the type and version (if connected) of the nodes specified on the
2436 command line. If no callsigns are specified then a sorted list of all
2437 the non-user callsigns known to the system will be displayed.</P>
2438
2439 <H2><A NAME="ss11.143">11.143</A> <A HREF="adminmanual.html#toc11.143">show/prefix (0)</A>
2440 </H2>
2441
2442 <P><CODE><B>show/prefix &lt;callsign&gt;</B> Interrogate the prefix database</CODE></P>
2443
2444 <P>This command takes the &lt;callsign&gt; (which can be a full or partial 
2445 callsign or a prefix), looks up which internal country number 
2446 it is and then displays all the relevant prefixes for that country
2447 together with the internal country no, the CQ and ITU regions. </P>
2448 <P>See also SHOW/DXCC</P>
2449
2450
2451 <H2><A NAME="ss11.144">11.144</A> <A HREF="adminmanual.html#toc11.144">show/program (5)</A>
2452 </H2>
2453
2454 <P><CODE><B>show/program</B> Show the locations of all the included program modules</CODE></P>
2455
2456 <P>Show the name and location where every program module was load from. This
2457 is useful for checking where you think you have loaded a .pm file from.</P>
2458
2459 <H2><A NAME="ss11.145">11.145</A> <A HREF="adminmanual.html#toc11.145">show/qra (0)</A>
2460 </H2>
2461
2462 <P><CODE><B>show/qra &lt;locator&gt; [&lt;locator&gt;]</B> Show the distance
2463 between locators<BR>
2464 <B>show/qra &lt;lat&gt; &lt;long&gt;</B> Convert latitude and longitude to a locator</CODE></P>
2465
2466 <P>This is a multipurpose command that allows you either to calculate the
2467 distance and bearing between two locators or (if only one locator is
2468 given on the command line) the distance and beraing from your station
2469 to the locator. For example:-</P>
2470 <P>
2471 <BLOCKQUOTE><CODE>
2472 <PRE>
2473 SH/QRA IO92QL 
2474 SH/QRA JN06 IN73
2475 </PRE>
2476 </CODE></BLOCKQUOTE>
2477 </P>
2478 <P>The first example will show the distance and bearing to the locator from
2479 yourself, the second example will calculate the distance and bearing from
2480 the first locator to the second. You can use 4 or 6 character locators.</P>
2481 <P>It is also possible to convert a latitude and longitude to a locator by 
2482 using this command with a latitude and longitude as an argument, for
2483 example:-</P>
2484 <P>
2485 <BLOCKQUOTE><CODE>
2486 <PRE>
2487 SH/QRA 52 41 N 0 58 E
2488 </PRE>
2489 </CODE></BLOCKQUOTE>
2490 </P>
2491
2492 <H2><A NAME="ss11.146">11.146</A> <A HREF="adminmanual.html#toc11.146">show/qrz (0)</A>
2493 </H2>
2494
2495 <P><CODE><B>show/qrz &lt;callsign&gt;</B> Show any callbook details on a callsign</CODE></P>
2496
2497 <P>This command queries the QRZ callbook server on the internet
2498 and returns any information available for that callsign. This service
2499 is provided for users of this software by http://www.qrz.com </P>
2500
2501 <H2><A NAME="ss11.147">11.147</A> <A HREF="adminmanual.html#toc11.147">show/registered (9)</A>
2502 </H2>
2503
2504 <P><CODE><B>show/registered [&lt;prefix&gt;[</B> Show the registered users</CODE></P>
2505
2506 <H2><A NAME="ss11.148">11.148</A> <A HREF="adminmanual.html#toc11.148">show/route (0)</A>
2507 </H2>
2508
2509 <P><CODE><B>show/route &lt;callsign&gt;</B> Show the route to &lt;callsign&gt;</CODE></P>
2510
2511 <P>This command allows you to see to which node the callsigns specified are
2512 connected. It is a sort of inverse sh/config.</P>
2513 <P>
2514 <BLOCKQUOTE><CODE>
2515 <PRE>
2516   sh/route n2tly
2517 </PRE>
2518 </CODE></BLOCKQUOTE>
2519 </P>
2520
2521 <H2><A NAME="ss11.149">11.149</A> <A HREF="adminmanual.html#toc11.149">show/satellite (0)</A>
2522 </H2>
2523
2524 <P><CODE><B>show/satellite &lt;name&gt; [&lt;hours&gt; &lt;interval&gt;]</B>
2525 Show satellite tracking data</CODE></P>
2526
2527 <P>Show the tracking data from your location to the satellite of your choice
2528 from now on for the next few hours.</P>
2529 <P>If you use this command without a satellite name it will display a list
2530 of all the satellites known currently to the system. </P>
2531 <P>If you give a name then you can obtain tracking data of all the passes
2532 that start and finish 5 degrees below the horizon. As default it will
2533 give information for the next three hours for every five minute period.</P>
2534 <P>You can alter the number of hours and the step size, within certain 
2535 limits. </P>
2536 <P>Each pass in a period is separated with a row of '-----' characters</P>
2537 <P>So for example:-</P>
2538 <P>
2539 <BLOCKQUOTE><CODE>
2540 <PRE>
2541 SH/SAT AO-10 
2542 SH/SAT FENGYUN1 12 2
2543 </PRE>
2544 </CODE></BLOCKQUOTE>
2545 </P>
2546
2547 <H2><A NAME="ss11.150">11.150</A> <A HREF="adminmanual.html#toc11.150">show/sun (0)</A>
2548 </H2>
2549
2550 <P><CODE><B>show/sun [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show
2551 sun rise and set times</CODE></P>
2552
2553 <P>Show the sun rise and set times for a (list of) prefixes or callsigns, 
2554 together with the azimuth and elevation of the sun currently at those
2555 locations.</P>
2556 <P>If you don't specify any prefixes or callsigns, it will show the times for
2557 your QTH (assuming you have set it with either SET/LOCATION or SET/QRA),
2558 together with the current azimuth and elevation.</P>
2559 <P>If all else fails it will show the sunrise and set times for the node
2560 that you are connected to. </P>
2561 <P>For example:-</P>
2562 <P>
2563 <BLOCKQUOTE><CODE>
2564 <PRE>
2565   SH/SUN
2566   SH/SUN G1TLH K9CW ZS
2567 </PRE>
2568 </CODE></BLOCKQUOTE>
2569 </P>
2570
2571 <H2><A NAME="ss11.151">11.151</A> <A HREF="adminmanual.html#toc11.151">show/time (0)</A>
2572 </H2>
2573
2574 <P><CODE><B>show/time [&lt;prefix&gt;|&lt;callsign&gt;]</B> Show
2575 the local time</CODE></P>
2576
2577 <P>If no prefixes or callsigns are given then this command returns the local
2578 time and UTC as the computer has it right now. If you give some prefixes
2579 then it will show UTC and UTC + the local offset (not including DST) at
2580 the prefixes or callsigns that you specify.</P>
2581
2582 <H2><A NAME="ss11.152">11.152</A> <A HREF="adminmanual.html#toc11.152">show/vhfstats (0)</A>
2583 </H2>
2584
2585 <P><CODE><B>show/vhfstats</B> Show the VHF DX Statistics for last 31 days</CODE></P>
2586
2587 <P>Show the VHF DX spots breakdown by band for the last 31 days</P>
2588
2589 <H2><A NAME="ss11.153">11.153</A> <A HREF="adminmanual.html#toc11.153">show/vhftable (0)</A>
2590 </H2>
2591
2592 <P><CODE><B>show/vhftable</B> Show the VHF DX Spotter Table for your country</CODE></P>
2593
2594 <P>Show the VHF DX Spotter table for your country for the last 31 days</P>
2595
2596 <H2><A NAME="ss11.154">11.154</A> <A HREF="adminmanual.html#toc11.154">show/wcy (0)</A>
2597 </H2>
2598
2599 <P><CODE><B>show/wcy</B> Show the last 10 WCY broadcasts<BR>
2600 <B>show/wcy &lt;n&gt;</B> Show the last &lt;n&gt; WCY broadcasts</CODE></P>
2601
2602 <P>Display the most recent WCY information that has been received by the system</P>
2603
2604 <H2><A NAME="ss11.155">11.155</A> <A HREF="adminmanual.html#toc11.155">show/wwv (0)</A>
2605 </H2>
2606
2607 <P><CODE><B>show/wwv</B> Show the last 10 WWV broadcasts<BR>
2608 <B>show/wwv &lt;n&gt;</B> Show the last &lt;n&gt; WWV broadcasts</CODE></P>
2609
2610 <P>Display the most recent WWV information that has been received by the system</P>
2611
2612
2613 <H2><A NAME="ss11.156">11.156</A> <A HREF="adminmanual.html#toc11.156">shutdown (5)</A>
2614 </H2>
2615
2616 <P><CODE><B>shutdown</B> Shutdown the cluster</CODE></P>
2617
2618 <P>Shutdown the cluster and disconnect all the users.  If you have Spider
2619 set to respawn in /etc/inittab it will of course restart.</P>
2620
2621 <H2><A NAME="ss11.157">11.157</A> <A HREF="adminmanual.html#toc11.157">spoof (9)</A>
2622 </H2>
2623
2624 <P><CODE><B>spoof &lt;callsign&gt; &lt;command&gt;</B> Run commands as another user</CODE></P>
2625
2626 <P>This is a very simple yet powerful command for the sysop.  It allows you to
2627 issue commands as if you were a different user.  This is very useful for the
2628 kind of things that users seem to always get wrong.. like home_node for
2629 example.</P>
2630
2631 <H2><A NAME="ss11.158">11.158</A> <A HREF="adminmanual.html#toc11.158">stat/db (5)</A>
2632 </H2>
2633
2634 <P><CODE><B>stat/db &lt;dbname&gt;</B> Show the status of a database</CODE></P>
2635
2636 <P>Show the internal status of a database descriptor.</P>
2637 <P>Depending on your privilege level you will see more or less information. 
2638 This command is unlikely to be of much use to anyone other than a sysop.</P>
2639
2640 <H2><A NAME="ss11.159">11.159</A> <A HREF="adminmanual.html#toc11.159">stat/channel (5)</A>
2641 </H2>
2642
2643 <P><CODE><B>stat/channel &lt;callsign&gt;</B> Show the status of a channel on the cluster</CODE></P>
2644
2645 <P>Show the internal status of the channel object either for the channel that 
2646 you are on or else for the callsign that you asked for.</P>
2647 <P>Only the fields that are defined (in perl term) will be displayed.</P>
2648
2649 <H2><A NAME="ss11.160">11.160</A> <A HREF="adminmanual.html#toc11.160">stat/msg (5)</A>
2650 </H2>
2651
2652 <P><CODE><B>stat/msg &lt;msgno&gt;</B> Show the status of a message</CODE></P>
2653
2654 <P>This command shows the internal status of a message and includes information
2655 such as to whom it has been forwarded, its size, origin etc etc.</P>
2656
2657 <P>If no message number is given then the status of the message system is 
2658 displayed.</P>
2659
2660 <H2><A NAME="ss11.161">11.161</A> <A HREF="adminmanual.html#toc11.161">stat/route_node (5)</A>
2661 </H2>
2662
2663 <P><CODE><B>stat/route_node &lt;callsign&gt;</B> Show the data in a Route::Node object</CODE></P>
2664
2665 <H2><A NAME="ss11.162">11.162</A> <A HREF="adminmanual.html#toc11.162">stat/route_user (5)</A>
2666 </H2>
2667
2668 <P><CODE><B>stat/route_user &lt;callsign&gt;</B> Show the data in a Route::User object</CODE></P>
2669
2670 <H2><A NAME="ss11.163">11.163</A> <A HREF="adminmanual.html#toc11.163">stat/user (5)</A>
2671 </H2>
2672
2673 <P><CODE><B>stat/user &lt;callsign&gt;</B> Show the full status of a user</CODE></P>
2674
2675 <P>Shows the full contents of a user record including all the secret flags
2676 and stuff.</P>
2677 <P>Only the fields that are defined (in perl term) will be displayed.</P>
2678
2679 <H2><A NAME="ss11.164">11.164</A> <A HREF="adminmanual.html#toc11.164">sysop (0)</A>
2680 </H2>
2681
2682 <P><CODE><B>sysop</B> Regain your privileges if you login remotely</CODE></P>
2683
2684 <P>The system automatically reduces your privilege level to that of a
2685 normal user if you login in remotely. This command allows you to
2686 regain your normal privilege level. It uses the normal system: five
2687 numbers are returned that are indexes into the character array that is
2688 your assigned password (see SET/PASSWORD). The indexes start from
2689 zero.</P>
2690 <P>You are expected to return a string which contains the characters
2691 required in the correct order. You may intersperse those characters
2692 with others to obscure your reply for any watchers. For example (and
2693 these values are for explanation :-):</P>
2694 <P>
2695 <BLOCKQUOTE><CODE>
2696 <PRE>
2697   password = 012345678901234567890123456789
2698   > sysop
2699   22 10 15 17 3
2700 </PRE>
2701 </CODE></BLOCKQUOTE>
2702 </P>
2703 <P>you type:-</P>
2704 <P>
2705 <BLOCKQUOTE><CODE>
2706 <PRE>
2707  aa2bbbb0ccc5ddd7xxx3n
2708  or 2 0 5 7 3
2709  or 20573
2710 </PRE>
2711 </CODE></BLOCKQUOTE>
2712 </P>
2713 <P>They will all match. If there is no password you will still be offered
2714 numbers but nothing will happen when you input a string. Any match is
2715 case sensitive.</P>
2716
2717 <H2><A NAME="ss11.165">11.165</A> <A HREF="adminmanual.html#toc11.165">talk (0)</A>
2718 </H2>
2719
2720 <P><CODE><B>talk &lt;callsign&gt;</B> Enter talk mode with &lt;callsign&gt;<BR>
2721 <B>talk &lt;callsign&gt; &lt;text&gt;</B> Send a text message to &lt;callsign&gt;<BR>
2722 <B>talk &lt;callsign&gt; &gt; &lt;node_call&gt; [&lt;text&gt;]</B>
2723 Send a text message to &lt;callsign&gt; via &lt;node_call&gt;</CODE></P>
2724
2725 <P>Send a short message to any other station that is visible on the cluster
2726 system. You can send it to anyone you can see with a SHOW/CONFIGURATION 
2727 command, they don't have to be connected locally.</P>
2728 <P>The second form of TALK is used when other cluster nodes are connected
2729 with restricted information. This usually means that they don't send 
2730 the user information usually associated with logging on and off the cluster.</P>
2731 <P>If you know that G3JNB is likely to be present on GB7TLH, but you can only
2732 see GB7TLH in the SH/C list but with no users, then you would use the
2733 second form of the talk message.</P>
2734 <P>If you want to have a ragchew with someone you can leave the text message
2735 out and the system will go into 'Talk' mode. What this means is that a
2736 short message is sent to the recipient telling them that you are in a 'Talking' 
2737 frame of mind and then you just type - everything you send will go to the 
2738 station that you asked for. </P>
2739 <P>All the usual announcements, spots and so on will still come out on your
2740 terminal.</P>
2741 <P>If you want to do something (such as send a spot) you precede the normal 
2742 command with a '/' character, eg:-</P>
2743 <P>
2744 <BLOCKQUOTE><CODE>
2745 <PRE>
2746    /DX 14001 G1TLH What's a B class licensee doing on 20m CW?
2747    /HELP talk
2748 </PRE>
2749 </CODE></BLOCKQUOTE>
2750 </P>
2751 <P>To leave talk mode type:</P>
2752 <P>
2753 <BLOCKQUOTE><CODE>
2754 <PRE>
2755    /EX
2756 </PRE>
2757 </CODE></BLOCKQUOTE>
2758 </P>
2759
2760 <H2><A NAME="ss11.166">11.166</A> <A HREF="adminmanual.html#toc11.166">type (0)</A>
2761 </H2>
2762
2763 <P><CODE><B>type &lt;filearea&gt;/&lt;name&gt;</B> Look at a file in one of the fileareas</CODE></P>
2764
2765 <P>Type out the contents of a file in a filearea. So, for example, in 
2766 filearea 'bulletins' you want to look at file 'arld051' you would 
2767 enter:-</P>
2768 <P>
2769 <BLOCKQUOTE><CODE>
2770 <PRE>
2771    TYPE bulletins/arld051
2772 </PRE>
2773 </CODE></BLOCKQUOTE>
2774 </P>
2775 <P>See also SHOW/FILES to see what fileareas are available and a 
2776 list of content.</P>
2777
2778 <H2><A NAME="ss11.167">11.167</A> <A HREF="adminmanual.html#toc11.167">who (0)</A>
2779 </H2>
2780
2781 <P><CODE><B>who</B> Show who is physically connected locally</CODE></P>
2782
2783 <P>This is a quick listing that shows which callsigns are connected and
2784 what sort of connection they have</P>
2785
2786 <H2><A NAME="ss11.168">11.168</A> <A HREF="adminmanual.html#toc11.168">wx (0)</A>
2787 </H2>
2788
2789 <P><CODE><B>wx &lt;text&gt;</B> Send a weather message to local users<BR>
2790 <B>wx full &lt;text&gt; </B> Send a weather message to all cluster users</CODE></P>
2791
2792 <P>Weather messages can sometimes be useful if you are experiencing an extreme
2793 that may indicate enhanced conditions</P>
2794
2795 <H2><A NAME="ss11.169">11.169</A> <A HREF="adminmanual.html#toc11.169">wx (enhanced for sysops) (5)</A>
2796 </H2>
2797
2798 <P><CODE><B>wx sysop &lt;text&gt;</B> Send a weather message to other clusters only</CODE></P>
2799
2800 <P>Send a weather message only to other cluster nodes and not to general users.</P>
2801
2802
2803
2804 <HR>
2805 Next
2806 <A HREF="adminmanual-10.html">Previous</A>
2807 <A HREF="adminmanual.html#toc11">Contents</A>
2808 </BODY>
2809 </HTML>