Please try the steps given below to Import MDS ..
1.shared resources location. : //mds/apps/
2.Navigate to below mentioned oracle fusion middleware installed location.
cd /opt/Oracle/Middleware/Oracle_SOA1/common/bin/
3. Run ./wlst.sh
4.Use the below command to connect to the server
java -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.security.TrustKeyStore=CustomTrust
-Dweblogic.security.CustomTrustKeyStoreFileName=/var/domain/soa_st01/keystore/CapitalOneWebLogicTrustKeyStore.jks
-Dweblogic.security.CustomTrustKeyStorePassPhrase=wltkpassword -Dweblogic.security.CustomTrustKeyStoreType=JKS
-Dweblogic.security.SSL.allowSmallRSAExponent=true weblogic.WLST
5.Unzip the folder soa-infra_metadata.zip to get the folder soa-infra_metadata .
Use the below command to import the files to MDS respository. This command will import all the resources under “mds” folder
to MDS repository.
importMetadata(application='soa-infra',server='soa_server1',fromLocation='/home/fusion/Deployments/soa-infra_metadata/',docs='/apps/**')
6. Then check the MDS resources imported ..
Regards
1.shared resources location. : /
2.Navigate to below mentioned oracle fusion middleware installed location.
cd /opt/Oracle/Middleware/Oracle_SOA1/common/bin/
3. Run ./wlst.sh
4.Use the below command to connect to the server
java -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.security.TrustKeyStore=CustomTrust
-Dweblogic.security.CustomTrustKeyStoreFileName=/var/domain/soa_st01/keystore/CapitalOneWebLogicTrustKeyStore.jks
-Dweblogic.security.CustomTrustKeyStorePassPhrase=wltkpassword -Dweblogic.security.CustomTrustKeyStoreType=JKS
-Dweblogic.security.SSL.allowSmallRSAExponent=true weblogic.WLST
5.Unzip the folder soa-infra_metadata.zip to get the folder soa-infra_metadata .
Use the below command to import the files to MDS respository. This command will import all the resources under “mds” folder
to MDS repository.
importMetadata(application='soa-infra',server='soa_server1',fromLocation='/home/fusion/Deployments/soa-infra_metadata/',docs='/apps/**')
6. Then check the MDS resources imported ..
Regards
No comments:
Post a Comment