Resources for IT Professionals > 포럼 홈 > Clustering > MSCS - IOCTL_GET_DRIVE_LAYOUT_EX fails with ERROR_BUSY
질문하기질문하기
 

질문MSCS - IOCTL_GET_DRIVE_LAYOUT_EX fails with ERROR_BUSY

  • 2009년 7월 3일 금요일 오전 6:51sri_daffodil 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    The customer has something like pseudoGEO cluster.
    He has 2 site with 1 disk array and 2node cluster in each.
    There is array replication between the arrays in two sites.
    Only one array is write enable at the same time the second one is read only.
    When he moves cluster from site A to site B he has to do it manually.
    It means change replication direction and take cluster resources offline on one site and take them online on
    the second site.So clusters works on the same disks, which are replicated by array replication.MPIO is installed on all the hosts.

    1.msinfo32.exe output doesnot show any information about the partition. Rather it says partition information is not available.
    2. My sample application to get drive details using the IOCTL_GET_DRIVE_LAYOUT_EX fails with ERROR_BUSY.

    The above failures happens for all the cluster disk resources in all the hosts.

모든 응답

  • 2009년 7월 3일 금요일 오전 8:35Edwin vMierloMVP, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Looks to me that you are trying to get details from a disk which is offline.

    Are you sure the disk is online on the Node where you are trying to get the details ?
  • 2009년 7월 9일 목요일 오전 11:40sri_daffodil 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    The disk is online. The disks are write enabled on the primary node and readonly on the secondary node. THe problem is seen on all the cluster nodes.