Question |
How do you generate a full XMLAccess export of an IBM WebSphere® Portal configuration? |
|
|
|
Answer |
To assist in troubleshooting a WebSphere Portal issue, you may be asked by IBM Support to take a "full" or complete export of your Portal configuration using the XML Configuration Interface, commonly known as XMLAccess. To generate a full export of your Portal's configuration, do the following:
1. Copy the file, <Portal_home>/doc/xml-samples/Export.xml to<Portal_home>/bin.
2. Open a terminal or command window. Change directories (cd) to<Portal_home>/bin.
-- Execute (run) the script, <Appserver_home>/bin/setupCmdLine. -- SetupCmdLine sets certain environment variables in the current window (such as JAVA_HOME).
3. From the directory, <Portal_home>/bin, run the following xmlaccess command all on one line:
xmlaccess -user <Portal_admin_user> -password <Portal_admin_password> -url <myhost>:<port>/wps/config -in Export.xml -out result.xml
Substitute Portal_admin_user, Portal_admin_password, myhost, and port with the correct values for your environment.
The file name specified after "-out" will contain the Portal configuration as XML. The file can have any name.
The protocol can be omitted after the -url parameter except in the case of SSL. SSL is only supported using Portal Version 6.0 and later.
If the file Export.xml is missing from your installation, contact Portal Support for the file or take a copy from another Portal host.
Examples (using the default ports):
Version 5.0.x xmlaccess -user wpsadmin -pwd Mypassword -urlhttp://host.raleigh.ibm.com:9081/wps/config -in Export.xml -out result.xml
Version 5.1.x xmlaccess -user wpsadmin -password Mypassword -urlhttp://host.raleigh.ibm.com:9081/wps/config -in Export.xml -out result.xml
Version 6.0.x xmlaccess -user wpsadmin -password Mypassword -urlhttp://host.raleigh.ibm.com:10038/wps/config -in Export.xml -out result.xml
Version 6.0.x using SSL and the default port xmlaccess -user wpsadmin -password Mypassword -urlhttps://appserver_host_name:10035/wps/config -in Export.xml -out result.xml
Version 6.1.x xmlaccess -user wpsadmin -password Mypassword -urlhttp://host.raleigh.ibm.com:10040/wps/config -in Export.xml -out result.xml
|
分享到:
相关推荐
解决 java.lang.RuntimeException: Could not generate DH keypair异常处理。 bcprov-ext-jdk15on-1.60、bcprov-jdk15on-1.60两个包放到jre下的$JAVA_HOME/jre/lib/ext的路径下,然后配置$JAVA_HOME/jre/lib/...
How to generate a runnable jar QArt4j is a maven project, run the following command to get a ruunable jar: mvn compile assembly:single This will generate a runnable jar under target/ directory. How to...
在使用QUARTUS II进行FPGA项目开发时,编译过程中可能会遇到“Error: Run Generate Functional Simulation Netlist”的错误提示,这通常是由于缺少仿真网表导致的。在解决这个问题之前,我们首先要理解QUARTUS II的...
You can generate plots, add dimensions to the plots, and also make the plots interactive with just a few lines of code with matplotlib. Also, matplotlib integrates well with all common GUI modules. ...
加密是报:javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate DH keypair 此处提供 bcprov-ext-jdk15on-154.jar 和 bcprov-jdk15on-154.jar 压缩包中有使用说明
- Batch mode: used to generate many textures in a unique operation, starting from a list of images; it allows to associate them to the needed channels and pack them in a texture for each association. ...
加密是报:javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate DH keypair 此处提供 bcprov-ext-jdk15on-154.jar 和 bcprov-jdk15on-154.jar 压缩包中有使用说明
Introduction to Cortex-M and STM32 microcontrollers How to setup a complete and working tool-chain to develop STM32 applications on Windows, Linux and Mac OSX How to use STM32CubeMX to generate ...
然而,当你遇到“javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate DH keypair”的错误时,这意味着在建立SSL/TLS连接时,Diffie-Hellman(DH)密钥交换算法遇到了问题。DH是一种非对称...
Considering the complex of the data required by Ministry of Transport of P.R.C every period of ten days, I design the following algorithm to generate the data required.
How to use SFTP (with client validation - public key authentication) ...Note that earlier versions of edtFTPj/PRO (prior to 1.5.7) do not support PuTTY keys, but they can be easily converted into SSH....
为什么需要为我们提供了基于的服务端渲染,并且能使用 nuxt generate 生成静态页面;生成的静态页面都是使用的绝对路径来访问的资源,如果要进行 Hybrid app 开发或者使用 Cordova 打包成APP资源就访问不到了;因此,...
gen_ca.sh: used to generate a ca cert gen_subcert.sh: used to generate a sub cert from ca Makefile: used to generate app_client and app_server by client.c and server.c client.c:the client use ssl to ...
Beginning R, Second Edition is a hands-on book showing how to use the R language, write and save R scripts, read in data files, and write custom statistical functions as well as use built in functions...
解决Android9.0制作差分包时imgdiff 差分apk时报错,Failed to generate imgdiff for ...... imgdiff.cpp:661] Failed to open zip file /tmp/tgt-KxNSNW: Invalid offset. 解决方案是在imgdiff算法报错时,使用...
介绍如何在VanetMobiSim中产生NS2能够使用的trace file