How to Export Entire Portal Configurations Using XMLAccess
1. Open CMD
2. Go to <IBM>WebSpherePortalServerbin
3. Run this command
xmlaccess.bat -user wpsadmin -password passw0rd_123 βurl http://localhost:10039/wps/config -in “C:IBMWebSpherePortalServerdocxml-samplesExport.xml” -out result.xml
4. Out will be result.xml in bin folder contains all configuration information
To Export Virtual Portal Configuration
-url will be http://localhost:10039/wps/config/MyVirualPortal
If your host name is different for VirtualPortal instead of localhost give host name
Example http://<myVirtalHost>:10039/wps/configthis will give config information about virtual portal