1)
Export OAM configuration from the existing OAM server:
$ cd <FM_HOME>/common/bin
$ ./wlst.sh
$
connect('WebAdmin','******','t3://weblogicserver:port')
$
exportPolicy(pathTempOAMPolicyFile='/home/oracle/oam_policies.xml')
$ exportPartners(pathTempOAMPartnerFile='/home/oracle/oam_partners.xml')
2)
Transfer exported files to the new OAM host.
3)
Import OAM configuration to the new OAM server:
$ cd <FM_HOME>/common/bin/
$ ./wlst.sh
$ connect('weblogic','******','t3://servername:port')
$
importPartners(pathTempOAMPartnerFile='/home/oracle/OAMExport/oam_partners.xml')
$
importPolicy(pathTempOAMPolicyFile='/home/oracle/OAMExport/oam_policies.xml')4) Restart Admin and managed server.
No comments:
Post a Comment