1828410 Members
3676 Online
109977 Solutions
New Discussion

Disk mapping help

 
SOLVED
Go to solution
Chris Fadrowski
Super Advisor

Disk mapping help

Okay, i have serveral disks on a Hitachi HDS that i need to map to make sense of a config..

i would like to know if anyone has a way or a command that i can run to get the following..;

I need to map the mount point (/u01) to the cXtXdX number.
2 REPLIES 2
Robert-Jan Goossens
Honored Contributor
Solution

Re: Disk mapping help

Hi Chris,

# bdf /app/oracle/admin
/dev/vg01/lvol1 26624000 3175444 22716210 12% /app/oracle/admin
# lvdisplay -v /dev/vg01/lvol1

Regards,
Robert-Jan
Chris Fadrowski
Super Advisor

Re: Disk mapping help

Yes, thank you.. i forgot something as easy as lvdisplay would show that.