On 29 Jul 2008, at 8:16pm, Divyen Patel wrote:
> I am trying to launch opensolaris domU with the static IP address.
> I used following py script
...
> vif = [ 'bridge=xnf0' ]

This is wrong. If you specify a bridge then, presuming that your dom0  
is Solaris, it should be the name of a link in dom0 (e.g. e1000g0).  
This is the cause of the specific failure you reported ('Backend  
device not found').

> Is there any thing else I need to mention in the py file. Can anybody
> point me to some blog or instruction which i can follow to bring up  
> domU
> with static IP address?

It depends on which variant of Solaris is running in the guest. If  
it's OpenSolaris (Indiana), then you can't specify the IP address from  
the .py file - OpenSolaris always uses NWAM (see below).

If you're running Solaris (Nevada), then this works as long as:
        - you are using the 'default' network/physical service rather than  
'nwam',
        - the domain contains no IP configuration data (i.e. no /etc/ 
hostname.xnf0, /etc/dhcp.xnf0),
        - you specify 'ip', 'netmask' in the .py ('gateway' is optional).

_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to