diff --git a/docs/networking/networking.md b/docs/networking/networking.md index 4185420b..2e972680 100644 --- a/docs/networking/networking.md +++ b/docs/networking/networking.md @@ -136,7 +136,12 @@ By renaming/updating interfaces like this, you can assure all your hosts have th ### Remove a physical NIC -Before removing it, just be sure to remove its associated networks, so it won't cause trouble. Then, shutdown, remove the NIC and finally boot. After the boot, do a `xe pif-forget uuid=` to get rid of the object record. +Before removing a physical NIC, ensure that no VMs are using the interface. Shutdown the host, physically remove the NIC and boot. +After boot, the PIF will need to be removed. You can do it this way: +``` +xe pif-forget uuid= +``` +The `` can be obtained with either `xe pif-list` or with Xen Orchestra. This command only needs to be ran once on the pool. ## 🛞 SDN controller