AIX 5 RAC 의 다른 노드 를 다시 시작 한 후 단일 노드 가 걸 립 니 다.

문제 와 같은 현상 은 다음 과 같다.
oracle@P570A1:[/oracle/app/oracle/crs/log/p570a1]$sqlplus/ as sysdba
 
SQL*Plus: Release 10.2.0.2.0 -Production on Sun Nov 30 11:52:30 2014
 
Copyright (c) 1982, 2005,Oracle.  All Rights Reserved.
 
NFS server 192.16.10.23 notresponding still trying

문제 의 원인:
  MOS   When NFS Server Is Down, Oracle Server Freezes With No Errors In Alert Log File (   ID 1316251.1)

        

Oracle code calls a Unix system call, 'getcwd' to get the current working directory. Then, after that, all the control reverts over to the operating system.  From what we can see, the function 'getcwd' calls 'getwd' which in turn calls 'stat'. Once 'stat' is entered it starts processing directory entries in the order shown below by performing a 'statx' call for each entry:

Oracle     UNIX  'getcwd'         。
  Oracle          。     trace
'getcwd'    'getwd','getwd'   'stat'.  。
    'stat',   'statx'            。
 :  / /archlog1     。
    sqlplus hang

해결 방법
루트 디 렉 터 리 에 걸 려 있 는 NFS 파일 시스템 을 하위 디 렉 터 리 에 걸 기

좋은 웹페이지 즐겨찾기