AIQUMへのクラスタの追加が「applications」オブジェクトが無効であることを示すエラーで失敗する
環境
- ActiveIQ Unified Manager(AIQUM)9.14以降
- ONTAP 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)
....
....