2020. 10. 29. 22:54 오라클
Oracle CRS 권한 원복방법 rootcrs.pl -init
CRS 의 권한이 뭔가 잘못 건드려 꼬였을 경우 아래와 같이 조치해 볼수 있다.
CRS 권한 원복 rootcrs.pl -init
How to check and fix file permissions on Grid Infrastructure environment (문서 ID 1931142.1)
방법 1
<GRID_HOME> 확인
# cluvfy comp software -n all -verbose
방법 2
- 해당위치의 2개화일에 directory 및 permission 정보가 들어있으므로 확인가능
$GRID_HOME/crs/utl (for 11.2 and 12.1.0.1)
$GRID_HOME/crs/utl/<hostname> (for 12.1.0.2)
crsconfig_dirs
crsconfig_fileperms
- 11.2.0.3.6 부터 -init 옵션으로 권한 원복할수 있음
11.2 (as root) RAC 인 경우
# cd <GRID_HOME>/crs/install/
# ./rootcrs.pl -init
11.2 (as root) Standalone 인경우
cd <GRID_HOME>/crs/install/
# ./roothas.pl -init
12c (as root) RAC 인 경우
# cd <GRID_HOME>/crs/install/
# ./rootcrs.sh -init
12c (as root) Standalone 인경우
# cd <GRID_HOME>/crs/install/
# ./roothas.sh -init