Hi RB,

This isn't really my area but I poked around and see that this bug is filed:

6473178 net-booting unnecessarily attempts to configure hopeless
interfaces

So, the best solution is to fix this problem.

The install-discovery script was converted to a SMF service some time ago. Possibly, you could unpack the miniroot, figure out how to modify
the XML content of this script, run some SMF commands to reconcile these
changes, repack the miniroot.

Gack. Someone smarter than I would have to provide the exact steps.

Not much help...

Cindy


RB wrote:
Is there a way to avoid the following messages during Jumpstart in Solaris 
05/09 release:

Attempting to configure interface bge3...
Skipped interface bge3
Attempting to configure interface bge2...
Skipped interface bge2
Attempting to configure interface bge1...
Skipped interface bge1
Attempting to configure interface bge0...
Configured interface bge0


In the previous versions of Solaris you could do:

In the miniroot modify line #910 of the file 
...../Tools/Boot/sbin/install-discovery from:
for i in `ifconfig -a | awk '/^[a-z0-9]*:/{print $1}'`; do to for i in `ifconfig -a | fgrep '<UP' | awk '/^[a-z0-9]*:/{print $1}'`; do But I was not able to find install-discovery script in Solaris 0509. Rather I did not see sbin dir under Boot dir. Any ideas??
_______________________________________________
sysadmin-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss

Reply via email to