source: trunk/athena/bin/athinfo/athinfo.1 @ 23730

Revision 23730, 4.5 KB checked in by geofft, 15 years ago (diff)
In athinfo: * Update manpage to document Debathena's queries.
Line 
1.\" $Id: athinfo.1,v 1.5 2006-05-22 18:20:35 amb Exp $
2.\"
3.\" Copyright 1998-2009 by the Massachusetts Institute of Technology.
4.\"
5.\" Permission to use, copy, modify, and distribute this
6.\" software and its documentation for any purpose and without
7.\" fee is hereby granted, provided that the above copyright
8.\" notice appear in all copies and that both that copyright
9.\" notice and this permission notice appear in supporting
10.\" documentation, and that the name of M.I.T. not be used in
11.\" advertising or publicity pertaining to distribution of the
12.\" software without specific, written prior permission.
13.\" M.I.T. makes no representations about the suitability of
14.\" this software for any purpose.  It is provided "as is"
15.\" without express or implied warranty.
16.TH ATHINFO 1 "11 April 2009"
17.SH NAME
18athinfo \- Retrive information about a workstation
19.SH SYNOPSIS
20.B athinfo \fIhost\fP \fIquery\fP
21.SH DESCRIPTION
22.B athinfo
23retrieves information from a workstation running the athinfo daemon
24(see
25.BR athinfod (8)).
26Standard queries implemented on Athena workstations typically include:
27.RS
28.TP 17
29.B queries
30The athinfo queries defined on the workstation
31.TP 17
32.B uname
33The workstation's "uname -a" output
34.TP 17
35.B machtype
36The platform name of the workstation
37.TP 17
38.B sysname
39The Athena system name of the workstation
40.TP 17
41.B cpuspeed
42The currently reported CPU speed of the workstation (may vary)
43.TP 17
44.B cputype
45The CPU type of the workstation
46.TP 17
47.B display
48The type of display on the workstation
49.TP 17
50.B disks
51The types of disks attached to the workstation
52.TP 17
53.B memory
54The amount of physical memory in the workstation
55.TP 17
56.B swap
57The workstation's swap configuration and free swap space
58.TP 17
59.B modules
60The workstation's currently-loaded kernel modules
61.TP 17
62.B packages
63The workstation's installed package list
64.TP 17
65.B rc.conf
66The contents of the workstation's Athena rc.conf file
67.TP 17
68.B version
69The contents of the workstation's Athena version file
70.TP 17
71.B clusterinfo
72The contents of the workstation's cached cluster information in C
73shell format.
74.TP 17
75.B clusterinfo.bsh
76The contents of the workstation's cached cluster information in Bourne
77shell format.
78.TP 17
79.B services
80The contents of the workstation's .services file
81.TP 17
82.B update.log
83The contents of the workstation's update log (only works if the
84workstation is set PUBLIC=true or is debathena-cluster)
85.TP 17
86.B reactivate.log
87The contents of the workstation's reactivate log (only works if the
88workstation is set PUBLIC=true or is debathena-cluster)
89.TP 17
90.B update-status
91On Debian/Ubuntu systems only, result of a simulated apt upgrade,
92including whether any packages were going to be upgraded
93.TP 17
94.B update.desync
95The contents of the workstation's update.desync file, if any
96.TP 17
97.B install.log
98The contents of the workstation's install log
99.TP 17
100.B date
101The workstation's local time
102.TP 17
103.B uptime
104The workstation's uptime, number of users, and load average
105.TP 17
106.B partitions
107The partition setup of the workstation's root disk
108.TP 17
109.B df
110The disk usage on the Athena-defined partitions of the workstation
111.TP 17
112.B interfaces
113The status of the workstation's network interfaces
114.TP 17
115.B routes
116The workstation's routing table
117.TP 17
118.B listeners
119A list of the workstation's TCP server sockets
120.TP 17
121.B login
1220 if logins on the workstation are enabled; 1 if not
123.TP 17
124.B patches
125On Solaris workstations only, the workstation's patch revision information
126.TP 17
127.B prom
128On Solaris workstations only, PROM version information
129.TP 17
130.B update.pkglog
131On Solaris workstations only, the contents of the workstation's package
132update log (only works if the workstation is set PUBLIC=true)
133.TP 17
134.B rvdinfo
135On Solaris workstations only, the contents of the .rvdinfo file on the
136workstation's system packs
137.TP 17
138.B verify.log
139On Red Hat workstations only, the contents of the workstation's boot-time
140public workstation verification log
141.TP 17
142.B xconf
143On Red Hat public workstations only, the contents of the workstation's X11
144configuration.
145.TP 17
146.B hinv
147On IRIX workstations only, displays the workstation's verbose hardware
148profile
149.TP 17
150.B instmach
151On IRIX workstations only, displays the machine variable settings
152determined by inst
153.TP 17
154.B instmachinv
155On IRIX workstations only, displays the machine variable settings used
156by inst the last time it ran
157.TP 17
158.B chkconfig
159On IRIX workstations only, displays the configuration settings set in
160.BR /etc/config
161.RE
162.SH "SEE ALSO"
163.BR athinfod (8)
164.SH AUTHOR
165Greg Hudson, MIT Information Systems
166.br
167Copyright 1998 by the Massachusetts Institute of Technology.
Note: See TracBrowser for help on using the repository browser.