1832272 Members
2555 Online
110041 Solutions
New Discussion

Disks

 
SOLVED
Go to solution
phillipsp_acca
Occasional Advisor

Disks

Hi,

I am running Red Hat Enterprise Linux AS release 3 and have oracle located on the disk I need to replace which is backed up.

What I want to know is how do I view my disks in Red Hat do I see this eqaul to ioscan -fnC disk or diskinfo ?

Regards,
Pat
4 REPLIES 4
Ivan Ferreira
Honored Contributor
Solution

Re: Disks

No, to list the disks you can use fdisk -l. You should also verify if you use LVM, if so, use pvdisplay, vgdisplay and lvdisplay to identify your configuration.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Sergejs Svitnevs
Honored Contributor

Re: Disks

There is a program called "lshw" that extracts detailed information on the hardware configuration and does almost exactly what ioscan is doing.

http://ezix.org/project/wiki/HardwareLiSter

Regards
Sergejs Svitnevs
Honored Contributor

Re: Disks

You can download pre-compiled RPM for RHEL3 from:

http://dag.wieers.com/packages/lshw/lshw-2.05.01-1.1.el3.rf.i386.rpm

Regards
phillipsp_acca
Occasional Advisor

Re: Disks

Thanks for the help.