create anther report server [message #323178] |
Tue, 27 May 2008 10:21 |
Rafeek
Messages: 159 Registered: April 2007 Location: egypt
|
Senior Member |
|
|
hi all
i use oracle AS 10g R2.
when i install Oracle Application Server i get report server .
i want to create another report server and it automatic start up windows startup.
how can i do it?
Thanx
Rafeek
[Updated on: Tue, 27 May 2008 10:27] Report message to a moderator
|
|
|
Re: create anther report server [message #323533 is a reply to message #323178] |
Wed, 28 May 2008 12:36 |
Rafeek
Messages: 159 Registered: April 2007 Location: egypt
|
Senior Member |
|
|
Assume %OMH% is Oracle Middle Tier Home
To create new report server instance:
Open command prompt:
C:\>rwserver server=%newreportserver_name% start
Shut down the opmn:
C:\>%OMH%\opmn\bin\opmnctl stopall
Add new server target to opmn.xlm
C:\>%OMH%\bin\addNewServerTarget.bat %newreportserver_name%
The DOS window will close automatically.
Open command prompt again:
Update the config with new settings
C:\>%OMH%\dcm\bin\dcmctl.bat updateconfig -ct opmn -v -d
C:\>%OMH%\ dcm\bin\dcmctl.bat resyncinstance -v -d
Start the opmn
C:\>%OMH%\opmn\bin\opmnctl startall
|
|
|