On 1/6/06, Craig Steinberger <Craig.Steinberger at sun.com> wrote:
>
> By the way, I did a quick sunsolve search and found:
>
> 4281560  Set-Defaults in obp disbles 2nd HME interfaceSet-Defaults in
> obp sets pcib-probe-list back to 1,2 instead of 1,2,3 which is required
> for 2nd hme interface to be enabled.
>

ok
ok setenv pcib-probe-list 1,2,3
pcib-probe-list =     1,2,3

ok boot -srv
.
.
.
Booting to milestone "milestone/single-user:default".
dump on /dev/dsk/c0t0d0s1 size 1537 MB
SUNW,hme0 : PCI IO 2.0 (Rev Id = c1) Found
SUNW,hme0 : Local Ethernet address = 8:0:20:c1:ee:98
PCI-device: network at 1,1, hme0
hme0 is /pci at 1f,0/pci at 1,1/network at 1,1
SUNW,hme1 : PCI IO 2.0 (Rev Id = c1) Found
SUNW,hme1 : Local Ethernet address = 8:0:20:c1:ee:99
PCI-device: network at 3,1, hme1
hme1 is /pci at 1f,0/pci at 1,1/network at 3,1
Configuring devices.
Hostname: www
.
.
.
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu
8232 index 1
        inet 127.0.0.1 netmask ff000000
hme0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 192.168.35.8 netmask ffffff00 broadcast 192.168.35.255
        ether 8:0:20:c1:ee:98
#

# ifconfig hme1 plumb
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu
8232 index 1
        inet 127.0.0.1 netmask ff000000
hme0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 192.168.35.8 netmask ffffff00 broadcast 192.168.35.255
        ether 8:0:20:c1:ee:98
hme1: flags=1000802<BROADCAST,MULTICAST,IPv4> mtu 1500 index 3
        inet 0.0.0.0 netmask 0
        ether 8:0:20:c1:ee:98
# ifconfig hme1 192.168.35.7 netmask 255.255.255.0
# ifconfig hme1 ether de:ad:be:ef:fe:ed
# ifconfig hme1 up
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu
8232 index 1
        inet 127.0.0.1 netmask ff000000
hme0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
        inet 192.168.35.8 netmask ffffff00 broadcast 192.168.35.255
        ether 8:0:20:c1:ee:98
hme1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
        inet 192.168.35.7 netmask ffffff00 broadcast 192.168.35.255
        ether de:ad:be:ef:fe:ed
#

Craig ... you're my new hero man .. you really are !    You just saved
me a pile of money as well as wasted hours and nights of sleep.  The
best gift I received in a long time.

Dennis

Reply via email to