• Daum
  • |
  • 카페
  • |
  • 메일
  • |
 
카페정보
데이터관련 교육 카페
 
 
 
카페 게시글
9. RAC 수업 (이력관리용도) RAC 18, 19번 대역 우리반 IP 할당
21기_남준혁 추천 0 조회 59 25.11.06 09:35 댓글 7
게시글 본문내용
 
다음검색
댓글
  • 작성자 25.11.11 17:42

    첫댓글 ./sshUserSetup.sh -user grid -hosts "rac1 rac2" -noPromptPassphrase -advanced

  • 작성자 25.11.11 17:43

    yum install -y compat-libstdc++-33 gcc gcc-c++ glibc-devel ksh libaio-devel libstdc++-devel kmod-oracleasm oracleasm-support oracleasmlib

  • 작성자 25.11.11 18:26

    ### 방화벽 중지
    systemctl stop firewalld
    systemctl disable firewalld

    ### 블루투스 중지
    systemctl stop bluetooth
    systemctl disable bluetooth

    ### 시간 동기화 중지
    systemctl stop chronyd
    systemctl disable chronyd
    mv /etc/chrony.conf /etc/chrony.conf.bak

    ### NTP 중지
    systemctl stop ntpdate
    systemctl disable ntpdate

    ### AVAHI 중지
    systemctl stop avahi-daemon.socket
    systemctl disable avahi-daemon.socket
    systemctl stop avahi-daemon
    systemctl disable avahi-daemon

    ### 가상 시스템 관리 중지
    systemctl stop libvirtd
    systemctl disable libvirtd

  • 작성자 25.11.11 18:33

    /tmp/CVU_11.2.0.4.0_grid/runfixup.sh

  • 작성자 25.11.11 18:38

    nano /etc/dnsmasq.conf
    local=/localdomain/
    systemctl start dnsmasq
    systemctl enable dnsmasq
    nslookup rac-scan

  • 작성자 25.11.11 18:42


    # Generated by NetworkManager
    #nameserver 168.126.63.1
    search localhost, nameserver 127.0.0.1

  • 작성자 25.11.11 19:03

    root에서 심볼릭링크(바로가기링크걸기 -> 1를 2로 바라보는 바라보기)

    cd /lib64
    ln -s libcap.so.2 libcap.so.1

최신목록