IBM WebSphere Application Server Profiles Management (Creation & Deletion of profiles)
Useful link to understand on IBM WebSphere Application Server Profile https://www.slideshare.net/saxena_knp/ibm-websphere-application-server-types-of-profiles How to Create and Delete WAS Profiles ? To create Stand Alone Profile: [root@oc1660108063 bin]# pwd /data/ibm/WebSphere/AppServer/bin [root@oc1660108063 bin]# ./manageprofiles.sh -create -profileName AppSrv01 -profilePath /data/ibm/WebSphere/AppServer/profiles/AppSrv01 -templatePath /data/ibm/WebSphere/AppServer/profileTemplates/default To Delete Stand Alone Profile: Note: Stop the WAS instance before executing the below command. [root@oc1660108063 bin]# pwd /data/ibm/WebSphere/AppServer/bin [root@oc1660108063 bin]# ./manageprofiles.sh -delete -profileName AppSrv01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++