- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ASM and Powerpath
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 03:34 AM
07-30-2007 03:34 AM
ASM and Powerpath
I am building a server which will eventually a single node RAC with ASM disks. No MCSG.
I have 4 SAN paths to each EMC LUN, so 4 device files for each LUN.
How can I ensure ASM is using all 4 paths ? Will ASM support multipathing with the help of Powerpath, if yes how to configure this ?
Expecting your valuable responses.
thanks,
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 03:46 AM
07-30-2007 03:46 AM
Re: ASM and Powerpath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 04:19 AM
07-30-2007 04:19 AM
Re: ASM and Powerpath
Thanks for the quick reply.
I am affraid I did not get what exactly u meant by alias.
I know I can create a command alias, how do you this this aliasing technology will work for this scenario.
Here how I will create a disk for ASM,
mksf -C disk -H
please help.
Thanks,
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 09:54 PM
07-30-2007 09:54 PM
Re: ASM and Powerpath
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 10:04 PM
07-30-2007 10:04 PM
Re: ASM and Powerpath
Which version of hpux have you? on 11.31 it makes the dev files automatically.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 10:13 PM
07-30-2007 10:13 PM
Re: ASM and Powerpath
This could be a useful doc:
http://www.oracle.com/technology/products/database/asm/pdf/asm-on-emc-5_3.pdf
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2007 11:53 PM
07-30-2007 11:53 PM
Re: ASM and Powerpath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2007 12:33 AM
07-31-2007 12:33 AM
Re: ASM and Powerpath
I would simply prefer to isolate the ASM configuration with the DISK configuration.
The way to do it is:
(e.g.)
ln -s /dev/emcpowera /u02/oradata/asmdisks/disk01
ln -s /dev/emcpowerb /u02/oradata/asmdisks/disk02
ln -s /dev/emcpowerc /u02/oradata/asmdisks/disk03
ln -s /dev/emcpowerd /u02/oradata/asmdisks/disk04
Then when creating the disk groups for ASM, you can simply set the Disk Discovery Path to "/u02/oradata/asmdisks/disk*".
hope this helps!
Kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2007 02:19 AM
07-31-2007 02:19 AM
Re: ASM and Powerpath
That make sense, thank you. Did you try configuring this on your setup ? did u get a chance to actually experience a failover this way ( I mean the system behaviour when we loose one path to the LUN )
Vijayy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2007 04:33 AM
07-31-2007 04:33 AM
Re: ASM and Powerpath
Yes. since this is a fresh installation, i got to play a bit. Luckily we have 2 SAN switches and redundant paths. Upon switching off one of the SAN switches, the system continued to work without any glitches. Well, there was no load on the system. I didnt go upto breaking anything else yet :)
ASM is very powerful.
good luck and have fun before you go online.
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2007 01:03 AM
08-03-2007 01:03 AM
Re: ASM and Powerpath
2. in HP-UX 11.23 + EMC Powerpath: since there is no alias for each LUN, make sure you have redunduncy for each LUN: 2 switches, 2 HBA cards, powerpath failover option set right etc. take one of 4 paths to ASM, powerpath will take care of failover.