Starting IPv4 routing daemon (while booting)
I’m having problem with my new server. After sys-unconfig, server seems ‘hang’, i thinks it was IPv4 issues (network interface speed).
Here the failure output :
Sun Fire V240, No Keyboard
Copyright 2005 Sun Microsystems, Inc. All rights reserved.
OpenBoot 4.18.5, 1024 MB memory installed, Serial #xxxxxxxx.
Ethernet address xxxxxxx, Host ID: xxxxxx.
Rebooting with command: boot
Boot device: disk0:a File and args:
SunOS Release 5.8 Version Generic_117350-04 64-bit
Copyright 1983-2003 Sun Microsystems, Inc. All rights reserved
obpsym: symbolic debugging is available.
Hardware watchdog enabled
configuring IPv4 interfaces: bge0.
Hostname: xxxxx
metainit: xxxx: there are no existing databases
The system is coming up. Please wait.
checking ufs filesystems
The system is coming up. Please wait.
checking ufs filesystems
/dev/rdsk/c1t0d0s5: is clean.
/dev/rdsk/c1t2d0s6: is clean.
/dev/rdsk/c1t0d0s4: is clean.
/etc/rc2.d/S68net-tune
Starting IPv4 routing daemon.
————hang————–
I need to set up 1000 full duplex (1 giga) for network interface, here the files need to be edit.
# echo “Force bge0 to 1000fdx autoneg on… ”
#
# Force bge0 to 1000fdx autoneg on
#———————————
ndd -set /dev/bge0 adv_1000fdx_cap 1
ndd -set /dev/bge0 adv_1000hdx_cap 0
ndd -set /dev/bge0 adv_100fdx_cap 0
ndd -set /dev/bge0 adv_100hdx_cap 0
ndd -set /dev/bge0 adv_10fdx_cap 0
ndd -set /dev/bge0 adv_10hdx_cap 0
ndd -set /dev/bge0 adv_autoneg_cap 1
:wq!
Then do normal reboot and check your NIC behind CPU should be blinking.


