export ORACLE_HOME=/u01/app/oracle/product/2.0.1.0.0/beehive_1
export PATH=$ORACLE_HOME/beehive/bin:$ORACLE_HOME/bin:$ORACLE_HOME/opmn/bin:$PATH
beectl stop --all
beectl start --all
beectl status
Oracle Beekeeper is provides a console to allow you to administer all Beehive components, manage user accounts, start/stop individual services, etc.
export ORACLE_HOME=/u01/app/oracle/product/2.0.1.0.0/beekeeper_1
export PATH=$PATH:$ORACLE_HOME/bin:$ORACLE_HOME/opmn/bin
opmnctl startall
opmnctl stopall
opmnctl status
Relevant console URLs include:
Beehive Central (central dashboard)
http://beehive.ipnweb.com:7777/bcentral
Beehive Zimbra (open source webmail client)
https://beehive.ipnweb.com:4443/zimbra
Beehive Conferencing (web conferencing)
https://beehive.ipnweb.com:4443/bconf
Beehive Team Collaboration (workspaces)
https://beehive.ipnweb.com:4443/teamcollab
Beekeeper (admin console)
http://beehive.ipnweb.com:7779/bkpr
Applicable Version:
- Oracle Beehive 2.0.1
References:
- http://download.oracle.com/docs/cd/E16671_01/bh.200/e16648/controlsystem.htm
1 comment:
Hi, when I run the beectl start --all command, this messaje appears on the console
beectl command failed. See the log file "/home/oracle/oracle/product/2.0.1.0.0/beehive_2/beehive/logs/beectl/2011.07.12/beectl_start_15_01_45-0300.txt" for more details.
Unable to get Config DataSource
Log file:
[2011-07-12T15:01:47.305-03:00] [beehive] [WARNING] [] [commandline.framework.ModeHandler] [host: most.unicen.edu.ar] [nwaddr: 192.168.2.109] [tid: 10] [userId: oracle] [ecid: 192.168.2.109:53620:1310493706267:1,0] Exit status from execute ERROR_EXIT
Post a Comment