XO need to issue network rescan and MTU change and set management interface
-
@olivierlambert Windows Xen Center can do these things.... so should XO. Please direct me to the right way to do it if it exists... or it's a feature request.
XO needs to be able to issue a rescan for host network interfaces.
If you add or remove an physical the info is not updated (missing). Should be for host and/or pool:
xe pif-scan host-uuid=[uuid of the XenServer host]
Also need to be able to change the interface MTU:
xe network-param-set uuid=[network-uuid] MTU=9000
Also need to be able to set management interface. Just changing the interface IP address is not enough.
xe host-management-reconfigure pif-uuid=<PIF_UUID>
-
@Andrew Hi Andrew,
For the refresh it's available on the Host > Network tab
-
@Darkbeldin I totally missed that.... I know I have used it before. It must be a long week already. Thanks.