xmlaccess -user user -password password |
The following rules apply to the above parameters:
- The options credentialexport and passphrase are mandatory for export
or import of encrypted credential secrets during migration. - The options credentialexport and passphrase are optional for all XML
Configuration actions that do not export or import encrypted credential
secrets during migration.
Syntax element | Description |
credentialexport | A parameter without value that indicates that export of |
encryptionPassPhrase | The passphrase |
For more information about the XML command line tool, refer
to the XML configuration interface section of the appropriate information
center version.
ExportVault.xml for version 5.0.x
<?xml version="1.0" encoding="UTF-8"?> <request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PortalConfig_1.2.1.xsd" type="export" export-users="true"> <!-- Sample for exporting the credential vault data. --> <portal action="locate"> <credential-segment action="export" objectid="*"/> </portal> </request> |
Sample file
ExportVault.xml for version 5.1.x
<?xml version="1.0" encoding="UTF-8"?> <request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PortalConfig_1.3.xsd" type="export" export-users="true"> <!-- Sample for exporting the credential vault data. --> <portal action="locate"> <credential-segment action="export" objectid="*"/> </portal> </request> |
configuration interface to export credential secrets:
xmlaccess.sh -user wpsadmin |
Post a Comment