IT 专业人士的资源 > 论坛主页 > Clustering > stop recieving message "you need to format the disk in drive XXX: before you can use it. Do you want to format?" each switchover in cluster
提出问题提出问题
 

已答复stop recieving message "you need to format the disk in drive XXX: before you can use it. Do you want to format?" each switchover in cluster

  • 2008年9月7日 6:18anathe 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    HI,
    I have unformatted volumes as resources in my cluster.
    Each time I do a switch over I get this message, which is dangerous because in mistake I can format the volume and delete it's contents!
    Is there a way to disable this message?
    Thanks, Anat


    anat

答案

  • 2008年9月11日 13:23Edwin vMierloMVP, 版主用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     已答复
    ok, well that would not be a "best practice"

    best practice would be

    1 disk, with one partition, with one formatted NTFS volume, and this is represented by one physical disk resource in cluster.

    I believe the error message is comming from the way you have configured this.

    so, you seriously need to talk to your application vendor who requires you to configure it like that

全部回复

  • 2008年9月7日 7:41Edwin vMierloMVP, 版主用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     建议的答复
    you may not have unformatted resources.

    a physical disk under cluster control must be formatted NTFS.

    Format your disks NTFS or delete the clustered resources and offline the disk

    rgds,
    Edwin.
  • 2008年9月7日 15:32Elden ChristensenMSFT, 所有者:用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    What OS are you running?  After a failover and you get that message, does the volume appear ok and accessible?  Have you opened up the System event log and looked for any errors? (such as lost delay writes).  Do you have some non-cluster aware app which has an open handle to the disk which is corrupting it when the volume is dismounted?  (you can find tools to help you discover this here:  http://technet.microsoft.com/en-us/sysinternals/cb56073f-62a3-4ed8-9dd6-40c84cb9e2f5.aspx)

    Thanks!
    Elden
  • 2008年9月8日 7:45anathe 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     

    Hi, I'm running the windows server 2008. after the switchover ( when I recieve these messages) the volumes are fine, and there are no errors in the event log. The problem is not related to failed i/o  this message appears every switchover regardless of i/o

    ( it happended to me when there was no application writing to it)

    Is there a way to tell the os not to send these error messages to specific volumes?


    anat
  • 2008年9月8日 8:42Edwin vMierloMVP, 版主用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    Dear Anathe,

    in your first post you say

    "I have unformatted volumes as resources in my cluster"

    in your last post you say

    "tell the os not to send these error messages to specific volumes"

    These two statements are a bit contradicting

    if they are "unformatted" then you do not have "volumes"
    and if you have "volumes" then they must be "formatted"

    So here is my question:
    - for each disk in your cluster,
    -- configured as a clustered physical disk resource,
    ---in all your application groups and in available storage,

    are all of them formatted ?



  • 2008年9月9日 10:48anathe 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    HI,
    I'm sorry for my inaccurate description.
    My Resources are physical disks. On the physical disks I have volumes which some of them are formatted and some are not.

    anat
  • 2008年9月10日 14:30Edwin vMierloMVP, 版主用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    and for cluster, your volumes MUST be formatted NTFS

    why are you not formatting your volumes ?
  • 2008年9月10日 14:36anathe 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    This is a reuirement for an application that I'm running (which is cluster aware) to have a volume which is not formatted.
    The application works, and the volume acts fine, I just want to get rid of these messages.

    anat
  • 2008年9月10日 15:12Edwin vMierloMVP, 版主用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    in that case, you should really contact your application vendor to assist you.

    I could be wrong, but part of the cluster check is an IsAlive and LooksAlive checks, which basically do a FindFirstFile() on the volume/filesystem... as you do not have a filesystem, this should be failing, and could cause the symptom you are experiencing.

    what application if I may ask ?
  • 2008年9月11日 6:09anathe 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
     Hi Edwin,
    Thanks for your reply.
    Information regarding the application I'm using, I'd happy to explain on a less public forum, or via mail.

    I'm curious about the functions you mentioned, " IsAlive" and "LooksAlive".
    If on the physical disks I have atleast one formatted volume ( and one or more volumes which are not formatted), the check that you mentioned should be ok, since i have one file system on the disk...

    anat
  • 2008年9月11日 11:34Edwin vMierloMVP, 版主用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    So, you have 1 disk with multiple volumes, one of those is formatted the others are not

    is that correct ?
  • 2008年9月11日 12:20anathe 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    Yes.
    anat
  • 2008年9月11日 13:23Edwin vMierloMVP, 版主用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     已答复
    ok, well that would not be a "best practice"

    best practice would be

    1 disk, with one partition, with one formatted NTFS volume, and this is represented by one physical disk resource in cluster.

    I believe the error message is comming from the way you have configured this.

    so, you seriously need to talk to your application vendor who requires you to configure it like that

  • 2009年6月23日 14:55RTHawk 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    Instead of lambasting Anat with "Best practice", it might be more benificial to listen to him.  (In my opinion, this is what gives Microsoft a bad reputation, by not listening to their users.)

    This is a confirmed issue.  It occurs when ever a newly created LUN is presented to the OS.  It will incorrectly throw up a message box that says "You need to format the disk in drive C: before you can use it.  Do you want to format it?" Not only is the drive incorrectly identified, but it does not do this on any other versions of windows.  In automation, I had one box that filled up with 200 message boxs!!

    It is a bug.  It needs to be addressed.

    Thanks!
  • 2009年7月2日 8:47Edwin vMierloMVP, 版主用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    Dear RTHawk,

    I was not "lambasting" the OP at all, and if it seems that way, then I appologize.

    I was trying to help him with a cluster problem and in this case the route to the application vendor is the correct one, as cluster expects an NTFS file system for a clustered disk.

    In regard to the "bug" you are describing, I can indeed see that this is causing troubles, and agree that something need to be looked at.
    Unfortunately I do not work for Microsoft, so the only advice I can give you for this is to open a Case with Microsoft Support and file a bug-report for this.

    Rgds,
    Edwin.

  • 2009年8月6日 14:05VidhyaPathi 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    Hi,

    I have the same issue in Vista and Windows 7 OS.
    Please post the solution for this issue if you addressed.

    Thanks in advance
    Vidhyashok
  • 2009年10月19日 19:59John S Peterson 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    I would also want a way to turn off this message. I have a partition on an USB drive that is formatted with a custom non-Microsoft file system. And I don't want this message. I'm afraid I will accidentally press Yes at one point. Also, it's annoying.
  • 2009年10月21日 9:08Edwin vMierloMVP, 版主用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    I would check that the filesystems drivers are properly installed.

    When PnP is enumerating the volume on your USB drive, it will look for the appropriate (file system) driver.

    If your file system driver is properly installed and you still get this message, then contact your file system driver vendor to further troubleshoot. Or alternatively if you have developed this custom filesystem in house, open a case with Microsoft for development support.

    There is no "generic" way of turning off this behaviour

    HTH,
    Edwin.
  • 2009年10月21日 15:14John S Peterson 用户奖牌用户奖牌用户奖牌用户奖牌用户奖牌
     
    I would check that the filesystems drivers are properly installed.
    That's the problem. There is no driver for it. It's not used with a driver. So I will always get this message until there is a way to turn it off.