本文目录一览:
- 1、websphere7.0 概要文件怎么创建
- 2、websphere 概要文件创建已完成但有错误,原概要AppServer01下全部删除,但是不成功,可能原来没删除干净
- 3、linux websphere创建代理节点概要文件怎样删除
websphere7.0 概要文件怎么创建
有一个工具,叫做x-manager,通过在linux中调用后会启动该程序就可以界面建概要文件
websphere 概要文件创建已完成但有错误,原概要AppServer01下全部删除,但是不成功,可能原来没删除干净
虽然删了文件,但是还要通过命令删除概要文件
使用命令
windows:manageprofiles.bat -delete -profileName profileName
linux/AIX:./manageprofiles.sh -delete -profileName profileName
profileName就是你要删除的AppServer01
也可以使用deleteAll把所有的概要文件都删除掉
linux websphere创建代理节点概要文件怎样删除
删除概要文件:
方案一:
1.找到profileRegistry.xml,在目录IBM\WebSphere\AppServer\properties里,去掉想删除的profile的配置即可。
2.删除profileName.bat 在目录IBM\WebSphere\AppServer\properties\fsdb里,删除
3.将profile的实际存储目录及内容删除,如:D:\IBM\WebSphere\AppServer\profiles\AppSrv01
方案二:
使用命令 manageprofiles.bat -delete -profileName profileNam
创建概要文件:
AppServer\bin\ProfileManagement\pmt.bat