Export full MDS in OIM using WLST Command
1. Create a folder where we want to export all existing MDS files (Ex. /opt/apps/oracle/MDS Backup/)
2. Navigate to OIM_ORACLE_HOME/common/bin
(ex: /opt/apps/oracle/Oracle/Middleware/Oracle_IDM/common/bin) folder and execute below commands
a. ./wlst.sh
b. connect()
(Enter weblogic credentials when prompted.
Note: provide actual hostnames wherever necessary
t3://HOSTNAME:7001
)
c. exportMetadata(application='OIMMetadata', server='oim_server', toLocation='/opt/apps/oracle/MDS Backup/’)
(Note: Make sure application, server details are according to document
Make sure location is referred to the one which was created in step 1)
2. Navigate to OIM_ORACLE_HOME/common/bin
(ex: /opt/apps/oracle/Oracle/Middleware/Oracle_IDM/common/bin) folder and execute below commands
a. ./wlst.sh
b. connect()
(Enter weblogic credentials when prompted.
Note: provide actual hostnames wherever necessary
t3://HOSTNAME:7001
)
c. exportMetadata(application='OIMMetadata', server='oim_server', toLocation='/opt/apps/oracle/MDS Backup/’)
(Note: Make sure application, server details are according to document
Make sure location is referred to the one which was created in step 1)
Comments
Post a Comment