For more information, please see http://smartos.org/ For any questions that aren't answered there, please join the SmartOS discussion list: https://smartos.topicbox.com/groups/smartos-discuss
1.58k
stars
248
forks
source link
vmadm create needs error message for unknown brand #288
So following the wiki documentation ,i started to have some problem hereby are my steps downloaded the image a smartos 64, create a smart.json { "brand": "joynet", "image_uuid": "87b9f4ac-5385-11e3-a304-fb868b82fe10", "alias": "Smart", "hostname": "Smart", "ram":1024, "quota":20, "nics":[{ "nic_tag": "admin", "ip": "dhcp", "netmask": "" , "gateway": "" } ] } i tried to compile at http://jsonlint.com/ and it gave no error either the json -f smart.json gave no error at all than i vmadm create -f smart.json, gave this error vmadm create -f smart.json UNCAUGHT EXCEPTION: bde63545 EXCEPTION MESSAGE: Cannot read property 'features' of undefined FROM: fixPayloadMemory (/usr/vm/node_modules/VM.js:5234:29) applyZoneDefaults (/usr/vm/node_modules/VM.js:5493:5) normalizePayload (/usr/vm/node_modules/VM.js:8592:9) exports.create.async.waterfall.cb.uuid (/usr/vm/node_modules/VM.js:10021:13) async.iterator.fn (/usr/node/0.8/node_modules/async.js:571:34) async.waterfall.wrapIterator (/usr/node/0.8/node_modules/async.js:487:34) process.startup.processNextTick.process._tickCallback (node.js:245:9) Abort (core dumped) uname -a SunOS host-192-168-1-2 5.11 joyent_20131128T230213Z i86pc i386 i86pc i hope to give the essential details thanks in advance PS If i wanna debug with mdb how can i resolve it for ie.UNCAUGHT EXCEPTION: bde63545