Oh my. What is this?? FreeNAS 11 Nightlies?
N notjoe Explorer Joined Nov 25, 2015 Messages 63 Apr 19, 2017 #1 Oh my. What is this?? FreeNAS 11 Nightlies?
Osiris Contributor Joined Aug 15, 2013 Messages 148 Apr 20, 2017 #2 Ok guys, I'm testing this, you teases!
gpsguy Active Member Joined Jan 22, 2012 Messages 4,472 Apr 20, 2017 #3 Yes, here's a thread on the subject: https://forums.freenas.org/index.php?threads/freenas-11-0.53743/#post-371806
Yes, here's a thread on the subject: https://forums.freenas.org/index.php?threads/freenas-11-0.53743/#post-371806
M maydo Contributor Joined Jan 9, 2017 Messages 159 Apr 20, 2017 #4 It is version 9.10.xx just renamed to FreeNAS 11. Good decision btw. Last edited by a moderator: Apr 21, 2017
Ericloewe Server Wrangler Moderator Joined Feb 15, 2014 Messages 20,194 Apr 20, 2017 #6 Osiris said: View attachment 17927 Click to expand... Yes, that's been known for ages.
N notjoe Explorer Joined Nov 25, 2015 Messages 63 Apr 20, 2017 #7 Osiris said: View attachment 17927 Click to expand... cant really do much with it, yet.
SweetAndLow Sweet'NASty Joined Nov 6, 2013 Messages 6,421 Apr 20, 2017 #8 I got a centos vm deployed and connected over vnc so it's pretty close to functional. Sent from my Nexus 5X using Tapatalk
I got a centos vm deployed and connected over vnc so it's pretty close to functional. Sent from my Nexus 5X using Tapatalk
N notjoe Explorer Joined Nov 25, 2015 Messages 63 Apr 20, 2017 #9 SweetAndLow said: I got a centos vm deployed and connected over vnc so it's pretty close to functional. Sent from my Nexus 5X using Tapatalk Click to expand... You got a howto on that?
SweetAndLow said: I got a centos vm deployed and connected over vnc so it's pretty close to functional. Sent from my Nexus 5X using Tapatalk Click to expand... You got a howto on that?
SweetAndLow Sweet'NASty Joined Nov 6, 2013 Messages 6,421 Apr 20, 2017 #10 It was really easy. Create a zvol. Download iso of choice to FreeNAS. Add zvol as disk storage to vm Create vm selecting the iso Connect to IP and port using a vnc client. Sent from my Nexus 5X using Tapatalk Last edited by a moderator: Apr 21, 2017
It was really easy. Create a zvol. Download iso of choice to FreeNAS. Add zvol as disk storage to vm Create vm selecting the iso Connect to IP and port using a vnc client. Sent from my Nexus 5X using Tapatalk
Osiris Contributor Joined Aug 15, 2013 Messages 148 Apr 24, 2017 #11 I'm trying to hammer a W10 console inthere, thusfar without success. Trying daily ... coz I have no life.
I'm trying to hammer a W10 console inthere, thusfar without success. Trying daily ... coz I have no life.
N notjoe Explorer Joined Nov 25, 2015 Messages 63 Apr 24, 2017 #12 Looking good so far....with the exception of there being no clear way to be able to auto-start these VMs
Looking good so far....with the exception of there being no clear way to be able to auto-start these VMs
Jailer Not strong, but bad Joined Sep 12, 2014 Messages 4,977 Apr 24, 2017 #13 SweetAndLow said: It was really easy. Create a zvol. Click to expand... So a separate volume, not dataset, is needed to make this work?
SweetAndLow said: It was really easy. Create a zvol. Click to expand... So a separate volume, not dataset, is needed to make this work?
SweetAndLow Sweet'NASty Joined Nov 6, 2013 Messages 6,421 Apr 24, 2017 #14 Jailer said: So a separate volume, not dataset, is needed to make this work? Click to expand... Yes, have you tried yet? The VM GUI asks you for a zvol if you don't give it one it doesn't work. Sent from my Nexus 5X using Tapatalk
Jailer said: So a separate volume, not dataset, is needed to make this work? Click to expand... Yes, have you tried yet? The VM GUI asks you for a zvol if you don't give it one it doesn't work. Sent from my Nexus 5X using Tapatalk
Jailer Not strong, but bad Joined Sep 12, 2014 Messages 4,977 Apr 24, 2017 #15 I figured that's what it was when I tried it briefly, I just wanted to make sure I was thinking correctly.
I figured that's what it was when I tried it briefly, I just wanted to make sure I was thinking correctly.
Ziggy Contributor Joined Oct 7, 2015 Messages 157 Apr 29, 2017 #16 Sound easy but .. where do you download to the iso to and from where/which part of the menu do you select the iso?
Sound easy but .. where do you download to the iso to and from where/which part of the menu do you select the iso?
William Grzybowski Wizard iXsystems Joined May 27, 2011 Messages 1,754 Apr 29, 2017 #17 Ziggy said: Sound easy but .. where do you download to the iso to and from where/which part of the menu do you select the iso? Click to expand... If you click on the VM there will be a "Devices" button at the bottom. From there you can add other devices, including a CDROM (iso).
Ziggy said: Sound easy but .. where do you download to the iso to and from where/which part of the menu do you select the iso? Click to expand... If you click on the VM there will be a "Devices" button at the bottom. From there you can add other devices, including a CDROM (iso).
N notjoe Explorer Joined Nov 25, 2015 Messages 63 Apr 29, 2017 #18 Any suggestions on how to make the VMs auto start?
William Grzybowski Wizard iXsystems Joined May 27, 2011 Messages 1,754 Apr 29, 2017 #19 notjoe said: Any suggestions on how to make the VMs auto start? Click to expand... Not really, there is a feature request to make it work but meanwhile you could add a Init script with the following shell command: midclt call vm.query | jq '.[].id' | while read r; do midclt call vm.start $r; done;
notjoe said: Any suggestions on how to make the VMs auto start? Click to expand... Not really, there is a feature request to make it work but meanwhile you could add a Init script with the following shell command: midclt call vm.query | jq '.[].id' | while read r; do midclt call vm.start $r; done;
N notjoe Explorer Joined Nov 25, 2015 Messages 63 Apr 29, 2017 #20 Problem with that is that when i reboot the VM it never starts back up either.