Disabling user provisioning
After enabling and using the user provisioning feature within IBM® Tivoli® Access Manager for e-business, you can disable the feature.
Perform the following steps to disable user provisioning within Tivoli Access Manager:
- Run the following task to enable user
provisioning:
Option
| Description |
Windows
| ConfigEngine.bat disable-tam-userprov -Dwp.ac.impl.PDAminPwd=password from
the wp_profile\ConfigEngine directory
|
Linux
| ./ConfigEngine.sh disable-tam-userprov -Dwp.ac.impl.PDAminPwd=password from
the wp_profile/ConfigEngine directory
|
i5/OS
| ConfigEngine.sh -profileName profile_root disable-tam-userprov
-Dwp.ac.impl.PDAminPwd=password from the profiles/wp_profile/ConfigEngine directory, where profile_root is
the name of the WebSphere
Application Server profile
where WebSphere Portal Express is installed.
|
- Perform the following steps to
stop and restart the server1 and WebSphere_Portal servers:
- Open a command prompt and
change to the following directory:
- Windows: wp_profile_root\bin
- Linux: wp_profile_root/bin
- i5/OS: wp_profile_root/bin
- Enter the following
command to stop the WebSphere
Application Server:
- Windows: stopServer.bat server1 -user admin_userid -password admin_password
- Linux: ./stopServer.sh server1 -user admin_userid -password admin_password
- i5/OS: stopServer server1 -profileName profile_root -user admin_userid -password admin_password where profile_root is the name of the WebSphere
Application Server profile where WebSphere Portal Express is
installed; for example, wp_profile.
- Enter the following
command to stop the WebSphere_Portal server:
- Windows: stopServer.bat WebSphere_Portal -user admin_userid -password admin_password
- Linux: ./stopServer.sh WebSphere_Portal -user admin_userid -password admin_password
- i5/OS: stopServer WebSphere_Portal -profileName profile_root -user admin_userid -password admin_password
- Enter the following
command to start the WebSphere
Application Server:
- Windows: startServer.bat server1
- Linux: ./startServer.sh server1
- i5/OS: startServer server1 -profileName profile_root
- Enter the following
command to start the WebSphere_Portal server:
- Windows: startServer.bat WebSphere_Portal
- Linux: ./startServer.sh WebSphere_Portal
- i5/OS: startServer WebSphere_Portal -profileName profile_root
Parent topic: Configuring Tivoli Access Manager
|
|
|