Pools can be updated by using the
UpdatePoolBackend Action
The
- Should be run during a planned downtime period.
- Requires you to stop each Enterprise Edition server within an
Enterprise pool.
- Requires that data be exported from old databases in a scale-up
scenario and then imported into new back-end databases after the
UpdatePoolBackend action is completed. - Requires a user with
RTCDomainServerAdmins credentials. - Requires the
/PoolName and/Poolbe parameters.
An example of the syntax for the
Copy Code | |
---|---|
LCSCmd.exe /Forest[:<forest FQDN>] /Action:UpdatePoolBackend /PoolName:<Pool Name> /PoolBE:<Pool BackEnd server FQDN\SQL instance name> |
Such as:
Copy Code | |
---|---|
LCSCmd.exe /Forest /Action:UpdatePoolBackend /PoolName:Pool01 /PoolBE:Pool01Backend.childdomain.domain.com\sql_server_instance_name |
For details about pools, such as Importing or Exporting settings, see Exporting and Importing Settings (Command Line).