将集群添加到AIQUM失败、并显示"应用程序"对象无效错误
适用场景
- ActiveIQ Unified Manager (AIQUM) 9.14及更高版本
- 9.14.1 9.14.1及更高版本
- 基于ZAPI的采集
问题描述
- 将集群添加到AIQUM失败
- 错误: "
The \"applications\" object is invalid. Both \"application\" and \"authentication-methods\" must be specified.
" - 已在AIQUM上禁用Cloud Agent
- 没有其他工具与ONTAP集成
security login show
对于用于向AIQUM添加集群的用户、不会显示http和ontapi应用程序的证书
security login show -user-or-group-name admin
User/Group Authentication Acct Authentication
Name Application Method Role Name Locked Method
-------------- ----------- ------------- ---------------- ------ --------------
admin amqp password admin no none
admin console password admin no none
admin http password admin no none
admin ontapi password admin no none
admin service-processor
password admin no none
admin ssh password admin no none
6 entries were displayed.
- 手动将
cert
身份验证方法添加到http
和后、集群添加仍失败ontapi
security login show -user-or-group-name admin
User/Group Authentication Acct Authentication
Name Application Method Role Name Locked Method
-------------- ----------- ------------- ---------------- ------ --------------
admin amqp password admin no none
admin console password admin no none
admin http cert admin - none
admin http password admin no none
admin ontapi cert admin - none
admin ontapi password admin no none
admin service-processor
password admin no none
admin ssh password admin no none
8 entries were displayed.
- 错误:
Unable to add cluster data source. This can occur if the clocks on the systems are not synchronized and the Active IQ Unified Manager HTTPS certificate start date is later than the date on the cluster, or if the cluster has reached the maximum number of EMS notification destinations.
server_acq.log:
ERROR [default task-16] c.o.s.a.s.AcquisitionFacadeUtil (AcquisitionFacadeUtil.java:279) - failed to unregister EMS: : com.netapp.oci.netapp.client.interfaces.data.EmsManagerException: ONTAPI has been proactively suspended on this cluster due to inactivity as this feature is deprecated. Use the "system services web ontapi modify" CLI command to un-suspend ONTAPI. (errno=61253)
at deployment.mega-app.ear.server-core.jar//com.netapp.oci.netapp.ems.EmsZapiManagex.deleteEventNotification(EmsZapillanager.java:641)
at deployment.mega-app.ear.server-core.jar//com.netapp.oci.netapp.ems.EmsManager.deleteEventNotification(EmsManager.java:360)
....
....