How to generate a complete XMLAccess export of a
Portal configuration
To generate a full export of your Portal's
configuration, please perform below steps.
- Copy the file <Portal_home>/doc/xml-samples/Export.xml to <Portal_home>/bin
- Open a terminal or command window and go to <Portal_home>/bin
- Execute the script, <Appserver_home>/bin/setupCmdLine in the current window (setupCmdLine sets certain environment variables in the current window such as JAVA_HOME)
- From the directory <Portal_home>/bin, run the following xmlaccess command all on one line:
For
Windows
./xmlaccess.bat -in Export.xml -user wpsportalUserName -password password –url http://hostName:portName/wps/config -out
ExportOut.xml
For
Linux
./xmlaccess.sh
-in Export.xml -user wpsportalUserName -password password –url http://hostName:portName/wps/config -out ExportOut.xml
6. The ExportOut.xml will contain full export
of WebSphere Portal.
No comments:
Post a Comment