Bootstrap FreeKB - IBM WebSphere - List profiles using the manageprofiles listProfiles command
IBM WebSphere - List profiles using the manageprofiles listProfiles command

Updated:   |  IBM WebSphere articles

If you are not sure what a profile is, refer to this article.

There are a number of options can be be used with the manageprofiles.sh (Linux) or manageprofiles.bat (Windows) script.

The manageprofiles.sh (Linux) or manageprofiles.bat (Windows) command with the -listProfiles option can be used to list the profiles on the system. In this example, there are two profiles, AppSrv01 and AppSrv02.

~]# ${WAS_INSTALL_ROOT}/bin/manageprofiles.sh -listProfiles
[AppSrv01, AppSrv02]

 

By default, profiles reside at ${WAS_INSTALL_ROOT}/profiles, so you can just as easily list the contents of the ${WAS_INSTALL_ROOT}/profiles directory.

~]# ls ${WAS_INSTALL_ROOT}/profiles
AppSrv01 AppSrv02

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 8a0dd0 in the box below so that we can be sure you are a human.