webtier 12c / OHS 12c standalone domain WLST 로 생성
how to create OHS 12c standalone domain with WLST
OHS 12.2.1
사일런트모드로 도메인을 생성해보려고 한다
https://docs.oracle.com/middleware/1221/wls/WLSTG/domains.htm#WLSTG156
혼란스럽다 혼란스러워 ㅎㅎ
골치가 아프니 아래와 같이 따라하자
순서대로 ohs instance명, username, password, domain위치 이다
자! 여기서 작업하다가 엄청 오래걸리거나 멈춘것 같은 현상이 발생한다면?
-Djava.security.egd=file:///dev/urandom
갓 urandom을 사용하도록 한다
wlst.sh을 열어보면
74번째 줄에 JVM_ARGS가 있는데 뒤에다 urandom 관련 내용을 넣도록 하자
사족이지만 wlst.sh로 작업을 시작하기전에 의무적으로 하는것이 정신건강에 좋다
12c 부터 nodemanager를 통해서 각 인스턴스를 구동시킨다
EM에서 통합관리를 하려면 nodemanager만큼 좋은것이 없기에 적응하도록 하자
[root@centos6 bin]# nohup sh startNodeManager.sh & [1] 14012 [root@centos6 bin]# nohup: ignoring input and appending output to `nohup.out' [root@centos6 bin]# tail -f nohup.out weblogic.startup.MW_Home= coherence.startup.JavaHome=/webtier/ohs1221/oracle_common/jdk/jre coherence.startup.MW_Home= Domain name mappings: base_domain -> /webtier/domains/base_domain <Mar 15, 2017 1:06:21 PM KST> <INFO> <Node manager v12.2.1.2.0> <Mar 15, 2017 1:06:22 PM KST> <INFO> <Secure socket listener started on port 5556, host localhost/127.0.0.1> ^C [root@centos6 bin]# |
127.0.0.1:5556
자 컴포넌트를 시작시킨다
[root@centos6 bin]# ./startComponent.sh webtier1 Starting system Component webtier1 ... Initializing WebLogic Scripting Tool (WLST) ... Jython scans all the jar files it can find at first startup. Depending on the system, this process may take a few minutes to complete, and WLST may not return a prompt right away. Welcome to WebLogic Server Administration Scripting Shell Type help() for help on available commands Reading domain from /webtier/domains/base_domain Please enter Node Manager password: Connecting to Node Manager ... Successfully Connected to Node Manager. Starting server webtier1 ... Successfully started server webtier1 ... Successfully disconnected from Node Manager. Exiting WebLogic Scripting Tool. Done [root@centos6 bin]# |
읭? 패스워드를 물어본다
패스워드는 위에서 지정한 webtier1을 사용하여 올린다
패스워드를 입력하고 싶지 않다면
sh startComponent,sh webtier1 storeUserConfig로 저장을 해버리면 된다
키는? user홈에 .wlst 폴더에 저장이 된다
|
혹 사용하다가 구동 정지시
chown root $ORACLE_HOME/ohs/bin/launch chmod 4750 $ORACLE_HOME/ohs/bin/launch |
'Technical posts > Web & WAS' 카테고리의 다른 글
webtier 12c/ OHS 12c status 확인 (0) | 2017.03.15 |
---|---|
webtier 12c/ OHS 12c OHS 컴포넌트 추가, 인스턴스 추가 (0) | 2017.03.15 |
webtier 12c silent 설치 (0) | 2017.03.15 |
APACHE, OHS 400 웹로직 연동후 특정 작업에 400 error (0) | 2016.12.26 |
apachec rewrite 사용하기 // www 강제 사용 // HTTP to HTTPS // 특정경로만 HTTP (0) | 2016.12.09 |