添加:
/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.