This shows you the differences between two versions of the page.
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: | ||
http:// | http:// | ||
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 | + | - Shut down the server |
- 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: | ||
< | < | ||
xe pif-scan host-uuid=< | xe pif-scan host-uuid=< | ||
+ | |||
+ | reboot | ||
+ | </ | ||
+ | |||
+ | ===== NIC Reorder or Rename ===== | ||
+ | |||
+ | http:// | ||
+ | |||
+ | Get the current configuration: | ||
+ | |||
+ | < | ||
+ | interface-rename --list | ||
+ | </ | ||
+ | |||
+ | Change: | ||
+ | |||
+ | < | ||
+ | interface-rename --update <target eth name> | ||
+ | </ | ||
+ | |||
+ | Example: | ||
+ | |||
+ | < | ||
+ | interface-rename --update eth0=00: | ||
reboot | reboot | ||
</ | </ | ||