야간에는 오라클 10g 책 8장 리두 아카이브 로그 파일 부분을 봤고 집에서는 오라클 공식 홈피에서 제공하는 문서를 보고 오라클에서 요구하는 RPM들의 목록을 확인했고 불필요한 파일들을 제거한 채 OEL 5_64에 오라클 11gR2를 설치했다 RHEL에 비해서 전혀 다르지 않았고 거의 같았다 OEL6_64는 Bridge방식으로 설치했고 이상없이 인터넷을 연결했다
RPM
http://docs.oracle.com/cd/E11882_01/install.112/e24324/toc.htm#CHDIDEFH
ASMM
Automatic Memory Management
Starting with Oracle Database 11g, the Automatic Memory Management feature requires more shared memory (/dev/shm)
and file descriptors. The shared memory should be sized to be at least the greater of MEMORY_MAX_TARGET
and MEMORY_TARGET
for each Oracle instance on that computer.
To determine the amount of shared memory available, enter the following command:
# df -h /dev/shm/
MEMORY_MAX_TARGET
andMEMORY_TARGET
cannot be used whenLOCK_SGA
is enabled or with HugePages on Linux
NAT Bridge방식의 차이
일단 NAT방식은 Network Address Translation 으로 즉 ip주소를 라우팅해주는겁니다. 호스트 컴퓨터를 공유기처럼 사용하겠다는 말인거지요. 이 경우에 컴퓨터가 게이트웨이 역할을 해야하기때문에 vmnet8이라는 네트워크가 생긴겁니다. 1을 더한 숫자인 이유는 두 아이피가 같지 않게 하려는 이유뿐 다른 의미는없습니다. 원하신다면 바꾸실수도있구요. 요건은 가상 컴퓨터가 호스트 컴퓨터에 통신이 가능해야한다는겁니다.
'스터디북' 카테고리의 다른 글
[09/07] admin 2일차 실습 및 발표 정리 (0) | 2015.09.09 |
---|---|
[09/04] admin 1일차 (0) | 2015.09.04 |
[07/12] PPT 마무리 (0) | 2015.07.12 |
[07/10] Sol10설치 (0) | 2015.07.10 |
[07/07~ 07/08] 시작 (0) | 2015.07.08 |