ONTAPクラスタをAIQUM RCバージョンに追加できません
環境
- ONTAPバージョン:9.15.1X27
- AIQUM 9.14RC1
- AIQUM 9.11RC1
- ONTAPバージョン9.14.1P1
問題
- ONTAPバージョン9.15.1X27のクラスタをAIQUMに追加しようとすると、GUIにエラーが表示されて追加できません-
“Unable to add cluster data source. This can occur if the clocks on the systems are not synchronized and the 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”.
- ONTAPバージョン9.14.1P1を AIQUM 9.11RC1に追加しようとしたときに、GUIで同じエラーが発生しました。
- ログに表示されるエラー-
2024-06-14 08:59:13,722 ERROR [org.springframework.boot.web.servlet.support.ErrorPageFilter] (default task-28715) Forwarding to error page from request [/server/datasource] due to exception [Fail to add a new DS]: com.onaro.sanscreen.acquisition.sessions.AcquisitionUnitException [203
Fail to add a new DS
at deployment.mega-app.ear.server-core.jar//com.netapp.sanscreen.acquisition.sessions.rest.service.impl.AcquisitionFacadeSessionServiceImpl.addDS(AcquisitionFacadeSessionServiceImpl.java:838) [server-core.jar:9.11.0-2022.03.J62]
at deployment.mega-app.ear.server-api.war//com.netapp.sanscreen.acquisition.sessions.rest.service.impl.AcquisitionFacadeSessionServiceImpl$$FastClassBySpringCGLIB$$92eba61a.invoke(<generated>) [server-core.jar:]
at deployment.mega-app.ear//org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) [spring-core.jar:5.3.7]
at deployment.mega-app.ear//org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:779) [spring-aop.jar:5.3.7]
at deployment.mega-app.ear//org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) [spring-aop.jar:5.3.7]
at deployment.mega-app.ear//org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:750) [spring-aop.jar:5.3.7]
at deployment.mega-app.ear//org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) [spring-tx.jar:5.3.7]
…