Advertisement
Guest User

Untitled

a guest
Aug 15th, 2011
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.16 KB | None | 0 0
  1. sudo ./install.sh
  2. Detected `Ubuntu 10.10' (ubuntu version 10).
  3.  
  4. The following changes will be made to this Virtual Machine:
  5. * packages to be installed/upgraded:
  6. - xe-guest-utilities_1.1.0-651_amd64.deb
  7.  
  8. Continue? [y/n] y
  9.  
  10. Selecting previously deselected package xe-guest-utilities.
  11. (Reading database ... 53512 files and directories currently installed.)
  12. Unpacking xe-guest-utilities (from .../xe-guest-utilities_1.1.0-651_amd64.deb) ...
  13. Setting up xe-guest-utilities (1.1.0-651) ...
  14. Processing triggers for ureadahead ...
  15. ureadahead will be reprofiled on next reboot
  16.  
  17. You should now reboot this Virtual Machine.
  18.  
  19. dingo@ubuntu:/mnt/Linux$ sudo reboot
  20.  
  21. dingo@ubuntu:~$ nova flavor-list
  22. +----+-----------+-----------+------+----------+-------+------------+----------+
  23. | ID | Name | Memory_MB | Swap | Local_GB | VCPUs | RXTX_Quota | RXTX_Cap |
  24. +----+-----------+-----------+------+----------+-------+------------+----------+
  25. | 1 | m1.tiny | 512 | | 0 | | | |
  26. | 2 | m1.small | 2048 | | 20 | | | |
  27. | 3 | m1.medium | 4096 | | 40 | | | |
  28. | 4 | m1.large | 8192 | | 80 | | | |
  29. | 5 | m1.xlarge | 16384 | | 160 | | | |
  30. +----+-----------+-----------+------+----------+-------+------------+----------+
  31. dingo@ubuntu:~$ nova image-list
  32. +----+-----------+--------+
  33. | ID | Name | Status |
  34. +----+-----------+--------+
  35. | 1 | ramdisk | ACTIVE |
  36. | 2 | kernel | ACTIVE |
  37. | 3 | lucid_ami | ACTIVE |
  38. +----+-----------+--------+
  39. dingo@ubuntu:~$ nova boot test3 --flavor 2 --image 3
  40. +-----------+-----------------------------------------------------------------------------------------------------------------------------------------------------+
  41. | Property | Value |
  42. +-----------+-----------------------------------------------------------------------------------------------------------------------------------------------------+
  43. | addresses | {} |
  44. | adminPass | ZpK8TrcqiDTuCRdv |
  45. | created | 2011-08-15T19:11:14Z |
  46. | flavor | {u'id': u'2', u'links': [{u'href': u'http://206.208.61.188:8774/flavors/2', u'rel': u'bookmark'}]} |
  47. | hostId | |
  48. | id | 3 |
  49. | image | {u'id': u'3', u'links': [{u'href': u'http://206.208.61.188:8774/images/3', u'rel': u'bookmark'}]} |
  50. | links | [{u'href': u'http://206.208.61.188:8774/v1.1/servers/3', u'rel': u'self'}, {u'href': u'http://206.208.61.188:8774/servers/3', u'rel': u'bookmark'}] |
  51. | metadata | {} |
  52. | name | test3 |
  53. | progress | 0 |
  54. | status | BUILD |
  55. | updated | 2011-08-15T19:11:14Z |
  56. | uuid | 73052270-af63-4c91-b61b-e4d6366636d8 |
  57. +-----------+-----------------------------------------------------------------------------------------------------------------------------------------------------+
  58. dingo@ubuntu:~$ nova list
  59. +----+-------+---------+-----------------------+
  60. | ID | Name | Status | Networks |
  61. +----+-------+---------+-----------------------+
  62. | 1 | test | SHUTOFF | public=206.208.61.162 |
  63. | 2 | test2 | SHUTOFF | public=206.208.61.163 |
  64. | 3 | test3 | BUILD | public=206.208.61.164 |
  65. +----+-------+---------+-----------------------+
  66.  
  67.  
  68. 2011-08-15 15:11:32,301 ERROR nova.compute.manager [-] Instance '3' failed to spawn. Is virtualization enabled in the BIOS? Details: [Errno 2] No such file or directory: '/sys/hypervisor/uuid'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement