report error when add a new storage controller interface
Posted: 12. Jul 2013, 04:36
I am installing a Oracle RAC on OSX using Virtualbox.
-------firstly,it reported no this controller
boypooMac:oracle boypoo$ VBoxManage storageattach ol5-l12-rac1 --storagectl "SATA" --port 1 --device 0 --type hdd --medium asm1.vdi --mtype shareable
VBoxManage: error: Could not find a controller named 'SATA'
------then I created it, but it is going to wrong:
boypooMac:oracle boypoo$ VBoxManage storagectl ol5-l12-rac1 --name "SATA Controller" --add sata
VBoxManage: error: Too many storage controllers of this type
VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), component StorageController, interface IStorageController, callee nsISupports
VBoxManage: error: Context: "AddStorageController(Bstr(pszCtl).raw(), StorageBus_SATA, ctl.asOutParam())" at line 1026 of file VBoxManageStorageController.cpp
boypooMac:oracle boypoo$
what's wrong?
thanks.
boypoo
-------firstly,it reported no this controller
boypooMac:oracle boypoo$ VBoxManage storageattach ol5-l12-rac1 --storagectl "SATA" --port 1 --device 0 --type hdd --medium asm1.vdi --mtype shareable
VBoxManage: error: Could not find a controller named 'SATA'
------then I created it, but it is going to wrong:
boypooMac:oracle boypoo$ VBoxManage storagectl ol5-l12-rac1 --name "SATA Controller" --add sata
VBoxManage: error: Too many storage controllers of this type
VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), component StorageController, interface IStorageController, callee nsISupports
VBoxManage: error: Context: "AddStorageController(Bstr(pszCtl).raw(), StorageBus_SATA, ctl.asOutParam())" at line 1026 of file VBoxManageStorageController.cpp
boypooMac:oracle boypoo$
what's wrong?
thanks.
boypoo