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