search for: configfl

Displaying 1 result from an estimated 1 matches for "configfl".

Did you mean: configfs
2009 Jun 23
3
vif-route script not getting domU-IP (vif-IP)
Hi, I''m using the XEN 3.4.1-pre4 Hypervisor in Routet Mode and I''m facing some problems when I start the DomU. In detail, it means that the DomU IP-Adress will not be implemented in the Kernel routing table after starting the domU via "xm create /<path +configfle>" After making a "netstat -nr" it will not show the IPadress bound to the VIF<..>-interface. A small echo in the vif-route script shows that the variable $IP is empty. So no value will be available, therefore the script can''t work. if [ "${ip}" ] ;...