In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Silent installation, which means there is no need for vnc or the like to connect to the image interface. Follow the following steps to successfully complete the preparation of the jdk environment vim / etc/profile add export JAVA_HOME=/usr/java/jdkexport JRE_HOME=/usr/java/jdk/jreexportCLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar:$JRE_HOME/libexport PATH=$JAVA_HOME/bin:$PATHfmw_12.1.3.0.0_wls.jaroraInst.loc wls.rspuseradd weblogic operation to pay special attention to, that is, when switching weblogic The right thing to do is su-weblogic, not su weblogicuseradd weblogicecho "xx" | passwd-- stdin weblogic1. Create the oraInst.loc file inventory_loc=/opt/weblogic/oraInventory1inst_group=weblogic2. Create the wls.rsp response file inventory_loc=/opt/weblogic/oraInventory1inst_group= weblogic [root @ ct1 src] # cat * .rsp [engineering] Response File Version= 1.0.0.0.0 [generic] ORACLE_HOME=/opt/weblogic/Oracle/Middleware # Set this variable value to the Installation Type selected. E.g. WebLogic Server, Coherence, Complete with Examples.INSTALL_TYPE=WebLogic ServerDECLINE_SECURITY_UPDATES=trueSECURITY_UPDATES_VIA_MYORACLESUPPORT=false3.su-webLogicmkdir-p / opt/weblogic/Oracle/Middlewareexport DISPLAY=:0.0 this is not very important 4. Start the installation of java-jar fmw_12.1.3.0.0_wls.jar-silent-responseFile / opt/src/wls.rsp-invPtrLoc / opt/src/oraInst.loc. 20% to 100% indicates smooth completion. If there is an error, please go to / opt/weblogic/Oracle/Middleware/logs and execute / opt/weblogic/Oracle/Middleware/wlserver/server/bin/setWLSEnv.sh to add the output classpath directly to / etc/profile5. Memory optimization, otherwise the creation of the domain is slow. / Oracle/Middleware/oracle_common/rda/da/da.sh./Oracle/Middleware/oracle_common/common/bin/commEnv.shMEM_ARGS= "- Xms2048m-Xmx4096m-XX:MaxPermSize=1024m" UTILS_MEM_ARGS= "- Xms32m-Xmx1024m" 6. Create the domain su-weblogicmkdir-p / opt/weblogic/Oracle/Middleware/user_projects/domains/hnDomaincd / opt/webLogicvim create_domain.rspread template from "/ opt/weblogic/Oracle/Middleware/wlserver/common/templates/wls/wls.jar"; set JavaHome "/ usr/java/jdk"; set ServerStartMode "dev"; find Server "AdminServer" as AdminServer;set AdminServer.ListenAddress ""; set AdminServer.ListenPort "8001"; set AdminServer.SSL.Enabled "true"; set AdminServer.SSL.ListenPort "8002" / / We can directly create a new managed server.create Server "ms1" as MS1;set MS1.ListenAddress "; set MS1.ListenPort" 8003 "; / / set MS1.SSL.Enabled" true "; / / set MS1.SSL.ListenPort" 7004 "; / / Create Machinecreate Machine" shaiksameer.com "as Machinename;//use templates default weblogic userfind User" weblogic "as u1terset u1.password" weblogic123 "; / / create a new usercreate User" weblogic2 "as u2cross set u2.password" weblogic123 " Write domain to "/ opt/weblogic/Oracle/Middleware/user_projects/domains/hnDomain"; / / The domain name will be "demo-domain" close template; is the above. There are several places to show that the following create Machine "shaiksameer.com" as Machinename; takes the name create Server "ms1" as MS1;. It seems that the startup report said that the server could not be found. Here we go. Su-weblogictouch / opt/weblogic/create_domain.logcd / opt/weblogic/Oracle/Middleware/wlserver/common/bin./config.sh-mode=silent-silent_script=/opt/weblogic/create_domain.rsp-logfile=/opt/weblogic/create_domain.log-Djava.security.egd=file:/dev/urandom implementation will be slow. Suggest nohup. / config.sh-mode=silent-silent_script=/opt/weblogic/create_domain.rsp-logfile=/opt/weblogic/create_domain.log-Djava.security.egd=file:/dev/urandom & 8. Modify cd / opt/weblogic/Oracle/Middleware/user_projects/domains/hnDomain after completion. / bin/setDomainEnv.sh: WLS_MEM_ARGS_64BIT= "- Xms2048m-Xmx4096m". / startWebLogic.sh & 9.ss-an have 8001 9.ss 8002 on the line, and then access the http://ip:8001/console password in create_domain.rsp10. This is the installation process, weblogic and more.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.