Resources for IT Professionals > 論壇首頁 > 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日 上午 06: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日 下午 01: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日 上午 07: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日 下午 03: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日 上午 07: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日 上午 08: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日 下午 02:30Edwin vMierloMVP, モデレータ使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    and for cluster, your volumes MUST be formatted NTFS

    why are you not formatting your volumes ?
  • 2008年9月10日 下午 02: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日 下午 03: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日 上午 06: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日 下午 01: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日 下午 02: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日 上午 08: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日 下午 02: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日 下午 07: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日 上午 09: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日 下午 03: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.