This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DELL OPTIPLEX (one nic) | |
dladm show-phys -m | |
LINK SLOT ADDRESS INUSE CLIENT | |
e1000g0 primary d4:be:d9:99:ea:16 yes e1000g0 | |
ifconfig net0 unplumb | |
ifconfig net0 plumb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dell PowerEdge M610 Blade Server (two nics) | |
DELL-PERC H700 | |
dladm show-phys -m | |
LINK SLOT ADDRESS INUSE CLIENT | |
bnx0 primary 24:b6:fd:d5:f:cf yes bnx0 | |
bnx1 primary 24:b6:fd:d5:f:d1 no -- | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vmadm list | |
# remove your previous try | |
export ID=`vmadm list|grep run|cut -b-36` ; echo $ID | |
export ID=`vmadm list|grep stop|cut -b-36` ; echo $ID | |
vmadm stop $ID | |
vmadm destroy $ID | |
script | |
dladm show-phys -m | |
dladm show-link |