Learn about how to use the manageprofiles command
to create or augment profiles in WebSphere® Application Server,
and about how to enable the IBM® Integration web
user interface, so that you can use IBM Integration Administration for WebSphere Application Server.
About this task
Complete the following steps:
Procedure
- Augment or create WebSphere Application Server profiles.
The IBM Integration Administration
feature is supported for both dmgr and default profiles.
You can use the manageprofiles command to create
or augment profiles of these types. The profile templates to use are
in the install_root/profileTemplates or install_root\profileTemplates directory,
where install_root is the WebSphere Application Server root installation directory.
- Use the default.broker template to create
or augment a default profile.
For example,
run the following command (after backing up your current configuration)
from
install_root\bin on
Windows to augment
a
default profile called
AppSrv01:
manageprofiles -augment -profileName AppSrv01
-templatePath "C:\Program Files\IBM\WebSphere\AppServer\profileTemplates\default.broker"
- Use the dmgr.broker template to create or
augment a dmgr profile.
For example, run the following
command from
install_root\bin on
Windows to create a
dmgr profile
called
DMgr01:
manageprofiles -create -profileName DMgr01
-templatePath "C:\Program Files\IBM\WebSphere\AppServer\profileTemplates\dmgr.broker"
Before uninstalling the IBM Integration Administration feature,
you must unaugment or delete the profiles that you augmented or created
for the feature.
For example, run the
following command on
Windows to
unaugment a profile called
AppSrv01:
manageprofiles -unaugment -profileName AppSrv01
If
more than one template has been applied to the profile, you might
need to take additional steps. See the documentation on unaugmenting
and deleting profiles by using the command line in the
WebSphere Application Server documentation.
- For each integration node that
you want to view in the WebSphere Application Server administration
console, you must configure and enable the IBM Integration web user interface.
- Create the web user accounts that are required for access
to the web user interface.
- Restart your WebSphere Application Server server.
What to do next
You can now view the IBM Integration Bus collection
pages in the WebSphere Application Server administrative
console. For more information about what you can do from the IBM Integration Bus collection pages, see Administering integration nodes from WebSphere Application Server, and the help topics in the administrative
console.