This is a discussion on setting up a new network interface solaris 8 within the Sun Solaris Administration forums, part of the Solaris Operating System category; --> I guess it's trivial, and I once knew the command to search for new devices while a system is ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I guess it's trivial, and I once knew the command to search for new devices while a system is running, but ... This is on solaris 8 sparc (and E450). Which commands do I use to (re)install a new network interface? The hardware is in place, and the device was, before the upgrade to solaris 8, registered as hme1. During the installation of solaris 9 there was no cabel connected, which is why the interface wasn't configured. I'm sure this can be done without having to reboot the system. Many thanks in advace, Robert |
| |||
| In article <130820031957462521%robert.frank@unibas.ch>, Robert Frank <robert.frank@unibas.ch> wrote: >I guess it's trivial, and I once knew the command to search for new >devices while a system is running, but ... > >This is on solaris 8 sparc (and E450). > >Which commands do I use to (re)install a new network interface? The >hardware is in place, and the device was, before the upgrade to solaris >8, registered as hme1. During the installation of solaris 9 there was >no cabel connected, which is why the interface wasn't configured. > >I'm sure this can be done without having to reboot the system. ifconfig hme1 plumb ifconfig hme1 <address> netmask <mask> -- Barry Margolin, barry.margolin@level3.com Level(3), Woburn, MA *** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups. Please DON'T copy followups to me -- I'll assume it wasn't posted to the group. |
| ||||
| Robert Frank wrote: > > I guess it's trivial, and I once knew the command to search for new > devices while a system is running, but ... devfsadm will pick it up and create the device and links. > I'm sure this can be done without having to reboot the system. Yes. -am © 2003 |