Command Central Stacks multiple product installation on a single host

I need to install products to different installation directories on a single host. I understand that using Command Central this is possible. However, do stacks support this type of configuration? I am using Command Central verion 10.5.

Whenever I try to install a second SPM to the same host (different installation directory) I get the following error:

2021/04/09 15:43:34 ERROR #84865 [SPMJOBE0003] Job 53 failed!
com.softwareag.platform.management.common.exceptions.PlatformManagerException: One or more of the selected instances belong to another layer!
at com.softwareag.platform.management.client.layer.impl.LandscapeLayerServiceImpl.checkInstanceBelongToOtherLayers(LandscapeLayerServiceImpl.java:423) ~[?:?]
at com.softwareag.platform.management.client.layer.impl.LandscapeLayerServiceImpl.assignLayerInstanceEntities(LandscapeLayerServiceImpl.java:306) ~[?:?]
at com.softwareag.platform.management.client.layer.impl.LandscapeLayerServiceImpl.createLayer(LandscapeLayerServiceImpl.java:209) ~[?:?]
at com.softwareag.platform.management.client.layer.rest.CreateLayerJobCallable.call(CreateLayerJobCallable.java:93) ~[com.softwareag.plm.cce.layer.remote_10.5.0.0011-0333.jar:10.5.0.0011-0333]
at com.softwareag.platform.management.client.layer.rest.CreateLayerJobCallable.call(CreateLayerJobCallable.java:20) ~[com.softwareag.plm.cce.layer.remote_10.5.0.0011-0333.jar:10.5.0.0011-0333]
at com.softwareag.platform.management.jobmanager.impl.JobCallableWrapper.call(JobCallableWrapper.java:27) ~[?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_261]
at com.softwareag.platform.management.jobmanager.impl.JobImpl.run(JobImpl.java:113) [com.softwareag.plm.cc.spm.job.manager_10.5.0.0011-0116.jar:10.5.0.0011-0116]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_261]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_261]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_261]
2021/04/09 15:43:34 ERROR #84865 Job completed: id 53 status ERROR started 2021-04-09T15:39:44.105+0100 - Create layer Infrastructure

Hello,
Yes - this is possible either via stacks (as well as using the classic UI). It’s important to make sure that installations having different install dirs are not part of the same stack - this is even included as validation in the upcoming 10.7 release.
Back to the error, it seems that the template used for provisioning the second installation is most probably pointing to the first installation node alias. Please make sure that the second node being provisioned has different node alias and different SPM port.

Thanks,
Serafim

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.