Oracle Beehive

Need some help getting Zimbra Desktop set up and working?
Post Reply
jabbar313
Posts: 2
Joined: Sat Sep 13, 2014 12:45 am

Oracle Beehive

Post by jabbar313 »

Hi

i want to configure oracle beehive account of mine to zimbra desktop. what is the step. i tried it did'nt work. its server is stbeehive.oracle.com

.....jab
jabbar313
Posts: 2
Joined: Sat Sep 13, 2014 12:45 am

Oracle Beehive

Post by jabbar313 »

can any one help me on thisssssssssssssssssssss.
Service
Elite member
Elite member
Posts: 1023
Joined: Tue Apr 14, 2009 2:44 pm

Oracle Beehive

Post by Service »

hii

u can try this, might work......
Oracle Beehive Integration for Zimbra is available for Oracle Beehive Release 1 (1.3) and later.
Oracle Beehive Integration for Zimbra is installed in an Oracle home separate from Oracle Beehive. As a result, Oracle Beehive Integration for Zimbra acts like an application tier and should be configured as such.
If you have not configured TLS or SSL for your Oracle Beehive deployment, you do not need to perform any post-installation steps; simply install Oracle Beehive Integration for Zimbra as described in "Installing Oracle Beehive Integration for Zimbra".
This section covers the following topics:
*
Configuring Oracle Beehive Integration for Zimbra for SSL-Enabled Oracle Beehive Deployment

*
Changing HTTP Port for Oracle Beehive Integration for Zimbra

If you have configured TLS or SSL for your Oracle Beehive deployment, follow these steps to configure Oracle Beehive Integration for Zimbra (these steps are similar to "Configuring SSL with Self-Signed Certificates During Installation of Oracle Beehive"):
1.
If you have configured SSL for your Oracle Beehive deployment, ensure that all your Oracle Beehive application tiers are configured for SSL, including DMZ instances. Refer to "Configuring SSL".

2.
Perform a software only install for Oracle Beehive Integration for Zimbra.

3.
Replace orapki and Oracle Wallet Manager (owm) binaries of Oracle Beehive Integration for Zimbra with those from your Oracle Beehive instance. Create a new wallet located in /Apache/Apache/conf/ssl.wlt/default. Refer to "Step 1: Creating Auto-Login Oracle Wallet" for directions to create a wallet.

4.
If you are using self-signed (CA-signed) certificates for your application tier wallets, perform this step.
Remove the test certificates using Oracle Wallet Manager from the wallets in /opmn/conf/ssl.wlt/default and /Apache/Apache/conf/ssl.wlt/default, if any. The order of removal should be (1) user certificate, (2) certificate request, and (3) trusted certificate. Refer to "Creating CA-Signed Certificate and Importing it into Wallet" for information about CA-signed certificates.

5.
Run the Config Wizard for Oracle Beehive Integration for Zimbra and complete the configuration.

6.
Configure TLS for Oracle Beehive Integration for Zimbra. Perform "Step 2: Configuring Oracle Beehive Instance to Use Oracle Wallet". (Note that you already created an auto-login wallet for Oracle Beehive Integration for Zimbra in a previous step.

7.
If you are using self-signed (CA-signed) certificates for your application tier wallets, perform this step.
Remove the test certificates using Oracle Wallet Manager from the wallets in /Apache/Apache/conf/ssl.wlt/default, if any.

If Oracle Beehive Integration for Zimbra and your Oracle Beehive instance are on different hosts, then use the command beectl modify_port --protocol HTTP to change the HTTP port. However, do not use this command if Oracle Beehive Integration for Zimbra and your Oracle Beehive instance are on the same host; this will configure all your Oracle Beehive instances to use the same port, which will create a port conflict.
If Oracle Beehive Integration for Zimbra and your Oracle Beehive instance are on the same host, change the HTTP port for Oracle Beehive Integration for Zimbra by changing the HTTP port of your Oracle Beehive instance.

#
Determine the name of the listening component and property name of the port you want to change. Run the beectl list_ports command to list all available ports (the --format option is optional):
beectl list_ports --format xml
...



HTTP

7777

7777

ohs_site1.example.com

HttpListenPort

ohs_site1.example.com





HTTPS>

4443

4443

ohs_site1.example.com

HttpSslListenPortHttpSslListenPort>

ohs_site1.example.com


In the previous example, the HTTP (and HTTPS) listening component is ohs_site1.example.com. The property name of the HTTP port is HttpListenPort, and the property name of the HTTPS port is HttpSslListenPort.

#
Change the listening port with the beectl modify_property command with the appropriate listening component and property name. The following example changes the HTTP port to 7779:
beectl modify_property

--component ohs_site1.example.com --name HttpListenPort --value 7779
#
Change the HTTP (or HTTPS) port number in the _VIRTUAL_SERVER component. The following example changes the HTTP port number. (Use the property name HttpSslPort to change the HTTPS port number):
beectl modify_property --component _VIRTUAL_SERVER --name HttpPort --value 7779
#
Activate configuration and commit changes:
beectl activate_configuration

beectl modify_local_configuration_files


in case if u find any thing wrong u can visit "http://www.learn-Oracle-OLAP.com> for further assistance[url=The Multidimensional Data Modeling Toolkit[/url]
Post Reply