행위

"CRSCTL 명령어"의 두 판 사이의 차이

DB CAFE

(crs Stop/Start)
(RAC에서 클러스터 명 찾기)
22번째 줄: 22번째 줄:
 
<source lang=sql>
 
<source lang=sql>
 
$GRID_HOME/bin/cemutlo -n
 
$GRID_HOME/bin/cemutlo -n
 
 
or
 
or
 
 
$GRID_HOME/bin/olsnodes -c
 
$GRID_HOME/bin/olsnodes -c
 
</source>
 
</source>

2024년 7월 12일 (금) 01:18 판

thumb_up 추천메뉴 바로가기


1 crsctl 명령어[편집]

1.1 crs autorestart Enable/Disable[편집]

  • Run as root user
$GRID_HOME/bin/crsctl enable crs
CRS-4622: Oracle High Availability Services autostart is enabled.

$GRID_HOME/bin/crsctl disable crs
CRS-4621: Oracle High Availability Services autostart is disabled.

1.2 crs Stop/Start[편집]

-- stop crs ( run from root)
$GRID_HOME/bin/crsctl stop crs

-- start crs( run from root)
$GRID_HOME/bin/crsctl start crs

1.3 RAC에서 클러스터 명 찾기[편집]

$GRID_HOME/bin/cemutlo -n
or
$GRID_HOME/bin/olsnodes -c