Synchronize scopes manually
If we have not enabled automatic synchronization of the scopes used for web content or to perform synchronization outside of a scheduled synchronization period, we can manually start the synchronization process.
To manually perform synchronization, run the cp-sync configuration task or submit an XML request to the portal using the XML configuration interface.
- To perform synchronization with a configuration task...
cd WP_PROFILE/ConfigEngine
./ConfigEngine.sh cp-sync -DWasPassword=foo -DPortalAdminPwd=foo
- Create an XML request file and submit it using the xmlaccess command. Here is an example of a request use to start synchronization:
<?xml version="1.0" encoding="UTF-8"?> <request type="update" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PortalConfig_8.5.0.xsd"> <portal action="locate"> <task action="create" name="com.ibm.portal.cp.SynchronizationTask"/> </portal> </request>
Parent Synchronize scopes for web content
Related information
Work with xmlaccess.sh