EMSのSVMで予期しないエラーがsecd.unexpectedFailureと表示される
環境
- ONTAP 9
- LDAP
問題
- EMSで次のメッセージが報告されます。
cdot::> event log show -event secd.unexpectedFailure*
Time Node Severity Event
------------------- ---------------- ------------- ---------------------------
7/7/2022 16:56:55 cdot-01 ERROR secd.unexpectedFailure: vserver (Cluster) Unexpected failure. Error: Ldap Get full user info procedure failed
**[ 0] FAILURE: 'Ldap' configuration not available
7/7/2022 16:56:00 cdot-01 ERROR secd.unexpectedFailure: vserver () Unexpected failure. Error: Ldap get list of groups for a user procedure failed
**[ 0] FAILURE: 'Ldap' configuration not available
- これらは、 ONTAP 9.11.1以降のバージョンでは
ERROR
重大度メッセージ、または9.11.1より前のバージョンではDEBUG
重大度メッセージ(診断権限モードでのみ表示)として表示されます。 - LDAPが SVMのネームサービススイッチソースとして設定されている場合:
::> vserver services name-service ns-switch show -vserver cdot
Source
Vserver Database Order
--------------- ------------ ---------
cdot hosts files,dns
cdot group files,ldap
cdot passwd files,ldap
3 entries were displayed.