Tuesday 6 August 2013

Using the "Manage Profiles Interactive" tool to create new profiles in WebSphere Application Server

Problem(Abstract)

The Profile Management tool (PMT) GUI, used in creating new profiles, is not available for 64-bit systems. As a result, you must use the manageprofiles command-line tool shipped with WebSphere Application Server to create new profiles or augment existing ones. 

Cause

The manageprofiles.[sh|bat] script is very difficult to use and has many complex and confusing parameters.

The Manage Profiles Interactive tool uses your own systems environment to prompt you through the various required and optional parameters. After you are satisfied with your selections, the command is launched using the manageprofile.[sh|bat] creating the profile. This greatly increases the ease and speed in creating a new profile or augmenting an existing one.

Resolving the problem

The manageprofileInteractive.zip file (attached below) contains the executable manageprofilesInteractive.jar, and launch scripts run_manageprofileInteractive.bat and run_manageprofileInteractive.sh.

No comments:

Visual Studio Code - Wow 🙀

Why did I not know that I can merely hit [cmd] [p]  to bring up a search box allowing me to search my project e.g. a repo cloned from GitHub...