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