hermy65

Members
  • Posts

    273
  • Joined

  • Last visited

Everything posted by hermy65

  1. Perhaps mine does not have modbus support, cant seem to find it in any menu.
  2. @GilbN https://www.apc.com/shop/us/en/products/APC-Smart-UPS-C-1500VA-LCD-120V-Not-for-sale-in-Vermont-/P-SMC1500
  3. @falconexe i have my server ip configured in the apcupsd section of the telgraf config as shown # # Monitor APC UPSes connected to apcupsd [[inputs.apcupsd]] # # A list of running apcupsd server to connect to. # # If not provided will default to tcp://127.0.0.1:3551 servers = ["tcp://192.168.0.50:3551"] # # ## Timeout for dialing server. # timeout = "5s" Maybe @GilbN has a little insight since he mentioned he is using the built in apc ups daemon as well.
  4. @GilbN @falconexe - OK i moved my telegraf to host and its pulling in *some* UPS data but not all of it, also noticing some strange things with the array growth and the TX/RX numbers on my eth0 interface. in #1 - my UPS stats are not all populating. Im using the APC UPS Daemon thats built into unraid if that matters. in #2 - my annual array growth is less than my weekly/monthly in #3 -randomly i will get massive numbers on this panel, i assume its just something weird on my end but thought i would bring it to your attention. Also, random question, is there a way to convert the CPU temps to Farenheit?
  5. Ah, that may be my issue. My telegraf does not run as host so maybe thats why its not working?
  6. @falconexe finally getting this setup and the main issue im running into so far is getting my UPS data to pull in. This is what my telegraf config looks like # # Monitor APC UPSes connected to apcupsd [[inputs.apcupsd]] # # A list of running apcupsd server to connect to. # # If not provided will default to tcp://127.0.0.1:3551 # servers = ["tcp://127.0.0.1:3551"] # # ## Timeout for dialing server. # timeout = "5s" Im guessing i need to fill out the ip of my unraid server here since im using the built in APC UPS daemon under Settings -> UPS but when i try that it says no route to hose. Im guessing i need to configure something but im not sure what. Perhaps i cannot use the built in APC UPS daemon in unraid?
  7. @falconexe yeah man im still here, just trying to take in what you have done here so far. Probably going to start playing with what you have here tomorrow and see what we can accomplish here. Great work again!
  8. @falconexe Looking good! are you planning on releasing your dashboards once you are satisfied with them?
  9. @falconexe Nice find - let us know if it works for you!
  10. @falconexe / @KoNeko Perhaps we can push this idea towards one of the plugin devs here and they can make something like it or integrate it into an existing plugin they offer?
  11. Not necessarily a support question but not sure where else to put this. Is there a plugin/app of some sort that we can install in unRAID that will allow us to visualize our storage usage over time? Perhaps it would show how much additional storage we are using per month, etc? Per month storage burn might be helpful in determining when you need to get additional drives ,etc. Also, it could show you if there was a deletion of data or something of that sort as your usage would drop, etc?
  12. @johnnie.black I was able to find a potential 2nd drive that was part of it but was unable to get either to work using some of the commands from your link. Any other thoughts by chance? root@RackServ:~# mount -o degraded,usebackuproot,ro /dev/sdn1 /x mount: /x: wrong fs type, bad option, bad superblock on /dev/sdn1, missing codepage or helper program, or other error. root@RackServ:~# mount -o ro,notreelog,nologreplay,degraded /dev/sdn1 /x mount: /x: wrong fs type, bad option, bad superblock on /dev/sdn1, missing codepage or helper program, or other error. root@RackServ:~# mount -o degraded,usebackuproot,ro /dev/sdo1 /x mount: /x: wrong fs type, bad option, bad superblock on /dev/sdo1, missing codepage or helper program, or other error. root@RackServ:~# mount -o ro,notreelog,nologreplay,degraded /dev/sdo1 /x mount: /x: wrong fs type, bad option, bad superblock on /dev/sdo1, missing codepage or helper program, or other error. root@RackServ:/mnt/disk4# btrfs restore -v /dev/sdn1 /mnt/disk4/mike warning, device 5 is missing warning, device 1 is missing bad tree block 2115388817408, bytenr mismatch, want=2115388817408, have=0 ERROR: cannot read chunk root Could not open root, trying backup super warning, device 5 is missing warning, device 1 is missing bad tree block 2115388817408, bytenr mismatch, want=2115388817408, have=0 ERROR: cannot read chunk root Could not open root, trying backup super warning, device 5 is missing warning, device 1 is missing bad tree block 2115388817408, bytenr mismatch, want=2115388817408, have=0 ERROR: cannot read chunk root Could not open root, trying backup super root@RackServ:/mnt/disk4# btrfs restore -v /dev/sdo1 /mnt/disk4/mike warning, device 1 is missing bad tree block 1754592444416, bytenr mismatch, want=1754592444416, have=0 Couldn't read tree root Could not open root, trying backup super warning, device 1 is missing bad tree block 1754592444416, bytenr mismatch, want=1754592444416, have=0 Couldn't read tree root Could not open root, trying backup super warning, device 1 is missing bad tree block 1754592444416, bytenr mismatch, want=1754592444416, have=0 Couldn't read tree root Could not open root, trying backup super
  13. I lost a few files that were on my cache drive and was hoping to recover them from some older drives that used to be my cache drives but when i try to mount them in Unassigned Devices i get the following. Is there any possible way for me to recover the files i need or am i out of luck? May 21 09:03:38 RackServ kernel: BTRFS info (device sdn1): disk space caching is enabled May 21 09:03:38 RackServ kernel: BTRFS info (device sdn1): has skinny extents May 21 09:03:38 RackServ kernel: BTRFS error (device sdn1): devid 5 uuid 9203c653-08ef-4d3a-8068-fb91544bafcb is missing May 21 09:03:38 RackServ kernel: BTRFS error (device sdn1): failed to read the system array: -2 May 21 09:03:38 RackServ kernel: BTRFS error (device sdn1): open_ctree failed May 21 09:03:38 RackServ unassigned.devices: Mount of '/dev/sdn1' failed. Error message: mount: /mnt/disks/Samsung_SSD_850_EVO_500G: wrong fs type, bad option, bad superblock on /dev/sdn1, missing codepage or helper program, or other error. May 21 09:03:38 RackServ unassigned.devices: Partition 'Samsung SSD_850_EVO_500G' could not be mounted.
  14. @johnnie.black I guess im not following. Are you saying what i did earlier caused the issue?
  15. @johnnie.black I followed your steps but when i re-add the drives and start the array i get an error that says: Cache drive unmountable, no pool uuid. I tried the btrfs restore steps listed here and was able to recover data from the two drives in my original screenshot that were in unassigned devices but when i try it on the two disks that were listed in the pool in my original picture i get the error in the attached image.
  16. @John_M It was RAID 1. I checked the cables and they all seem solid. I added the two drives back into the pool and started the array but now im getting this.
  17. @John_M so do I just add them back into the cache pool then? Will I lose any data?
  18. I moved my server to a new location, fired it up and for some reason 2 of my cache drives are now showing up in unassigned devices. If i add them i assume it rebuilds them but do i lose any data? Whats the best way to handle this so i dont lose anything on my cache drive? Also, why would this happen?
  19. Having issues with mylar as of recently so i posted an issue on their github and this is what the dev said: Cannot find /usr/lib/python2.7/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25) or chardet (3.0.4) doesn't match a supported version!
  20. A few weeks ago i posted this about how my containers would start fine upon reboot then slowly degrade to almost nonfunctional. Someone pointed out that some of my SSDs in my cache pool had issues so i replaced those but im still having the same issues. For example, i just installed a new container, after 36 minutes it still said it was doing stuff, so i stopped it, rebooted and upon reboot it completed in 2 minutes. Plex buffers roughly every 3-5 minutes even when i scaling down to low 720p quality on a hardwired connection. Im out of ideas, diagnostics are attached. storage-diagnostics-20190129-1442.zip
  21. @Squid I had the TurboWrite plugin installed and debugging was enabled so i assume that should fix it. Thanks!
  22. @johnnie.black are those lines not normal? If not, is there something I need to do to make them stop?
  23. @johnnie.black I replaced sdc in the above message you posted but now when i run the btrfs dev stats /mnt/cache command it shows 0 for all drives. Is that normal that the errors on sdd would go away after replacing sdc? Also, im still seeing a lot of sluggishness with most things running on my unraid box even after the replacement. Any other suggestions? Running the diagnostics took ~20 minutes. For reference, my machine is running dual Xeon E5-2630 v4's with 64gb of ram storage-diagnostics-20190105-2034.zip