Daylight v4.9
Release Date: 1 February 2008

Name

thorwho - list current users of servers and databases

Unix Synopsis

thorwho [options ...] [server|database ...]

Description

thorwho and merlinwho connect to one or more Thor or Merlin servers and/or databases, and print a list of all current users of those objects. If no servers or databases are named, the current host (see hostname(1)) is used.

For historical reasons, thorwho and merlinwho are maintained as separate programs. However, in fact there is only one program ("daywho" would be a better name), which knows how to connect to both Thor and Merlin. The only difference between the two is the default service -- thorwho uses "thor" as the default service, and merlinwho uses "merlin".

Options

The following options are common to most or all "thorfilter" programs. They are described in more detail in thorfilters(1).

-SECURE_PASSWORDS TRUE|FALSE

TRUE means don't allow passwords on the command line (require interactive entry). Default: TRUE.
-THOR_IPC_SERVICE service
(thorwho) Names the default TCP/IP service or "port" of the Thor server. Default: thor.

Return Value

Returns status zero if it was able to connect to the server(s) and database(s) and list the users, or non-zero otherwise.

Examples

List all clients currently logged in to the THOR server on machine "santafe":
thorwho @santafe:thor
List all clients on both the Thor and Merlin servers on the machine "santafe:
thorwho @santafe:thor @santafe:merlin
List all clients currently logged into the Thor server on machine "santafe", and additionally list users of the database "medchem95" on the Thor server on machine "albuquerque":
thorwho @santafe medchem95@albuquerque

Files

$DY_ROOT/bin/thorwho

Daylight License

programs: thor (for thorwho)

Related Topics

dayevict(1) daymessage(1) merlindbping(1) merlinload(1) merlinls(1) merlinping(1) thorchange(1) thorcrunch(1) thordbinfo(1) thordbping(1) thordelete(1) thordestroy(1) thordiff(1) thordump(1) thorlist(1) thorload(1) thorlookup(1) thorls(1) thormake(1) thorping(1)

sthorman(1) thorserver(1) merlinserver(1) licensing(5)

Daylight Theory Manual, Daylight System Administration Manual

Bugs

None known.