'ohasd fails'에 해당되는 글 1건

  1. 2016.05.02 Oracle linux 7 ohasd fails

Install of Clusterware fails while running root.sh on OL7 - ohasd fails to start (문서 ID 1959008.1)

===============================================================

 

linux 7 에서 ohasd process 기동실패로 GI 설치 실패시, (Oracle linux 뿐만 아니라 RHEL 도 해당됨)

 

rootcrs.log/roothas.log 에 ohasd/crsd start 실패 메세지 나타남.

 

(Bug 18370031  - RC SCRIPTS (/ETC/RC.D/RC.* , /ETC/INIT.D/* ) ON OL7 FOR CLUSTERWARE)

- 11.2.0.4 or 12.1.0.1 해당됨

 


방법은 2가지임. 


A) Patch 18370031 미리 적용


B) 수동으로 ohasd service 생성


아직 systemd daeomon 을 제어할 방법이 없기 때문에 root.sh 실행전 해줘야 하는 작업임.


수동으로 생성방법

 

1. root 유저로

 

cd /etc/systemd/system/
touch ohasd.service


2. ohas.service 화일 편집

 

[Unit]
Description=Oracle High Availability Services
After=syslog.target

[Service]
ExecStart=/etc/init.d/init.ohasd run >/dev/null 2>&1 Type=simple
Restart=always

[Install]
WantedBy=multi-user.target

 

3. root 유저로

 

systemctl daemon-reload
systemctl enable ohasd.service
systemctl start ohasd.service


(원본 MOS 문서에 오타가 있으므로 수정할것)

 

4. root.sh 실행 끝.

Posted by pat98
이전버튼 1 이전버튼

05-09 18:52
Flag Counter
Yesterday
Today
Total

글 보관함

최근에 올라온 글

달력

 « |  » 2024.5
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

최근에 달린 댓글