Previous Topic: list—List scalability serversNext Topic: listComp—List Computers Assigned to Scalability Server


Example

To generate a list staging servers of all server groups, enter the following command:

cadsmcmd stagingserver action=list

The command provides an output list on stdout of the following format:

-------------------------------------------------------------------------------
List of staging servers
-------------------------------------------------------------------------------
Test01mc
Test02mc
WWWWH01
-------------------------------------------------------------------------------
Total number of computers: 3
Number of staging servers found: 3
Number of staging servers shown: 3
SDCMD<A000000>: OK

To generate a list staging servers of all server groups starting with "Test" using filters, enter the following command:

cadsmcmd stagingserver action=list filter="computer name=Test*" 

The output on stdout is as follows:

-------------------------------------------------------------------------------
List of staging servers
-------------------------------------------------------------------------------
Test01mc
Test02mc
-------------------------------------------------------------------------------
Total number of computers: 3
Number of staging servers found: 3
Number of staging servers shown: 2
SDCMD<A000000>: OK