memory information

How do I find out the maximum RAM supported by the Dell / HP / IBM / Oracle / Sun / Intel / AMD server under Linux / Unix / HP-UX / FreeBSD / Solaris operating systems without rebooting the server or opening server case (cabinet)?

{ 10 comments }

How do I check amount of RAM in my Ubuntu Linux laptop or desktop system using GUI and command line tools?

{ 5 comments }

How do I identify Linux server ECC memory modules from a shell prompt?

{ 2 comments }

Q. What is the command to find the system configuration on Linux operating system using command line (text) mode? A. Most of the hardware information can be extracted from /proc file system, for example display CPU and Memory information, enter: cat /proc/meminfo cat /proc/cpuinfo See the complete list of Linux command to gathers up information [...]

{ 47 comments }

You need to use command called lsdev. It gathers information about your computer’s installed hardware from the interrupts, ioports and dma files in the /proc directory, thus giving you a quick overview of which hardware uses what I/O addresses and what IRQ and DMA channels. This command is very useful while troubleshooting various hardware conflict [...]

{ 4 comments }