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.
RevLine 
[22454]1.\" $Id: athinfo.1,v 1.5 2006-05-22 18:20:35 amb Exp $
[12111]2.\"
[23730]3.\" Copyright 1998-2009 by the Massachusetts Institute of Technology.
[12111]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.
[23730]16.TH ATHINFO 1 "11 April 2009"
[12111]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)).
[23730]26Standard queries implemented on Athena workstations typically include:
[12111]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
[23730]84workstation is set PUBLIC=true or is debathena-cluster)
[15089]85.TP 17
[23730]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
[22454]94.B update.desync
[23730]95The contents of the workstation's update.desync file, if any
[22454]96.TP 17
97.B install.log
98The contents of the workstation's install log
99.TP 17
[12111]100.B date
101The workstation's local time
[15089]102.TP 17
[12111]103.B uptime
104The workstation's uptime, number of users, and load average
[15089]105.TP 17
[12111]106.B partitions
107The partition setup of the workstation's root disk
[15089]108.TP 17
109.B df
[22454]110The disk usage on the Athena-defined partitions of the workstation
[15089]111.TP 17
[12179]112.B interfaces
113The status of the workstation's network interfaces
[15089]114.TP 17
[12111]115.B routes
116The workstation's routing table
[15089]117.TP 17
[12111]118.B listeners
119A list of the workstation's TCP server sockets
[15089]120.TP 17
[12111]121.B login
1220 if logins on the workstation are enabled; 1 if not
[15089]123.TP 17
[22454]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
[23730]139On Red Hat workstations only, the contents of the workstation's boot-time
[22454]140public workstation verification log
141.TP 17
[22677]142.B xconf
[23730]143On Red Hat public workstations only, the contents of the workstation's X11
[22677]144configuration.
145.TP 17
[12148]146.B hinv
147On IRIX workstations only, displays the workstation's verbose hardware
148profile
[15089]149.TP 17
[12148]150.B instmach
[15089]151On IRIX workstations only, displays the machine variable settings
[22454]152determined by inst
[15089]153.TP 17
154.B instmachinv
[12148]155On IRIX workstations only, displays the machine variable settings used
[22454]156by inst the last time it ran
[15089]157.TP 17
[12148]158.B chkconfig
159On IRIX workstations only, displays the configuration settings set in
[22454]160.BR /etc/config
[12111]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.