This content has been marked as final.
Show 10 replies
-
1. Re: Solaris 10 on M4000 sparc bge link down cannot ping to other
Soory Feb 7, 2013 3:06 AM (in response to User430562)Check whether you have added the entry in routing.
Check netstat -nr -
2. Re: Solaris 10 on M4000 sparc bge link down cannot ping to other
User430562 Feb 7, 2013 4:07 AM (in response to Soory)my output command from netstat -an
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ---------- ---------
default 172.16.3.254 UG 1 0
10.0.19.0 10.0.19.118 U 1 1086 bge0
172.16.3.0 172.16.3.235 U 1 0 bge1
192.168.224.1 192.168.224.2 UH 1 1 sppp0
224.0.0.0 172.16.3.235 U 1 0 bge1
127.0.0.1 127.0.0.1 UH 4 115 lo0
please help -
3. Re: Solaris 10 on M4000 sparc bge link down cannot ping to other
Nik Feb 7, 2013 8:01 AM (in response to User430562)Hi.
What address of default gateway ?
show result of next commands:
ifconfig -a plumb
dladm show-dev
Regards. -
4. Re: Solaris 10 on M4000 sparc bge link down cannot ping to other
User430562 Feb 7, 2013 8:19 AM (in response to Nik)Bellow is command result:
SPARCM4000# ifconfig -a plumb
ifconfig: SIOCSLIFNAME for ip: bge0: already exists
ifconfig: SIOCSLIFNAME for ip: bge1: already exists
SPARCM4000# dladm show-dev
bge0 link: down speed: 0 Mbps duplex: unknown
bge1 link: down speed: 0 Mbps duplex: unknown
SPARCM4000#
when I ping is route to sppp0 gw is not route correct GW -
5. Re: Solaris 10 on M4000 sparc bge link down cannot ping to other
Nik Feb 7, 2013 8:37 AM (in response to User430562)Hi.
According result of dladm show-dev both cards ( bge0 and bge1) currently disconnected ( link down).
Check all connected cables and port on switch.
Cable to XSCF and cable to domain network - fully undepended.
You require separate cable for connect Solaris to network.
Regards. -
6. Re: Solaris 10 on M4000 sparc bge link down cannot ping to other
User430562 Feb 7, 2013 10:19 AM (in response to Nik)Thanks for quick reply
I've checked already all cables are connected and LEDs light ok, but I don't know whats wrong with M4000 box, Or on XSCF have any command to enables Ethernet cards?
for my XSCF LAN config is :
XSCF> shownetwork -a
xscf#0-lan#0
Link encap:Ethernet HWaddr 00:21:28:6E:88:10
inet addr:10.0.19.235 Bcast:10.0.19.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:62549 errors:0 dropped:0 overruns:0 frame:0
TX packets:2201 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5459443 (5.2 MiB) TX bytes:334404 (326.5 KiB)
Base address:0xe000
xscf#0-lan#1
Link encap:Ethernet HWaddr 00:21:28:6E:88:11
inet addr:172.16.3.223 Bcast:172.16.3.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12616 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1092370 (1.0 MiB) TX bytes:492 (492.0 B)
Base address:0xc000
XSCF> showroute -a
Destination Gateway Netmask Flags Interface
172.16.3.0 * 255.255.255.0 U xscf#0-lan#1
10.0.19.0 * 255.255.255.0 U xscf#0-lan#0
default 10.0.19.1 0.0.0.0 UG xscf#0-lan#0
Regards
Edited by: 986418 on Feb 7, 2013 5:18 PM -
7. Re: Solaris 10 on M4000 sparc bge link down cannot ping to other
Nik Feb 7, 2013 12:44 PM (in response to User430562)How many Ethernet Cables connected to you server and what ports ?
XSCF has its own ethernet connections.
Solaris Domain have separate own connections.
Do you have ethernet cable connected to I/O Unit ?
Read:
Docs index about M4000:
http://docs.oracle.com/cd/E19855-01/index.html
Regards. -
8. Re: Solaris 10 on M4000 sparc bge link down cannot ping to other
User430562 Feb 7, 2013 10:51 AM (in response to Nik)I have 2 Ethernet cables connected to server on ETHERNET 0 and ETHERNET 1 ports.
Sorry I don't clear about port solaris not use the same Ethernet with xscf? and how should I can config?
Sorry about the basic question.
Thanks and regards -
9. Re: Solaris 10 on M4000 sparc bge link down cannot ping to other
Nik Feb 7, 2013 11:09 AM (in response to User430562)Hi.
You should remove cable from XSCF ethernet1 and connect this cable to port 1 of I/O unit.
( Two ethernet ports below PCI slots )
http://www.oracle.com/technetwork/articles/systems-hardware-architecture/m-seriesarchitecture-163844.pdf?ssSourceSiteId=ocomen
Page 8 Figure 3.
Use one ethernet port NOT on XSCF !
XSCF - separated computer for monitoring and manage server.
bge0; bge1 - Separated Ethernet port on I/O Unit available at Solaris Domain.
You already configure it at solaris, but not connect cable to it.
Regards. -
10. Re: Solaris 10 on M4000 sparc bge link down cannot ping to other
User430562 Feb 7, 2013 11:11 AM (in response to Nik)Thanks very much Nik, your answer so clear. now I can connect to other network already because of you.
Thanks so much