+

Search Tips   |   Advanced Search

Intelligent Management: application edition management administrative tasks

Use the Jacl or Jython scripting languages to manage application editions. We can also use the AdminApp object to manage applications with specific editions.

Use the following commands to activate, deactivate, perform a rollout on, validate, list, and verify an application edition. We can also clone an existing dynamic cluster to use a different node group, and we can cancel the validation mode on an application edition:

  1. activateEdition
  2. deactivateEdition
  3. rolloutEdition
  4. validateEdition
  5. listEditions
  6. isEditionExists
  7. cloneDynamicCluster
  8. cancelValidation
  9. getEditionState

We can perform the following operations using the AdminApp object in wsadmin to manage applications with editions:


activateEdition

Activate an edition.

Target object: None.

Parameters

Return value.

The command returns:

Batch mode example usage

Interactive mode example usage


deactivateEdition

Deactivate an edition.

Target object: None.

Parameters

Return value.

The command returns:

Batch mode example usage

Interactive mode example usage


rolloutEdition

Roll out an edition and specify the group size.

Target object: None.

Parameters

Specify the following properties for SIP application rollout:

Return value.

The command returns:

Batch mode example usage

Interactive mode example usage


validateEdition

Validates an edition.

Target object: None.

Parameters

Return value.

The command returns:

Batch mode example usage

Interactive mode example usage


listEditions

Provide a list of all the installed editions of the application.

Target object: None.

Parameters

Return value.

The command returns a string array of all the installed editions of the application.

The return value for base editions is displayed as "".

Batch mode example usage

Interactive mode example usage


isEditionExists

Verify that the specified edition exists for the particular application.

Target object: None.

Parameters

Return value.

The command returns:

Batch mode example usage

Interactive mode example usage


cloneDynamicCluster

Clone a dynamic cluster to use a different node group.

Target object: None.

Parameters

Batch mode example usage

Interactive mode example usage


cancelValidation

Cancel the validation mode on an application edition.

The getEditionState command returns the state of the application edition. The state of an existing edition can be either ACTIVE, INACTIVE or VALIDATE. For a non-existent application or edition the method returns null.

Target object: None.

Parameters

Return value.

The command returns:

Batch mode example usage

Interactive mode example usage


getEditionState

Return the state of the application edition. The state of an existing edition can be either ACTIVE, INACTIVE or VALIDATE. For a non-existent application or edition, the method returns null.

Target object: None.

Parameters

Return value.

The command returns:

Batch mode example usage

Interactive mode example usage


Install an application with an edition

Use the AdminApp install command to install an application with an edition. We must pass the -edition parameter to specify the edition identifier.

Use the following example in wsadmin to install the application BeenThere with edition 1.0.


Update an application with an edition

Use the AdminApp update command to update an application with an edition. Pass the full application name, which is the name of the application and the edition, to specify the edition.

Use the following example in wsadmin to update edition 1.0 of the application BeenThere with the BeenThereE1-update.ear file.


Edit an application with an edition

Use the AdminApp edit command to edit an application with an edition. Pass the full application name, which is the name of the application and the edition, to specify the edition.

Use the following example in wsadmin to edit edition 1.0 of the application BeenThere by changing the context root of the Web module to /beenthere.


Uninstall an application with an edition

Use the AdminApp uninstall command to uninstall an application with an edition. Pass the full application name, which is the name of the application and the edition, to specify the edition.

Use the following example in wsadmin to uninstall edition 1.0 of the application BeenThere.


Related:

  • Application edition manager
  • Deploy and manage application editions with Intelligent Management
  • Perform a rollout on an edition
  • Canceling an application validation
  • Install an application edition
  • Commands for the AdminApp object
  • Dynamic clusters