Tuesday 14 April 2015

Error while Deleting the Profile

$cd   /opt/IBM/WebSphere/AppServer/bin

$./manageprofiles -delete -profile <profile Name>

if it is Still giving error then give profile absolute path of Profile with profilePath

$./manageprofiles -delete -profile AppSrv01 -profilePath  /opt/IBM/WebSphere/AppServer/Profiles/AppSrv01

Note: Here AppSrv01 is profileName , ensure profile is deleted from profiles list ,if it is not get removed then manually delete after running the above command or run option                                            -validateAndUpdateRegistry with mange profile command to remove profile directory that is deleted throw -delete option.
command: $./manageprofiles -validateAndUpdateRegistry

Now check the deleted profile will not be there using -listProfiles option with manageprofiles command.

Comand: $./manageprofiles -listProfiles


No comments:

Post a Comment