[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-API] XCP 1.6 BETA: Reconfigure host network via XenCenter


  • To: xen-api@xxxxxxxxxxxxx
  • From: Luis Leal <luislealza@xxxxxxxxx>
  • Date: Mon, 8 Oct 2012 18:24:38 +0200
  • Delivery-date: Tue, 09 Oct 2012 11:58:59 +0000
  • List-id: User and development list for XCP and XAPI <xen-api.lists.xen.org>

Hi,

I'm testing XCP 1.6 on two servers and I'm consistently seeing
failures re-configuring network interfaces via XenCenter -
specifically secondary interfaces used for storage.

Anybody else seeing the same problem?

The relevant extract from the XenCenter log:

2012-10-08 18:05:40,662 DEBUG XenAdmin.Actions.ActionBase [Main
program thread] -
2012-10-08 18:05:40,663 INFO  Audit [Main program thread] - Operation
started: ChangeNetworkingAction: xs01: Host
7fb2b49c-1b09-4a5c-aca7-ee6af21ac5d9 (xs01):
2012-10-08 18:05:40,678 DEBUG XenAdmin.Actions.NetworkingActionHelpers
[3328] - Bringing PIF NIC 0 3dbda962-e651-44db-efad-e394c884b670 up as
192.168.254.1/255.255.255.0, , ...
2012-10-08 18:05:40,679 DEBUG XenAdmin.Actions.ActionBase [3328] -
Configuring IP address on NIC 0...
2012-10-08 18:05:40,686 INFO  XenAPI.Session [3328] - Invoking XML-RPC
method PIF.set_other_config
2012-10-08 18:05:40,750 INFO  XenAPI.Session [3328] - Invoking XML-RPC
method PIF.set_disallow_unplug
2012-10-08 18:05:40,796 DEBUG XenAdmin.Actions.NetworkingActionHelpers
[3328] - Reconfiguring IP on NIC 0
3dbda962-e651-44db-efad-e394c884b670 ...
2012-10-08 18:05:40,803 INFO  XenAPI.Session [3328] - Invoking XML-RPC
method Async.PIF.reconfigure_ip
2012-10-08 18:05:40,855 INFO  XenAPI.Session [3328] - Invoking XML-RPC
method task.add_to_other_config
2012-10-08 18:05:40,901 INFO  XenAPI.Session [3328] - Invoking XML-RPC
method task.add_to_other_config
2012-10-08 18:05:40,952 INFO  XenAPI.Session [3328] - Invoking XML-RPC
method task.add_to_other_config
2012-10-08 18:05:42,091 INFO  XenAPI.Session [3328] - Invoking XML-RPC
method task.destroy
2012-10-08 18:05:42,143 DEBUG XenAdmin.Actions.NetworkingActionHelpers
[3328] - Reconfiguring IP on NIC 0
3dbda962-e651-44db-efad-e394c884b670 done.
2012-10-08 18:05:42,151 INFO  XenAPI.Session [3328] - Invoking XML-RPC
method PIF.get_currently_attached
2012-10-08 18:05:42,200 DEBUG XenAdmin.Actions.NetworkingActionHelpers
[3328] - Plugging NIC 0 3dbda962-e651-44db-efad-e394c884b670 ...
2012-10-08 18:05:42,205 INFO  XenAPI.Session [3328] - Invoking XML-RPC
method Async.PIF.plug
2012-10-08 18:05:42,254 INFO  XenAPI.Session [3328] - Invoking XML-RPC
method task.add_to_other_config
2012-10-08 18:05:42,302 INFO  XenAPI.Session [3328] - Invoking XML-RPC
method task.add_to_other_config
2012-10-08 18:05:42,351 INFO  XenAPI.Session [3328] - Invoking XML-RPC
method task.add_to_other_config
2012-10-08 18:05:42,588 WARN  XenAdmin.Network.TaskPoller [3328] -
Action failed due to API failure:
   at System.Environment.get_StackTrace()
   at XenAdmin.Network.TaskPoller.poll()
   at XenAdmin.Network.TaskPoller.PollToCompletion()
   at XenAdmin.Actions.NetworkingActionHelpers.Plug(AsyncAction
action, PIF pif, Int32 hi)
   at XenAdmin.Actions.NetworkingActionHelpers.BringUp(AsyncAction
action, PIF new_pif, String new_ip, PIF existing_pif, Int32 hi)
   at XenAdmin.Actions.ChangeNetworkingAction.BringUp(PIF new_pif, PIF
existing_pif, Int32 hi)
   at XenAdmin.Actions.NetworkingActionHelpers.ForSomeHosts(AsyncAction
action, PIF pif, Boolean this_host, Boolean lock_pif, Int32 hi,
PIFMethod pif_method)
   at XenAdmin.Actions.ChangeNetworkingAction.Reconfigure(PIF pif,
Boolean up, Boolean this_host, Int32 hi)
   at XenAdmin.Actions.ChangeNetworkingAction.Run()
   at XenAdmin.Actions.AsyncAction.RunWorkerThread(Object o)
   at System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state)
   at 
System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback
tpWaitCallBack)
   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
2012-10-08 18:05:42,590 INFO  XenAPI.Session [3328] - Invoking XML-RPC
method task.destroy
2012-10-08 18:05:42,654 ERROR XenAdmin.Actions.AsyncAction [3328] - An
unknown error occurred while attempting to configure an interface.
2012-10-08 18:05:42,655 ERROR XenAdmin.Actions.AsyncAction [3328] -
at XenAdmin.Network.TaskPoller.poll()
   at XenAdmin.Network.TaskPoller.PollToCompletion()
   at XenAdmin.Actions.NetworkingActionHelpers.Plug(AsyncAction
action, PIF pif, Int32 hi)
   at XenAdmin.Actions.NetworkingActionHelpers.BringUp(AsyncAction
action, PIF new_pif, String new_ip, PIF existing_pif, Int32 hi)
   at XenAdmin.Actions.ChangeNetworkingAction.BringUp(PIF new_pif, PIF
existing_pif, Int32 hi)
   at XenAdmin.Actions.NetworkingActionHelpers.ForSomeHosts(AsyncAction
action, PIF pif, Boolean this_host, Boolean lock_pif, Int32 hi,
PIFMethod pif_method)
   at XenAdmin.Actions.ChangeNetworkingAction.Reconfigure(PIF pif,
Boolean up, Boolean this_host, Int32 hi)
   at XenAdmin.Actions.ChangeNetworkingAction.Run()
   at XenAdmin.Actions.AsyncAction.RunWorkerThread(Object o)
2012-10-08 18:05:42,656 WARN  Audit [3328] - Operation failure:
ChangeNetworkingAction: xs01: Host
7fb2b49c-1b09-4a5c-aca7-ee6af21ac5d9 (xs01): Configuring IP address on
NIC 0...
2012-10-08 18:05:42,656 DEBUG XenAdmin.Actions.ActionBase [3328] - An
unknown error occurred while attempting to configure an interface.
An unknown error occurred while attempting to configure an interface.

Kind regards

Luis

_______________________________________________
Xen-api mailing list
Xen-api@xxxxxxxxxxxxx
http://lists.xen.org/cgi-bin/mailman/listinfo/xen-api


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.