supergregg

Members
  • Posts

    5
  • Joined

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

supergregg's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hi. So decided to move one of my VMs to cache: Powered down VM. Moved the .img to cache drive. Went in to Update VM with new settings, in "form view" and just clicked my way to the new location. Hit Update and Started the VM. The VM did not boot, just got stuck in UEFI prompt. Could not get it to boot. Switched back to old VM image, also did not boot. Panic began to set in as this is my main Firewall, pfSense. Created new VM, pointed to image and the new VM booted. Wtf yo! Checked the XMLview for differences and found that for some unknown reason, the img type was set to "raw" instead of "qcow2"... Now I have limited knowledge and time to fully test this, I am a linux n00b and mostly rely on nice GUI's, but as there is no way to set "type" in "form view" my guess is that something is changing this automatically behind the scenes and messed up my config. The VM was working fine across several reboots of Unraid so it can't have happened all by itself?
  2. @itimpi Thanks for the reply. I happen to know a bit of PHP so the PowerShell script wont be to hard to convert. I will try this! Thanks!
  3. Hi. I'm a bit new to the linux scene, coming from a very microsoft based workplace. I have been running unraid for a couple of months now and I'm slowly moving away from my Windows VM to docker containers. Right now I'm stuck at replacing a PowerShell script. The script checks for a JSON auth-token, runs a couple of Rest-API queries, re formats results and Inserts them into a MariaDB database, close and repeat every 5 min. So the question is, and I'm thinking this might be a hot debate, but what would be the best approach to converting this to running natively on UNRAID in some form? BASH? Python? Installing PowerShell? User Script Plugin? How do I make it run every 5 min? Thanks in advance!
  4. Thank you! Looks easy enough, now to find a good time to power down the VMs, as it also kills my internet connection. Thank's again!
  5. Hi. Can somebody point me in the right direction on how to move all data off cache so that i can reconfigure it and then re-enable cache for the affected shares. I currently only have "Prefer : Cache" shares; appdata, system and VMs. What would be the correct way to move all data to spinning disks so that i can take the entire cache down/remove it, reconfigure it, and then bring cache online again and move everything back to cache? I'm running on 6.9.2. Thank you!