Operating System - Linux
1830944 Members
2200 Online
110017 Solutions
New Discussion

Re: Linux equivalent command to HP-UX (ioscan)

 
SOLVED
Go to solution
yc_2
Regular Advisor

Linux equivalent command to HP-UX (ioscan)

Hi,

1) In HP-UX, there is a command called "ioscan". Is there a equivalent command in Linux ? I just want to find out the number of harddisks in the Linux server.

2) How to find out the size of memory in the Linux server ?


Thanks in advance,
YC
2 REPLIES 2
I_M
Honored Contributor
Solution

Re: Linux equivalent command to HP-UX (ioscan)

Hi

1) Linux doesn't have ioscan.
Try cat /proc/scsi/scsi for scsi disk.
or check your dmesg.

2) free
or # cat /proc/meminfo

Good luck
Trever Furnish
Regular Advisor

Re: Linux equivalent command to HP-UX (ioscan)

Some others that may be of use:
man lspci
man scanpci
man kudzu
Hockey PUX?