在websphere的bin目录下执行命令,类似/websph/AppServer/bin
//创建dmgr
manageprofiles.sh -create \
-templatePath /websphere7/AppServer/profileTemplates/management \ -serverType DEPLOYMENT_MANAGER \
-profilePath /websphere7/AppServer/profiles/DmgrV7 \
-nodeName Wasv701 \
-cellName WasV7 \
-enableAdminSecurity true \
-adminUserName admin \
-adminPassword admin \
-profileName DmgrV7 \
-hostName 136.4.7.110 \
-startingPort 20001
//创建节点
dmgrHost:控制台的主机IP
dmgrPort:端口对应管理节点的这个端口
Hostname:当前创建节点的主机IP
manageprofiles.sh -create \
-templatePath /websphere7/AppServer/profileTemplates/managed \
-profilePath /websphere7/AppServer/profiles/AppSvrV7 \
-nodeName Wasv7app \
-
cellName WasV7a \
-dmgrHost 136.4.7.110 \
-dmgrPort 29004 \
-dmgrAdminPassword admin \
-dmgrAdminUserName admin \
-profileName AppSvrV7 \
-hostName 136.4.9.110 \
-startingPort 20101
----dmgrPort端口为System administration里的 Ports
SOAP_CONNECTOR_ADDRESS
---addnode.sh //如果创建节点时未加入dmgr,可以用此命令加入
-
---创建单个profile
manageprofiles.sh -create \
-templatePath
/jfdatatest/websphere7/AppServer/profileTemplates/default \ -profilePath /jfdatatest/websphere7/AppServer/profiles/AppSvr01 \ -enableAdminSecurity true \
-adminUserName admin \
-adminPassword admin \
-profileName AppSvr01 \
-hostName jftest \
-startingPort 30001
→安装日志
$ manageprofiles.sh -create \
> -templatePath
/jfdatatest/websphere7/AppServer/profileTemplates/default \
> -profilePath /jfdatatest/websphere7/AppServer/profiles/AppSvr01 \
> -enableAdminSecurity true \
> -adminUserName admin \
> -adminPassword admin \
> -profileName AppSvr01 \
> -hostName jftest \
> -startingPort 30001
INSTCONFSUCCESS: Success: Profile AppSvr01 now exists. Please consult
/jfdatatest/websphere7/AppServer/profiles/AppSvr01/logs/AboutThisProfile
.
txt for more information about this profile.
$ cd
/jfdatatest/websphere7/AppServer/profiles/AppSvr01/logs/AboutThisProfile
.txt
ksh:
/jfdatatest/websphere7/AppServer/profiles/AppSvr01/logs/AboutThisProfile
.txt: 0403-037 The specified path name is not a directory.
$ more
/jfdatatest/websphere7/AppServer/profiles/AppSvr01/logs/AboutThisProfile
.txt
Application server environment to create: Application server
Location: /jfdatatest/websphere7/AppServer/profiles/AppSvr01
Disk space required: 200 MB
Profile name: AppSvr01
Make this profile the default: False
Node name: jftestNode01
Host name: jftest
Enable administrative security (recommended): True
Administrative console port: 30002
Administrative console secure port: 30004
HTTP transport port: 30001
HTTPS transport port: 30003
Bootstrap port: 30005
SOAP connector port: 30006
Run application server as a service: False
Create a Web server definition: False
Performance tuning setting: Standard
$ ls
CreateCoreGroupPolicy.jacl eventUpgradeOracle.sh
restoreConfig.sh
EARExpander.sh eventbucket.sh restoreJobManager.sh
GenPluginCfg.sh eventcatalog.sh retrieveSigners.sh
Java2WSDL.sh eventemit.sh revokeCertificate.sh
JspBatchCompiler.sh eventpurge.sh schemagen.sh
LTPA_LDAPSecurityProcs.jacl eventpurgepool.sh securityProcs.jacl
LTPA_LDAPSecurityProcs.py eventquery.sh securityProcs.py
PropFilePasswordEncoder.sh findEJBTimers.sh serverStatus.sh
ResponseFilePasswordEncoder.sh genHistoryReport.sh setInstallRegistryUtilsEnv.sh
UDDIUserDefinedValueSet.sh genVersionReport.sh setupCmdLine.sh
WASPostUpgrade.sh historyInfo.sh showlog.sh
WASPreUpgrade.sh icons sibDDLGenerator.shnodeselector
WSDL2Java.sh ikeyman.sh startManager.sh
WebSphereConnectJDBCDriverConversion.sh install startNode.sh
WebSphereTPHostDeploy.jacl installRegistryUtils.sh startServer.sh
_nodeuninst.sh installSdoRepository.jacl stopManager.sh
addKrbLoginModuleWSSCaller.py installver.sh stopNode.sh
addNode.sh iscdeploy.sh stopServer.sh
addSamlLoginConfigs.py ivt.sh syncNode.sh
augmentProxyServer.sh launchClient.sh uddiDeploy.jacl
backupConfig.sh launchWsadminListener.sh uddiRemove.jacl
boot libNativeFile.so unaugmentProxyServer.sh
cancelEJBTimers.sh libSelector.so uninstallSdoRepository.jacl
ceiconfigreload.sh libSystemData.so updateBindings.py
cleanupNode.sh libUnixRegistryImpl.so l
clearClassCache.sh libWs60ProcessManagement.so updateZOSStartArgs.py
clientConfig.sh libgetClasses.so verifyinstallver.sh
clientRAR.sh libibmaio.so versionInfo.sh
clientUpgrade.sh libibmaiodbg.so waslogbr
collector.sh libpmiJvmtiProfiler.so wasprofile.sh
configureWebserverDefinition.jacl manageODC.py wcslogbr
configurewebserverv7.sh manageprofiles.sh wrd-config.sh
convertScriptCompatibility.sh migrateEAR wrd.sh
convertlog.sh migration ws_ant.sh
createCertRequest.sh migration.sh wsadmin.sh
createEJBStubs.sh osgiCfgInit.sh wsappid.sh
deployConsole.py osgiConsole.sh wsdb2gen.sh
deregisterNode.sh queryCertificate.sh wsdeploy.sh
disableProvisioning.sh rc.was wsenhancer.sh
dumpExtensionRegistry.sh redeployFileTransfer.jacl wsgen.sh
dumpNameSpace.sh registerNode.sh wsimport.sh
ejbdeploy.sh registerproduct.sh
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论