Everything posted by Allram
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
It still says "1". Also tried to increase the timeout to 20 and still got "1". root@Tower:~# /usr/bin/nice /usr/bin/timeout 2 bash -c '(echo >/dev/tcp/100.67.144.43/2049) &>/dev/null'; echo $? 1 root@Tower:~# /usr/bin/nice /usr/bin/timeout 2 bash -c '(echo >/dev/tcp/100.67.144.43/2049) &>/dev/null'; echo $? 1 root@Tower:~# /usr/bin/nice /usr/bin/timeout 20 bash -c '(echo >/dev/tcp/100.67.144.43/2049) &>/dev/null'; echo $? 1 root@Tower:~# /usr/bin/nice /usr/bin/timeout 2 bash -c '(echo >/dev/tcp/100.67.144.43/2049) &>/dev/null'; echo $?
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
The result was "1". root@Tower:~# /usr/bin/nice /usr/bin/timeout 1 bash -c '(echo >/dev/tcp/100.67.144.43/2049) &>/dev/null'; echo $? 1 root@Tower:~#
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Tried the new UD_diagnostics, seems like since the server is not answering on ping (ping_status.txt) it automatically sets it as offline? It works fine on my other UnRaid server with an older version of the plugin, so is this something new? If i ping from the Unraid terminal, the server responds as normal. ud_diagnostics-20240423-075626.zip
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Tried again: Removed the share in UD Rebooted Let the server start and wait until all is started readded the share (UD finds the server and i can browse between the 3 shares that is available) UD says "Remote server is offline" and can't mount. New diagnostics after those steps are added here. tower-diagnostics-20240422-0812.zip
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Diagnostics added. UnRaid 6.12.10 tower-diagnostics-20240421-1759.zip
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Updated the plugin (about 3 weeks since the last update I did) and now it won't connect to an NFS unRAID server connected trough Tailscale. It finds the device when I add a new share, but it refuses to mount it: "Remote server is offline", but it is indeed online. Any tips on how to solve this?
-
Monitoring ZFS on Unraid (2023)
This seems great! I'm struggling with a piece here, the user-script: #!/bin/bash /usr/libexec/zfs/zpool_influxdb | curl -X POST 'https://<VMIP/HVMHOST>:<PORT>/write?extra_label=job=Unraid' --data-binary @- What should i put in here: https://<VMIP/HVMHOST>:<PORT> I don't understand what you mean with HVMHOST and which port? Edit: I tried with VictoriaMetrics IP and port 8428 and i get this in the script log: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 144k 0 0 100 144k 0 20.2M --:--:-- --:--:-- --:--:-- 23.5M Script Finished Aug 24, 2023 11:33.02 But there is no need population on the zfs dashboard for pools etc? Edit2: Got it working! The extra_label=job=Unraid' need to match the job set in VictoriaMetrics prometheus.yml file, so as in this guide it need to changed to: extra_label=job=unRaid'
-
[GUIDE] Optimizing Windows VMs in unRaid
I run this on Windows Server 2022 and it works awesome. Just changed what the OP said I use RDP via Apache-Guacamole.
-
Reduce power consumption with powertop
Mine uses C6 states as well. Might be one of your dockets or schedulers that is keeping it from using the C6 state.
-
[SOLVED] unRAID with HP p420i RAID card in HP ProLiant DL380p G8...
I just did this myself, you need to do the following: 1. Boot into your array controller and delete all existing array disks that you have created. 2. Install Linux mint on a Bootable USB drive. 3. Download hpssacli-2.10-14.0_amd64.deb from here: https://downloads.linux.hpe.com/SDR/repo/mcp/pool/non-free/ 4. Install the package 5. Go into the folder of installation: /opt/hp/hpssacli/bld 6. Write: ./hpssacli 7. Write: 8. Reboot and you should be all set with JBOD.
-
[Plugin] IPMI for unRAID 6.1+
Running this on Unraid 6.9.0-Beta30. It seems like it's polling the drive temperatures from the drives that i specifically unchecked on the 'Hard Drives to Poll:' settings. I have removed 4 disks from there that are around 34degrees *C. All other drives are around 17*C. But the IPMIplugin sees the HDD temp as 34*C. Any tips on how to force it to not count those drives temperatures?
-
[Plugin] CA User Scripts
This is the error message i get if i try to start a script running in the background: Oct 22 20:58:35 Tower emhttpd: cmd: /usr/local/emhttp/plugins/user.scripts/showLog.php Out of Memory Oct 22 20:58:35 Tower emhttpd: cmd: /usr/local/emhttp/plugins/user.scripts/showLog.php Out of Memory
-
Reduce power consumption with powertop
Seems to work great for me! Had to disable this as the Array did not come online with this enabled: # Runtime PM for port ata od PCI devices #for i in /sys/bus/pci/devices/????:??:??.?/ata*/power/control; do # echo 'auto' > $i #done Also did add this: # VM writeback timeout for i in /proc/sys/vm/dirty_writeback_centisecs; do echo '1500' > $i done Have a Supermicro X9DRi-LN4+ MB
-
Large copy/write on btrfs cache pool locking up server temporarily
Since you are running a single disk now. What speeds do you get if you format the drive to XFS?
-
Large copy/write on btrfs cache pool locking up server temporarily
Running the latest beta 6.9.0-beta25 Formatted my SSD's to the new partition alignment. Massive boost in speed on my Samsung 860Evo and Qvo drives! And not locking up when I do alot of transfers as they have done earlier.
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
You rock! Installing them now
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
Beta 25 is released now
-
Large copy/write on btrfs cache pool locking up server temporarily
Mine actually got better when i turned off NCQ (set it to NO), changed Scheduler to None and changed md_num_stripes to 8192. Don't know which one gave the best effect as i turned it all on at the same time, but now everything works even tho i have big transfers to btrfs cache drives and running mover.