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 |
---|
18 | athinfo \- Retrive information about a workstation |
---|
19 | .SH SYNOPSIS |
---|
20 | .B athinfo [-t \fIsecs\fP] \fIhost\fP \fIquery\fP |
---|
21 | .SH OPTIONS |
---|
22 | .IP "-t secs" |
---|
23 | max time to establish a connection and retrieve the query information |
---|
24 | .SH DESCRIPTION |
---|
25 | .B athinfo |
---|
26 | retrieves information from a workstation running the athinfo daemon |
---|
27 | (see |
---|
28 | .BR athinfod (8)). |
---|
29 | Standard queries implemented on Athena workstations typically include: |
---|
30 | .RS |
---|
31 | .TP 17 |
---|
32 | .B queries |
---|
33 | The athinfo queries defined on the workstation |
---|
34 | .TP 17 |
---|
35 | .B uname |
---|
36 | The workstation's "uname -a" output |
---|
37 | .TP 17 |
---|
38 | .B machtype |
---|
39 | The platform name of the workstation |
---|
40 | .TP 17 |
---|
41 | .B sysname |
---|
42 | The Athena system name of the workstation |
---|
43 | .TP 17 |
---|
44 | .B cpuspeed |
---|
45 | The currently reported CPU speed of the workstation (may vary) |
---|
46 | .TP 17 |
---|
47 | .B cputype |
---|
48 | The CPU type of the workstation |
---|
49 | .TP 17 |
---|
50 | .B display |
---|
51 | The type of display on the workstation |
---|
52 | .TP 17 |
---|
53 | .B disks |
---|
54 | The types of disks attached to the workstation |
---|
55 | .TP 17 |
---|
56 | .B memory |
---|
57 | The amount of physical memory in the workstation |
---|
58 | .TP 17 |
---|
59 | .B swap |
---|
60 | The workstation's swap configuration and free swap space |
---|
61 | .TP 17 |
---|
62 | .B modules |
---|
63 | The workstation's currently-loaded kernel modules |
---|
64 | .TP 17 |
---|
65 | .B packages |
---|
66 | The workstation's installed package list |
---|
67 | .TP 17 |
---|
68 | .B rc.conf |
---|
69 | The contents of the workstation's Athena rc.conf file |
---|
70 | .TP 17 |
---|
71 | .B version |
---|
72 | The contents of the workstation's Athena version file |
---|
73 | .TP 17 |
---|
74 | .B clusterinfo |
---|
75 | The contents of the workstation's cached cluster information in C |
---|
76 | shell format. |
---|
77 | .TP 17 |
---|
78 | .B clusterinfo.bsh |
---|
79 | The contents of the workstation's cached cluster information in Bourne |
---|
80 | shell format. |
---|
81 | .TP 17 |
---|
82 | .B services |
---|
83 | The contents of the workstation's .services file |
---|
84 | .TP 17 |
---|
85 | .B update.log |
---|
86 | The contents of the workstation's update log (only works if the |
---|
87 | workstation is set PUBLIC=true or is debathena-cluster) |
---|
88 | .TP 17 |
---|
89 | .B reactivate.log |
---|
90 | The contents of the workstation's reactivate log (only works if the |
---|
91 | workstation is set PUBLIC=true or is debathena-cluster) |
---|
92 | .TP 17 |
---|
93 | .B update-status |
---|
94 | On Debian/Ubuntu systems only, result of a simulated apt upgrade, |
---|
95 | including whether any packages were going to be upgraded. Note that |
---|
96 | this does not run aptitude update first! |
---|
97 | .TP 17 |
---|
98 | .B policy |
---|
99 | On Debian/Ubuntu systems only, the apt repository policy, including |
---|
100 | all configured apt repositories/components and their priorities |
---|
101 | .TP 17 |
---|
102 | .B hardware |
---|
103 | On Linux, the hardware's self-reported product name and version, from |
---|
104 | the DMI/SMBIOS interface |
---|
105 | .TP 17 |
---|
106 | .B update.desync |
---|
107 | The contents of the workstation's update.desync file, if any |
---|
108 | .TP 17 |
---|
109 | .B install.log |
---|
110 | The contents of the workstation's install log |
---|
111 | .TP 17 |
---|
112 | .B date |
---|
113 | The workstation's local time |
---|
114 | .TP 17 |
---|
115 | .B uptime |
---|
116 | The workstation's uptime, number of users, and load average |
---|
117 | .TP 17 |
---|
118 | .B partitions |
---|
119 | The partition setup of the workstation's root disk |
---|
120 | .TP 17 |
---|
121 | .B df |
---|
122 | The disk usage on the Athena-defined partitions of the workstation |
---|
123 | .TP 17 |
---|
124 | .B interfaces |
---|
125 | The status of the workstation's network interfaces |
---|
126 | .TP 17 |
---|
127 | .B routes |
---|
128 | The workstation's routing table |
---|
129 | .TP 17 |
---|
130 | .B listeners |
---|
131 | A list of the workstation's TCP server sockets |
---|
132 | .TP 17 |
---|
133 | .B login |
---|
134 | 0 if logins on the workstation are enabled; 1 if not |
---|
135 | .TP 17 |
---|
136 | .B patches |
---|
137 | On Solaris workstations only, the workstation's patch revision information |
---|
138 | .TP 17 |
---|
139 | .B prom |
---|
140 | On Solaris workstations only, PROM version information |
---|
141 | .TP 17 |
---|
142 | .B update.pkglog |
---|
143 | On Solaris workstations only, the contents of the workstation's package |
---|
144 | update log (only works if the workstation is set PUBLIC=true) |
---|
145 | .TP 17 |
---|
146 | .B rvdinfo |
---|
147 | On Solaris workstations only, the contents of the .rvdinfo file on the |
---|
148 | workstation's system packs |
---|
149 | .TP 17 |
---|
150 | .B verify.log |
---|
151 | On Red Hat workstations only, the contents of the workstation's boot-time |
---|
152 | public workstation verification log |
---|
153 | .TP 17 |
---|
154 | .B xconf |
---|
155 | On Red Hat public workstations only, the contents of the workstation's X11 |
---|
156 | configuration. |
---|
157 | .TP 17 |
---|
158 | .B hinv |
---|
159 | On IRIX workstations only, displays the workstation's verbose hardware |
---|
160 | profile |
---|
161 | .TP 17 |
---|
162 | .B instmach |
---|
163 | On IRIX workstations only, displays the machine variable settings |
---|
164 | determined by inst |
---|
165 | .TP 17 |
---|
166 | .B instmachinv |
---|
167 | On IRIX workstations only, displays the machine variable settings used |
---|
168 | by inst the last time it ran |
---|
169 | .TP 17 |
---|
170 | .B chkconfig |
---|
171 | On IRIX workstations only, displays the configuration settings set in |
---|
172 | .BR /etc/config |
---|
173 | .RE |
---|
174 | .SH "SEE ALSO" |
---|
175 | .BR athinfod (8) |
---|
176 | .SH AUTHOR |
---|
177 | Greg Hudson, MIT Information Systems |
---|
178 | .br |
---|
179 | Copyright 1998 by the Massachusetts Institute of Technology. |
---|