linux 5.3 安裝NetWeaver 7.0(oracle10.2)配置____小程式

來源:互聯網
上載者:User

從官方文檔上查到

Note 1048303 - Red Hat Enterprise Linux 5.x: Installation and upgrade

 

 

 



有幾處提示:

1、
kernel.msgmni=1024
kernel.sem=1250 256000 100 1024
vm.max_map_count=300000
Activate these settings with the command "sysctl -p".



2、

/etc/security/limits.conf
@sapsys    hard    nofile    32800
@sapsys    soft    nofile    32800
@dba       hard    nofile    32800
@dba       soft    nofile    32800


3、

 In this case, create or change /oracle/stage/102_64/database/install/oraparam.ini so that it contains these lines:
         
           [Certified Versions]
           Linux=redhat-3,SuSE-9,redhat-4,UnitedLinux-1. 0,asianux-1,asianux-2, redhat-5

 

 

實際安裝的時候,需要注意的事情:

1、手工建立/oracle目錄

[root@saptst02 patch] mkdir /oracle

[root@saptst02 patch] chmod 777 /oracle

 

不過在安裝完成oracle之後,就有提示文執行兩個檔案


[root@saptst02 patch]# /oracle/oraInventory/orainstRoot.sh
Changing permissions of /oracle/oraInventory to 770.
Changing groupname of /oracle/oraInventory to dba.
The execution of the script is complete
[root@saptst02 patch]# /oracle/TS1/102_64/root.sh
Running Oracle10 root.sh script...

The following environment variables are set as:
    ORACLE_OWNER= orats1
    ORACLE_HOME=  /oracle/TS1/102_64

Enter the full pathname of the local bin directory: [/usr/local/bin]:
   Copying dbhome to /usr/local/bin ...
   Copying oraenv to /usr/local/bin ...
   Copying coraenv to /usr/local/bin ...


Creating /etc/oratab file...
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root.sh script.
Now product-specific root actions will be performed.

 

 


2、jdk

我用了jdk-6u14-linux-x64-rpm.bin,沒有用jdk1.4的版本,省事情

 

3、

/tmp/OraInstall2007-12-30_02-16-11PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open  shared object file: No such file or directory occurred..

需要安裝

原因是:缺少支援列印的圖形化動態連結程式庫 libXp.so.6

rpm -ivh xorg-x11-deprecated-libs-6.9.0-1.112.16.14asp.i386.rpm

rpm -ivh libXp-1.0.0-8.1.el5.i386.rpm

 

4、當資料庫安裝的時候,提示:


Checking for ip_local_port_range=1024 - 65000; found ip_local_port_range=32768 - 61000.    Failed <<<<
Checking for rmem_default=262144; found rmem_default=126976.    Failed <<<<
Checking for rmem_max=262144; found rmem_max=131071.    Failed <<<<
Checking for wmem_default=262144; found wmem_default=126976.    Failed <<<<
Checking for wmem_max=262144; found wmem_max=131071.    Failed <<<<
Check complete. The overall result of this check is: Failed <<<<
Problem: The security parameters in the kernel do not meet the minimum requirements (see above).
Recommendation: Perform operating system specific instructions to update the kernel parameters, namely BIT_SIZE and noexec_user_stack.

需要在修改參數

[root@saptst02 patch]# find / -name ip_local_port_range
/proc/sys/net/ipv4/ip_local_port_range
[root@saptst02 patch]# cat /proc/sys/net/ipv4/ip_local_port_range
32768   61000
[root@saptst02 patch]# echo "1024 65000" >/proc/sys/net/ipv4/ip_local_port_range
[root@saptst02 patch]# cat /proc/sys/net/ipv4/ip_local_port_range
1024    65000


[root@saptst02 patch]# vi /etc/sysctl.conf

#set oracle var
net.core.rmem_default=262144
net.core.wmem_default=262144
net.core.rmem_max=262144
net.core.wmem_max=262144

 

這些操作之後,系統還能正常運行………………

 

 

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.