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.
RevLine 
[22454]1.\" $Id: athinfo.1,v 1.5 2006-05-22 18:20:35 amb Exp $
[12111]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
[15089]28.TP 17
[12179]29.B queries
30The athinfo queries defined on the workstation
[15089]31.TP 17
[12111]32.B uname
33The workstation's "uname -a" output
[15089]34.TP 17
[12111]35.B machtype
36The platform name of the workstation
[15089]37.TP 17
[12111]38.B sysname
39The Athena system name of the workstation
[15089]40.TP 17
[22454]41.B cpuspeed
42The currently reported CPU speed of the workstation (may vary)
43.TP 17
[12111]44.B cputype
45The CPU type of the workstation
[15089]46.TP 17
[12111]47.B display
48The type of display on the workstation
[15089]49.TP 17
[12111]50.B disks
51The types of disks attached to the workstation
[15089]52.TP 17
[12111]53.B memory
54The amount of physical memory in the workstation
[15089]55.TP 17
[12179]56.B swap
57The workstation's swap configuration and free swap space
[15089]58.TP 17
[22454]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
[12111]65.B rc.conf
66The contents of the workstation's Athena rc.conf file
[15089]67.TP 17
[12111]68.B version
69The contents of the workstation's Athena version file
[15089]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
[12111]79.B services
80The contents of the workstation's .services file
[15089]81.TP 17
82.B update.log
83The contents of the workstation's update log (only works if the
[22454]84workstation is set PUBLIC=true)
[15089]85.TP 17
[22454]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
[12111]92.B date
93The workstation's local time
[15089]94.TP 17
[12111]95.B uptime
96The workstation's uptime, number of users, and load average
[15089]97.TP 17
[12111]98.B partitions
99The partition setup of the workstation's root disk
[15089]100.TP 17
101.B df
[22454]102The disk usage on the Athena-defined partitions of the workstation
[15089]103.TP 17
[12179]104.B interfaces
105The status of the workstation's network interfaces
[15089]106.TP 17
[12111]107.B routes
108The workstation's routing table
[15089]109.TP 17
[12111]110.B listeners
111A list of the workstation's TCP server sockets
[15089]112.TP 17
[12111]113.B login
1140 if logins on the workstation are enabled; 1 if not
[15089]115.TP 17
[22454]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
[22677]134.B xconf
135On Linux public workstations only, the contents of the workstation's X11
136configuration.
137.TP 17
[12148]138.B hinv
139On IRIX workstations only, displays the workstation's verbose hardware
140profile
[15089]141.TP 17
[12148]142.B instmach
[15089]143On IRIX workstations only, displays the machine variable settings
[22454]144determined by inst
[15089]145.TP 17
146.B instmachinv
[12148]147On IRIX workstations only, displays the machine variable settings used
[22454]148by inst the last time it ran
[15089]149.TP 17
[12148]150.B chkconfig
151On IRIX workstations only, displays the configuration settings set in
[22454]152.BR /etc/config
[12111]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.