- Community Home
- >
- HPE Community, Korea
- >
- HP-UX
- >
- oracle 10g 설치시 커널 파라미터값에 대해서 궁금합니다.
HP-UX
1821587
회원
3666
온라인
109633
솔루션
포럼
범주
Company
Local Language
뒤로
포럼
토론 게시판
포럼
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
토론 게시판
토론 게시판
토론 게시판
포럼
토론 게시판
뒤로
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
블로그
정보
커뮤니티 언어
언어
포럼
블로그
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
날짜: 02-21-2007 11:00 PM
날짜: 02-21-2007 11:00 PM
oracle 10g 설치시 커널 파라미터값에 대해서 궁금합니다.
장비는 rp (PA-RISC) os : 11.23 입니다.
오라클 10g 설치시 커널값 체크 부분에서
Checking kernel parameters
Checking for maxswapchunks=16384; found no entry. Failed <<<<
Checking for semmap=4098; found no entry. Failed <<<<
나머진 부분은 다 커널값이 있는데 요 두개 값만 커널값이 안보이네요.
maxswapchunks ,semmap 값이 별도로 있는지요?
어떤값을 수정 해야 할지 모르겠습니다.
오라클 10g 설치시 커널값 체크 부분에서
Checking kernel parameters
Checking for maxswapchunks=16384; found no entry. Failed <<<<
Checking for semmap=4098; found no entry. Failed <<<<
나머진 부분은 다 커널값이 있는데 요 두개 값만 커널값이 안보이네요.
maxswapchunks ,semmap 값이 별도로 있는지요?
어떤값을 수정 해야 할지 모르겠습니다.
2 응답 2
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
날짜: 02-21-2007 11:00 PM
날짜: 02-21-2007 11:00 PM
oracle 10g 설치시 커널 파라미터값에 대해서 궁금합니다.
제가 알기로는 hpux v2 11.23으로 upgrade되면서 maxswapchunk와 semmap의 parameter가 없어진것으로 알고 있습니다.
위의 2가지를 설정하는 부분이 없습니다.
아래의 내용을 보시면 maxswapchunk및 semmap는 PA-RISC only입니다.
Here is my 10g config if you wish to tune before installing
ksi_alloc_max (nproc*8)
max_thread_proc 1024
maxdsiz 1073741824 (1 GB)
maxdsiz_64bit 2147483648 (2 GB)
maxssiz 134217728 (128 MB)
maxssiz_64bit 1073741824 (1 GB)
maxswapchunks (PA-RISC only) 16384
maxuprc ((nproc*9)/10)
msgmap (msgtql+2)
msgmni (nproc)
msgseg 32767
msgtql (nproc)
ncsize (PA-RISC) (ninode+vx_ncsize)
ncsize (Itanium) (ninode+1024)
nfile (15*nproc+2048)
nflocks (nproc)
ninode (8*nproc+2048)
nkthread (((nproc*7)/4)+16)
nproc 4096
semmap (PA-RISC only) (semmni+2)
semmni (nproc)
semmns (semmni*2)
semmnu (nproc-4)
semvmx 32767
shmmax The size of physical memory or 1073741824 (0X40000000), whichever is greater.
Note: To avoid performance degradation, the value should be greater than or equal to the size of the SGA.
If you are using Hyper Messaging protocol as the cluster interconnect on PA-RISC systems, the value of this parameter must be less than 4 GB.
shmmni 512
shmseg 120
vps_ceiling 64
그럼~~~
위의 2가지를 설정하는 부분이 없습니다.
아래의 내용을 보시면 maxswapchunk및 semmap는 PA-RISC only입니다.
Here is my 10g config if you wish to tune before installing
ksi_alloc_max (nproc*8)
max_thread_proc 1024
maxdsiz 1073741824 (1 GB)
maxdsiz_64bit 2147483648 (2 GB)
maxssiz 134217728 (128 MB)
maxssiz_64bit 1073741824 (1 GB)
maxswapchunks (PA-RISC only) 16384
maxuprc ((nproc*9)/10)
msgmap (msgtql+2)
msgmni (nproc)
msgseg 32767
msgtql (nproc)
ncsize (PA-RISC) (ninode+vx_ncsize)
ncsize (Itanium) (ninode+1024)
nfile (15*nproc+2048)
nflocks (nproc)
ninode (8*nproc+2048)
nkthread (((nproc*7)/4)+16)
nproc 4096
semmap (PA-RISC only) (semmni+2)
semmni (nproc)
semmns (semmni*2)
semmnu (nproc-4)
semvmx 32767
shmmax The size of physical memory or 1073741824 (0X40000000), whichever is greater.
Note: To avoid performance degradation, the value should be greater than or equal to the size of the SGA.
If you are using Hyper Messaging protocol as the cluster interconnect on PA-RISC systems, the value of this parameter must be less than 4 GB.
shmmni 512
shmseg 120
vps_ceiling 64
그럼~~~
위에 명시된 의견은 Hewlett Packard Enterprise가 아닌 저자의 개인 의견입니다. 이 사이트를 사용하면 이용 약관에 동의하게되며 참여 규칙 .
회사
주요 내용 알아보기
뉴스 및 이벤트
© Copyright 2025 Hewlett Packard Enterprise Development LP