Vmware Detect new NIC and HDD
Detect New NIC CentOS7 ls -l /sys/class/net/ interfaceid= cat /sys/class/net/$interfaceid/address make a file in /etc/sysconfig/network-scripts vim /etc/sysconfig/network-scripts/ifcfg-$interfaceid TYPE=Ethernet BOOTPROTO=none NAME= DEVICE= HWADDR=MACADDRESS ONBOOT=yes IPADDR= NETMASK= then interface up ifup …
Vmware Detect new NIC and HDD Read More