nwam is not enabled by default.
Working with the latest gate build, during system boot,
/var/svc/log/system-manifest-import:default.log has the following messages:
[ Dec 16 15:47:52 Executing start method
("/lib/svc/method/manifest-import"). ]
[ Dec 16 15:47:52 Timeout override by svc.startd. Using infinite timeout. ]
Loaded 4 smf(5) service descriptions
svccfg warnings:
svccfg: Conflict upgrading svc:/network/physical:nwam (new property
"nwamd/upgraded" has different values).
[ Dec 16 15:48:05 Method "start" exited with status 0. ]
nwamd/upgraded has different values. Does this mean that SMF repository
and the network-physical.xml have different values, as shown below?
bash-3.2# uname -a
SunOS whitestar4-9.East.Sun.COM 5.11 nwam1-build:2008-12-16 i86pc i386 i86pc
bash-3.2# svcprop -p nwamd/upgraded nwam
true
bash-3.2# grep upgraded /var/svc/manifest/network/network-physical.xml
<propval name='upgraded' type='boolean' value='false' />
bash-3.2#
When the phase 0/0.5 LLP files are upgraded to phase 1 NCP's, the value
is changed to true. But that shouldn't always produce a warning with
svccfg import. What else is going on behind the SMF covers?
Anurag