You will be prompted to change Web Server port during installation. You can also change it after installation.
The script for changing the Web Server port number, ChangeWebServerPort (in Windows this will be a .bat file and in Linux, .sh file) is available under the <OpManager Home>/bin directory.
The steps to change the port number are as follows:
Stop the OpManager server. If you are running OpManager as Windows service, stop the service.
Open Command Prompt as Administrator, and navigate to <OpManager Home>/bin directory. Then, execute the following command:
In Windows,
ChangeWebServerPort <new_port_number>
In Linux,
sh ChangeWebServerPort.sh <new_port_number>
Start the OpManager server.