互联网服务

WAS 重建 profiles

#rm -rf ./AppSvr01[root@grnvm170 bin]# ./manageprofiles.sh -deleteAllINSTCONFPARTIALSUCCESS: The profiles no longer exist, but errors occurred. For more information, consult /opt/IBM/WebSphere/AppServer/logs/manageprofiles/deleteAll.log.[root@grnvm17...显示全部
#rm -rf ./AppSvr01

[root@grnvm170 bin]# ./manageprofiles.sh -deleteAll
INSTCONFPARTIALSUCCESS: The profiles no longer exist, but errors occurred. For more information, consult /opt/IBM/WebSphere/AppServer/logs/manageprofiles/deleteAll.log.
[root@grnvm170 bin]# ./manageprofiles.sh -validateRegistry
All of the profiles in the registry are valid.
[root@grnvm170 bin]# ./manageprofiles.sh -create -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/default -profileName AppSrv01 -profilePath /opt/IBM/WebSphere/AppServer/profiles/AppSrv01 -cellName grnvm170 Node01Cell -nodeName grnvm170 Node01 -webServerName server1

黑体为hostname,可以通过命令:hostname查看本机器的。

否则会遇到问题:
The following validation errors were present with the command line arguments:
        profileName: AppSrv01 is already in use. Specify another name.


How to create a clean WAS profile:
0.stop current server
1.run $was_home/bin/manageprofiles.sh -deleteAll to delete all profiles
2.rm -rf $was_home/profiles/AppSrv01
3.run $was_home/bin/manageprofiles.sh -create -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/default -profileName AppSrv01 -profilePath /opt/IBM/WebSphere/AppServer/profiles/AppSrv01 -defaultPorts

-defaultPorts 这个参数,可以保证端口不自动++(比如从原来9060变为9061等等)收起
参与6

查看其它 4 个回答jackiewu的回答

jackiewujackiewu系统架构师18M
谢谢分享!
互联网服务 · 2011-09-02
浏览920

回答者

jackiewu
系统架构师18M

jackiewu 最近回答过的问题

回答状态

  • 发布时间:2011-09-02
  • 关注会员:1 人
  • 回答浏览:920
  • X社区推广