First step is to start the Weblogic server. As you may have noticed that the directory structures are totally different, so it will take sometime to get used with the new scripts and directories.
Startup scripts are located under $FMW_HOME/user_projects/domains/bifoundation_domain/bin
Setting the environment by running these two script
$ . setOBIDomainEnv.sh
$ . setDomainEnv.sh
Now you can startup the WLS:
Use the script startWeblogic.sh as shown below to start the WLS
. startWebLogic.sh -Dweblogic.managment.username=weblogic -Dweblogic.management.password=weblogic1 &
weblogic and weblogic1 are the username and password I have given during the OBIEE 11g installation. Make sure you use “&” at the end of the command so that the script runs in the background
2. Once WLS running status, you can Login to WLS Console:
Default port to login to the console is 7001 unless different ones are specified during the installation
Now goto http://[BIserver]:7001/em to access the enterprise manager to startup the rest of the services
Select from the menu Weblogic Server –> Control –> Startup to start the service
Now to startup node manager, get back to a telnet session and go to $WLS_HOME/server/bin directory
Set environment
Run the script setWLSEnv.sh
$ . setWLSEnv.sh
Starting Nodemanager
$ . startNodeManager.sh &
Next is startup opmn services
cd $FMW_HOME/instances/instance1/bin
$ . opmnctl startall
Now Lets' try analytics url
Cheers!!!
1 comment:
Hi,
I hope you are still responding to this. When I enter the start weblogic command, it is still prompting me to enter the username despite entering the command you provided above. Since it is running as a background process it will kill it whenevr I attempt to enter the username. Can you provide some help on why it is still prompting for username?
Roy
Post a Comment