Gentoo Archives: gentoo-user

From: Pandu Poluan <pandu@××××××.info>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] Linux Live CD to perform hardware audit?
Date: Thu, 09 Feb 2012 07:07:22
Message-Id: CAA2qdGXNQbmENe1VwG-Zd+0x+j4kERF6jMftc=NY14oZ6yeJnw@mail.gmail.com
In Reply to: Re: [gentoo-user] [OT] Linux Live CD to perform hardware audit? by Joshua Murphy
1 On Feb 9, 2012 12:58 PM, "Joshua Murphy" <poisonbl@×××××.com> wrote:
2 >
3 > On Wed, Feb 8, 2012 at 10:58 PM, Pandu Poluan <pandu@××××××.info> wrote:
4 > > Excuse me for starting an off-topic thread,
5 > >
6 > > But do any of you guys/gals know of a Live CD distro that can perform
7 > > hardware audit? i.e., detect installed processor model, RAM parameters &
8 > > layout, etc.
9 > >
10 > > It's gotta be a Live CD because the boxes currently installed are
11 running
12 > > either VMware or XenServer and I am reluctant to open them up. So I
13 guess
14 > > I'll just shutdown the box, boot using the Live CD, record all important
15 > > info, and reboot into the hypervisor.
16 > >
17 > > Rgds,
18 >
19 > Pretty much any livecd that'll boot can do the job... lspci -vv,
20 > /proc/cpuinfo, /proc/meminfo, and fdisk -l (which'll catch any drives
21 > the running kernel sees at least) are pretty standard, and it wouldn't
22 > take much to include a script that calls those, dumps the output
23 > somewhere, then reboots. For more extensive info, dmidecode and lshw
24 > tend to give more detail, but are a little less 'standard'. Notably,
25 > dmidecode gives things like per-slot ram information.
26 >
27
28 Well, I need that kind of information, so I guess I'll have to go
29 "non-standard" :-)
30
31 Rgds,