1752577 Members
5149 Online
108788 Solutions
New Discussion юеВ

Re: Linux ASM EMC disks

 
SOLVED
Go to solution
John Guster
Trusted Contributor

Linux ASM EMC disks

oracleasm listdisks
DISK01
how to map DISK01 to EMC LUNs (powermt display output)?
Thanks.
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: Linux ASM EMC disks

Shalom,

Present disks to the system. The Oracle user may need ownership of the device files.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
John Guster
Trusted Contributor

Re: Linux ASM EMC disks

How to find out which EMC LUN(s)are for DISK01?
Ivan Ferreira
Honored Contributor
Solution

Re: Linux ASM EMC disks

You first have to identify which device special file is DISK01 from the ASM point of view.

Then use fdisk -l to identify the disk by it's size, or scsi_id -g -s /block/sd* to identify it's WWID, and match them with the Storage.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
John Guster
Trusted Contributor

Re: Linux ASM EMC disks

thank you for the info.