Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 1.27 KB | None | 0 0
  1. [root@onuava vm01]# virt-install --prompt
  2. Would you LIKE a fully virtualized guest (yes OR no)? This will allow you TO run unmodified operating systems. yes
  3.  What IS the name OF your virtual machine? Web Node (Linux)
  4. ERROR    Guest name can ONLY contain alphanumeric, '_', '.', OR '-' characters
  5.  What IS the name OF your virtual machine? Webnode Linux
  6. ERROR    Guest name can ONLY contain alphanumeric, '_', '.', OR '-' characters
  7.  What IS the name OF your virtual machine? Webnode
  8.  How much RAM should be allocated (IN megabytes)? 2048
  9.  What would you LIKE TO USE AS the disk (file path)? /vm01/vm-webnode01.img
  10.  How LARGE would you LIKE the disk (/vm01/vm-webnode01.img) TO be (IN gigabytes)? 400
  11. ERROR    invalid literal FOR INT(): *
  12. Traceback (most recent CALL LAST):
  13.   File "/usr/sbin/virt-install", line 889, IN ?
  14.     main()
  15.   File "/usr/sbin/virt-install", line 678, IN main
  16.     options.nonetworks, guest)
  17.   File "/usr/sbin/virt-install", line 250, IN get_networks
  18.     networks, nics=1)
  19.   File "/usr/lib/python2.4/site-packages/virtinst/cli.py", line 432, IN digest_networks
  20.     net = _util.default_network(conn)
  21.   File "/usr/lib/python2.4/site-packages/virtinst/util.py", line 125, IN default_network
  22.     defn = INT(dev[-1])
  23. ValueError: invalid literal FOR INT(): *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement