ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • OHS 11.1.1.7 install
    # WEB | OHS 2023. 1. 10. 15:45

    1. OHS 설치파일 압축해제 

     

    2.  tmp 디렉토리, ohs.rsp, oraInst.loc 생생해준다.

     

    < ohs.rsp >

    [ENGINE]
    Response File Version=1.0.0.0.0
    
    
    [GENERIC]
    DECLINE_AUTO_UPDATES=true
    ORACLE_HOME=/sw/web/ohs
    INSTALL_TYPE=Standalone HTTP Server
    DECLINE_SECURITY_UPDATES=true
    SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
    MIDDLEWARE_HOME=/sw/web
    INSTALL AND CONFIGURE LATER TYPE=true
    SKIP_SOFTWARE_UPDATES=true

     

    < oraInst.loc >

    inventory_loc=/sw/web/tmp
    inst_group=app

     

    3. Disk1  디렉토리에 설치 명령실행.

     

    ./runInstaller -silent \
    -response /sw/web/ohs.rsp \
    -invPtrLoc /sw/web/oraInst.loc

     

    설치 완료.

     

    4.  opmn의 bin 경로로 들어가 instance 생성.

     

    ./opmnctl createinstance -oracleInstance /sw/ohs11/instances/INSTANCE -instanceName INSTANCE -adminRegistration OFF

     

     

    5. 만들어진 instances 디렉토리로 들어가서 bin의 opmnctl로 component 또한 생성해준다.

     

     

    6. 서버실행

     

    ./opmnctl startall

     

    7. 웹페이지 호출

    : defalt port인 7777로 페이지를 호출한다.

     

    80포트로 바꾸기

     

    1. cd [ohs_install]/ohs/bin 경로의 .apachectl 확인

     

     

    2.  .apachectl 권한수정

    $ sudo chown root .apachectl
    $ sudo chmod 6750 .apachectl

     

     

    3. httpd.conf 수정

     


    4. ohs 재기동

     

    cd [ohs_install]/instances/INSTANCE/bin

     

    5. 80포트로 웹페이지 호출

     


    1.설치중 Error in invoking target 'ntcontab.o' of makefile

     

    -> Disk 파일이 하나 부족해서 난 에러.. 설치파일을 다른거로 사용했다.

     

     

    2. instance에 component 생성도중 

    -> 인스턴스 생성 후 인스턴스경로의 bin 디렉토리 내 opmnctl 을 사용해야 함

    ( [ohs_install]/instances/INSTANCE/bin )

     

    '# WEB | OHS' 카테고리의 다른 글

    OHS MPM  (0) 2023.01.25
    OHS Node Manager 패스워드 변경법  (0) 2023.01.11
    OHS Error Page 설정  (0) 2022.11.17
    OHS Wallet 생성  (0) 2022.05.09
    OHS Instance 내에 component 추가  (0) 2022.05.02
Designed by Tistory.