Hi,
Can we have only few of the LISA services up and running (say ED, Registry, Broker, Portal, Co-Ordinator and Simulator) on one server (say A) and the remaining one LISA service up and running (VSE) on another server (say B)? Do I need to link between Server A and Server B?
Right now, I have linked Server B to Server A by using the option 'Use Existing Enterprise Dashboard' (tcp://ServerASysName:2003/EnterpriseDashboard)
I am currently using DevTest 8.5 version.
Thanks,
Uttam.
Hi Uttam,
Yes, you can have DevTest components running on different servers, but you need to configure the VSE service to connect to the Registry service running on a different address.
You can specify the registry by setting the following property in the local.properties file of your VSE server:
lisa.registry.url=tcp://<registry-hostname-or-ip>:<port>/<registry-name>
Here is the link to 8.5 documentation regarding your question:
Running Components on Different Systems - DevTest Solutions - 8.5 - CA Technologies Documentation
Thank you,
Heloisa