Jump to content

gregcaulder

Members
  • Posts

    24
  • Joined

  • Last visited

  • Days Won

    1

gregcaulder last won the day on March 8 2014

gregcaulder had the most liked content!

gregcaulder's Achievements

Member

Member (2/3)

1

Reputation

  1. Its been almost 2 years, and there is still no update on this. Can we please get an update on this, would really like to use VSS and Deduplication features built into windows, along with other features that are built in that don't work with DrivePool.
  2. PrimoCache is installed, but it wasn't running at the time of the dump. I will try some of your other suggestions for the burst test on the Scanner. I will report back with what I find. G
  3. I had another restart, and this time the memdump had something different in it. Here is the Zipped Memdump. https://dl.dropboxusercontent.com/u/48061/StableBit/DrivePool/2015-03-16%2001-31-00%20MEMORY.zip
  4. No RAM issues with all of the battery of tests i have run against it. The servers ram is Registered ECC ram, and was stress test when the server was built. I have since run many other tests today, and still no errors have been found in the RAM. G
  5. Tried the suggested beta, and CloveFS is still causing system to BlueScreen and restart. Here is my Latest memory dump: https://dl.dropboxusercontent.com/u/48061/StableBit/DrivePool/2015-03-12_CloveFS_MEMORY.zip Please let me know what Alex finds out, as this is very frustrating. G
  6. Can you provide release notes for this beta version? I do have network boost enabled, and read stripping enabled. But the BSOD only happens during heavy writing (correction reading and writing), and not reading. It generally happens when all of my servers are doing backups, and doing file systems to the system.
  7. No antivirus, DrivePool version 2.1.1.561. OS is windows Server 2012 R2.
  8. I am having the same problem. I analyzed the crashdump file, and it tells me that covefs.sys is causing the crash. This happens quite frequently, and it is not very consistant. I just uploaded my MEMORY.zip file from here http://wiki.covecube.com/StableBit_DrivePool_System_Crashes
  9. I have tried this, and i am still not able to scan more than one disk on the same controller. My controller reported by StableBit Scanner, has a Buss speed rated to 212MBps. Here is my exact config file, maybe i am just missing something. I have also unchecked ALL settings in the Throttling tab of the scanner settings. If anybody can help point out to me why it is not scanning more than one drive at a time on the same controller, that would help me out a lot. <?xml version="1.0" encoding="utf-8" ?> <!-- Copy this file to Scanner.Service.exe.config in order to put into effect. You may also want to remove any extra "setting" tags that you're not altering so that the default will always take effect. --> <configuration> <configSections> <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <section name="ScannerServiceLib.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> </sectionGroup> <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <section name="CoveNativeSafe.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/> </sectionGroup> </configSections> <system.diagnostics> <sources> <!-- This section defines the logging configuration for My.Application.Log --> <source name="DefaultSource" switchName="DefaultSwitch"> <listeners> <add name="FileLog"/> <!-- Uncomment the below section to write to the Application Event Log --> <!--<add name="EventLog"/>--> </listeners> </source> </sources> <switches> <add name="DefaultSwitch" value="Information" /> </switches> <sharedListeners> <add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/> <!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log --> <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> --> </sharedListeners> </system.diagnostics> <applicationSettings> <ScannerServiceLib.My.MySettings> <setting name="ErrorReportingOverride" serializeAs="String"> <value>False</value> </setting> <setting name="DirectIOOverride" serializeAs="String"> <value>True</value> </setting> <setting name="SmartOverride" serializeAs="String"> <value>True</value> </setting> <setting name="NotificationOverride" serializeAs="String"> <value>True</value> </setting> <setting name="GoodIdentifyOverride" serializeAs="String"> <value/> </setting> <setting name="Scanner_DirectIoScanMaximumConcurrent" serializeAs="String"> <value>4</value> </setting> <setting name="Scanner_ScanWithDirectIo" serializeAs="String"> <value>True</value> </setting> </ScannerServiceLib.My.MySettings> </applicationSettings> <userSettings> <CoveNativeSafe.My.MySettings> <setting name="UnsafeDirectIo" serializeAs="String"> <value>True</value> </setting> </CoveNativeSafe.My.MySettings> </userSettings> </configuration>
  10. Good afternoon, Do we have any progress on being able to use Win 2012R2 drive quotas? My coworkers are the dullest bulbs in the box, and they are killing me on putting duplicate files everywhere. This is a mission critical issue/topic for me.
  11. Here are a couple off the top of my head that use VSS, Consumer versions and server versions that CAN use VSS, but Starred items (*) are not required to only use VSS. Norton Ghost Symantec Backup Exec* Acronis Backup & Recovery* The list can go on and on, but i really dont want to look up all of the windows compatible backup software list off Wiki, and see if they use windows VSS. http://en.wikipedia.org/wiki/List_of_disk_cloning_software http://en.wikipedia.org/wiki/List_of_backup_software I just posted this in another form, but there is info about how to use it in the Windows Software Development kit that you can download from Tech-net. He doesn't need to explain any details, i know and understand that he has a life and or a family, and sometimes shit just happens. I would like to offer my help in any way if I can. At my company i am the CTO, so I do quite a but with everything computer related. Here is where i also posted it: http://community.covecube.com/index.php?/topic/503-srvr2012-r2-backup-fails-on-pool/?p=3142 """I am sorry but i just dong believe this. You can download the Windows Software Development Kit (SDK) to get info, and build for VSS. All of the info you need to know how to use it and implement if should be in the SDK. Here are some useful links: http://msdn.microsof...9(v=vs.85).aspx http://code.google.com/p/libvshadow/ And since the drivepool disk itself is a virtual disk, im pretty sure that microsoft has made something that can effectively allow you to implement VSS. http://msdn.microsof...4(v=vs.85).aspx If i am wrong that the SDK is not what you need, then please tell me what you are actually missing."""
  12. I am sorry but i just dong believe this. You can download the Windows Software Development Kit (SDK) to get info, and build for VSS. All of the info you need to know how to use it and implement if should be in the SDK. Here are some useful links: http://msdn.microsoft.com/en-us/library/windows/desktop/aa384649%28v=vs.85%29.aspx http://code.google.com/p/libvshadow/ And since the drivepool disk itself is a virtual disk, im pretty sure that microsoft has made something that can effectively allow you to implement VSS. http://msdn.microsoft.com/en-us/library/windows/desktop/dd323654(v=vs.85).aspx If i am wrong that the SDK is not what you need, then please tell me what you are actually missing.
  13. I already knew about the reparse points beta release and have been running it for a while. I was asking if this build will be heading out of beta to move onto other things on the to-do list (wink wink, quotas and VSC). And as for the Volume Shadow copy, about no documentation. That just seems very unlikely, how would all of the other backup software vendors write their software for it with no documentation.
  14. Good afternoon, How is the beta progress on Reparse points going? I haven't heard much, if any chatter about the progress of bug fixes or tweaks or new beta release for re-parse points. I'm curious because I would like to be able to get quotas to work. And Volume shadow copy to work so i can use backup software that requires VSS.
×
×
  • Create New...