Tag Archives: xenserver pif
Article

XenServer hard code NIC parameters

I wanted to make sure that the network settings on the XenServers were all hard set to 1000 with full duplex. Unfortunately, XenCenter doesn’t allow you to modify the NIC parameters, so the only remaining option is to do this through CLI. Here is how you do it: xe pif-param-set uuid=<UUID of PIF> other-config:ethtool-autoneg=”off” xe [...]

Read More