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