iohyve invalid dataset name

Status
Not open for further replies.
Joined
Jul 20, 2016
Messages
3
Banging my head against a wall here and can use some help.

My goal is to run crashplan on a virtual machine through iohyve. Trying to run ubuntu through bhyve using http://gavowen.ninja/2016/07/installing-ubuntu-server-16-04-in-freenas-9-10-beehyve/

I made the following errors which I later corrected

I first entered iohyve setup pool=DentArthurDent kmod=DentArthurDent net=vlan10 (later changed kmod to 1)

Then I entered iohyve setup pool=DentArthurDent kmod=1 net=vlan10 when "vlan10" was not my actual NIC (later entered the correct NIC name)

After that, everything went fine until I tried to set the parameters for my guest account:

Code:
[root@freenas] ~# iohyve set ubsrv16 loadegrub-bhyve os=d81vm ram=2G cpu=1 con=nmdm1
Setting ubsrv16 loadegrub-bhyve=loadegrub-bhyve...
cannot open '/iohyve/ubsrv16': invalid dataset name
Setting ubsrv16 os=d81vm...
cannot open '/iohyve/ubsrv16': invalid dataset name
Setting ubsrv16 ram=2G...
cannot open '/iohyve/ubsrv16': invalid dataset name
Setting ubsrv16 cpu=1...
cannot open '/iohyve/ubsrv16': invalid dataset name
Setting ubsrv16 con=nmdm1...
cannot open '/iohyve/ubsrv16': invalid dataset name


The dataset does show up in the FreeNAS GUI storage tree. Does anyone know what I'm doing wrong? Also, is there a way to destroy everything and start over?

Thanks
 
Status
Not open for further replies.
Top