الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

installing OCS under LINUX ؟

Featured Replies

بتاريخ:

الي الاخوة الاعزاء.
ارجوا افادتي بكيفية تسبيت OCS علي الالينكس suse or redhat

بتاريخ:

Installing Collaboration Suite Release 2 ( 9.0.4.1 ) on Red Hat Enterprise Linux 3.0
--------------------------------------------------------------------------------

1. Software Requirements 
------------------------
 
Oracle Collaboration Suite ( 9.0.4.1 ) is certified with the following Red Hat Enterprise Linux 3.0 packages. 
For the most current list of supported Red Hat  Enterprise Linux 3.0 specific software packages, 
( for example kernel version, rpm packages ) check OracleMetaLink (http://metalink.oracle.com).

           Kernel version 2.4.21-4.EL 
           glibc 2.3.2-95.3 
           gcc-3.2.3-20 
           setarch-1.3-1 
           pdksh-5.2.14 
           gnome-libs-1.4.1.2.90-34.1 
           compat-glibc-7.x-2.2.4.32.5
           compat-db-4.0.14.5 
           compat-gcc-7.3-2.96.122 
           compat-gcc-c++-7.3-2.96.122 
           compat-libstdc++-7.3-2.96.122 
           compat-libstdc++-devel-7.3-2.96.122 

2. Environment Setup 
--------------------

- gcc296 and g++296 should be first in the $PATH variable. To ensure this , create the following
 symbolic links as 'root' user. These are required for the relinking of some Oracle binaries 
                 % mv /usr/bin/gcc /usr/bin/gcc323 
                 % mv /usr/bin/g++ /usr/bin/g++323 
                 % ln -s /usr/bin/gcc296 /usr/bin/gcc 
                 % ln -s /usr/bin/g++296 /usr/bin/g++ 

- hostname command should return the fully qualified hostname as shown below: 

             % hostname 
              hostname.domainname

- If any Java packages are installed on the system, unset the Java environment variables, for
 example JAVA_HOME. 

- The oracle account used to install should not have the Oracle install related variables set by
 default. For example do not set ORACLE_HOME, PATH, LD_LIBRARY_PATH in .profile or
 .login or scripts in /etc/profile.d. 

- Define and export the environment variable LD_ASSUME_KERNEL before starting the install
 process: 
            % export LD_ASSUME_KERNEL=2.4.19

- Before invoking Oracle Installer, open another terminal window  as 'root' user , apply patch for
 Bug 3006854 - to resolve libcwait symbol issue. 

3. Installation of Infrastructure 
---------------------------------

1) Complete the Environment Setup as mentioned in section 2. 

2) Install JDK 1.3.1_10 

     Download JDK 131_10 shiphome using Bug 3335292 
     Start the installer from Disk1 of the downloaded shiphome. 
     Set Destination Path to be the ORACLE_HOME for Infrastructure ( example: /opt/oracle/infra) 
     Do not alter Source Path. 
     Continue and complete the install of JDK 131_10. 

3) Start the installer again from Disk1 of the downloaded JDK 131_10 shiphome. 

     Verify Destination Path ( example: /opt/oracle/infra ) to be the same directory as chosen 
     when installing JDK 131_10 
     Modify Source Path to select <Infrastructure_CD>/Disk1/stage/products.jar 

4) Continue the installation by following the steps documented in Installation and Configuration Guide. 

5) To resolve relink errors that occur during relink phase of the installation, follow these steps 

   5.1) ins_sqlplus.mk relink error: 

           In another terminal window 
                 set ORACLE_HOME 
                 set PATH=$ORACLE_HOME/bin:$PATH
                 set LD_LIBRARY_PATH=$INFRA_ORACLE_HOME/lib:$LD_LIBRARY_PATH 
                 Apply patch for Bug 3159913 
           Click Retry in the OUI error window 

   5.2) ins_ctx.mk  relink error 

           In another terminal window 
                 Apply patch for Bug 2037255 
                     - use 9.0.1 version of the patch 
                     - executing 'make' command as given in README of the patch will fail. Ignore the
                       failure.
                 Modify $ORACLE_HOME/ctx/lib/ins_ctx.mk to include $(LINKLDLIBS) to the link line as
                 below 
                      Line 14:  $(LINK) $(CTXHXOBJ)  bug2037255.o $(INSO_LINK) $(LINKLDLIBS) 
           Click Retry in the OUI error window 

           If patch for Bug 2037255 fails with the error 
           "couldn't find required file liboraInstaller",
           even if installing patch with perl :  '...perl Opatch/opatch apply' .
           then use following workaround:  
           - cp <patch_path>/files/ctx/lib/libctxhx.a/sctxhx.o <infra_home>/ctx/lib
           - modify ins_ctx.mk file as mentioned before
           - press button Retry in OUI



6) Continue and complete the installation. 

4. Installation of Information Storage 
--------------------------------------  

1) Complete the Environment Setup as mentioned in section 2. 

2) Copy <Information_Storage_CD>/Disk1/install/linux/oraparam.inifile 
  to the local filesystem and modify the file as below: 

     Change the line containing the text "Linux=redhat-2.1,UnitedLinux-1.0"   
     to "Linux=" 

3) Start installer from Disk1 using the following command : 

      <cdrom_mount>/runInstaller -paramFile <path_to_local_oraparam.ini> 

      ( eg: <cdrom_mount>/runInstaller -paramFile /home/oracle/oraparam.ini ) 

4) To resolve relink errors that occur during relink phase of the installation, 
  follow these steps: 

   4.1) ins_sqlplus.mk  relink error 

           In another terminal window 
                 set ORACLE_HOME 
                 set PATH to include $ORACLE_HOME/bin and /sbin 
                 Apply patch for Bug 3152145   ( Note : Check README.txt in the 
                 patch for steps specific to Red Hat 3.0 ) 
           Click Retry in the OUI error window 

   4.2) ins_oemagent.mk  relinking error 

           In another terminal window 
                 Set ORACLE_HOME 
                 Set PATH to include $ORACLE_HOME/bin 
                 Apply patch for Bug 3119415 ( use 9.2.0.3 version of the patch ) 
           Click Retry in the OUI error window 

5)  Continue and complete the install 

5. Installation of Collaboration Suite Middle Tier 
--------------------------------------------------

1) Complete the Environment Setup as mentioned in section 2. 

2) Install JDK 1.3.1_10 

     Download JDK 131_10 shiphome using Bug 3335292 
     Start installer from Disk1 of the downloaded shiphome. 
     Set  Destination Path to be the ORACLE_HOME for Collaboration Suite Middle Tier 
     ( example: /opt/oracle/mtier) 
     Do not alter Source Path. 
     Continue and complete the install of JDK 131_10. 

3) Start installer again from Disk1 of the downloaded JDK 131_10 shiphome. 

     Verify  Destination Path ( example: /opt/oracle/mtier ) to be the same directory 
     as chosen when installing JDK 131_10 
     Modify Source Path to select <Middletier_CD>/Disk1/stage/products.jar 

4) Continue the installation by following the steps documented in  
  Installation and Configuration Guide. 

5) To resolve relink error that occurs during relink phase of the installation, 
  follow these steps: 

   5.1) ins_sqlplus.mk relink error: 

           In another terminal window 
                 set ORACLE_HOME 
                 set PATH=$ORACLE_HOME/bin:$PATH 
                 set LD_LIBRARY_PATH=$INFRA_ORACLE_HOME/lib:$LD_LIBRARY_PATH
                 Apply patch for Bug 3159913 
           Click Retry in the OUI error window 

6) Continue and complete the installation. 

6. Post Installation 
--------------------

set LD_ASSUME_KERNEL=2.4.19 after the installation 

8. Known Issues 
---------------

8.1 A warning 'Incorrectly built binary which accesses errno or h_errno directly. 
   Needs to be fixed' is displayed in the terminal window when 

     a) starting Webcache using 'webcachectl start' 
      starting and stopping Calendar servers using 'unistart' and 'unistop'

The servers work fine and above error can be safely ignored. 

8.2  Oracle Directory Manager ( ODM ) help navigator does not work properly. 
    See Bug 3339835

8.3  RTC installation fails

During MidTier installation, RealTime Dialog windows appears, after 
entering the information related to the storage database (host,port,sid,pwd...),
when commiting the following error message appears  : 
'The database you specified for the Oracle Real Time Collaboration Repository is not 
accessible. Verify that the database is running and is accessible from this host before 
continuing this installation.'

In install log file you find : 
oracle.sysman.oii.oiis.oiisVarSettingException 
at Components.oracle.imt.server.v2_0_4_2_0.compContext.validate_rtcDBInfo(unknown source) 

- db is up and running, user/pwd are correct  
- tnsping works fine
- checked port # using netstat 

During the install and config of the middle tier RTC component, the installer makes a JDBC connection 
to the info store db (using host:port:SID). 
If the SID is not registered with the listener (lsnrctl status; Instance <SID>, status UNKNOWN) 
but the service name is registered (status READY), then the connection to the info store db will fail (using SID), 
even though it is possible to make a sqlplus connection using the tnsnames.ora connect info , 
which specifies service_name for connections. 
Check the listener.ora for illegal tabs , etc., and make sure that the info store db is listed in the SID_LIST_LISTENER 
section of the listener.ora file. 
If the OUI has been shut down after receiving the error, uninstall and reinstall middle-tier after correcting problem in listener.ora and restarting listener.

If that doesn't help, press 'Back button' , de-select RTC component , then installation is successfull without installing RTC.


. Source MetaLink

بتاريخ:
  • كاتب الموضوع

شاكرين للاستجابة السريعة و هذه المعلومات و لكن هل التسبيت يتم هنا من خلال المستخدم الخاص لكل مجموعة؟

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.