Solaris- How to scan newly attached NIC's

Hi folks,

How can I scan newly attached network interfaces to server without reboot?

Is there any command or something to scan without reboot.

Thanks

what do you mean by "newly attached"? depending on the solaris version, there are different commands...

oh. sorry.. I forgot to mention the release.

It's solaris 10.

But you still forget to explain what you mean with "newly attached".

In any case:

devfsadm -v
ifconfig -a plumb

should make your interface visible.

1 Like

without plumbing :

devfsadm -v 

dladm show-dev
cat /etc/path_to_inst
1 Like

Thanks guys..

It worked...