# IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # 61haes_r714 src/43haes/usr/sbin/cluster/events/utils/disktype.lst 1.2 # # Licensed Materials - Property of IBM # # COPYRIGHT International Business Machines Corp. 2000 # All Rights Reserved # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # # IBM_PROLOG_END_TAG # # Component Name: hacmp.events # # Functions: This file is referenced by HACMP during disk takeover # # HACMP uses information in the CuDv and CuAt ODM classes to # determine the disk type, and any special processing for # that disk. Typically, the "parent" field of CuDV is used # to determine the type of processing. # # This file is intended to be customer modifiable. It # allows specification of a specific disk type, as # determined by its PdDvLn field, as being identical to one # of the existing supported disk types. # # The format of the entries of this file is: # # # # The known and supported disk types are: # # SCSIDISK # SSA # FCPARRAY # ARRAY # FSCSI # # See /usr/sbin/cluster/events/utils/cl_disk_available for # the specific processing for each type # # For example, to have a disk whose PdDvLn field was # "disk/fcal/HAL9000" be treated the same as IBM fibre SCSI # disks, a line would be added that read: # disk/fcal/HAL9000 FSCSI # # Origins: 27 #