Steps to Register and un-register the plugin in OIM
Steps to Register and un-register the plugin in OIM
Plugin is zip file should have below structure
Copy the plugin(Zip file) to server location
1) go to the path /opt/apps/oracle/Oracle/Middleware/Oracle_IDM/server/plugins
copy the zip file in this path through winSCP.
2) login to putty and go the path cd /opt/apps/oracle/Oracle/Middleware/Oracle_IDM/server/plugin_utility
3) Run below command
ant -f pluginregistration.xml register
(for un-register --- ant -f pluginregistration.xml unregister )
provide xelsysadm user name and password
hostname: t3://HOSTNAME:14000
plugin file path:
Example:(in WinScp select file and Ctl+alt+C will give complete path)
/opt/apps/oracle/Oracle/Middleware/Oracle_IDM/server/plugins/UpdateTCADRemovalDate.zip
4)Go to the path cd /opt/apps/oracle/Oracle/Middleware/Oracle_IDM/server/bin and purge it by typing below command
./PurgeCache.sh All
provide xelsysadm user name and password
hostname: t3://HOSTNAME:14000
in case of un-registering the plugins please also delete plugin files from server location.
Plugin is zip file should have below structure
Copy the plugin(Zip file) to server location
1) go to the path /opt/apps/oracle/
copy the zip file in this path through winSCP.
2) login to putty and go the path cd /opt/apps/oracle/
3) Run below command
ant -f pluginregistration.xml register
(for un-register --- ant -f pluginregistration.xml unregister )
provide xelsysadm user name and password
hostname: t3://HOSTNAME:14000
plugin file path:
Example:(in WinScp select file and Ctl+alt+C will give complete path)
/opt/apps/oracle/Oracle/Middleware/Oracle_IDM/server/plugins/UpdateTCADRemovalDate.zip
4)Go to the path cd /opt/apps/oracle
./PurgeCache.sh All
provide xelsysadm user name and password
hostname: t3://HOSTNAME:14000
in case of un-registering the plugins please also delete plugin files from server location.
Comments
Post a Comment