WebSphere Enterprise Service Bus, Version 6.2.0 Operating Systems: AIX, HP-UX, i5/OS, Linux, Solaris, Windows


createVersionedSCAModule command

This command creates a unique instance of a versioned SCA module EAR file.

Purpose

Use the createVersionedSCAModule command to create a new instance of a versioned SCA module when you want to deploy the same versioned module across multiple clusters in a cell. You must use this command once for each additional instance of the module you want to deploy. The new instance is created in a new EAR file; the new EAR file name contains the module version value and the specified unique cell ID.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-$AdminTask-- --createVersionedSCAModule-- {-- -archiveAbsolutePath-- --input_archive_dir-- -->

>-- -workingDirectory-- --working_dir-- -- -uniqueCellID-- --unique_cell_ID--}-><

Parameters

-archiveAbsolutePath input_archive_dir
A required parameter that identifies the full path to an existing EAR file for the versioned SCA module (for example, /myDir/billingProcess_v1_0_1_CellA1App.ear).
-workingDirectory working_dir
A required parameter that identifies the full path of the working directory where the createVersionedSCAModule command does the work associated with copying and renaming the original module (for example, C:\temp). Ensure read and write permissions have been set for this directory.
-uniqueCellID unique_cell_ID
A parameter that provides an ID for the new instance of the module, to uniquely identify it within the cell to which the EAR file is deployed (for example, CellAClusterBHost4). If you do not specify this parameter, no uniquely named instance of the EAR file is created.

Command output

The createVersionedSCAModule returns a uniquely named instance of the SCA module to the same directory that contains the original module (input_archive_dir).

Example

The following example illustrates how to create a new instance of a previously installed versioned SCA module named billingProcess. In this example, the original module is version 1.0.1 and it is stored in c:/myDir/billingProcess_v1_0_1.ear.

$AdminTask createVersionedSCAModule {-archiveAbsolutePath C:/myDir/billingProcess_v1_0_1.ear -workingDirectory C:/tempAppDirectory -uniqueCellID CellA1}
The command creates billingProcess_v1_0_1_CellA1App.ear in the C:/myDir directory.

reference Reference topic

Terms of use | Feedback


Timestamp icon Last updated: 21 June 2010


http://publib.boulder.ibm.com/infocenter/dmndhelp/v6r2mx/topic//com.ibm.websphere.wesb620.doc/doc/rref_createVersionedSCAModulecmd.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).