Chinaunix首页 | 论坛 | 博客
  • 博客访问: 247961
  • 博文数量: 58
  • 博客积分: 2017
  • 博客等级: 大尉
  • 技术积分: 680
  • 用 户 组: 普通用户
  • 注册时间: 2007-12-07 00:15
文章分类

全部博文(58)

文章存档

2011年(1)

2010年(7)

2009年(32)

2008年(18)

我的朋友

分类:

2008-12-22 15:34:33

在6.0版本中,删除profile可以用wasprofile.sh/exe。
在6.1版本中,删除profile建议使用manageprofile.sh/exe.

列出profile:
wasprofile.sh/exe -listProfiles

删除所有profile:
wasprofile.sh/exe -deleteAll

删除特定profile:
wasprofile.sh/exe -profileName $profileName

在删除profile前,需要做三次unagument:
wasprofile.sh/exe -unagument -profileName $profilenName

总结一下删除profile的步骤:
1. wasprofile.sh/exe -unaugment -profileName $profileName
2. wasprofile.sh/exe -unaugment -profileName $profileName
3. wasprofile.sh/exe -unaugment -profileName $profileName
4. wasprofile.sh/exe -delete -profileName $profileName
5.删除$WPS_HOME/profiles/$profileName目录
6.修改WAS_HOME/CEI/properties/version/event_server.product”:
删除像下面这样的段落:

server
C:\WPS601\ProcServer\profiles\myProfile
server

WebSphere Process Server


这样就已经完全删除profile及其相关内容,可以创建新的profile了。
阅读(1065) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~