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 |