Reconfigure agent port; existing repository
I've installed OAS 10.1.2.3. As part of the install I have DB 10.1.0.5. I also happen to have a second OAS 10.1.2.3 installed for reports.
As it turns out, they are both sharing the same Agent port 1830. To remedy the problem, I'd like to reconfigure the port on OAS instance 1 to 1831.
I tried the command:
emca -reconfig ports -AGENT_PORT 1831.
Turns out this doesn't work because:
SEVERE: Repository already exists. Fix the error(s) and run EM Configuration
I've seen threads saying to drop the repository in order to reconfigure the port. Seems there should be a command that allows this without dropping the existing repository. My concern:
As it turns out, they are both sharing the same Agent port 1830. To remedy the problem, I'd like to reconfigure the port on OAS instance 1 to 1831.
I tried the command:
emca -reconfig ports -AGENT_PORT 1831.
Turns out this doesn't work because:
SEVERE: Repository already exists. Fix the error(s) and run EM Configuration
I've seen threads saying to drop the repository in order to reconfigure the port. Seems there should be a command that allows this without dropping the existing repository. My concern:
0