Question:
I want to create a group with all the Scalability Servers. How can I create a query to list all Scalability Servers?
Environment:
CA Client Automation - All Version
Answer:
The query designer does not provide a specific parameter of type "Scalability Server" and to achieve it a customized query must be used when creating the query.
Please proceed as follows:
<Please see attached file for image>
<Please see attached file for image>
If the list must include only the remote Scalability Servers without the Domain Manager, use the following query:
select dis_hw_uuid from ca_server where label not in (select label from ca_manager)
<Please see attached file for image>
This query returns the list of all Scalability Servers.