export or import settings for a Tivoli Integrated Portal Server:

To export or import settings for a Tivoli Integrated Portal Server:

1. On the command-line interface, change to the install_dir/bin/ directory.

2. Run the following command:

ws_ant.bat
sh -f tipExportImport.xml (export
import) -DarchiveDir=archiveDir -DtipAdmin=tipadmin -DtipPassword=tippass



The following list provides details on the arguments and parameters shown:



export

Use the export argument to create the specified archive directory (archiveDir) with all of the necessary data. The export option copies the entire eWAS profile directory for the server instance and modifies the hostname and path values in the configuration files.

import

Use the import argument to import data from an existing archive directory and overwrite a Tivoli Integrated Portal Server instance. The import option replaces the profile directory on the target computer but maintains the host name and path values associated with the target server instance.

-DarchiveDir

Use the -DarchiveDir parameter to specify where you want to save settings when you export data, or specify where to find previously exported data when you want to import data.

-DtipAdmin

Use the -DtipAdmin parameter to specify a user ID with administrative privileges. If you are importing data, you must specify the user ID that was used to export the data initially.

-DtipPassword

Use the -DtipPassword parameter to specify the password associated with the user ID value that you provided for the -DtipAdmin parameter.