F7 Dom0 (64 bit) installed with static IP.
/etc/xen/xend-config.sxp modified as follows:-

# (network-script network-bridge)
#### LAPTOP USERS ! #####
# For laptops, or machines where network interfaces come/go on-the-fly,
# or are otherwise managed by NetworkManager, comment out the above line.
# Then, uncomment the line below, and use libvirt's virtual networking
# capability which sets up a isolated bridge + NAT forwarding
(network-script /bin/true)

# service xend restart

Both services libvirtd and dnsmasq are up and running.
Interface virbr0 actived 192.168.122.1
SNV 81 installed with DHCP option on libvirtd (dnsmasq) network.

In case when vif=[' ']

[EMAIL PROTECTED] vm]# brctl show
bridge name     bridge id               STP enabled     interfaces
tmpbridge               8000.feffffffffff       no              vif5.0
virbr0          8000.000000000000       no

and DHCP request to libvirtd's network times out

In case when vif=['bridge = virbr0']

[EMAIL PROTECTED] vm]# brctl show
bridge name     bridge id               STP enabled     interfaces
tmpbridge               8000.000000000000       no
virbr0          8000.feffffffffff       no              vif6.0


DHCP request to libvirtd's network succeseeded in 1-2 minutes


Installation profile:-

name = "Solaris81"
vcpus = 1
memory = "1024"
kernel = "/usr/lib/xen-solaris/unix-81"
ramdisk = "/usr/lib/xen-solaris/x86.miniroot-81"
extra = "/platform/i86xpv/kernel/amd64/unix - nowin -B install_media=cdrom"
disk = ['file:/usr/lib/xen-solaris/snv81.iso,6:cdrom,r','phy:/dev/sdb7,0,w']
vif = ['bridge = virbr0']
on_shutdown = "destroy"
on_reboot = "destroy"
on_crash = "destroy"

Runtime profile:-

name = "Solaris81"
vcpus = 1
memory = "1024"
kernel = "/usr/lib/xen-solaris/unix-81"
ramdisk = "/usr/lib/xen-solaris/x86.miniroot-81"
extra = "/platform/i86xpv/kernel/amd64/unix"
disk = ['phy:/dev/sdb7,0,w']
vif = ['bridge = virbr0']
root= "/dev/dsk/c0d0s0"
on_shutdown = "destroy"
on_reboot = "destroy"
on_crash = "destroy"
 
 
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to