So I decided to use SmartOS since I hear that it's a stable distro of illumos. Not sure about OmniOS, but the hosting with it was super expensive relative to SmartOS hosting, so I figured I'd try SmartOS.
Anyway, I don't know if this applies to every other implementation of Zones, but here's the error I keep getting:
"[root@70-54-d2-19-68-c1 ~]# vmadm create -f ekunia1.json
UNCAUGHT EXCEPTION (84fe15c5): dumping core
/usr/vm/sbin/vmadm:645:28
fs.readFile (fs.js:176:14)
Object.oncomplete (fs.js:297:15)
Abort (core dumped)"
Furthermore, the ekunia1.json manifest being summoned:
EDIT: I'd also like to mention that this is an undocumented error AFAIK.
Anyway, I don't know if this applies to every other implementation of Zones, but here's the error I keep getting:
"[root@70-54-d2-19-68-c1 ~]# vmadm create -f ekunia1.json
UNCAUGHT EXCEPTION (84fe15c5): dumping core
/usr/vm/sbin/vmadm:645:28
fs.readFile (fs.js:176:14)
Object.oncomplete (fs.js:297:15)
Abort (core dumped)"
Furthermore, the ekunia1.json manifest being summoned:
Code:
{
"brand": "joyent",
"dataset_uuid": "a0f8cf30-f2ea-11e1-8a51-5793736be67c",
"alias": "ekunia1",
"hostname": "ekunia1",
"max_physical_memory": 32768,
"zfs_root_compression": lzjb
"dns_domain": ekunia.com
"quota": 0,
"nics": [
{
"nic_tag": "admin",
"ip": "192.95.30.28",
"netmask": "255.255.255.0",
"gateway": "10.88.88.2"
}
]
}
"brand": "joyent",
"dataset_uuid": "a0f8cf30-f2ea-11e1-8a51-5793736be67c",
"alias": "ekunia1",
"hostname": "ekunia1",
"max_physical_memory": 32768,
"zfs_root_compression": lzjb
"dns_domain": ekunia.com
"quota": 0,
"nics": [
{
"nic_tag": "admin",
"ip": "192.95.30.28",
"netmask": "255.255.255.0",
"gateway": "10.88.88.2"
}
]
}
EDIT: I'd also like to mention that this is an undocumented error AFAIK.