deleteWXSDefinition command

Use the deleteWXSDefinition command to delete a WebSphere® eXtreme Scale(eXtreme Scale) definition that has been named.

If the definition cannot be found, an error is shown. This command deletes the default eXtreme Scale definition only if it is the only definition in the cell. If there are other definitions present in the cell, the command will fail, and you must change the default to another eXtreme Scale definition before the current one can be deleted.

Use the following command to list all the eXtreme Scale administrative commands:
$AdminTask help WXSAdminCommands

The deleteWXSDefinition command is run using the AdminTask object of the wsadmin scripting client.

Location

The wsadmin scripting client is located in the install_root\bin directory.

Syntax

deleteWXSDefinition
-name definitionName

Parameters

-name definitionName
A required parameter that specifies the name of the eXtreme Scale definition to be deleted, as a string.

Example

AdminTask.deleteWXSDefinition('[-name MydefName]')