http://defect.opensolaris.org/bz/show_bug.cgi?id=10782
Anurag S. Maskey <Anurag.Maskey at Sun.COM> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CLOSED
Component|CLI |ON library
Resolution| |FIXED
--- Comment #4 from Anurag S. Maskey <Anurag.Maskey at Sun.COM> 2009-08-20
20:37:15 UTC ---
(In reply to comment #3)
>
> I think this may be due to
>
> 10736 NWAM doesn't emit any events on creation/deletion of locations.
>
> It'd be worth retesting with BFU archives containing that fix (which was
> integrated last night, so should be in today's build). I tried duplicating the
> same pattern of actions with the fixed nwamd, and loc1 worked fine.
That's right. Retest with the 08/18 build and all is good. The cause was that
create event wasn't sent to nwamd, so it did not read in the new configuration.
bash-3.2# nwamcfg
nwamcfg> create -t NoNet loc loc1
Created loc 'loc1'. Walking properties ...
activation-mode (manual) [manual|conditional-any|conditional-all]>
nameservices (files) [dns|files|nis|ldap]>
nameservices-config-file ("/etc/nsswitch.files")>
nfsv4-domain>
ipfilter-config-file ("/etc/nwam/loc/NoNet/ipf.conf")>
ipfilter-v6-config-file ("/etc/nwam/loc/NoNet/ipf6.conf")>
ipnat-config-file>
ippool-config-file>
ike-config-file>
ipsecpolicy-config-file>
svcs-enable>
svcs-disable>
nwamcfg:loc:loc1>
nwamcfg:loc:loc1>
nwamcfg:loc:loc1>
nwamcfg:loc:loc1> end
Committed changes
nwamcfg> end
bash-3.2# nwamadm list
TYPE PROFILE STATE
ncp User online
ncu:ip bge1 offline*
ncu:phys bge1 online
ncu:phys bge0 online
ncu:ip bge0 online
ncp Automatic disabled
loc loc1 disabled
loc Legacy offline
loc NoNet offline
loc Automatic online
bash-3.2# nwamadm enable loc1
Enabling loc 'loc1'
bash-3.2# nwamadm list
TYPE PROFILE STATE
ncp User online
ncu:ip bge1 offline*
ncu:phys bge1 online
ncu:phys bge0 online
ncu:ip bge0 online
ncp Automatic disabled
loc loc1 online
loc Legacy offline
loc NoNet offline
loc Automatic offline
bash-3.2# nwamadm disable loc1
Disabling loc 'loc1'
bash-3.2# nwamadm list -p loc
TYPE PROFILE STATE
loc loc1 disabled
loc Legacy offline
loc NoNet offline
loc Automatic online
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.