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

Revision 24283, 4.9 KB checked in by geofft, 14 years ago (diff)
In athinfo: * Update manpage to document new Debathena 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. Note that
93this does not run aptitude update first!
94.TP 17
95.B policy
96On Debian/Ubuntu systems only, the apt repository policy, including
97all configured apt repositories/components and their priorities
98.TP 17
99.B hardware
100On Linux, the hardware's self-reported product name and version, from
101the DMI/SMBIOS interface
102.TP 17
103.B update.desync
104The contents of the workstation's update.desync file, if any
105.TP 17
106.B install.log
107The contents of the workstation's install log
108.TP 17
109.B date
110The workstation's local time
111.TP 17
112.B uptime
113The workstation's uptime, number of users, and load average
114.TP 17
115.B partitions
116The partition setup of the workstation's root disk
117.TP 17
118.B df
119The disk usage on the Athena-defined partitions of the workstation
120.TP 17
121.B interfaces
122The status of the workstation's network interfaces
123.TP 17
124.B routes
125The workstation's routing table
126.TP 17
127.B listeners
128A list of the workstation's TCP server sockets
129.TP 17
130.B login
1310 if logins on the workstation are enabled; 1 if not
132.TP 17
133.B patches
134On Solaris workstations only, the workstation's patch revision information
135.TP 17
136.B prom
137On Solaris workstations only, PROM version information
138.TP 17
139.B update.pkglog
140On Solaris workstations only, the contents of the workstation's package
141update log (only works if the workstation is set PUBLIC=true)
142.TP 17
143.B rvdinfo
144On Solaris workstations only, the contents of the .rvdinfo file on the
145workstation's system packs
146.TP 17
147.B verify.log
148On Red Hat workstations only, the contents of the workstation's boot-time
149public workstation verification log
150.TP 17
151.B xconf
152On Red Hat public workstations only, the contents of the workstation's X11
153configuration.
154.TP 17
155.B hinv
156On IRIX workstations only, displays the workstation's verbose hardware
157profile
158.TP 17
159.B instmach
160On IRIX workstations only, displays the machine variable settings
161determined by inst
162.TP 17
163.B instmachinv
164On IRIX workstations only, displays the machine variable settings used
165by inst the last time it ran
166.TP 17
167.B chkconfig
168On IRIX workstations only, displays the configuration settings set in
169.BR /etc/config
170.RE
171.SH "SEE ALSO"
172.BR athinfod (8)
173.SH AUTHOR
174Greg Hudson, MIT Information Systems
175.br
176Copyright 1998 by the Massachusetts Institute of Technology.
Note: See TracBrowser for help on using the repository browser.