Oracle ASM和多路径软件的兼容性【转】

Oracle ASM和多路径软件的兼容性
 转自metalink
 
 Oracle ASM and Multi-Pathing Technologies
 
 Doc ID:  Note:294869.1
 
 
 

This document will briefly discuss Multipath I/O and how Oracle Automatic Storage Management leverages multi-pathing.

 

An I/O path generally consists of an initiator port, fabric port, target port, and LUN. Each permutation of this I/O path is considered an independent path. Dynamic Multi-pathing/failover tools aggregate these independent paths into a single logical path. This path virtualization provides I/O load-balancing across the HBAs, as well as non-disruptive failover on HBA failures. Multi-pathing software requires all the required disks to be visible on each available and eligible HBA. These multi-paths will be detected by probing the World Wide Device Identifiers (WWD ID).

 

Multi-pathing software also provides multi-path software drivers. Most multi-pathing drivers are SCSA compliant pseudo nexus drivers, that support multipath services for fibre channel attached SCSI-3 devices. These drivers receive naming and transport services from one or more physical HBA devices. To support multi-pathing, a physical HBA driver must comply with the multi-pathing services provided by this driver.

 

Multipaths provides the following benefits:

 

  • Provide a single block device interface for a multi-pathed LUN
  • Detect any component failures in the I/O path; e.g., fabric port, channel adapter, or HBA.
  • When a loss of path occurs, ensure that I/Os are re-routed to the available paths, with no process disruption.
  •   Reconfigure the multipaths automatically when events occur.
  • Ensure that failed paths get revalidated as soon as possible.
  • Provide auto-failback capabilities.
  • Configure the multipaths to maximize performance using various load balancing methods; e.g., round-robin, least I/Os queued, or least service time.

 

Examples of multi-pathing software include EMC PowerPath, Sun Traffic Manager and IBM MPIO.

 

Although most of these tools are storage array agnostic, some require additional software components and drivers specific for the storage

 

Note, Oracle Corporation does not certify or qualify these tools. Oracle10g includes a new feature called Automatic Storage Management (ASM). ASM provides filesystem and volume manager capabilities built into the Oracle database kernel. With this capability, ASM simplifies storage management tasks, such as creating/laying out databases and disk management. Although ASM does not provide multi-pathing capabilities, ASM does leverage multi-pathing tools, as long the path or device produces a successful return code from an fstat system call.

 

The table below describes the attributes of the utilities and how it can be used by ASM.

 

Note, that Oracle Corporation does not certify ASM against these multipathing utilities. The MP utilities listed below are ones that known working solutions. As we do more testing, additional MP utilities will be listed here, thus, this document is an active document.
 
由于粘贴过来表格格式有问题,按照下面的格式粘贴
 OS Platform
 Multi-pathing tool
 ASM Device Usage
 Notes
 
1)AIX 系统
 多路径软件EMC PowerPath
 Use raw partitions thru
the pseudo device /dev/rhdiskpowerx
 
 
 多路径软件IBM SDD (Vpath)
 
 As of this writing, SDD-AIX is known to cause discovery and device handling problems for ASM, and thus is not viable solution.
 See SDDPCM section below for an alternative solution to SDD for AIX
 
 多路径软件IBM SDDPCM
 Use /dev/rhdiskx device
 You m ust install SDDPCM filesets and enable SDDPCM.. SDDPCM cannot co-exist w/ SDD.
SDDPCM only works with the following IBM storage components:
DS8000,DS6000,Enterprise Storage Server (ESS)
 
 多路径软件Hitachi Dynamic Link Manager - HDLM
 Use /dev/rdsk/cxtydz that’s generated by HDLM
 HDLM generates a scsi (cxtydzx) address where the controller is highest unused controller number.
HDLM no longer requires HACMP. 
 
 多路径软件Fujitsu ETERNUS GR Multipath Driver
 Use /dev/rhdisk device
 
 
2)HP 系统
 多路径软件EMC PowerPath
 ASM can use the raw partitions. Must use native device path:
/dev/rdsk/cxtydz
 
 
 多路径软件HP SecurePath
 ASM can use the raw partitions.
/dev/rdsk/cxtydz. Since Securepath doesn’t support pseudo-paths, use a single path for any given disk
 
 
 多路径软件Hitachi Dynamic Link Manager – HDLM
 Use /dev/rdsk/cHtydz that’s generated by HDLM
 HDLM generates a scsi address like cHtydz.
 
 多路径软件Sun Traffic Manager
 ASM can use the pseudo device.
 The pseudo device will have the Global Unique Identifier included its name.
 
3)Sun 系统
 多路径软件PowerPath
 ASM will use raw partitions, associated with the pseudo device:
/dev/rdsk/emcpowerx
 

 多路径软件Sun Traffic Manager
 ASM can use the pseudo device.
 The pseudo device will have the Global Unique Identifier included its name.
 
 多路径软件Hitachi Dynamic Link Manager - HDLM
 Use /dev/rdsk/cxtydz that’s generated by HDLM
 HDLM generates a scsi (cxtydzx) address where the controller is highest unused controller number.
 
 多路径软件Fujitsu ETERNUS GR Multipath Driver
 Use /dev/FJSVmplb/[r]dsk/mplbI*1s{0-7}. *1 "I" is MPLB Instance number
 
 
4)Linux 系统
 多路径软件IBM-SDD
 ASM can use the raw device associated with the Vpath.
 You must use SDD-Linux driver 1.6.05+ . Goto IBM SDD site to get latest driver
SDD works with the following IBM storage components:
DS8000
DS6000
Enterprise Storage Server (ESS)
SAN Volume Controller (SVC)
 
 多路径软件PowerPath
 ASM can use raw partitions associated with the /dev/emcpowerx device.
 Associate the raw devices with the PP device.
 
 多路径软件HP SecurePath
 ASM should use raw devices associated with /dev/spx
 Currently SecurePath is only available on x86 and Itanium, all other 64bit platforms are not supported
 
 多路径软件MD
 ASM can use raw device associated with /dev/mdx device.
 Though not a real multipath solution, it does provide rudimentary active/passive support
 
 多路径软件Device Mapper (DM)
 ASM can use the name generated by DM:
/dev/disk/by-name/WWID
 Avail in 2.6 kernel. Refer to following note for specifics
 多路径软件Hitachi Dynamic Link Manager - HDLM
 Use /dev/rdsk/cxtydz that’s generated by HDLM
 HDLM generates a scsi (cxtydzx) address where the controller is highest unused controller number.
 
多路径软件 Fujitsu ETERNUS GR Multipath Driver
 Associate raw device to /dev/FJSVmplb/[r]dsk/mplbI*1s{0-7}

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/34596/viewspace-661989/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/34596/viewspace-661989/

基于SSM框架的智能家政保洁预约系统,是一个旨在提高家政保洁服务预约效率和管理水平的平台。该系统通过集成现代信息技术,为家政公司、家政服务人员和消费者提供了一个便捷的在线预约和管理系统。 系统的主要功能包括: 1. **用户管理**:允许消费者注册、登录,并管理他们的个人资料和预约历史。 2. **家政人员管理**:家政服务人员可以注册并更新自己的个人信息、服务类别和服务时间。 3. **服务预约**:消费者可以浏览不同的家政服务选项,选择合适的服务人员,并在线预约服务。 4. **订单管理**:系统支持订单的创建、跟踪和管理,包括订单的确认、完成和评价。 5. **评价系统**:消费者可以在家政服务完成后对服务进行评价,帮助提高服务质量和透明度。 6. **后台管理**:管理员可以管理用户、家政人员信息、服务类别、预约订单以及处理用户反馈。 系统采用Java语言开发,使用MySQL数据库进行数据存储,通过B/S架构实现用户与服务的在线交互。系统设计考虑了不同用户角色的需求,包括管理员、家政服务人员和普通用户,每个角色都有相应的权限和功能。此外,系统还采用了软件组件化、精化体系结构、分离逻辑和数据等方法,以便于未来的系统升级和维护。 智能家政保洁预约系统通过提供一个集中的平台,不仅方便了消费者的预约和管理,也为家政服务人员提供了一个展示和推广自己服务的机会。同时,系统的后台管理功能为家政公司提供了强大的数据支持和决策辅助,有助于提高服务质量和管理效率。该系统的设计与实现,标志着家政保洁服务向现代化和网络化的型,为管理决策和控制提供保障,是行业发展中的重要里程碑。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值