Guest User

/etc/xen/www.xxxxx.de.cfg

a guest
Jan 18th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. [12:43:23] root@XXXXX-web-node02:~# cat /etc/xen/www.xxxxx.de.cfg
  2. #
  3. # Configuration file for the Xen instance www.xxxxx.de, created
  4. # by xen-tools 4.5 on Tue Dec 15 17:22:49 2015.
  5. #
  6.  
  7. #
  8. # Kernel + memory size
  9. #
  10. kernel = '/boot/vmlinuz-3.16.0-4-amd64'
  11. extra = 'elevator=noop'
  12. ramdisk = '/boot/initrd.img-3.16.0-4-amd64'
  13.  
  14. vcpus = '32'
  15. memory = '50000'
  16.  
  17.  
  18. #
  19. # Disk device(s).
  20. #
  21.  
  22.  
  23. #
  24. # Physical volumes
  25. #
  26. root = '/dev/xvda2 ro'
  27. disk = [
  28. 'phy:/dev/drbd1,xvda2,w',
  29. 'phy:/dev/system/www.xxxxx.de-swap,xvda1,w',
  30. ]
  31.  
  32.  
  33. #
  34. # Hostname
  35. #
  36. name = 'www.xxxxx.de'
  37.  
  38. #
  39. # Networking
  40. #
  41. vif = [ 'mac=00:16:3E:C2:91:71,bridge=xenbr0' ]
  42.  
  43. #
  44. # Behaviour
  45. #
  46. on_poweroff = 'destroy'
  47. on_reboot = 'restart'
  48. on_crash = 'restart'
  49.  
  50.  
  51. extra = 'console=hvc0 xencons=hvc0 2'
Add Comment
Please, Sign In to add comment