여러가지를 막 하다가 어떻게 해서 되어서 확실한 방법은 아니지만
(모든 명령어는 root권한으로 하셔야합니다)
1. ocfs관련 rpm을 최신버전으로 깔아준다.
2. /etc/rc.local 에 /etc/init.d/o2cb enable을 쓰고 재부팅한다.
3. ocfs2console을 실행한다.
4. 만약에 configure까지는 되는데 Addnode가 안되면 ocfs2console을 종료 후
/etc/init.d/o2cb unload 실행
5. /etc/init.d/o2cb configure실행해서 상황에 맞게 configure한다음 (대부분 그냥 엔터, heartbeat만 61(11g RAC설치중))
6.
o2cb_ctl: Configuration error discovered while populating cluster ocfs2. None of its nodes were considered local. A node is considered local when its node name in the configuration matches this machine's host name.
위와같은 메시지가 뜬다면
/etc/ocfs2/cluster.conf를 삭제하거나 백업한다(mv /etc/ocfs2/cluster.conf /etc/ocfs2/cluster.conf_backup)
7. 다시 /etc/init.d/o2cb configure 실행한다.
8. ocfs2console을 실행해 nodeadd를 해본다.
문제해결!
(모든 명령어는 root권한으로 하셔야합니다)
1. ocfs관련 rpm을 최신버전으로 깔아준다.
2. /etc/rc.local 에 /etc/init.d/o2cb enable을 쓰고 재부팅한다.
3. ocfs2console을 실행한다.
4. 만약에 configure까지는 되는데 Addnode가 안되면 ocfs2console을 종료 후
/etc/init.d/o2cb unload 실행
5. /etc/init.d/o2cb configure실행해서 상황에 맞게 configure한다음 (대부분 그냥 엔터, heartbeat만 61(11g RAC설치중))
6.
o2cb_ctl: Configuration error discovered while populating cluster ocfs2. None of its nodes were considered local. A node is considered local when its node name in the configuration matches this machine's host name.
위와같은 메시지가 뜬다면
/etc/ocfs2/cluster.conf를 삭제하거나 백업한다(mv /etc/ocfs2/cluster.conf /etc/ocfs2/cluster.conf_backup)
7. 다시 /etc/init.d/o2cb configure 실행한다.
8. ocfs2console을 실행해 nodeadd를 해본다.
문제해결!