User Tools

Site Tools


virtualization:xenserver:xenserver_add_nic

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
virtualization:xenserver:xenserver_add_nic [2014/05/04 20:47]
gcooper created
virtualization:xenserver:xenserver_add_nic [2019/09/17 13:55] (current)
gcooper
Line 1: Line 1:
 ====== Xenserver - Add or Replace a NIC ====== ====== Xenserver - Add or Replace a NIC ======
 +
 +See also **[[virtualization:xenserver:xenserver_networking|XenServer Networking Notes]]**
  
 http://vdinotes.com/2013/01/13/xenserver-get-out-of-emergency-mode/ http://vdinotes.com/2013/01/13/xenserver-get-out-of-emergency-mode/
Line 19: Line 21:
   - Set the XenServer to maintenance mode   - Set the XenServer to maintenance mode
     * This will migrate, suspend or shut down any VMs     * This will migrate, suspend or shut down any VMs
-  - Shut down the server normaly+  - Shut down the server normally
   - Disconnect the power source(s)   - Disconnect the power source(s)
   - Reconnect power and start the server   - Reconnect power and start the server
Line 31: Line 33:
 <file> <file>
 xe pif-scan host-uuid=<your host UUID> xe pif-scan host-uuid=<your host UUID>
 +
 +reboot
 +</file>
 +
 +===== NIC Reorder or Rename =====
 +
 +http://support.citrix.com/article/CTX135809
 +
 +Get the current configuration:
 +
 +<file>
 +interface-rename --list
 +</file>
 +
 +Change:
 +
 +<file>
 +interface-rename --update <target eth name>=MAC|PCI|Phys|"SMBios"
 +</file>
 +
 +Example:
 +
 +<file>
 +interface-rename --update eth0=00:12:23:34:45:56
  
 reboot reboot
 </file> </file>
  
virtualization/xenserver/xenserver_add_nic.1399258077.txt.gz · Last modified: 2014/05/04 20:47 by gcooper