Disable user provisioning
After enabling and using the user provisioning feature within IBM Tivoli Access Manager, you can disable the feature.
To disable user provisioning within Tivoli Access Manager:
- Run...
following
to enable user provisioning:
Option Description Windows ConfigEngine.bat disable-tam-userprov -DWasPassword=password -Dwp.ac.impl.PDAdminPwd=password from the profile_root/ConfigEngine directory. UNIX ./ConfigEngine.sh disable-tam-userprov -DWasPassword=password -Dwp.ac.impl.PDAdminPwd=password from the profile_root/ConfigEngine directory. i5/OS ConfigEngine.sh disable-tam-userprov -DWasPassword=password -Dwp.ac.impl.PDAdminPwd=password from the profile_root/ConfigEngine directory.
In a clustered environment WasPassword is the Deployment Manager administrative password.
- To stop and restart the server1 and WebSphere_Portal servers, where server1 is the name of the WAS and WebSphere_Portal is the name of the WebSphere Portal server:
- Open a command prompt and change to the following directory:
- Windows: profile_root\bin
- UNIX: profile_root/bin
- i5/OS: profile_root/bin
- Enter the following command to stop the WAS:
- Windows: stopServer.bat server1 -username admin_userid -password admin_password
- UNIX: ./stopServer.sh server1 -username admin_userid -password admin_password
- i5/OS: stopServer server1 -username admin_userid -password admin_password
- Enter the following command to stop the WebSphere_Portal server, where WebSphere_Portal is the name of the WebSphere Portal server:
- Windows: stopServer.bat WebSphere_Portal -username admin_userid -password admin_password
- UNIX: ./stopServer.sh WebSphere_Portal -username admin_userid -password admin_password
- i5/OS: stopServer WebSphere_Portal -username admin_userid -password admin_password
- Enter the following command to start the WAS:
- Windows: startServer.bat server1
- UNIX: ./startServer.sh server1
- i5/OS: startServer server1
- Enter the following command to start the WebSphere_Portal server, where WebSphere_Portal is the name of the WebSphere Portal server:
- Windows: startServer.bat WebSphere_Portal
- UNIX: ./startServer.sh WebSphere_Portal
- i5/OS: startServer WebSphere_Portal
Parent topic:
Configure Tivoli Access Manager