CAST Registration/Deregistration
You can register/deregister CASTs (and retrieve a list of CASTs) by executing the following commands in the command line interface CentraSiteCommand.cmd (Windows) or CentraSiteCommand.sh (UNIX) of Command Central. The tool is located in <CentraSiteInstallDir>/utilities.
If you start this command line tool with no parameters, you receive a help text summarizing the required input parameters.
The parameters of the command are case-sensitive, so for example the parameter -url must be specified as shown and not as -URL.
Retrieving List of Available CASTs
To retrieve the list of available CASTs, use a command of the following form:
CentraSiteCommand list CAST [-url <CENTRASITE-URL>]
-user <USER-ID> -password <PASSWORD>
The following table describes the complete set of input parameters that you can use with the list CAST utility:
Parameter | Description |
-url | The fully qualified URL (http://localhost:53307/CentraSite/CentraSite) for the CentraSite registry/repository. |
-user | The user ID of a user who has the CentraSite Administrator role. |
-password | The password of the user identified by the parameter -user. |
For example:
CentraSiteCommand list CAST -url http://localhost:53307/CentraSite/CentraSite
-user AdminUser -password AdminPass
Registering a CAST
To register a CAST, use a command of the following form:
CentraSiteCommand add CAST [-url <CENTRASITE-URL>]
-user <USER-ID> -password <PASSWORD>
The following table describes the complete set of input parameters that you can use with the add CAST utility:
Parameter | Description |
-url | The fully qualified URL (http://localhost:53307/CentraSite/CentraSite) for the CentraSite registry/repository. |
-user | The user ID of a user who has the CentraSite Administrator role. |
-password | The password of the user identified by the parameter -user. |
For example:
CentraSiteCommand add CAST -url "http://localhost:53307/CentraSite/CentraSite"
-user "AdminUser" -password "AdminPass"
Deregistering a CAST
To deregister a CAST, use a command of the following form:
CentraSiteCommand remove CAST [-url <CENTRASITE-URL>]
-user <USER-ID> -password <PASSWORD>
The following table describes the complete set of input parameters that you can use with the remove CAST utility:
Parameter | Description |
-url | The fully qualified URL (http://localhost:53307/CentraSite/CentraSite) for the CentraSite registry/repository. |
-user | The user ID of a user who has the CentraSite Administrator role. |
-password | The password of the user identified by the parameter -user. |
For example:
CentraSiteCommand remove CAST -url http://localhost:53307/CentraSite/CentraSite
-user AdminUser -password AdminPass