CentraSite 10.3 | CentraSite Administrator’s Guide | Configuring CentraSite | Configuring Port Numbers | Changing Port Number on CentraSite Registry Repository
 
Changing Port Number on CentraSite Registry Repository
Pre-requisites:
To change the port number of the CentraSite Registry Repository (CRR) through the CentraSite Command Line Interface, you must have the CentraSite Administrator role.
CentraSite provides a set of command tools for this purpose.
*To change a configured CRR port on the Registry Repository host
1. To ensure that environment variables and lookup paths are set correctly, run the command centrasite_setenv.
The syntax is of the format: C:\SoftwareAG\CentraSite\bin>centrasite_setenv
2. To check the current value of the port number, run the command inoadmin getproperty CentraSite.
The syntax is of the format: inoadmin getproperty CentraSite <ParameterName>
The <ParameterName> can be any of the port names.
Example:
inoadmin getproperty CentraSite "HTTP port"
3. To assign a new port number, run the command inoadmin setproperty CentraSite.
The syntax is of the format: inoadmin setproperty CentraSite <ParameterName> <NewPortNumber> norestart
Where, <NewPortNumber> is the new port number that you want to use.
4. Stop the CentraSite Registry Repository.
5. Restart the CentraSite Registry Repository.