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

Revision 12148, 2.6 KB checked in by ghudson, 26 years ago (diff)
Document hinv, instmach, and chkconfig IRIX-specific queries.
Line 
1.\" $Id: athinfo.1,v 1.2 1998-11-16 16:53:41 ghudson 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 12
29.B uname
30The workstation's "uname -a" output
31.TP 12
32.B machtype
33The platform name of the workstation
34.TP 12
35.B sysname
36The Athena system name of the workstation
37.TP 12
38.B cputype
39The CPU type of the workstation
40.TP 12
41.B display
42The type of display on the workstation
43.TP 12
44.B disks
45The types of disks attached to the workstation
46.TP 12
47.B memory
48The amount of physical memory in the workstation
49.TP 12
50.B rc.conf
51The contents of the workstation's Athena rc.conf file
52.TP 12
53.B version
54The contents of the workstation's Athena version file
55.TP 12
56.B rvdinfo
57The contents of the .rvdinfo file on the workstation's system packs
58.TP 12
59.B services
60The contents of the workstation's .services file
61.TP 12
62.B date
63The workstation's local time
64.TP 12
65.B uptime
66The workstation's uptime, number of users, and load average
67.TP 12
68.B partitions
69The partition setup of the workstation's root disk
70.TP 12
71.B routes
72The workstation's routing table
73.TP 12
74.B listeners
75A list of the workstation's TCP server sockets
76.TP 12
77.B login
780 if logins on the workstation are enabled; 1 if not
79.TP 12
80.B hinv
81On IRIX workstations only, displays the workstation's verbose hardware
82profile
83.TP 12
84.B instmach
85On IRIX workstations only, displays the machine variable settings used
86by inst.
87.TP 12
88.B chkconfig
89On IRIX workstations only, displays the configuration settings set in
90.BR /etc/config .
91.RE
92.SH "SEE ALSO"
93.BR athinfod (8)
94.SH AUTHOR
95Greg Hudson, MIT Information Systems
96.br
97Copyright 1998 by the Massachusetts Institute of Technology.
Note: See TracBrowser for help on using the repository browser.