Personal tools

Difference between revisions of "VmMrtSrv06-1.0"

From MohidWiki

Jump to: navigation, search
 
Line 1: Line 1:
 +
Configuration file for [[VmMrtSrv06]]
 +
 +
(domain
 +
    (on_crash destroy)
 +
    (vcpus 2)
 +
    (cpus 2,3)
 +
    (cpu_cap 150)
 +
    (cpu_weight 200)
 +
    (name VMMRTSRV06)
 +
    (on_poweroff destroy)
 +
    (on_reboot restart)
 +
    (maxmem 1024)
 +
    (memory 1024)
 +
    (shadow_memory 10)
 +
    (on_xend_start ignore)
 +
    (on_xend_stop ignore)
 +
    (image
 +
        (hvm
 +
            (kernel /usr/lib/xen/boot/hvmloader)
 +
            (hpet 0)
 +
            (stdvga 0)
 +
            (extid 1)
 +
            (serial pty)
 +
            (vncunused 1)
 +
            (boot cd)
 +
            (rtc_timeoffset 0)
 +
            (pci ())
 +
            (pae 1)
 +
            (hap 1)
 +
            (acpi 1)
 +
            (localtime 1)
 +
            (timer_mode 0)
 +
            (vnc 1)
 +
            (nographic 0)
 +
            (guest_os_type default)
 +
            (apic 1)
 +
            (monitor 0)
 +
            (usbdevice tablet)
 +
            (device_model /usr/lib/xen/bin/qemu-dm)
 +
  
 
[[Category:Xen]]
 
[[Category:Xen]]
 
[[Category:VM]]
 
[[Category:VM]]
 
[[Category:Linux]]
 
[[Category:Linux]]

Revision as of 16:21, 2 February 2009

Configuration file for VmMrtSrv06

(domain
   (on_crash destroy)
   (vcpus 2)
   (cpus 2,3)
   (cpu_cap 150)
   (cpu_weight 200)
   (name VMMRTSRV06)
   (on_poweroff destroy)
   (on_reboot restart)
   (maxmem 1024)
   (memory 1024)
   (shadow_memory 10)
   (on_xend_start ignore)
   (on_xend_stop ignore)
   (image
       (hvm
           (kernel /usr/lib/xen/boot/hvmloader)
           (hpet 0)
           (stdvga 0)
           (extid 1)
           (serial pty)
           (vncunused 1)
           (boot cd)
           (rtc_timeoffset 0)
           (pci ())
           (pae 1)
           (hap 1)
           (acpi 1)
           (localtime 1)
           (timer_mode 0)
           (vnc 1)
           (nographic 0)
           (guest_os_type default)
           (apic 1)
           (monitor 0)
           (usbdevice tablet)
           (device_model /usr/lib/xen/bin/qemu-dm)