自己整理的,写得比较粗,但是整个框架有了。
1. Unpack the file memlimits://UNIX//CAR -xf //UNIX//SAPEXE.CAR memlimits
exp:/oracle/sapcd/disk1/UNIX/HP11_64/CAR -xf /oracle/sapcd/disk1/UNIX/HP11_64/SAPEXE.CAR memlimits
2. Start memlimits by entering one of the following commands:- For a 32-bit SAP kernel, enter: ./memlimits- For a 64-bit SAP kernel, enter: ./memlimits -l 20000
3. If error messages occur, increase your swap space and rerun memlimits until there are no
root profile 中addexport SHLIB_PATH=/oracle/lib:/sapmnt//exe:/usr/sap//SYS/exe/r un:/oracle//lib
6. DB Size
1. Mount the EXPORT CD 1.
2. Copy the DBSIZE.TPL file to the installation directory as follows:cp /DB/ORA/DBSIZE.TPL
3. Edit the DBSIZE.TPL file in the installation directory as required.
7. mkdir
#cd /oracle#mkdir
#cd
#mkdir sapdata1 sapdata2 sapdata3 sapdata4 sapdata5 sapdata6
#mkdir sapreorg saparch origlogA origlogB mirrlogA mirrlogB
#cd /oracle
#mkdir 805_64 stage
#mkdir storage/stage_806
#cd /usr/sap
#mkdir SID
#mkdir trans
8. 开始安装
执行INSTTOOL.SH出现Run R3SETUP with a command file:
./R3SETUP -f .R3S 信息
[hostname:/opt/sap_stage/disk1/UNIX/HP11_64]./R3SETUP -f CENTRDB.R3S
export SHLIB_PATH=/oracle/BKD/lib:/sapmnt/BKD/exe:/usr/sap/BKD/SYS/exe/r un:/oracle/BKD/lib
安装oracle
#su - orabkd
set env TERM
set env ORACLE_TERM
ReliantUNIX on Oracle 8.0.5 only:Set the following environment variable before starting orainst:Oracle 8.0.5: setenv LD_LIBRARY_PATH /oracle/stage/stage_805/libcd $ORACLE_HOME/orainst_sap./orainst安装完之后用root执行 $ORACLE_HOME/orainst/root.sh
#cd /oracle/BKD/orainst_sap/orainst (805,806 version)in 8.1.X version execute runInstaller按default安装查log:/oracle//orainst/install.log
接着安装sapRun R3SETUP with a command file: ./R3SETUP -f .R3S./R3SETUP -f CENTRDB.R3S
参考:install之后最终tablespace大小
Tablespace Size (Mb) Free (Mb) % Free % Used
------------------------- --------------- --------------- ------ ------
PSAPLOADD 20 20 100 0
PSAPTEMP 600 600 100 0
PSAPUSER1I 5 5 100 0
PSAPLOADI 20 20 99 1
PSAPUSER1D 5 5 99 1
PSAPEL46BI 400 385 96 4
PSAPROLL 2000 1898 95 5
PSAPCLUI 20 17 87 13
PSAPEL46BD 800 692 87 13
PSAPPROTI 50 35 69 31
PSAPBTABI 700 452 65 35
PSAPPROTD 50 30 59 41
SYSTEM 500 286 57 43
PSAPBTABD 1000 519 52 48
PSAPDOCUI 30 15 51 49
PSAPDOCUD 50 25 50 50
PSAPSOURCED 100 47 47 53
PSAPSTABD 1800 704 39 61
PSAPES46BD 5000 1771 35 65
PSAPPOOLI 800 274 34 66
PSAPES46BI 2000 669 33 67
PSAPCLUD 30 9 31 69
PSAPSOURCEI 150 46 30 70
PSAPSTABI 1200 360 30 70
PSAPPOOLD 1200 353 29 71
PSAPDDICI 350 83 24 76
PSAPDDICD 550 114 21 79
|