pman

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by pman

  1. I received an unraid alert for "Found 1 file with SHA256 hash key corruption". How do I tell which file is corrupt? No log file was created. My last dynamix log file is from 2019. Thanks. EDIT: I ran this cmd to find it, but surely there has to be a better way? Why is it not logging? "cat /var/log/syslog | grep corrupt"
  2. I received notification that one of my disks had read errors. I looked at the syslog and confirmed the read errors. However, I ran a SMART extended test, and the disk passed. I have attached the SMART export for the drive. I have 60 days of warranty left on the drive. Just wondering if you think he drive is going bad? The drive is in a SA120 enclosdisk7.txture, so I don't think it would be any type of cabling issue. Thank you.
  3. My unraid drives are all in a SAS enclosure. I have a few SAS drives I would like to wipe but do NOT want to add to my array. The SAS enclosure is my only way to use the SAS drives. Is there a way I can add a drive and secure wipe it without adding to the array? Thank you.
  4. Has anyone succeeded in virtualizing unraid in hyper v? Just wondering with server 2016 and dda if it were possible.
  5. Thanks. So my plan is run parity check, take screenshot, stop array, shutdown server. Move drives to new server, move usb stick, boot up, check drive assignment, start array. Sound good?
  6. I want to move Unraid to a new server. Is this as simple as moving the drives and usb stick? My drives are currently installed in a DAS with SAS backplane to an HBA. If the drives are moved to a different HBA, will that matter at all? I am just wondering if they show up in a different order if it will cause problems. Thanks.
  7. Okay thanks. I just kicked off the rebuild.
  8. I stopped parity for now. Here's a pic: https://imgur.com/rplZLlO
  9. I was showing a buddy my setup. He inquired about my storage system and how the drives connected. Without thinking, I popped a drive out to show him. Now the drive is showing "device disabled, contents emulated". I'm confident the drive is fine. How can I enable it and make it part of the array again? I just kicked off a parity check, but that will take 12+ hours to run. Thanks.
  10. I would like to have a way to initiate a remote shutdown. I found posts that referenced http GET to http://server/update.htm?shutdown=apply. I tried that, but it is not working. I get HTTP response 200 OK, but nothing happens. The return text is html, and at the bottom is javascript call to disablePage(); If I change the password, I get 401 unauthorized, so it is taking the credentials. Am I doing something wrong? Or is there another way to do remote shutdown? Thanks
  11. Ok I found it - I had to check it while the array is running. Thanks for the help.
  12. I'm guessing that's the problem, but I don't see where to do that. I must be overlooking something.
  13. I just checked the log and see "mount error: no file system". How do I set this?
  14. I installed unRaid and let parity build overnight. Now I am trying to create shares, but every time I try to create one, it says "Share xyz has been deleted". Shares are enabled in settings. What am I missing? Thanks
  15. So would you go with array start, or is there a better way to run script at boot? Thank you.
  16. I have python installed and the script works manually. I installed the user scripts plugin. I see an option to run script at "Array Start" but not at system boot. Is it safe to assume array start will happen at system boot? I just installed unraid right before making this thread, so I am not very familiar with it yet. Thanks.
  17. I would like to execute a python script every time the server boots. How can I achieve this? Thanks