I want to remove Websphere Application Server profile and its service from my machine.
In Profile management tool i could see only option to create a profile and there is no option to delete existing profile
so how to delete and remove service of existing profile?
Delete the profile using one of these commands: On Windows: was_install_dir \bin\manageprofiles. bat –delete –profileName profile. On UNIX/Linux: was_install_dir /bin/manageprofiles.sh –delete –profileName profile.
A profile is the set of files that define the runtime environment of a WebSphere® Application Server. Important: Applicable to WebSphere Application Server traditional. A need for more than one profile one server is common.
First list out all profiles in your environment by using manageprofiles command.
ex:WAS_Home/bin/manageprofiles.bat -listProfiles
Stop all servers which are related to that profile.
Follow the syntax to delete profile using manageprofiles command Syntax:
WAS_Rootbin/manageprofiles.bat -delete -profileName <profile_name>
manage profiles command has more options like username,password.
After deleting profiles check list of profiles using manageprofiles command.
manageprofiles.bat -listProfiles
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With