Guest User

Untitled

a guest
Feb 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. [root@puppet-dev-02 opt]# virt-install -n puppet-dev-02-puppetmaster -r 1024 --vcpus=2 -f /srv/puppet-dev-02.img -s 10 -c /srv/isos/OracleLinux-R6-U1-Server-x86_64-dvd.iso -p --nographics --os-type linux --accelerate -x console=ttyS0,115200
  2. ERROR Host does not support virtualization type 'xen'
  3. [root@puppet-dev-02 opt]# virt-install --prompt
  4. What is the name of your virtual machine?
  5. puppet-dev-02-puppetmaster
  6. How much RAM should be allocated (in megabytes)?
  7. 1024
  8. What would you like to use as the disk (file path)?
  9. /srv/puppet-dev-02.img
  10. This will overwrite the existing path '/srv/puppet-dev-02.img'
  11. Do you really want to use this disk (yes or no)
  12. yes
  13. What is the install CD-ROM/ISO or URL?
  14. /srv/isos/OracleLinux-R6-U1-Server-x86_64-dvd.iso
  15.  
  16. Starting install...
  17. Creating domain... | 0 B 00:00
  18. Connected to domain puppet-dev-02-puppetmaster
  19. Escape character is ^]
Add Comment
Please, Sign In to add comment