Hi David:
Using the virsh xmldump command, I don't see any IP address info:
$ virsh dumpxml lss-kickstart1
<domain type='xen' id='-1'>
<name>lss-kickstart1</name>
<uuid>ba68509f-ffd6-a8d2-9476-2c0702c7d611</uuid>
<bootloader>/usr/lib/xen/bin/pygrub</bootloader>
<os>
<type>linux</type>
</os>
<memory>2097152</memory>
<vcpu>2</vcpu>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
<interface type='bridge'>
<source bridge='nge1'/>
<target dev='vif-1.0'/>
<mac address='00:16:3e:20:ca:28'/>
</interface>
<disk type='block' device='disk'>
<driver name='phy'/>
<source dev='/dev/zvol/dsk/zfs_pool/xen/lss-kickstart1/root'/>
<target dev='xvda'/>
</disk>
<disk type='block' device='disk'>
<driver name='phy'/>
<source dev='/dev/zvol/dsk/zfs_pool/xen/lss-kickstart1/swap'/>
<target dev='xvdb'/>
</disk>
<disk type='block' device='disk'>
<driver name='phy'/>
<source dev='/dev/zvol/dsk/zfs_pool/xen/lss-kickstart1/nfs'/>
<target dev='xvdc'/>
</disk>
</devices>
</domain>
--
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]