![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| find size of folders and its subfolders with the Owner details | bsandeep_80 | UNIX for Advanced & Expert Users | 5 | 04-15-2008 12:03 AM |
| Find server details | lalelle | SUN Solaris | 1 | 02-04-2008 10:27 AM |
| DNS details of HP-UX ?? | ksailesh | Shell Programming and Scripting | 1 | 01-10-2008 12:58 PM |
| how to find out unix server details | thopputhurai | Filesystems, Disks and Memory | 4 | 04-23-2007 03:16 AM |
| Where can I find details of what various Solaris packages do? | muleheadjoe | SUN Solaris | 3 | 11-02-2005 01:58 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
How to find the os and h/w details
Hi
Need to know the version(suse/redhat) and processor info(x86/itanium/amd etc). I tried uname -a but cannot understand what is what... Linux myworkhost 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:52:56 EDT 2003 i686 i686 i386 GNU/Linux I dont have the root password, I can only ssh and have to install some oracle &weblogic and other softwares based on the os and h/w info. Any other commands or documents? |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Just check in the /proc.......you will find a lot of info about machine hardware and OS.
proc/cpuinfo Information about the processor, such as its type, make, model, and performance. /proc/devices List of device drivers configured into the currently running kernel. /proc/dma Shows which DMA channels are being used at the moment. /proc/filesystems Filesystems configured into the kernel. /proc/interrupts Shows which interrupts are in use, and how many of each there have been. /proc/ioports Which I/O ports are in use at the moment. regards Apoorva Kumar |
|
#3
|
|||
|
|||
|
also try dmesg
|
|
#4
|
|||
|
|||
|
Dear sssow,
the man page for dmsg say....... dmesg - collect system diagnostic messages to form error log It not what amiri2000 is looking for! regards Apoorva kumar |
|||
| Google The UNIX and Linux Forums |