![webspherend版6.1命令行安装升级与日常维护手册v1.0.31218_第1页](http://file4.renrendoc.com/view/fd879a874e165c292dbec45db1553de7/fd879a874e165c292dbec45db1553de71.gif)
![webspherend版6.1命令行安装升级与日常维护手册v1.0.31218_第2页](http://file4.renrendoc.com/view/fd879a874e165c292dbec45db1553de7/fd879a874e165c292dbec45db1553de72.gif)
![webspherend版6.1命令行安装升级与日常维护手册v1.0.31218_第3页](http://file4.renrendoc.com/view/fd879a874e165c292dbec45db1553de7/fd879a874e165c292dbec45db1553de73.gif)
![webspherend版6.1命令行安装升级与日常维护手册v1.0.31218_第4页](http://file4.renrendoc.com/view/fd879a874e165c292dbec45db1553de7/fd879a874e165c292dbec45db1553de74.gif)
![webspherend版6.1命令行安装升级与日常维护手册v1.0.31218_第5页](http://file4.renrendoc.com/view/fd879a874e165c292dbec45db1553de7/fd879a874e165c292dbec45db1553de75.gif)
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
安装与升级与日常维护手册
目录TOC\o"1-4"\h\z\u第一章 背景 6 背景 6 文档说明 6 术语解释 6 WebSphere体系简介 7第二章 Websphere安装 8 WAS安装 8 Hosts配置 8 检查依赖包 8 解压缩安装文件 8 编辑配置文件 9 执行安装 10 检查安装目录 10 检查版本 10 IBMServer安装 11 解压缩安装程序 11 编辑配置文件 11 执行安装 12 安装后检查安装大小 12 安装后检查版本 12 UpdateInstaller安装 12 编辑配置文件 13 执行安装 13 安装后检查目录大小 13 版本检查 13第三章 WebSphere升级 15 WAS升级 15 准备补丁文件 15 编辑配置文件 15 执行升级 15 空间检查 15 版本检查 16 IBMServer升级 16 编辑配置文件 16 执行升级 16 版本检查 17 IBMServerPlugins升级 17 编辑配置文件 17 执行升级 17 版本检查 17第四章 命令行维护 19 后台手工创立节点 19 创立节点 19 查看节点信息 19 参加新节点到控制台 20 启动控制台 20 添加到控制台 20 访问控制台 22 WAS启动与停止 22 启动顺序 22 启动控制台 22 启动节点 22 启动效劳 23 查看进程 23 停止顺序 24 停止效劳 244. 停止节点 24 停止控制台 24第五章 维护经验积累 26 安装常见问题 26 安装时没有配置HOST 26 安装时不能创立默认的profile 27第六章 日志 28 启动日志 28 启动控制台日志 28 启动节点日志 29 启动效劳日志 29 停止日志 30 停止效劳日志 30 停止节点日志 31 停止控制台日志 32 业务输出日志 33.1 日志 34 日志 34 35 WAS内存溢出日志 36 手工生成javacore文件 36 生成javacore文件 38第七章 控制台操作 39第八章 平安配置 40 禁止WebSphere列表显示文件,防止遍历Web目录 40背景背景在linux或AIX系统上安装WebSphere软件,包括WebSphereApplicationServer,IBMServer,UpdateInstaller7;升级WebSphere软件,分别为WebSphereApplicationServer,IBMServer打补丁,提高平安性和稳定性;WebSphere日常维护操作文档说明文档记录websphere命令行安装过程中的操作事项,以及操作过程中的经验总结,提供比拟实用的操作指引。提供WebSphere日常维护技能,供参考学习。术语解释名词说明WASWebSphereApplicationServerNDNetworkDeploymentIHSIBMServerOutOfMemoryOO内存溢出GabageCollectionGC垃圾回收WebSphere体系简介WebSphereApplicationServerNetworkDeployment提供了一个具有高级性能和可用性的操作环境,用来支持动态应用程序环境。除了根本WebSphereApplicationServer内的所有特性和功能外,此配置还提供高级部署效劳,包括群集、网络边界效劳、Web效劳增强功能和分布式配置的高可用性Websphere安装WAS安装Hosts配置编辑hosts文件,映射本机IP地址;例如:/etc/hostslocalhost#specialIPv6addresses::1localhostipv6-localhostipv6-loopbackfe00::0ipv6-localnetff00::0ipv6-mcastprefixff02::1ipv6-allnodesff02::2ipv6-allroutersff02::3ipv6-allhosts55linux-suse10suse10最后一行红色字体就是更改的hostname文件配置,将IP地址改为本机IP地址检查依赖包检查软件下软件包是否安装
解压缩安装文件编辑配置文件先备份一份配置文件cp.bak下面是实际安装的配置文件实例:[root@localhostWAS]#catresponsefile.nd.txt|grep-v"^$"|grep-v"^#"-OPTsilentInstallLicenseAcceptance="true"-OPTallowNonRootSilentInstall="true"-OPTdisableOSPrereqChecking="true"-OPTinstallType="installNew"-OPTfeature="noFeature"-OPTinstallLocation="/was/WebSphere/AppServer"-OPTprofileType="cell"-OPTPROF_enableAdminSecurity="fasle"参数含义:-OPTsilentInstallLicenseAcceptance="true"静默安装,接手安装协议,必选;-OPTallowNonRootSilentInstall="true"允许非root用户安装-OPTdisableOSPrereqChecking="true"取消操作系统检查,选上,否那么局部操作系统不能安装;-OPTinstallType="installNew" 新安装-OPTfeature="noFeature" 不安装其他演示实例-OPTinstallLocation="/was/WebSphere/AppServer"安装目录;-OPTprofileType="cell"-OPTprofileType=〞standalone〞–生成标准概要表,指定为none那么不创立任何概要文件,需要通过manageprofiles.sh命令手工创立概要文件,指定为cell可以创立一个cell概要文件和一个dm概要文件;-OPTPROF_enableAdminSecurity="fasle"不设置控制台平安验证-OPTPROF_enableAdminSecurity="fasle"要指明,不能没有这个选项,如果不设置就指明为false;如果-OPTPROF_enableAdminSecurity="true"那么就需要下面两个参数:用户名和密码可自行设置;-OPTPROF_adminUserName=root-OPTPROF_adminPassword=root注意:-OPTinstallLocation="/was/WebSphere/AppServer"不要预先创立WebSphere/AppServer目录。让安装程序自己创立;执行安装在解压的安装程序目录下:./install-options"/was/soft/was/WAS/responsefile.nd.txt"–silent/was/soft/was也可以使用相对路径。检查安装目录安装后检查一下安装目录的大小[root@localhostWebSphere]#du-sh*833MAppServer检查版本进入/was/WebSphere/AppServer/bin目录:IBMServer安装解压缩安装程序tar–编辑配置文件[root@localhostIHS]#catresponsefile.txt|grep-v"^$"|grep-v"^#"-OPTsilentInstallLicenseAcceptance="true"-OPTallowNonRootSilentInstall=true-OPTdisableOSPrereqChecking="true"-OPTinstallLocation="/was/WebSphere/Server"-OPTinstallGSKit="true"-OPTPort="80"-OPTadminPort="8008"-OPTcreateAdminAuth="false"-OPTadminAuthUser="username"-OPTadminAuthPassword="password"-OPTadminAuthPasswordConfirm="password"-OPTrunSetupAdmin="false"-OPTcreateAdminUserGroup=true-OPTsetupAdminUser="useridname"-OPTsetupAdminGroup="groupname"-OPTinstallService="true"-OPTinstallAdminService="true"-OPTwinServiceLogOnAs="localSystem"-OPTwinServiceUser="YOUR_USER_NAME"-OPTwinServicePassword="YOUR_PASSWORD"-OPTwinServiceStartType="automatic"-OPTinstallAfpa="true"-OPTinstallPlugin="true"-OPTwebserverDefinition="webserver1"-OPTwashostname="localhost"以上蓝色字体为需要更改的参数,其他可以保持默认;-OPTinstallLocation="/was/WebSphere/Server"Server目录不要先创立了;执行安装./install-options"/was/soft/ihs/IHS/responsefile.txt"-silent安装后检查安装大小检查安装的目录大小[root@localhostWebSphere]#du-sh*833MAppServer324MServer安装后检查版本/was/WebSphere/Server/binUpdateInstaller安装安装UpdateInstaller工具,用来给WebSphere和IBMServer打补丁,升级。编辑配置文件[root@localhostUpdateInstaller]#catresponsefile.updiinstaller.txt|grep-v"^$"|grep-v"^#"-OPTsilentInstallLicenseAcceptance="true"-OPTdisableOSPrereqChecking="true"-OPTinstallLocation="/was/WebSphere/UpdateInstaller"执行安装./install-options"./responsefile.updiinstaller.txt"-silent安装后检查目录大小[root@localhostWebSphere]#du-sh*833MAppServer324MServer239MUpdateInstaller版本检查/was/WebSphere/UpdateInstallerWebSphere升级WAS升级准备补丁文件[root@localhostpak]#ls-ltotal580800-rw-r--r--1rootroot13481706Oct2014:0-rw-r--r--1rootroot-rw-r--r--1rootroot编辑配置文件[root@localhostresponsefiles]#catinstall.txt|grep-v"^$"|grep-v"^#"-OPTcheckFilePermissions="true"-Wmaintenance.package="/was/pak/6.1.0-WS-WAS-LinuxX32-FP0000045.pak;/was/pak/6.1.0-WS-WASSDK-LinuxX32-FP0000045.pak"-Wproduct.location="/was/WebSphere/AppServer"-Wupdate.type="install"注意一定要指明正确的安装目录和补丁文件的位置;执行升级./update.sh-options"./responsefiles/install.txt"-silent空间检查[root@localhostWebSphere]#du-sh*1.5GAppServer版本检查IBMServer升级编辑配置文件[root@localhostUpdateInstaller]#cat./responsefiles/install.txt|grep-v"^$"|grep-v"^#"-OPTcheckFilePermissions="true"-Wmaintenance.package="/was/pak/6.1.0-WS-IHS-LinuxX32-FP0000045.pak"-Wproduct.location="/was/WebSphere/Server"-Wupdate.type="install"执行升级./update.sh-options"./responsefiles/install.txt"-silent版本检查IBMServerPlugins升级编辑配置文件[root@localhostUpdateInstaller]#cat./responsefiles/install.txt|grep-v"^$"|grep-v"^#"-OPTcheckFilePermissions="true"-Wmaintenance.package="/was/pak/6.1.0-WS-PLG-LinuxX32-FP0000045.pak"ocation="/was/WebSphere/Server/Plugins"-Wupdate.type="install"执行升级./update.sh-options"./responsefiles/install.txt"–silent版本检查/was/WebSphere/Server/Plugins/bin命令行维护后台手工创立节点创立节点[root@localhostbin]#./manageprofiles.sh-create-profileNameAppSrv02-profilePath/was/WebSphere/AppServer/profiles/AppSrv02-templatePath/was/WebSphere/AppServer/profileTemplates/default/创立后显示INSTCONFSUCCESS:Success:ProfileAppSrv02nowexists.Pleaseconsult/was/WebSphere/AppServer/profiles/AppSrv02/logs/AboutThisProfile.txtformoreinformationaboutthisprofile.查看节点信息[root@localhostbin]#Applicationserverenvironmenttocreate:ApplicationserverLocation:/was/WebSphere/AppServer/profiles/AppSrv02Diskspacerequired:200MBProfilename:AppSrv02Makethisprofilethedefault:FalseNodename:localhostNode02Hostname:localhostEnableadministrativesecurity(recommended):FalseAdministrativeconsoleport:9062Administrativeconsolesecureport:9045transportport:9081Stransportport:9444Bootstrapport:2810SOAPconnectorport:8881Runapplicationserverasaservice:FalseCreateaWebserverdefinition:False参加新节点到控制台启动控制台root@localhostbin]#/was/WebSphere/AppServer/bin/startManager.shADMU0116I:ToolinformationisbeingloggedinfileADMU0128I:StartingtoolwiththeDmgr01profileADMU3100I:Readingconfigurationforserver:dmgrADMU3200I:Serverlaunched.Waitingforinitializationstatus.ADMU3000I:Serverdmgropenfore-business;processidis7540添加到控制台[root@localhostbin]#./addNode.sh438879ADMU0116I:ToolinformationisbeingloggedinfileADMU0128I:StartingtoolwiththeAppSrv02profileCWPKI0308I:Addingsigneralias"dummyclientsigner"tolocalkeystore"ClientDefaultTrustStore"withthefollowingSHAdigest:0B:3F:C9:E0:70:54:58:F7:FD:81:80:70:83:A6:D0:92:38:7A:54:CDCWPKI0308I:Addingsigneralias"default"tolocalkeystore"ClientDefaultTrustStore"withthefollowingSHAdigest:68:68:1C:FD:F8:24:24:33:7A:0D:53:AD:59:44:04:D0:62:6B:88:D3CWPKI0308I:Addingsigneralias"dummyserversigner"tolocalkeystore"ClientDefaultTrustStore"withthefollowingSHAdigest:FB:38:FE:E6:CF:89:BA:01:67:8F:C2:30:74:84:E2:40:2C:B4:B5:65CWPKI0308I:Addingsigneralias"default_1"tolocalkeystore"ClientDefaultTrustStore"withthefollowingSHAdigest:54:DE:C5:6D:B1:02:29:56:A4:94:72:0B:F3:10:13:8D:1C:8B:70:1AADMU0001I:BeginfederationofnodelocalhostNode02withDeploymentManagerat43:8879.ADMU0001I:BeginfederationofnodelocalhostNode02withDeploymentManagerat43:8879.ADMU0009I:SuccessfullyconnectedtoDeploymentManagerServer:43:8879ADMU0505I:Serversfoundinconfiguration:ADMU0506I:Servername:server1ADMU2021I:StoppingallserverprocessesfornodelocalhostNode02ADMU0512I:Serverserver1cannotbereached.Itappearstobestopped.ADMU0024I:Deletingtheoldbackupdirectory.ADMU0015I:Backinguptheoriginalcellrepository.ADMU0012I:CreatingNodeAgentconfigurationfornode:localhostNode02ADMU0014I:AddingnodelocalhostNode02configurationtocell:localhostCell01ADMU0016I:Synchronizingconfigurationbetweennodeandcell.ADMU0018I:LaunchingNodeAgentprocessfornode:localhostNode02ADMU0020I:ReadingconfigurationforNodeAgentprocess:nodeagentADMU0022I:NodeAgentlaunched.Waitingforinitializationstatus.ADMU0030I:NodeAgentinitializationcompletedsuccessfully.Processidis:7761ADMU9990I:ADMU0300I:ThenodelocalhostNode02wassuccessfullyaddedtothelocalhostCell01cell.ADMU9990I:ADMU0306I:Note:ADMU0302I:Anycell-leveldocumentsfromthestandalonelocalhostCell01configurationhavenotbeenmigratedtothenewcell.ADMU0307I:Youmightwantto:ADMU0303I:UpdatetheconfigurationonthelocalhostCell01DeploymentManagerwithvaluesfromtheoldcell-leveldocuments.ADMU9990I:ADMU0306I:Note:ADMU0304I:Because-includeappswasnotspecified,applicationsinstalledonthestandalonenodewerenotinstalledonthenewcell.ADMU0307I:Youmightwantto:ADMU0305I:InstallapplicationsontothelocalhostCell01cellusingwsadmin$AdminApportheAdministrativeConsole.ADMU9990I:ADMU0003I:NodelocalhostNode02hasbeensuccessfullyfederated.访问控制台s://43:9043/ibm/consoleWAS启动与停止启动顺序启动控制台[root@localhostbin]#pwd/was/WebSphere/AppServer/bin[root@localhostbin]#./startManager.shADMU0116I:ToolinformationisbeingloggedinfileADMU0128I:StartingtoolwiththeDmgr01profileADMU3100I:Readingconfigurationforserver:dmgrADMU3200I:Serverlaunched.Waitingforinitializationstatus.ADMU3000I:Serverdmgropenfore-business;processidis8145启动节点/was/WebSphere/AppServer/profiles/AppSrv01/bin[root@localhostbin]#./startNode.shADMU0116I:ToolinformationisbeingloggedinfileADMU0128I:StartingtoolwiththeAppSrv01profileADMU3100I:Readingconfigurationforserver:nodeagentADMU3200I:Serverlaunched.Waitingforinitializationstatus.ADMU3000I:Servernodeagentopenfore-business;processidis8250启动效劳/was/WebSphere/AppServer/profiles/AppSrv01/bin[root@localhostbin]#./startServer.shserver1ADMU0116I:ToolinformationisbeingloggedinfileADMU0128I:StartingtoolwiththeAppSrv01profileADMU3100I:Readingconfigurationforserver:server1ADMU3200I:Serverlaunched.Waitingforinitializationstatus.ADMU3000I:Serverserver1openfore-business;processidis8388查看进程ps-ef|grepjava|grep-vgrep停止顺序停止效劳[root@localhostbin]#./stopServer.shserver1ADMU0116I:Toolinformationisbeingloggedinfile/was/WebSphere/AppServer/profiles/AppSrv01/logs/server1ADMU0128I:StartingtoolwiththeAppSrv01profileADMU3100I:Readingconfigurationforserver:server1ADMU3201I:Serverstoprequestissued.Waitingforstopstatus.ADMU4000I:Serverserver1stopcompleted.停止节点[root@localhostbin]#./stopNode.shADMU0116I:Toolinformationisbeingloggedinfile/was/WebSphere/AppServer/profiles/AppSrv01/logs/nodeagentADMU0128I:StartingtoolwiththeAppSrv01profileADMU3100I:Readingconfigurationforserver:nodeagentADMU3201I:Serverstoprequestissued.Waitingforstopstatus.ADMU4000I:Servernodeagentstopcompleted.停止控制台[root@localhostbin]#./stopManager.shADMU0116I:Toolinformationisbeingloggedinfile/was/WebSphere/AppServer/profiles/Dmgr01/logs/dmgrADMU0128I:StartingtoolwiththeDmgr01profileADMU3100I:Readingconfigurationforserver:dmgrADMU3201I:Serverstoprequestissued.Waitingforstopstatus.ADMU4000I:Serverdmgrstopcompleted.维护经验积累安装常见问题安装时没有配置HOST注意:如果没有配置HOST,不影响安装,但是安装后启动控制台会提示:linux-ku5b:/was/WebSphere/AppServer/bin#ADMU0116I:ToolinformationisbeingloggedinfileADMU0128I:StartingtoolwiththeDmgr01profileADMU3100I:Readingconfigurationforserver:dmgrADMU3200I:Serverlaunched.Waitingforinitializationstatus.ADMU3011E:Serverlaunchedbutfailedinitialization.startServer.log,SystemOut.log(orjobloginzOS)andotherlogfilesunder/was/WebSphere/AppServer/profiles/Dmgr01/logs/dmgrshouldcontainfailureinformation.linux-ku5b:/was/WebSphere/AppServer/profiles/Dmgr01/logs/dmgr#pwd/was/WebSphere/AppServer/profiles/Dmgr01/logs/dmgrlinux-ku5b:/was/WebSphere/AppServer/profiles/Dmgr01/logs/dmgr#lsSystemErr.logSystemOut.logfileRepositoryCellLevel.epochnative_stderr.log查看文件里面的错误信息:[10/25/123:59:09:926CST]0000000aLogAdapterEDCSV9403E:Receivedanillegalconfigurationargument.ParameterMulticastInterface,value:.Exceptionisjava.lang.Exception:NetworkInterfacewasnotfoundinlocalmachinenetworkinterfacelist.MakesurethattheNetworkInterfacepropertyisproperlyconfigured!安装时不能创立默认的profile安装设置“-OPTprofileType="cell"正常情况下会默认创立两个Profile,一个控制台的Dmgr01和一个节点1的:AppSrv01。安装后如果没有创立默认的profile,那么首先确认安装的参数有没有设置正确;其次是确认HOSTS有有没有配置正确,例如HOST配置里面的、HOST名字里面含有下划线特殊字符。一般配置HOST名为字母和数字即可。日志专题启动日志启动控制台日志************StartDisplayCurrentEnvironment************Javaversion=J2RE1.5.0IBMJ92.3Linuxx86-32j9vmxi3223-20210805(JITenabled)J9VM-20210718_116650_lHdSMrJIT-20210620_24345a_r8GC-20210605_AA,JavaCompiler=j9jit23,JavaVMname=IBMJ9VMwas.install.root=/was/WebSphere/AppServeruser.install.root=/was/WebSphere/AppServer/profiles/Dmgr01JavaHome=/was/WebSphere/AppServer/java/jrews.ext.dirs=JavaLibrarypath=/was/WebSphere/AppServer/java/jre/bin:/was/WebSphere/AppServer/java/jre/bin/classic:/was/WebSphere/AppServer/java/jre/bin:/was/WebSphere/AppServer/bin:/usr/local/pgsql/lib:/usr/libCurrenttracespecification=*=info*************EndDisplayCurrentEnvironment*************[12/15/1221:16:57:285CST]0000000aManagerAdminITRAS0017I:Thestartuptracestateis*=info.[12/15/1221:16:57:619CST]0000000aAdminToolAADMU0128I:StartingtoolwiththeDmgr01profile[12/15/1221:16:57:622CST]0000000aAdminToolAADMU3100I:Readingconfigurationforserver:dmgr[12/15/1221:17:06:259CST]0000000aAdminToolAADMU3200I:Serverlaunched.Waitingforinitializationstatus.[12/15/1221:18:04:582CST]0000000aAdminToolAADMU3000I:Serverdmgropenfore-business;processidis5848启动节点日志************StartDisplayCurrentEnvironment************Javaversion=J2RE1.5.0IBMJ92.3Linuxx86-32j9vmxi3223-20210805(JITenabled)J9VM-20210718_116650_lHdSMrJIT-20210620_24345a_r8GC-20210605_AA,JavaCompiler=j9jit23,JavaVMname=IBMJ9VMwas.install.root=/was/WebSphere/AppServeruser.install.root=/was/WebSphere/AppServer/profiles/AppSrv01JavaHome=/was/WebSphere/AppServer/java/jrews.ext.dirs=/was/WebSphere/Classpath=JavaLibrarypath=/was/WebSphere/AppServer/java/jre/bin:/was/WebSphere/AppServer/java/jre/bin/classic:/was/WebSphere/AppServer/java/jre/bin:/was/WebSphere/AppServer/bin:/usr/local/pgsql/lib:/usr/libCurrenttracespecification=*=info*************EndDisplayCurrentEnvironment*************[12/15/1221:27:22:890CST]0000000aManagerAdminITRAS0017I:Thestartuptracestateis*=info.[12/15/1221:27:23:089CST]0000000aAdminToolAADMU0128I:StartingtoolwiththeAppSrv01profile[12/15/1221:27:23:093CST]0000000aAdminToolAADMU3100I:Readingconfigurationforserver:nodeagent[12/15/1221:27:29:963CST]0000000aAdminToolAADMU3200I:Serverlaunched.Waitingforinitializationstatus.[12/15/1221:28:06:757CST]0000000aAdminToolAADMU3000I:Servernodeagentopenfore-business;processidis6092启动效劳日志************StartDisplayCurrentEnvironment************Javaversion=J2RE1.5.0IBMJ92.3Linuxx86-32j9vmxi3223-20210805(JITenabled)J9VM-20210718_116650_lHdSMrJIT-20210620_24345a_r8GC-20210605_AA,JavaCompiler=j9jit23,JavaVMname=IBMJ9VMwas.install.root=/was/WebSphere/AppServeruser.install.root=/was/WebSphere/AppServer/profiles/AppSrv01JavaHome=/was/WebSphere/AppServer/java/jreClasspath=JavaLibrarypath=/was/WebSphere/AppServer/java/jre/bin:/was/WebSphere/AppServer/java/jre/bin/classic:/was/WebSphere/AppServer/java/jre/bin:/was/WebSphere/AppServer/bin:/usr/local/pgsql/lib:/usr/libCurrenttracespecification=*=info*************EndDisplayCurrentEnvironment*************[12/15/1221:53:05:901CST]0000000aManagerAdminITRAS0017I:Thestartuptracestateis*=info.[12/15/1221:53:06:102CST]0000000aAdminToolAADMU0128I:StartingtoolwiththeAppSrv01profile[12/15/1221:53:06:106CST]0000000aAdminToolAADMU3100I:Readingconfigurationforserver:server1[12/15/1221:53:13:435CST]0000000aAdminToolAADMU3200I:Serverlaunched.Waitingforinitializationstatus.[12/15/1221:57:48:143CST]0000000aAdminToolAADMU3000I:Serverserver1openfore-business;processidis6528停止日志停止效劳日志************StartDisplayCurrentEnvironment************Javaversion=J2RE1.5.0IBMJ92.3Linuxx86-32j9vmxi3223-20210805(JITenabled)J9VM-20210718_116650_lHdSMrJIT-20210620_24345a_r8GC-20210605_AA,JavaCompiler=j9jit23,JavaVMname=IBMJ9VMwas.install.root=/was/WebSphere/AppServeruser.install.root=/was/WebSphere/AppServer/profiles/AppSrv01JavaHome=/was/WebSphere/AppServer/java/jrews.ext.dirs=Classpath=JavaLibrarypath=/was/WebSphere/AppServer/java/jre/bin:/was/WebSphere/AppServer/java/jre/bin/classic:/was/WebSphere/AppServer/java/jre/bin:/was/WebSphere/AppServer/bin:/usr/local/pgsql/lib:/usr/libCurrenttracespecification=*=info*************EndDisplayCurrentEnvironment*************[12/15/1222:17:06:375CST]0000000aManagerAdminITRAS0017I:Thestartuptracestateis*=info.[12/15/1222:17:06:890CST]0000000aAdminToolAADMU0128I:StartingtoolwiththeAppSrv01profile[12/15/1222:17:06:896CST]0000000aAdminToolAADMU3100I:Readingconfigurationforserver:server1[12/15/1222:17:16:748CST]0000000aSSLConfigWCWPKI0041W:Oneormorekeystoresareusingthedefaultpassword.[12/15/1222:17:16:797CST]0000000aSSLConfigManaICWPKI0027I:DisablingdefaulthostnameverificationforSURLconnections.[12/15/1222:17:43:320CST]0000000aAdminToolAADMU3201I:Serverstoprequestissued.Waitingforstopstatus.[12/15/1222:17:52:080CST]0000000aAdminToolAADMU4000I:Serverserver1stopcompleted.停止节点日志************StartDisplayCurrentEnvironment************Javaversion=J2RE1.5.0IBMJ92.3Linuxx86-32j9vmxi3223-20210805(JITenabled)J9VM-20210718_116650_lHdSMrJIT-20210620_24345a_r8GC-20210605_AA,JavaCompiler=j9jit23,JavaVMname=IBMJ9VMwas.install.root=/was/WebSphere/AppServeruser.install.root=/was/WebSphere/AppServer/profiles/AppSrv01JavaHome=/was/WebSphere/AppServer/java/jrews.ext.dirs=Classpath=JavaLibrarypath=/was/WebSphere/AppServer/java/jre/bin:/was/WebSphere/AppServer/java/jre/bin/classic:/was/WebSphere/AppServer/java/jre/bin:/was/WebSphere/AppServer/bin:/usr/local/pgsql/lib:/usr/libCurrenttracespecification=*=info*************EndDisplayCurrentEnvironment*************[12/15/1222:22:23:842CST]0000000aManagerAdminITRAS0017I:Thestartuptracestateis*=info.[12/15/1222:22:24:019CST]0000000aAdminToolAADMU0128I:StartingtoolwiththeAppSrv01profile[12/15/1222:22:24:038CST]0000000aAdminToolAADMU3100I:Readingconfigurationforserver:nodeagent[12/15/1222:22:30:918CST]0000000aSSLConfigWCWPKI0041W:Oneormorekeystoresareusingthedefaultpassword.[12/15/1222:22:30:940CST]0000000aSSLConfigManaICWPKI0027I:DisablingdefaulthostnameverificationforSURLconnections.[12/15/1222:22:47:335CST]0000000aAdminToolAADMU3201I:Serverstoprequestissued.Waitingforstopstatus.[12/15/1222:22:52:814CST]0000000aAdminToolAADMU4000I:Servernodeagentstopcompleted.停止控制台日志************StartDisplayCurrentEnvironment************Javaversion=J2RE1.5.0IBMJ92.3Linuxx86-32j9vmxi3223-20210805(JITenabled)J9VM-20210718_116650_lHdSMrJIT-20210620_24345a_r8GC-20210605_AA,JavaCompiler=j9jit23,JavaVMname=IBMJ9VMwas.install.root=/was/WebSphere/AppServeruser.install.root=/was/WebSphere/AppServer/profiles/Dmgr01JavaHome=/was/WebSphere/AppServer/java/jrews.ext.dirs=Classpath=JavaLibrarypath=/was/WebSphere/AppServer/java/jre/bin:/was/WebSphere/AppServer/java/jre/bin/classic:/was/WebSphere/AppServer/java/jre/bin:/was/WebSphere/AppServer/bin:/usr/local/pgsql/lib:/usr/libCurrenttracespecification=*=info*************EndDisplayCurrentEnvironment*************[12/15/1222:24:19:791CST]0000000aManagerAdminITRAS0017I:Thestartuptracestateis*=info.[12/15/1222:24:19:952CST]0000000aAdminToolAADMU0128I:StartingtoolwiththeDmgr01profile[12/15/1222:24:19:956CST]0000000aAdminToolAADMU3100I:Readingconfigurationforserver:dmgr[12/15/1222:24:27:016CST]0000000aSSLConfigWCWPKI0041W:Oneormorekeystoresareusingthedefaultpassword.[12/15/1222:24:27:047CST]0000000aSSLConfigManaICWPKI0027I:Disablingdefaulthostnameverificationfor
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 合同范本视频
- 远距离地波传播时延修订及其对电离层高度的反演
- 大学生职业成熟度影响因素分析及教育对策
- 黑龙江省饲养方式和奶量对哺乳犊牛生长发育血液指标和后肠道微生物影响的研究
- 水性聚合物-水泥基复合修补材料制备及性能研究
- 生驼乳中微生物风险关键点及冷藏稳定性研究
- 考虑服务溢出效应的双渠道闭环供应链定价决策研究
- 基于磁性织物的电磁发电机的制备及其应用研究
- 工程代写合同范本
- 科技创新对环境科学与保护技术的影响和推动
- 中水回用项目可行性研究报告
- 基于主题式教学法的初级汉语综合课《我的低碳生活》教学设计
- 微信公众号运营及推广合同
- 2025年浙江长兴文旅集团招聘笔试参考题库含答案解析
- 医院临床科研大数据平台方案
- 2024年北京市中考生物真题卷及答案解析
- 2023年凉山州西昌市人民医院招聘卫生专业技术人员考试真题
- (2024)湖南省公务员考试《行测》真题卷及答案解析
- 2025年部编教材的网络培训心得体会
- 《篮球规则》课件
- 中医24节气课件
评论
0/150
提交评论