From owner-freebsd-hardware@FreeBSD.ORG Wed Aug 23 13:31:28 2006 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5998316A4E0 for ; Wed, 23 Aug 2006 13:31:28 +0000 (UTC) (envelope-from amdmi3@mail.ru) Received: from mx3.mail.ru (mx3.mail.ru [194.67.23.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D39943D58 for ; Wed, 23 Aug 2006 13:31:27 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [213.148.29.33] (port=61213 helo=nexii.panopticon) by mx3.mail.ru with esmtp id 1GFspJ-000OFx-00; Wed, 23 Aug 2006 17:31:25 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id 997FA17041; Wed, 23 Aug 2006 17:31:33 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 5088040C2; Wed, 23 Aug 2006 17:31:33 +0400 (MSD) Date: Wed, 23 Aug 2006 17:31:33 +0400 From: Dmitry Marakasov To: "Ivan S. Baturin" Message-ID: <20060823133133.GA63039@hades.panopticon> Mail-Followup-To: "Ivan S. Baturin" , freebsd-hardware@freebsd.org References: <610213347.20060823132346@labfer.usu.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <610213347.20060823132346@labfer.usu.ru> User-Agent: Mutt/1.5.12-2006-07-14 Cc: freebsd-hardware@freebsd.org Subject: Re: Collecting hardware information in FreeBSD X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 13:31:28 -0000 * Ivan S. Baturin (ivan@labfer.usu.ru) wrote: > I am not experienced in FreeBSD and need small aid in getting hardware > info from machine on which the FreeBSD installed (the guy who managed > this server is gone from us :( ). Is there any simple software that is > easy to run or install/run on FreeBSD5 to get info like manufacturer, > model, serial and etc from hardware parts installed (it need to be run > only once or twice on two machines)? The server is running and people > using it as http, e-mail, fileserver and other roles and I don't like > to shutdown it (otherwise I would just boot from CD or FDD on which I > have the Win/DOS version of Everest/Aida of Astra software which suit > my need well). Dunno about serials, but to get info on which hardware is installed, you'll probably need these: cat /var/run/dmesg.boot (generic info on devices and drivers attached) pciconf -lv (for pci devices) usbdevs -v (for usb devices) atacontrol list (for ata devices) There are some more specific utilities. For example, ports/sysutils/dmidecode is somewhat useful. -- Best regards, Dmitry mailto:amdmi3@mail.ru