添加:
/var/apps/was7/bin/ProfileManagement/pmt.sh
删除:
Delete a profile using manageprofiles.sh in WebSphere 7 on centos5
- <was_root>/bin/manageprofiles.sh -listProfiles
- wil list the profiles
- e.g
- [appsrv01]
- to remove the profile type:
- <was_root>/bin/manageprofiles.sh -delete -profileName appsrv01
- result:
- INSTCONFSUCCESS: Success: The profile no longer exists.
本文介绍如何使用 WebSphere 7 中的 pmt.sh 和 manageprofiles.sh 脚本进行配置管理,包括添加和删除配置文件的操作步骤。通过具体的命令示例,帮助读者掌握配置管理的基本流程。
2049

被折叠的 条评论
为什么被折叠?



