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

What is the command to augment extreme scale on non-federated environment

如果在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 的一些问题。

谢谢。

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

根据您对要扩充内容的描述,您关于如何使用默认扩充模板进行扩充的示例是正确的。

$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