Hi i m devloping one intratnet appllication for that i want some hardwre information like memory type,memory bank, BIOS information. I have no rights login as super user.
if anybody has any idea for that plese give me reply.
Hi i m devloping one intratnet appllication for that i want some hardwre information like memory type,memory bank, BIOS information. I have no rights login as super user.
if anybody has any idea for that plese give me reply.
if you are really developing an intranet application, then ask the administrator to assign you the proper rights to those commands necessary for your work. don't try anything that is not allowed by your company policy.
Re: Required Hardware information in Linux & solaris.
Try hwinfo, kudzu, lspci, lsusb, dmidecode, etc. You can also find this information in the /proc filesystem in plain-text format (for instance /proc/meminfo).
Try hwinfo, kudzu, lspci, lsusb, dmidecode, etc. You can also find this information in the /proc filesystem in plain-text format (for instance /proc/meminfo).
Hope that helps
, Mike
Hi eggi, i tried these commands on linux (havent yet checked for solaris) but they are not working. Information was available in /proc/meminfo but it couldn't give me the type of RAM (like RDRAM, SDRAM etc.) and it couldn't give the number of memory modules.
Re: Required Hardware information in Linux & solaris.
Hey There,
What version/flavor of Linux are you running? Can you post the output of the following commands:
uname -a
cat /etc/release
cat /etc/issue
id
echo $PATH
Just want to be able to help you out if you have a different version than I've ever used, or perhaps an older one with similar but differently named commands.
Also, for Linux, check out this project (It's packed in rpm format for ease of installation) called "lshw" - it's very easy to use and has been a help to me in the past when I needed to get some info and couldn't seem to find it:
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.