[KLUG Members] SUSE linux

Tony Gettig tony at gettig.net
Mon Aug 20 18:56:27 EDT 2007


> Hello KLUGGERS,
>
> I have a customer with 3-HP Proliant DL585's running SUSE Linux and need
> to
> know what the command line code would be to pull up the configuration of
> the
> box (CPU, RAM, ETC).
> Would anyone be able to tell me????
>

To check memory, try this:

free

You could also get summary information by looking at the top of the screen
when you run:

top

Of course, there's always:

cat /proc/meminfo

For some of the other info, change to /proc and try some of these:

cat cpuinfo
cat devices | less (or more)

You can cat some of the other stuff in there as well. It might be a bit
cryptic, but if you stare at it long enough it will start making sense. :)

Being SUSE, you can get a lot of info by going into YaST and drilling down
to Hardware, Hardware Information, and some of the other options there.
You can even save that report to a file, at least on openSUSE 10.2 you
can.

I recently starting playing with a really cool boot disk called the
Ultimate Boot CD. There are a number of cool apps on there for determining
what kind of hardware you have. You will need to reboot the box in
question, which might be an option for you. But if you can, it might be
worth a shot.

http://www.ultimatebootcd.com/

HTH. Rock on!


Tony Gettig






More information about the Members mailing list