steini84

Community Developer
  • Posts

    434
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by steini84

  1. Yeah it will make virtualbox run headless and you can even start / stop vms from the plugin.

     

    You will need to follow the installation here for your computer https://code.google.com/p/phpvirtualbox/wiki/Installation

     

    Then you need to edit the config file from this:

    /* SOAP URL of vboxwebsrv (not phpVirtualBox's URL) */

    var $location = 'http://127.0.0.1:18083/';

     

    to the ip address of your unraid. So if you are running unraid on 192.168.1.100 you need to make it like this:

    /* SOAP URL of vboxwebsrv (not phpVirtualBox's URL) */

    var $location = 'http://192.168.1.100:18083/';

  2. Thanks for the super quick reply

     

    It´s a brand new drive so i´m in denial that it´s broken already. But If that is the case i´ll just have to RMA it

     

    Are you talking about this line in the seek time (I´m no so great at reading these.)?

      7 Seek_Error_Rate        0x000f  060  060  030    Pre-fail  Always      -      1083621

     

    But after the next nocorrect check finishes should I compare the errors and if they match I can just do a correcting par check?

     

    Thanks again for the quick reply

  3. Hey guys

     

    I just added 2x 3tb drives to my array last month and now my first par check finished this morning.

     

    I have 54 errors on disk 11 (sdj - one of the new drives) and got this from the par check "Last checked on Fri Mar 1 09:36:44 2013 UTC, finding 1 errors."

     

    I have a couple of these in the log

    Mar  1 06:07:05 SERVER kernel: handle_stripe read error: 3444003880/10, count: 1
    Mar  1 06:07:05 SERVER kernel: md: disk11 read error
    

    and then a chunk of these:

    Mar  1 06:07:02 SERVER kernel: ata12.00: configured for UDMA/133
    Mar  1 06:07:02 SERVER kernel: ata12: EH complete
    Mar  1 06:07:05 SERVER kernel: ata12.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    Mar  1 06:07:05 SERVER kernel: ata12.00: irq_stat 0x40000001
    Mar  1 06:07:05 SERVER kernel: ata12.00: failed command: READ DMA EXT
    Mar  1 06:07:05 SERVER kernel: ata12.00: cmd 25/00:e0:a0:50:47/00:03:cd:00:00/e0 tag 0 dma 507904 in
    Mar  1 06:07:05 SERVER kernel:          res 51/40:00:e0:52:47/00:00:cd:00:00/00 Emask 0x9 (media error)
    Mar  1 06:07:05 SERVER kernel: ata12.00: status: { DRDY ERR }
    Mar  1 06:07:05 SERVER kernel: ata12.00: error: { UNC }
    Mar  1 06:07:05 SERVER kernel: ata12.00: configured for UDMA/133
    Mar  1 06:07:05 SERVER kernel: sd 12:0:0:0: [sdj] Unhandled sense code
    Mar  1 06:07:05 SERVER kernel: sd 12:0:0:0: [sdj]  Result: hostbyte=0x00 driverbyte=0x08
    Mar  1 06:07:05 SERVER kernel: sd 12:0:0:0: [sdj]  Sense Key : 0x3 [current] [descriptor]
    Mar  1 06:07:05 SERVER kernel: Descriptor sense data with sense descriptors (in hex):
    Mar  1 06:07:05 SERVER kernel:         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
    Mar  1 06:07:05 SERVER kernel:         cd 47 52 e0
    Mar  1 06:07:05 SERVER kernel: sd 12:0:0:0: [sdj]  ASC=0x11 ASCQ=0x4
    Mar  1 06:07:05 SERVER kernel: sd 12:0:0:0: [sdj] CDB: cdb[0]=0x28: 28 00 cd 47 50 a0 00 03 e0 00
    Mar  1 06:07:05 SERVER kernel: end_request: I/O error, dev sdj, sector 3444003552

     

    A smart check of the drive can be found here: http://pastebin.com/epHRRsg9

     

    What should my next steps be? I have started another par check and hopefully this was just a one off :)

     

    It´s a new drive and even though it passed the smart check, I dont see anything too suspicious like bad blocks.

     

    Looking forward to hearing what you guys think.

     

  4. Sorry guys, but one more question:

     

    I decided to update:

    ASRock B75 Pro3

    Core i3-2120 SB (3,3ghz)

    8gb ddr3 memory

     

    I'm getting a par check of 30-40 MB/s on the slow pci sata card (3 drives) so that is ok for the moment.. but I want to get a proper card with 8 connections.

     

    I will be ordering online so is the  SASLP-MV8 still the best bet or should I go for the LSI ones?

     

    Thanks for your input.