XenServer
Jump to navigation
Jump to search
Procedures
Network Card Addition (Physical)
XenServer isn't plug and play, once the new network interface has been physically installed, follow the steps below...
- On the XenServer, go into the Local Command Shell
- List the detected physical NIC's
xe pif-list
- Assuming the new NIC wasn't displayed, find the XenServers UUID and then rescan
xe host-list
xe pif-scan host-uuid=<uuid>
- Introduce the additional NIC so that it can be seen from XenCentre, and find the new interface's MAC address
ifconfig -a
- Introduce the new physical NIC to the XenServer
xe pif-introduce host-uuid=<uuid> device=<int> mac=<mac>
- Plug the new interface UUID
xe pif-plug uuid=<uuid>
- Confirm new NIC is now listed and is currently attached
xe pif-list