Useful Daily Commands For Sysops

From DXSpider Documentation Wiki
Jump to navigation Jump to search

There are many commands! Some are more useful than others, some are used more frequently that others, some are used at the command prompt, some are used in the console. Here are some of those useful commands that sysops might use on most days, and some of those search strings that help you pluck information from the data files or live streams.

Linux prompt

  • ./watchdbg 'PC92\^VE7CCD-1' - looking for troubling data out of this node. Note: the ^ needs to be escaped with \
  • ./watchdbg GB7AXX-3 - watch everything that's coming out of this node.
  • ./watchdbg connect' - watching for connections, there are a lot of unsuccessful attempts aren't there.
  • ./grepdbg 'progress' "(CMD: \'dx )" - see all the spots originating from your node (the space after the dx is very important).
  • sudo service dxspider restart

grepdbg can also be used instead of watchdbg, or vice versa. For more information on watchdbg and grepdbg see the "Tracing Debug Entries" page.

Console commands

  • sh/external_ip - just checking to see if your ip address changed since your last visit.
  • sh/ver - did your node update last night? This will show you what version of dxspider you're running.
  • sh/node - are all of your node links up?
  • sh/user - all the users.
  • directory - any new mail on your node?
  • links - just who is connected, and what about them?
  • set/register G0AYD - G0AYD sent you a message that he wants to be able to use your node for sending spots.
  • stat/user <callsign> - everything you want to know about <callsign>
  • sh/hf - a table of spot quantities, per day, per band, for the last month.
  • set/var @main::localhost_names ('127.0.0.1', '::1', '192.168.1.127','192.168.1.154','192.168.1.110') - sets all of the IP addresses in your LAN
  • sh/var @main::localhost_names - all of your IP addresses.
  • mnodes - orderly listing of connected nodes (not included in DXSpider unless Kin's script is installed).
  • musers - about all those connected users (not included in DXSpider unless Kin's script is installed).
  • who - a list of the connected nodes and users, with some useful info about them.
  • rcmd g6nhu-2 sh/ver - did G6NHU update his node?
  • sh/debug - did I leave debug running? Is that why my disk is full!