Use the following syntax example to activate Monitoring Server.
Copy Code | |
---|---|
LCSCmd.exe /Monitoring:<Monitoring Server FQDN> /Action:Activate /backend:<SQL instance name (computer\instance name)> /qoedbdatapath:<QoE database data file path> /qoedblogpath:<QoE database log file path> [/cdrdbdatapath:<CDR database data file path>] [/cdrdblogpath:<CDR database log file path>] [/RefDomain:<Domain FQDN>] [/PDCRequired[:{TRUE|FALSE}]] [/GlobalSettingsDC:<FQDN of a global settings domain controller>] [/DC:<domain controller FQDN>] [/GC:<Global Catalog FQDN>] [/Global:{Configuration | System}] [/User:<Account Name>] [/Password:<Account Password>] [/NoStart[:{TRUE|FALSE}]] [/clean[:{TRUE|FALSE}]] [/L:<log file path>][/XML[:{TRUE|FALSE}]] [/?[:{TRUE|FALSE}]] |
Such as:
Copy Code | |
---|---|
LCSCmd.exe /Monitoring /Action:Activate /Password:My$tr0ngPwd /backend:ArchivingServer\Live /qoedbdatapath:"e:\Microsoft\LC QoE Data" /qoedblogpath:"e:\Microsoft\LC QoE Log" /cdrdbdatapath:"e:\Microsoft\LC CDR Data" /cdrdblogpath:"e:\Microsoft\LC CDR Log" |
Where:
Parameter | Description |
---|---|
|
Executes the action for the specified monitoring computer. If no FQDN is specified, the current computer is used. |
|
Takes a string that specifies the action name. Valid action
names include
|
|
Specifies the full SQL Server instance name where the Monitoring Server back-end database will be set up. It can consist of a computer name and an instance name (for instance, Computer01\LCS), or just the computer name if the default instance on the back-end database is used (such as Computer01). |
|
Specifies the folder where the QoE database data file will be located. |
|
Specifies the folder where the QoE database log file is located. |
|
Specifies the folder where the CDR database data file will be located. |
|
Specifies the folder where the CDR database log file is located. |
|
Specifies the reference domain FQDN. |
|
Specifies the global setting location. |
|
Specifies the service account name for the server. It defaults
to
|
|
Specifies the service account password for the server. |
|
Specifies whether to start the service on the server during activation. |
|
Specifies whether to do a clean setup for backend creation actions. |
|
Specifies whether to force task execution. |