9 Temmuz 2009 Perşembe

solaris 10 için oracle 10g kurulumu -2

oracle insitesinden
10202_database_solx86.zip indirilip extraxt ediyoruz.
içerisine giriyoruz.
#./runInstaller
root kullanıcısyla kurulum yapamazsınız diye uyarı olıyoru:)

#useradd -R yetki -m -d /export/home/oracle -s /usr/bin/bash oracle
#passwd oracle

tekrar #./runInstaller diyoruz.
hecking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
onemli değil.
basic install diyorz. ben parolaya oracle diyorum. degiştirilebilir.
next diyoruz ve ilk kez kurulum yapılıyorsa inventory directory diye bi ekran geliyor.
next diyoruz. ve sistem kontrolu başlıyor.

Checking operating system requirements ...
Expected result: One of 5.10
Actual Result: 5.10
Check complete. The overall result of this check is: Passed
=======================================================================

Checking operating system package requirements ...
Checking for SUNWbtool; found CCS tools bundled with SunOS(SUNWbtool). Passed
Checking for SUNWarc; found Lint Libraries (usr)(SUNWarc). Passed
Checking for SUNWhea; found SunOS Header Files(SUNWhea). Passed
Checking for SUNWlibm; found Math & Microtasking Library Headers & Lint Files (Usr)(SUNWlibm). Passed
Checking for SUNWlibms; found Math & Microtasking Libraries (Usr)(SUNWlibms). Passed
Checking for SUNWsprot; found Solaris Bundled tools(SUNWsprot). Passed
Checking for SUNWtoo; found Programming Tools(SUNWtoo). Passed
Checking for SUNWi1of; found ISO-8859-1 (Latin-1) Optional Fonts(SUNWi1of). Passed
Checking for SUNWi1cs; found X11 ISO8859-1 Codeset Support(SUNWi1cs). Passed
Checking for SUNWi15cs; found X11 ISO8859-15 Codeset Support(SUNWi15cs). Passed
Checking for SUNWxwfnt; found X Window System platform required fonts(SUNWxwfnt). Passed
Check complete. The overall result of this check is: Passed
=======================================================================

Checking kernel parameters
Checking for BIT_SIZE=32; found BIT_SIZE=32. Passed
Checking for shmsys:shminfo_shmmax=4294967295; found no entry. Failed <<<<
Checking for shmsys:shminfo_shmmni=100; found no entry. Failed <<<<
Checking for semsys:seminfo_semmni=100; found no entry. Failed <<<<
Checking for semsys:seminfo_semmsl=256; found no entry. Failed <<<<
Check complete. The overall result of this check is: Failed <<<<
Problem: The kernel parameters do not meet the minimum requirements (see above).
Recommendation: Perform operating system specific instructions to update the kernel parameters.
=======================================================================

Checking physical memory requirements ...
Expected result: 922MB
Actual Result: 804MB
Check complete. The overall result of this check is: Failed <<<<
Problem: The system does not have sufficient physical memory to perform the install.
Recommendation: Increase the amount of physical memory available to your system before continuing with the installation.
=======================================================================

Checking available swap space requirements ...
Expected result: 1206MB
Actual Result: 526MB
Check complete. The overall result of this check is: Failed <<<<
Problem: The system does not have the required swap space.
Recommendation: Make more swap space available to perform the install.
=======================================================================

Validating ORACLE_BASE location (if set) ...
Check complete. The overall result of this check is: Passed
=======================================================================

Checking Oracle Home path for spaces...
Check complete. The overall result of this check is: Passed
=======================================================================

Checking for proper system clean-up....
Check complete. The overall result of this check is: Passed
=======================================================================

Checking for Oracle Home incompatibilities ....
Actual Result: NEW_HOME
Check complete. The overall result of this check is: Passed
=======================================================================

test sistemi olduğu için düzeltmeler ile uğraşmıyorum ve kuruluma geçiyorum.
log dosyası;
/export/home/oracle/oraInventory/logs/installActions2009-07-09_02-55-56PM.log

ORA-27101 out of memory
ORA-01034 ORACLE not available

/export/home/oracle/oraInventory/orainstRoot.sh
/export/home/oracle/oracle/product/10.2.0/db_1/root.sh

$./dbca
display not set olursa
$export DISPLAY=ip:0


prtconf | grep Mem

% id -p
% prctl -n project.max-shm-memory -i project 3
set shminfo_shmmax = 0x000000028a006000
reboot
% prctl -n project.max-shm-memory -r -v 10G -i project 3
% prctl -n project.max-shm-memory -i project 3
% projadd -p 102 -c 'eBS benchmark' -U oracle -G dba -K 'project.max-shm-memory=(privileged,10G,deny)' OASB
% projects -l
OASB
projid : 102
comment: "eBS benchmark"
users : oracle
groups : dba
attribs: project.max-shm-memory=(privileged,10737418240,deny)
% cat /etc/project
...
...
OASB:102:eBS benchmark:oracle:dba:project.max-shm-memory=(privileged,10737418240,deny)

işe yaramazsa buda yeterli ;
projadd -U oracle -K "project.max-shm-memory=(priv,2048MB,deny)" user.oracle

Hiç yorum yok:

Yorum Gönder