OAKERR:7007 Problem when setting the CPU count in ODA 2.6
..hitting the below issue while
starting the VM
We just made some changes max CPU / VCPU
and Memory and Maxmemory parameters
[root@odaprod1 ~]# oakcli start vm ebsclnapp1
OAKERR:7007 Error encountered during start vm - Command: ['xm', 'create', '/OVS/Repositories/odarepo1/VirtualMachines/eapp1/vm.cfg'] failed (1): stderr: Error: unsupported operand type(s) for <<: 'int' and 'str'
stdout: Using config file "/OVS/Repositories/odarepo1/VirtualMachines/eapp1/vm.cfg".
It looks like there is a wrong parameter/value in the vm.cfg, but I cannot find what.
I have tried to change the autostart from 'restore' to 'always' and I am getting the following error when trying to start the VM
[root@odaprod1 ~]# oakcli start vm ebsclnapp1
OAKERR:7007 Error encountered during start vm - Command: ['xm', 'create', '/OVS/Repositories/odarepo1/VirtualMachines/eapp1/vm.cfg'] failed (1): stderr: Error: unsupported operand type(s) for <<: 'int' and 'str'
stdout: Using config file "/OVS/Repositories/odarepo1/VirtualMachines/eapp1/vm.cfg".
It looks like there is a wrong parameter/value in the vm.cfg, but I cannot find what.
0