在AIX 5.* 6.1版本上開啟Oracle LargePage的方法
官方文件:
1. First check the current capabilities: # lsuser -a capabilities oracle
Note: only the root user can display the capabilities attribute.
2. Add the CAP_BYPASS_RAC_VMM and CAP_PROPAGATE capabilities to the list of capabilities already assigned to this user ID, if any:
#chuser capabilities=CAP_BYPASS_RAC_VMM,CAP_PROPAGATE oracle
3. Configure the AIX large page pool by calculating the number of large pages required for the SGA:
num_of_large_pages = INT((total_SGA_size-1)/16MB)+1
9999220736-1/(16*1024*1024)=595.99999994
Here, the integer calc will end up with a result of 595, but given the actual figure is higher, we would need to round up to 596 rather than accept the base figure of 595.
4. Configure the number and size of large pages:
#vmo -p -o lgpg_regions=num_of_large_pages -o lgpg_size=16777216
5. Change lru_file_repage, the default is 1:
#vmo -o lru_file_repage=0
幾點注意:
1.RAC
When using large pages on an Oracle Real Application Cluster (RAC) database, where the srvctl command is used to start and stop the RAC database instances, it is also necessary to set the CAP_BYPASS_RAC_VMM and CAP_PROPAGATE capabilities for the root user ID.
2.由於BUG:7226548,10.2.0.4及10.2.0.5是無法使用LargePage的,使用svmon -G可以觀察到。如果是非RAC方式,可以設定
For csh:
setenv ORACLE_SGA_PGSZ 16m
For ksh:
export ORACLE_SGA_PGSZ=16m
之後啟動Oracle。但我測試RAC無法使用這個方法,只能打補丁
具體內容見:
[@more@]官方文件:來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/19423/viewspace-1060058/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle10g 在AIX 6.1上的靜默安裝OracleAI
- aix6.1上安裝oracle 10.2.0.1AIOracle
- DP 6.1版本在linux Client上的問題解決方法Linuxclient
- oracle在AIX下的自啟動OracleAI
- AIX上pin住Oracle的SGA的方法AIOracle
- oracle 在 aix上large page特性OracleAI
- aix 6.1上rac升級到10.2.0.4AI
- AIX下開啟大頁的方法AI
- AIX上pin住Oracle的SGA的方法(轉)AIOracle
- AIX6.1下 Oracle 10g的安裝AIOracle 10g
- AIX6.1 HA5.5 ORACLE10.2.0.4 RAC EM無法啟動AIOracle
- AIX 6.1上安裝ORACLE 10R2 RAC 的幾個重要的準備工作AIOracle
- Oracle10g 在AIX 5.3上的安裝OracleAI
- Oracle 9i 在AIX上的安裝 (轉)OracleAI
- AIX6.1 oracle10.2.0.5 單機檔案系統,實現開機自動啟動AIOracle
- AIX 6.1 snmp監控AI
- 在AIX 5L上快速部署Oracle (轉)AIOracle
- AIX 6.1 配置ssh後總提示需要密碼的解決方法AI密碼
- AIX6.1上打10G PATCH時報有Java程式在執行的錯誤解決AIJava
- aix不同版本安裝oracle的不同版本時的要求AIOracle
- AIX 6.1 安裝 Oracle 11g R1 報Java錯誤解決方法AIOracleJava
- AIX 6.1 Oracle11g 11.2.0.4 RAC 安裝心得AIOracle
- Aix 6.1下安裝Oracle11g詳細文件AIOracle
- ORACLE及OS相關監控指令碼 For AIX6.1Oracle指令碼AI
- 在AIX上安裝配置Oracle10g RACAIOracle
- aix 開啟 sshAI
- AIX6.1安裝ORACLE 11g(單機使用ASM)AIOracleASM
- Oracle10g for AIX6.1安裝問題解決OracleAI
- aix 6.1+hacmp+ oracle 10g rac 安裝步驟AIACMOracle 10g
- AIX6.1效能最佳化AI
- 使用VMware ESXi Server 5.0在OEL6.1上安裝 Oracle RAC 11gR1(4)-配置OEL 6.1ServerOracle
- 在AIX上安裝GCCAIGC
- 在AIX上安裝VNCAIVNC
- AIX6.1+HA+ORACLE10G RAC 安裝參考手冊AIOracle
- oracle 11g 在IBM AIX 5L上的安裝OracleIBMAI
- aix 6.1 ORA-04030 問題AI
- ORA-27300 For AIX6.1AI
- AIX 6.1 靜默安裝11.1.0.6AI