svc:/network/physical:default: Method "/lib/svc/method/net-physical" failed with exit status 96. [ n

After a memory upgrade all network interfaces are misconfigued. How do i resolve this issue. Below are some out puts.thanks.

ifconfig: plumb: SIOCLIFADDIF: eg000g0:2: no such interface
# ifconfig eg1000g0:2 plumb
ifconfig: plumb: SIOCLIFADDIF: eg1000g0:2: no such interface
# ifconfig eg1000g0:2 10.2.163.86
ifconfig: SIOCGLIFNETMASK: eg1000g0:2: no such interface

###################################################"
bash-3.00# more network-physical\:default.log
[ Jun 11 21:52:49 Enabled. ]
[ Jun 11 21:52:56 Executing start method ("/lib/svc/method/net-physical") ]
[ Jun 11 21:52:56 Timeout override by svc.startd.  Using infinite timeout ]
configuring IPv4 interfaces: e1000g0 e1000g0:2 e1000g2 e1000g4.
route: socket: Protocol not supported
ifconfig: socket: lo0: Address family not supported by protocol family
ifconfig: socket: lo0: Address family not supported by protocol family
[ Jun 11 21:53:00 Method "start" exited with status 96 ]

There is an extra "g" here, that should be e1000g0:2. You have similar errors with other commands.

or try

ifconfig -a plumb

to see what he can configure!