+

Search Tips   |   Advanced Search

ConfigArchiveOperations command group for the AdminTask object using wsadmin.sh

The commands in the ConfigArchiveOperations group can be used to export or import server configurations and entire cell configurations.


exportProxyProfile

Export the entire cell configuration of a secure proxy server to a configuration archive. The exportProxyProfile command does not work between the distributed and z/OS operating systems.

Target object: None.

Required parameters:

Return value. The command does not return output.

Batch mode example usage

Interactive mode example usage


exportProxyServer

Export the secure proxy server configuration to a node defined in the configuration archive. The command exports the metadata file of the node where the server resides. Use this information later when we import the configuration archive to verify that the target node is compatible to the node from which we are exporting the server.

The exportProxyServer command virtualizes the server configuration and exports a server to a configuration archive. This process breaks any existing associations between the server configurations in the configuration archive and the configurations in the system.

Target object: None

Required parameters

Optional parameters:

Return value. The command does not return output.

Examples

Batch mode example usage:

Interactive mode example usage:


exportServer

Export the server configuration to a node defined in the configuration archive. Use the exportProxyServer command to export a proxy server configuration.

The exportServer command virtualizes the server configuration and exports a server to a configuration archive. This process breaks any existing associations between the server configurations in the configuration archive and the configurations in the system. This process also removes applications from the server specified, breaks the relationship between the server specified and the core group of the server, cluster, or service integration bus member.

The exportServer command exports the metadata file of the node where the server resides. Use this information later when we import the configuration archive to verify that the target node is compatible to the node from which we are exporting the server.

Target object: None

Parameters and return values

Examples

Batch mode example usage:

Interactive mode example usage:


exportWasprofile

Export the entire cell configuration to a configuration archive. The exportWasprofile command does not work between the distributed and z/OS platforms.

Restriction: Only a base server configuration with a single node is supported for the exportWasprofile command. Use the exportProxyProfile command to export a secure proxy server configuration. Target object: None

Parameters and return values

Examples

Batch mode example usage:

Interactive mode example usage:


importApplicationsFromWasprofile

This script imports Java EE applications for the specified application server from an AdminTask exportWasprofile command generated configuration archive file (.car file) into a target cell configuration.

To import a Java EE application that depends on a shared library, the shared library must be configured and exist on the target node before the imported application can successfully start. A Java EE application already deployed in the specified target cell cannot be imported.

Target object: None.

Parameters and return values

Sample output

The command does not return output.

Examples

Batch mode example usage:

Interactive mode example usage:


importProxyProfile

Import a cell configuration in the configuration archive to the system. Only a base single server configuration is supported for this command. The importProxyProfile command does not work between the distributed and z/OS platforms.

Target object: None.

Required parameters

Optional parameters:

Return value. The command does not return output.

Batch mode example usage

Interactive mode example usage


importProxyServer

Import a secure proxy server that resides in a configuration archive to the system. This command imports all the server scope configurations defined in the configuration archive to system configuration.

Target object: None

Required parameters

Optional parameters:

Return value. The command does not return output.

Examples

Batch mode example usage:

Interactive mode example usage:


importServer

Import a server that resides in a configuration archive to the system. This command imports all the server scope configurations defined in the configuration archive to system configuration. Use the importProxyServer command to import a secure proxy server configuration.

Target object: None

Parameters and return values

Examples

Batch mode example usage:

Interactive mode example usage:


importWasprofile

Use the importWasprofile command to import a cell configuration in the configuration archive to the system. Only a base server configuration with single node is supported for this command. Use the importProxyProfile command to import a secure proxy server profile.

The importWasprofile command does not work between distributed and z/OS operating systems.

Target object: None

Parameters and return values

Examples

Batch mode example usage:

Interactive mode example usage:

  • wsadmin AdminTask
  • Commands for the AdminTask object
  • Use wsadmin scripting with Jython