http://defect.opensolaris.org/bz/show_bug.cgi?id=10831
Summary: disabling an enm with internal error didn't get
'maintenance' status
Classification: Development
Product: nwam
Version: unspecified
Platform: ANY/Generic
OS/Version: All
Status: NEW
Status Whiteboard: nwam1-build:2009-08-20
Severity: normal
Priority: P3
Component: CLI
AssignedTo: nwam-dev at opensolaris.org
ReportedBy: lizhong.li at sun.com
QAContact: nwam-dev at opensolaris.org
--- Comment #0 from Lizhong Li <lizhong.li at sun.com> 2009-08-21 10:16:09 UTC
---
bash-3.2# nwamcfg list enm enm1
ENM:enm1
activation-mode manual
start "/tmp/1"
stop "/tmp/2"
enabled false
bash-3.2# ls /tmp/1
/tmp/1
bash-3.2# ls /tmp/2
/tmp/2: No such file or directory
bash-3.2# nwamadm enable enm1
Enabling enm 'enm1'
bash-3.2# nwamadm list -p enm
TYPE PROFILE STATE
enm enm1 online
bash-3.2# nwamadm disable enm1
Disabling enm 'enm1'
bash-3.2# Aug 21 18:02:21 firering nwamd[100865]: 158:
nwamd_enm_activate_deactivate_thread: execution of '/tmp/2' failed for ENM enm1
Aug 21 18:02:21 firering nwamd[100865]: 159:
nwamd_enm_activate_deactivate_thread: execution of '/tmp/2' failed for ENM enm1
bash-3.2# nwamadm list -p enm
TYPE PROFILE STATE
enm enm1 disabled
--
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.