<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">This is what I was running in the past to shut the system down before moving the disk to a different box with e1000g nic:<div><br></div><div><br></div><div><div>$ cat ~/bin/reset-e1000g-config.sh</div><div>#!/bin/sh</div><div><br></div><div>SUDO=sudo</div><div><br></div><div>$SUDO /usr/gnu/bin/sed -i /e1000g/d /etc/path_to_inst</div><div>$SUDO rm /dev/e1000g[0-9]</div><div>$SUDO touch /reconfigure</div><div>$SUDO bootadm update-archive</div><div>$SUDO init 5</div><div>$ </div></div><div><br></div><div>Cheers</div><div><br></div><div>Andrzej</div><div><br></div><div><br><div><div>On 5 Feb 2013, at 09:01, Johan Kragsterman <<a href="mailto:johan.kragsterman@capvert.se">johan.kragsterman@capvert.se</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"> Hi all!<div><br></div><div> I needed to remove an Intel nic with two e1000g if's, e1000g0 and e1000g1. I  I didn't remove any config before I removed the nic. After that, I put in a new Intel nic with 4 if's. They show up as e1000g2, 3, 4, and 5. For me that means that there is an old configuration remaining, belonging to the old nic, somewhere, that is not removed.</div><div><br></div><div> I tried ipadm and dladm to look for how to remove the old config, but didn't find a way to do it.</div><div><br></div><div> Can anyone help me out here? I don't want to configure the new nic before I get rid of the old one.</div><div><br></div><div>Rgrds Johan</div><div></div></font>
_______________________________________________<br>OmniOS-discuss mailing list<br><a href="mailto:OmniOS-discuss@lists.omniti.com">OmniOS-discuss@lists.omniti.com</a><br>http://lists.omniti.com/mailman/listinfo/omnios-discuss<br></blockquote></div><br></div></body></html>