在非联合环境中扩大极端规模的命令是什么

时间:2019-05-17 07:41:37

标签: websphere

如果要在Websphere中扩大极端规模的命令是这样的:

 $WAS_PATH/bin/manageprofiles.sh -create -hostName $THIS_HOSTNAME -profileName xsSrv01 -profilePath $WAS_PATH/profiles/xsSrv01/ -templatePath $WAS_PATH/profileTemplates/xs_augment/managed/ -nodeName xsNode01 -dmgrHost $THIS_HOSTNAME

在非联合主机上进行扩充的命令是什么?像这样:

$WAS_PATH/bin/manageprofiles.sh -create -profileName xsSrv01 -templatePath $WAS_PATH/profileTemplates/xs_augment/default/  -nodeName AppSrvNode01

我正在为开发人员设置测试环境,但是遇到了Extreme Scale的一些问题。

谢谢。

2 个答案:

答案 0 :(得分:0)

您可以在此处找到有关如何进行极端比例增强的文档:https://www.ibm.com/support/knowledgecenter/en/SSTVLU_8.6.1/com.ibm.websphere.extremescale.doc/rxspmtmngprf.html

根据您要扩充的内容的描述,使用默认扩充模板执行此操作的示例是正确的。

答案 1 :(得分:0)

$WAS_PATH/bin/manageprofiles.sh -create -profileName AppSrv01 -templatePath $WAS_PATH/profileTemplates/xs_augment/default -enableAdminSecurity true -adminUserName admin -adminPassword admin -nodeName AppSrvNode01 -serverName $SERVERNAME