How to get-out svc:/network/physical:default from Maintenance

Hello, i have a trouble whit these service

svc:/network/physical:default

I don磘 know what kind of Network card i have on a SunBlade150>

#touch /etc/hostname.hme0

#touch /etc/hostname.eri0

When i have restarted the service

svcadm -v restart network/physical:default

The service went to maintenance.

I can`t configure mi server, to go throuh Internet

[407 byte] By [PeterSteinera] at [2007-11-26 20:58:26]
# 1

This much more belongs on the general Solaris forums but...

When a service (like network/physical:) fails, it leaves behind a log in /var/svc/log (in this case called network-physical:default.log). Inspecting that will probably get you a long ways towards a solution.

I also notice the inexplicable "touch" commands for /etc/hostname.*. You don't just need to just create these files, they must be populated with the hostname (and potentially other network parameters) for that interface to use (as defined in /etc/hosts usually). I don't know what type of NIC the Sunblades have either but something like "ifconfig -a" or "grep net /etc/path_to_inst" might give you a clue. I seriously doubt it's still using the Happy Meal Ethernet (hme).

MichaelMyersa at 2007-7-10 2:27:54 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2

Indeed, the onboard NIC isn't a Happy Meal.

It's the ERI (Ethernet RIO Interface)

http://www.sunshack.org/data/sh/2.1/infoserver.central/data/syshbk/Devices/Syst em_Board/SYSBD_SunBlade_150.html

(third party non-Sun web site)

Thus the eri0 reference would be used with its onboard NIC.

The only chance for a hme interface in that platform is if one of

the 501-5019 (X1033A) cards were installed to one of the PCI slots.

http://sunsolve.sun.com/handbook_pub/Systems/SunBlade150/components.html#Ethern et

They've cross-posted their question to a couple of these forums.

http://forum.java.sun.com/thread.jspa?threadID=5145910

though I haven't seen it in any network related forum as yet.

Perhaps they can just run [url=http://www.google.com/search?hl=en&q=sys-unconfig&btnG=Google+Sear ch]sys-unconfig[/url] and fix everything?

rukbata at 2007-7-10 2:27:55 > top of Java-index,Solaris Operating System,Solaris 10 Features...