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

Revision 22677, 4.2 KB checked in by amb, 17 years ago (diff)
Add an "xconf" athinfo query to return the X configuration file on public machines. * packs/config/os/linux/athinfo.defs: Add new query. * ahtena/bin/athinfo/athinfo.1: Document new query.
Line 
1.\" $Id: athinfo.1,v 1.5 2006-05-22 18:20:35 amb Exp $
2.\"
3.\" Copyright 1998 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 "3 Nov 1998"
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 are:
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)
85.TP 17
86.B update.desync
87The contents of the workstation's update.desyc file, if any
88.TP 17
89.B install.log
90The contents of the workstation's install log
91.TP 17
92.B date
93The workstation's local time
94.TP 17
95.B uptime
96The workstation's uptime, number of users, and load average
97.TP 17
98.B partitions
99The partition setup of the workstation's root disk
100.TP 17
101.B df
102The disk usage on the Athena-defined partitions of the workstation
103.TP 17
104.B interfaces
105The status of the workstation's network interfaces
106.TP 17
107.B routes
108The workstation's routing table
109.TP 17
110.B listeners
111A list of the workstation's TCP server sockets
112.TP 17
113.B login
1140 if logins on the workstation are enabled; 1 if not
115.TP 17
116.B patches
117On Solaris workstations only, the workstation's patch revision information
118.TP 17
119.B prom
120On Solaris workstations only, PROM version information
121.TP 17
122.B update.pkglog
123On Solaris workstations only, the contents of the workstation's package
124update log (only works if the workstation is set PUBLIC=true)
125.TP 17
126.B rvdinfo
127On Solaris workstations only, the contents of the .rvdinfo file on the
128workstation's system packs
129.TP 17
130.B verify.log
131On Linux workstations only, the contents of the workstation's boot-time
132public workstation verification log
133.TP 17
134.B xconf
135On Linux public workstations only, the contents of the workstation's X11
136configuration.
137.TP 17
138.B hinv
139On IRIX workstations only, displays the workstation's verbose hardware
140profile
141.TP 17
142.B instmach
143On IRIX workstations only, displays the machine variable settings
144determined by inst
145.TP 17
146.B instmachinv
147On IRIX workstations only, displays the machine variable settings used
148by inst the last time it ran
149.TP 17
150.B chkconfig
151On IRIX workstations only, displays the configuration settings set in
152.BR /etc/config
153.RE
154.SH "SEE ALSO"
155.BR athinfod (8)
156.SH AUTHOR
157Greg Hudson, MIT Information Systems
158.br
159Copyright 1998 by the Massachusetts Institute of Technology.
Note: See TracBrowser for help on using the repository browser.