On Tue, Jun 11, 2002, Gilad Ben-Yossef wrote about "Getting System Infotmation":
> I'm looking for a command line utility that with a simple no parameter
> invocation will collect the biggest feaslable amount of configuration
> and information for a given Linux system (hardware and software) and
> generate a report that can be easily mailed/uploaded somewhere for
> offsite tech support purposes. Extra points if the report is completly
> text based. RedHat bias is ok for my needs.

How about

(procinfo -a; lspci -v; cat /etc/redhat-release; rpm -qa; sysctl -a) | gzip -9


for a start?

-- 
Nadav Har'El                        |      Tuesday, Jun 11 2002, 1 Tammuz 5762
[EMAIL PROTECTED]             |-----------------------------------------
Phone: +972-53-245868, ICQ 13349191 |Learn from mistakes of others; you won't
http://nadav.harel.org.il           |live long enough to make them all yourself

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to