IWNE

Element messages (IWNE) are provided for reference.

  

IWNE9000E

{0} The primary key for the element was a null value.

Explanation

You did not specify a primary key for the element in the command.

User Response

Issue the command again with an existing primary key.

  

IWNE9001E

{0} The lock specified for service {1}VALUE_1 was not correct.

Explanation

You specified an incorrect lock for service {1}VALUE_1 in the command.

User Response

Issue the command again with the correct lock.

  

IWNE9002E

{0} Element {1}VALUE_1 was not found because the element ID does not exist.

Explanation

The element ID for element {1}VALUE_1 does not exist in the replication element catalog

User Response

Perform the search again using a different element ID.

  

IWNE9007E

{0} The element ID of parent element {1}VALUE_1 was not found for the child element {2}VALUE_2.

Explanation

The parent element ID that you specified in the command could not be found. If the element being created has a parent, the parent should exist in the Element Catalog before creation of the child.

User Response

Ensure the validity of the parent element ID and issue the command again.

  

IWNE9011E

{0} Element key {1}VALUE_1 for the element already exists in the replication element catalog.

Explanation

The replication element catalog cannot contain duplicate element keys.

User Response

Enter a different element key for the element.

  

IWNE9014E

{0} Element {1}VALUE_1 was not created.

Explanation

The element was not created due to an unexpected error.

User Response

Get the logs for this session and contact the system administrator for further investigation.

  

IWNE9016E

{0} Element id {1}VALUE_1 for the element already exists in the replication element catalog.

Explanation

The replication element catalog cannot contain duplicate element ids.

User Response

Enter a different element id for the element.

  

IWNE9022E

{0} Element {1}VALUE_1 could not be created because the parent ID and the primary key were identical.

Explanation

The parent ID and primary key of an element cannot be identical.

User Response

Select a different value for either the parent ID or primary key.

  

IWNE9036E

{0} Key {1}VALUE_1 was not valid for a query on elements because the key does not match any search criteria for elements.

Explanation

The search failed because the key or the string was not entered correctly.

User Response

Verify the key and the string and try again. Note that valid values for strings are case sensitive. But for searches on size, isAvailable, and isAlive, the string is a little more restrictive. For searches on size, ensure that the string is an integer value, ex. 0. For searches on isAvailable and isAlive, the string should be true or false.

  

IWNE9041E

{0} Entity {1}VALUE_1 was not valid for the replication element catalog because the parent ID of the entity would create an infinite loop.

Explanation

The parent ID of the entity is pointing to itself through other entities and could prevent a command from completing because of an infinite loop.

User Response

Examine the parent ID of the entity and any related entities to ensure they are appropriately specified.

  

IWNE9046E

{0} Parent ID {1}VALUE_1 of the child element {2}VALUE_2 is not equal to element ID {3}VALUE_3 of the parent.

Explanation

You assigned a parent ID to the child element which does not match the element ID of the child's parent. The two IDs must match.

User Response

Ensure that the element ID of the parent and the parent ID of the child match.

  

IWNE9047E

{0} Child element {1}VALUE_1 cannot be removed from parent {2}VALUE_2 because the child was never a child of the parent.

Explanation

You attempted to remove a child element from a parent element when there is not a child-parent relationship between the two elements.

User Response

Ensure that the element you want to remove from the parent is a child of the parent and try again.

  

IWNE9049E

{0} Only true and false are acceptable values for a search on the isAlive field of elements.

Explanation

You entered a value other than true or false for the search on the isAlive field of elements.

User Response

Try the query again, using true or false in the string format.

  

IWNE9050E

{0} For the specified query, the class expected for the key is String; but the class received is {1}VALUE_1.

Explanation

You entered an unexpected class for the key in a query. The expected class is String.

User Response

Try the query again, using the String class for the key.

  

IWNE9051E

{0} The string class was expected, but class {1}VALUE_1 was received.

Explanation

You entered an unexpected class. The expected class is String.

User Response

Try the command again, using String as the class.

  

IWNE9052E

{0} Only true and false are acceptable values for a search on the isAvailable field of elements.

Explanation

You entered a value other than true or false for the search on the isAvailable field of elements.

User Response

Try the query again, using true or false in the string format.

  

IWNE9053E

{0} For the specified query, the replication element catalog expected an integer-like value in the string format rather than value {1}VALUE_1.

Explanation

You entered an unexpected value in a query. The expected value is an integer-like string format.

User Response

Try the query again, using an integer-like value in the string format.

  

IWNE9054E

{0} Only one value can be identified for a search on field {1}VALUE_1.

Explanation

You entered more than one value in the search on the field.

User Response

Try the search again, using only one value.

  

IWNE9055E

{0} The values in the hash table must only be String[] objects not {1}VALUE_1.

Explanation

You used values in the hash table that are not String[] objects.

User Response

Ensure that any values you enter in the hash table are String[] objects.

  

IWNE9057I

{0} No elements were found for the specified query.

Explanation

No elements matched the criteria that you entered.

User Response

Enter different searching criteria and try again.

  

IWNE9059E

{0} A wildcard search on the primary key cannot be used in conjunction with an explicit search or with another wildcard search on the primary key. A wildcard search on the primary key is mutually exclusive with other searches on the primary key.

Explanation

You attempted an wildcard search on the primary key with either an explicit search or another wildcard search on the primary key at the same time. You can do one or the other, but not both concurrently.

User Response

Try the search again, using either the wildcard search or the explicit search.

  

IWNE9060E

{0} The percent sign (%) was found in primary key {1}VALUE_1 of the element, but it cannot be used because it was a reserved character for the replication element catalog.

Explanation

You used a reserved character in the definition of a primary key.

User Response

Remove the reserved character from the primary key.

  

IWNE9063I

{0} The createElement command for element {1}VALUE_1 completed successfully.

Explanation

No additional information is available for this message.

User Response

Consult the Maintenance and Problem Determination Guide for suggestions for assessing system health.

  

IWNE9064I

{0} The destroyElement command for element {1}VALUE_1 completed successfully.

Explanation

No additional information is available for this message.

User Response

Consult the Maintenance and Problem Determination Guide for suggestions for assessing system health.

  

IWNE9065I

{0} The updateElement command for element {1}VALUE_1 completed successfully.

Explanation

No additional information is available for this message.

User Response

Consult the Maintenance and Problem Determination Guide for suggestions for assessing system health.

  

IWNE9066I

{0} The isAlive value for element {1}VALUE_1 was updated.

Explanation

No additional information is available for this message.

User Response

Consult the Maintenance and Problem Determination Guide for suggestions for assessing system health.

  

IWNE9067I

{0} Element {1}VALUE_1 was added as a child to element {2}VALUE_2.

Explanation

No additional information is available for this message.

User Response

Consult the Maintenance and Problem Determination Guide for suggestions for assessing system health.

  

IWNE9068I

{0} Element {1}VALUE_1 was removed as a child from element {3}VALUE_3.

Explanation

No additional information is available for this message.

User Response

Consult the Maintenance and Problem Determination Guide for suggestions for assessing system health.

  

IWNE9069I

{0} The availability of element {1}VALUE_1 was set to {2}VALUE_2.

Explanation

No additional information is available for this message.

User Response

Consult the Maintenance and Problem Determination Guide for suggestions for assessing system health.

  

IWNE9095E

{0} The baseType of element {1}VALUE_1 is either a null value or blank , which prevents it from being added to a group.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9096E

{0} The specificType of element {1}VALUE_1 is either a null value or blank , which prevents it from being added to a group.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9109W

{0} Children in element {1}VALUE_1 cannot be updated.

Explanation

No additional information is available for this message.

User Response

Consult the Maintenance and Problem Determination Guide for suggestions for assessing system health.

  

IWNE9122E

{0} Element ID {1}VALUE_1 for the element has exceeded the maximum length of the field.

Explanation

You specified an ID with too many characters.

User Response

Reduce the number of characters in the ID.

  

IWNE9123E

{0} Parent ID {1}VALUE_1 for the element has exceeded the maximum length of the field.

Explanation

You specified an ID with too many characters.

User Response

Reduce the number of characters in the ID.

  

IWNE9124E

{0} Base type {1}VALUE_1 for the element has exceeded the maximum length of the field.

Explanation

You specified a base type with too many characters.

User Response

Reduce the number of characters in the base type field.

  

IWNE9125E

{0} Specific type {1}VALUE_1 for the element has exceeded the maximum length of the field.

Explanation

You specified a specific type with too many characters.

User Response

Reduce the number of characters in the specific type field.

  

IWNE9126E

{0} Nickname {1}VALUE_1 for the element has exceeded the maximum length of the field.

Explanation

You specified a nickname with too many characters.

User Response

Reduce the number of characters in the nickname.

  

IWNE9127E

{0} Capacity type {1}VALUE_1 for the element has exceeded the maximum length of the field.

Explanation

You specified a capacity type with too many characters.

User Response

Reduce the number of characters in the capacity type field.

  

IWNE9144I

{0} The createElement command completed successfully.

Explanation

No additional information is available for this message.

User Response

Consult the Maintenance and Problem Determination Guide for suggestions for assessing system health.

  

IWNE9145E

{0} The createElement command completed with one or more errors.

Explanation

The command completed with errors.

User Response

See the specific error messages related to this error message.

  

IWNE9146I

{0} The destroyElement command completed successfully.

Explanation

No additional information is available for this message.

User Response

Consult the Maintenance and Problem Determination Guide for suggestions for assessing system health.

  

IWNE9147E

{0} The destroyElement command completed with one or more errors.

Explanation

The command completed with errors.

User Response

See the specific error messages related to this error message.

  

IWNE9148I

{0} The updateElement command completed successfully.

Explanation

No additional information is available for this message.

User Response

Consult the Maintenance and Problem Determination Guide for suggestions for assessing system health.

  

IWNE9149E

{0} The updateElement command completed with one or more errors.

Explanation

The command completed with errors.

User Response

See the specific error messages related to this error message.

  

IWNE9150I

{0} The addChildrenToElement command completed successfully.

Explanation

No additional information is available for this message.

User Response

Consult the Maintenance and Problem Determination Guide for suggestions for assessing system health.

  

IWNE9151E

{0} The addChildrenToElement command completed with one or more errors.

Explanation

The command completed with errors.

User Response

See the specific error messages related to this error message.

  

IWNE9152I

{0} The getElement command completed successfully.

Explanation

No additional information is available for this message.

User Response

Consult the Maintenance and Problem Determination Guide for suggestions for assessing system health.

  

IWNE9153E

{0} The getElement command completed with one or more errors.

Explanation

The command completed with errors.

User Response

See the specific error messages related to this error message.

  

IWNE9154I

{0} The removeChildrenFromElement command completed successfully.

Explanation

No additional information is available for this message.

User Response

Consult the Maintenance and Problem Determination Guide for suggestions for assessing system health.

  

IWNE9155E

{0} The removeChildrenFromElement command completed with one or more errors.

Explanation

The command completed with errors.

User Response

See the specific error messages related to this error message.

  

IWNE9156I

{0} The updateAvailabilityForElement command completed successfully.

Explanation

No additional information is available for this message.

User Response

Consult the Maintenance and Problem Determination Guide for suggestions for assessing system health.

  

IWNE9157E

{0} The updateAvailabilityForElement command completed with one or more errors.

Explanation

The command completed with errors.

User Response

See the specific error messages related to this error message.

  

IWNE9158I

{0} The updateLifeofElement command completed successfully.

Explanation

No additional information is available for this message.

User Response

Consult the Maintenance and Problem Determination Guide for suggestions for assessing system health.

  

IWNE9159E

{0} The updateLifeofElement command completed with one or more errors.

Explanation

The command completed with errors.

User Response

See the specific error messages related to this error message.

  

IWNE9164I

{0} The getElements command completed successfully.

Explanation

No additional information is available for this message.

User Response

Consult the Maintenance and Problem Determination Guide for suggestions for assessing system health.

  

IWNE9165E

{0} The getElements command completed with one or more errors.

Explanation

The command completed with errors.

User Response

See the specific error messages related to this error message.

  

IWNE9217E

{0} The element parameter for the createElement command was either a null value or blank.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9218E

{0} The elements parameter for the createElement command was either a null value or blank.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9219E

{0} The elementID parameter for the destroyElement command was either a null value or blank.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9220E

{0} The lock parameter for the destroyElement command was either a null value or blank.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9221E

{0} The element parameter for the updateElement command was either a null value or blank.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9222E

{0} The lock parameter for the updateElement command was either a null value or blank.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9223E

{0} The lock parameter for the updateLifeofElement command was either a null value or blank.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9224E

{0} The elementID parameter for the updateLifeofElement command was either a null value or blank.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9225E

{0} The element ID parameter for the addChildrenToElement command was either a null value or blank.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9226E

{0} The childrenIDs parameter for the addChildrenToElement command was either a null value or blank.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9227E

{0} The lock parameter for the addChildrenToElement command was either a null value or blank.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9228E

{0} The elementID parameter for the removeChildrenFromElement command was either a null value or blank.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9229E

{0} The childrenIDs parameter for the removeChildrenFromElement command was either a null value or blank.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9230E

{0} The lock parameter for the removeChildrenFromElement command was either a null value or blank.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9231E

{0} The elementID parameter for the updateAvailabilityForElement command was either a null value or blank.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9232E

{0} The lock parameter for the updateAvailabilityForElement command was either a null value or blank.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9234E

{0} The attributes parameter for the getElement command contains a null value for the key.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9235E

{0} The attributes parameter for the getElement command contains a null value for the element ID query.

Explanation

You specified an attribute or parameter value that is null or blank, preventing the command from completing successfully.

User Response

Examine the value, ensure that it is valid, and try again.

  

IWNE9286E

{0} Element key {1}VALUE_1 for the element has exceeded the maximum length of the field.

Explanation

You specified an key with too many characters.

User Response

Reduce the number of characters in the key.

  

IWNE9287E

{0} Element type {1}VALUE_1 for the element has exceeded the maximum length of the field.

Explanation

You specified an element type with too many characters.

User Response

Reduce the number of characters in the element type.

  

IWNE9288E

{0} Element {1}VALUE_1 availability can not be updated while this element is in a group.

Explanation

An element can not be used by a service and a group simultaneously.

User Response

Remove the element from the group.

  

IWNE9290E

{0} The elementID parameter for the delete element command was null or blank.

Explanation

A command was issued without a required parameter.

User Response

Consult the CLI Guide and reissue the command.

  

IWNE9291I

{0} The deleteElement command completed successfully.

Explanation

No additional information is available for this message.

User Response

Consult the Maintenance and Problem Determination Guide for suggestions for assessing system health.

  

IWNE9292E

{0} The deleteElement command completed with one or more errors.

Explanation

The command completed with errors.

User Response

See the specific error messages related to this error message.

  

IWNE9299E

{0} Only true and false are acceptable values for a search on the get elements attribute.

Explanation

You entered a value other than true or false for the search on the get element attributes.

User Response

Try the query again, using true or false in the string format.

  

IWNE9300I

{0} The set protection command completed without any errors. There were {1}VALUE_1 elements protected and {2}VALUE_2 elements unprotected.

Explanation

The command has completed successfully.

User Response

No action required.

  

IWNE9301E

{0} The set protection command encountered {1}VALUE_1 errors during execution. There were {2}VALUE_2 elements protected and {3}VALUE_3 elements unprotected.

Explanation

The command has completed with {1}VALUE_1 errors. There might have been some elements that successfully updated the protection status.

User Response

Review the specific error messages for the elements to determine which ones failed and why.

  

IWNE9302I

{0} The element {1}VALUE_1 has been protected.

Explanation

The element {1}VALUE_1 is now protected.

User Response

No action required.

  

IWNE9303I

{0} The element {1}VALUE_1 has been unprotected.

Explanation

The element {1}VALUE_1 is now unprotected.

User Response

No action required.

  

IWNE9304E

{0} The parameters for the set protection command were invalid. They were either null, had zero length, or the array elements did not match.

Explanation

The command parameters were invalid. They were either null, had zero length, or the array elements did not match.

User Response

Check the parameters being passed into the command and try again.

  

IWNE9305E

{0} The given element format ({1}VALUE_1) is invalid.

Explanation

The element format of {1}VALUE_1 is not a valid element format.

User Response

Check the element format to ensure that a valid element is used as the parameter.

  

IWNE9306E

{0} There was an error updating the protection status of the element {1}VALUE_1: reason ({2}VALUE_2).

Explanation

The element {1}VALUE_1 failed to updated with the reason of {2}VALUE_2.

User Response

Check element and the reason to determine why the update failed for the element.

  

IWNE9307E

{0} There was an internal error updating the protection status for the elements with reason ({1}VALUE_1). There were {2}VALUE_2 elements protected and {3}VALUE_3 elements unprotected before the internal error occurred.

Explanation

There was an internal error during the command with the reason of {1}VALUE_1. There might have been some elements that were protected as well as unprotected before the internal error.

User Response

Contact a service representative with the error and reason code information.

  

IWNE9308E

{0} Can not update the protection status of the element {1}VALUE_1 because it is already in the session {2}VALUE_2.

Explanation

The element {1}VALUE_1 protection status can not be updated because it is already in a session with the name {2}VALUE_2.

User Response

No action is required. This element protection status can not be updated while it is in a session.

  

IWNE9309E

{0} Can not update the protection status of the element {1}VALUE_1 because it does not exist in the element catalog.

Explanation

The element {1}VALUE_1 protection status can not be updated because it does not exist in the element catalog.

User Response

Check the specified element to ensure you have entered the desired element.

  

IWNE9310I

{0} The element query with a mask was successful and found {1}VALUE_1 elements.

Explanation

The query has completed successfully and returned {1}VALUE_1 elements.

User Response

No action required.

  

IWNE9311E

{0} The element query with a mask was unsuccessful. There was {1}VALUE_1 elements found in the query. Check any additional error messages for more information.

Explanation

The query has completed unsuccessfully and still returned {1}VALUE_1 elements. Parts of the query might have failed and the additional error messages will show the problems.

User Response

Check the additional error codes to determine the problems with the element query.

  

IWNE9312I

{0} The element query with a mask was successful at finding {1}VALUE_1 elements with the element {2}VALUE_2.

Explanation

The query issued with the element {2}VALUE_2 has returned {1}VALUE_1 elements.

User Response

No action required.

  

IWNE9313E

{0} The element query with a mask failed with a null element parameter entry in the element ID array at index {1}VALUE_1.

Explanation

The query failed because there was an invalid null entry in the command parameters at index {1}VALUE_1.

User Response

Check the command parameters to ensure there are no null entries.

  

IWNE9314E

{0} The query for element {1}VALUE_1 failed, because the element was not found.

Explanation

The element {1}VALUE_1 was not found.

User Response

Check the element to ensure it is the correct element.

  

IWNE9315E

{0} The parameters for the query elements command with a mask were invalid. They were either both null or had zero length.

Explanation

The command parameters for the command were invalid. They were either both null or had zero length.

User Response

Check the command parameters to ensure that they are correct and try the command again.

  

IWNE9316E

{0} There was an internal error querying for the elements with reason ({1}VALUE_1).

Explanation

There was an internal error during the command with the reason of {1}VALUE_1.

User Response

Contact a service representative with the error and reason code information.

  

IWNE9320I

{0} The query was successful and returned {1}VALUE_1 different site locations.

Explanation

The query has completed successfully and returned {1}VALUE_1 site locations.

User Response

No action required.

  

IWNE9322E

{0} There was an internal error querying for the site locations with reason {1}VALUE_1.

Explanation

There was an internal error during the command with the reason of {1}VALUE_1.

User Response

Contact a service representative with the error and reason code information.

  

IWNE9400I

{0} Valid copy set

Explanation

None.

User Response

None.

  

IWNE9401E

{0} Invalid copy set - could not find matching elements for each role.

Explanation

A valid copy set could not be created because matching volumes could not be found to fill all the required roles in the copy set.

User Response

None.

  

IWNE9402E

{0} Invalid copy set - capacities of volumes {1}VALUE_1 and {2}VALUE_2 are not equal.

Explanation

The capacity of the two volumes must be equal.

User Response

Choose volumes with the same capacity.

  

IWNE9403E

{0} Invalid copy set - capacity types of volumes {1}VALUE_1 and {2}VALUE_2 do not match.

Explanation

The capacity types for the volumes are not equal.

User Response

Choose volumes with the same capacity types.

  

IWNE9404E

{0} Invalid copy set - element types of elements {1}VALUE_1 and {2}VALUE_2 do not match.

Explanation

A command was issued without a required parameter.

User Response

Consult the CLI Guide and reissue the command.

  

IWNE9405E

{0} Invalid copy set - Unknown error.

Explanation

An invalid copy set was requested.

User Response

Reissue the command with a valid copy set.

  

IWNE9406E

{0} copy set is already in the specified session.

Explanation

The copy set is already in the session.

User Response

The copy set is already in the session so no action is necessary.

  

IWNE9407E

{0} Invalid copy set - volume {1}VALUE_1 is currently in another copy set within this session.

Explanation

The volume is already in another copy set within the same session.

User Response

The volume can not be used in this session more than once. Choose a different volume.

  

IWNE9408I

{0} Copy set matches were successful.

Explanation

The command concluded successfully.

User Response

No action required.

  

IWNE9409E

{0} Could not find specified session name{1}VALUE_1.

Explanation

The specified session could not be found.

User Response

Reissue the command for an existing session.

  

IWNE9410E

{0} Number of input strings ([{1}VALUE_1]) does not match the number of roles for the session ([{2}VALUE_2]).

Explanation

The number of roles in a session should match the number of input strings.

User Response

Adjust either value and try again.

  

IWNE9411E

{0} It is invalid for a copy set to contain volumes from different storage types.

Explanation

The product does not support coexistence of SVC and ESS/DS volumes in a single copy set.

User Response

Eliminate either SVC or ESS/DS volumes from the copy set.

  

IWNE9412E

{0} Box-level input strings are not valid, but the input specified for role [{1}VALUE_1] was [{2}VALUE_2].

Explanation

Box-level input strings are not supported.

User Response

Consult the CLI Guide and reissue the command.

  

IWNE9413E

{0} For an ESS/DS FlashCopy session, all LSSes must reside on the same box.

Explanation

An ESS/DS FlashCopy session was created with LSSes on more than one computer.

User Response

Edit the session so that it specifies only LSSes that are on the same computer.

  

IWNE9414E

{0} For a SAN Volume Controller, Storwize V7000, or Storwize V7000 Unified FlashCopy session, all IOGroups must be on the same cluster.

Explanation

A SAN Volume Controller, Storwize V7000, or Storwize V7000 Unified FlashCopy session was defined with IOGroups in multiple clusters.

User Response

Edit the session so that it specifies only IOGroups in a single cluster.

  

IWNE9415E

{0} The source and target SAN Volume Controller, Storwize V7000, or Storwize V7000 Unified clusters for the copy set specified do not match the source and target clusters for the copy sets already defined in the session.

Explanation

The source and target clusters for the copy set specified do not match the source and target clusters for the copy sets already defined in the session.

User Response

Edit the session so that copy sets are consistent.

  

IWNE9416E

{0} For an intracluster remote mirror session, IOGroups must be identical.

Explanation

Mismatched IOGroups were specified for an Intracluster PPRC session.

User Response

Edit the session so that the IOGroups are identical.

  

IWNE9417E

{0} Hardware type [{1}VALUE_1] specified for role [{2}VALUE_2] is not supported for this session type.

Explanation

An unsupported hardware type was specified.

User Response

Consult the User Guide for a list of supported hardware.

  

IWNE9418E

{0} Multiple drivers found for the SAN Volume Controller, Storwize V7000, or Storwize V7000 Unified remote mirror session.

Explanation

A SAN Volume Controller PPRC session located multiple drivers.

User Response

Contact IBM Technical Support.

  

IWNE9419E

{0} Invalid parameters specified.

Explanation

A command contained syntax errors.

User Response

Consult the CLI Guide and reissue the command.

  

IWNE9420E

{0} No elements were found when searching for elements in {1}VALUE_1.

Explanation

The search returned zero elements.

User Response

No action required.

  

IWNE9421E

{0} Two or more of the input strings are identical.

Explanation

Duplicate strings were identified in the input.

User Response

Consult the CLI Guide and reissue the command.

  

IWNE9422W

{0} One or more copy set matches could not be created.

Explanation

The creation of one or more copy sets could not be carried out.

User Response

Consult the server log files to determine which operations could not be completed, and consult the Problem Determination Guide for further information.

  

IWNE9423E

{0} The specified session is invalid.

Explanation

An invalid session was specified.

User Response

Reissue the command for a valid session.

  

IWNE9424E

{0} Container {1}VALUE_1 specified for the first role is empty.

Explanation

An empty container was specified for the first role.

User Response

Consult the CLI Guide and reissue the command.

  

IWNE9425E

{0} All matched copy sets are already in the session.

Explanation

The session already contains the specified copy sets.

User Response

No action required.

  

IWNE9426E

{0} Invalid copy set - The following elements in the copy set are protected: {1}VALUE_1.

Explanation

An invalid copy set was specified.

User Response

Reissue the command for a valid copy set.

  

IWNE9427W

{0} Copy set warning - A location is specified for the site but no location is specified for element {1}VALUE_1.

Explanation

An element is missing a specified location.

User Response

Specify a location for the element and reissue the command.

  

IWNE9428E

{0} Invalid copy set - Location {1}VALUE_1 specified for element {2}VALUE_2 is not a valid location for the corresponding site.

Explanation

An element's location is invalid.

User Response

Specify a valid location for the element.

  

IWNE9429W

{0} Copy set warning - volumes in this copy set are already in other sessions: {1}VALUE_1.

Explanation

One or more of the volumes in the copy set are already in another session.

User Response

Ensure you intend to have the volume in multiple sessions as having the volume in multiple sessions could create conflicts.

  

IWNE9430E

{0} Invalid copy set - User does not have proper permissions for session {1}VALUE_1 which already contains element {2}VALUE_2.

Explanation

The specified elements are already included in the specified sessions and the user creating this copy set does not have permissions to alter the specified session.

User Response

None.

  

IWNE9431W

{0} One or more copy set Matches have a warning.

Explanation

All copy sets were created but one or more of them have a warning associated with them.

User Response

None.

  

IWNE9432E

{0} For an MGM session, H1 and H2 can not be on the same box.

Explanation

MGM sessions do not allow elements H1 and H2 to be on the same box. If they are on the same box, then incremental resync does not function properly. You can override this setting in the properties file. See the User's Guide for more information.

User Response

Choose a new LSS for either H1 or H2 and retry.

  

IWNE9433E

{0} The following elements are Track Space Efficient (TSE) but a TSE element is only valid in the T1 role of a FlashCopy session or the Journal role of a Global Mirror or Metro Global Mirror session: {1}VALUE_1.

Explanation

One or more Track Space Efficient elements were specified to be included in this Copy Set. However, the only valid roles for a Track Space Efficient element is the Target 1 role of a FlashCopy session or the Journal role of a Global Mirror or Metro Global Mirror session. Note that this restriction does not apply to Extent Space Efficient elements, SAN Volume Controller Space Efficient Elements, or Storwize V7000 Space Efficient elements.

User Response

For this Copy Set, replace the elements denoted in this message with elements that are not Track Space Efficient elements.

  

IWNE9434E

{0} Invalid copy set. The copy set is volume type {1}VALUE_1 which is not supported for this session type.

Explanation

The elements in the copy set are of type {1}VALUE_1. However, that element type is not valid for the session type into which the copy set is being created.

User Response

Select different elements to be placed into the copy set.

  

IWNE9435E

{0} No copy set matches could be created.

Explanation

The matching algorithm was unable to find any valid copy set matches.

User Response

Select different elements to be placed into the copy sets.

  

IWNE9436I

{0} The specified copy set {1}VALUE_1 is already in the session.

Explanation

The copy set that was specified is already in the specified session.

User Response

None.

  

IWNE9437E

{0} The volumes specified for copy set {1}VALUE_1 do not form a valid copy set.

Explanation

All volumes in copy set must be of the same time and capacity.

User Response

None.

  

IWNE9438W

{0} There is a warning associated with the specified copy set {1}VALUE_1.

Explanation

A copy set may have problems.

User Response

Consult the log file for warning messages.

  

IWNE9439I

{0} A valid copy set was formed for copy set {1}VALUE_1.

Explanation

A copy set was successfully created.

User Response

No action required.

  

IWNE9440I

{0} All specified hardware types are supported for this session.

Explanation

The specified hardware types are fully supported.

User Response

No action required.

  

IWNE9441E

{0} All elements in a copy set must have the same manufacturer.

Explanation

A copy set specified elements from different manufacturers.

User Response

Edit the copy set to specify only elements from the same manufacturer.

  

IWNE9442E

{0} For the specified session type, the following elements have manufacturers which are not valid: {1}VALUE_1.

Explanation

While IBM volumes can be used in all session types, currently volumes from other manufacturers can be used only in Basic HyperSwap sessions. This message applies only to storage systems in ESS/DS compatibility mode and does not affect storage systems that are connected behind a SAN Volume Controller.

User Response

None.

  

IWNE9443E

{0} The manufacturer for the following elements are Unknown therefore the element is not valid in any copy sets: {1}VALUE_1.

Explanation

It is not possible to use elements that do not have a valid manufacturer value.

User Response

Create a copy set with elements that have valid manufacturer values and investigate why the manufacturer is Unknown for some elements.

  

IWNE9444E

{0} A SAN Volume Controller or Storwize V7000 element is not valid for a session that has the option " set.

Explanation

When a session has the " option set, it is not possible to put SAN Volume Controller or Storwize V7000 elements into this session.

User Response

Disable the option if you want to use SAN Volume Controller or Storwize V7000 elements in this session.

  

IWNE9445W

{0} Copy set contains space efficient volumes that are not in the Target (Tx) or Journal (Jx) roles: {1}VALUE_1.

Explanation

While allowed, using space efficient volumes in roles other than the FlashCopy Target (Tx) or Global Mirror/Metro Global Mirror Journal (Jx) roles in a copy set can possibly lead to undesirable results. Please ensure that you are purposefully using the space efficient volumes in these roles.

User Response

  

IWNE9446E

{0} Copy set contains extent space efficient volumes.

Explanation

Extent Space Efficient volumes are not supported in copy service relationships. As such, they may not be added to a copy set.

User Response

None.

  

IWNE9447E

{0} The incorrect volume was specified, {1}VALUE_1, for an XIV system snapshot session.

Explanation

When you create copy sets in XIV system snapshot sessions, you must specify a single volume to use as the source volume for the copy set.

User Response

Reissue the command specifying a single volume in the correct XIV system volume format such as XIV:xiv12345:VOL:12345.

  

IWNE9448E

{0} The incorrect volume was specified, {1}VALUE_1, for an XIV system snapshot session.

Explanation

When you create copy sets in XIV system snapshot sessions, you must specify a single volume to use as the source volume for the copy set.

User Response

Reissue the command specifying a single volume in the correct XIV system volume format such as XIV:xiv12345:VOL:12345.

  

IWNE9450E

{0} No column was specified in the input for the required role name: {1}VALUE_1.

Explanation

For the specific session, there are certain roles that must be specified in the input file. The input file is missing one or more of the required roles.

User Response

Ensure that the session name specified is correct or modify the input file to ensure that all required roles for the session are present.

  

IWNE9451W

{0} There was not enough data specified in the following line of the input - the line was skipped: {1}VALUE_1.

Explanation

Not enough columns of data was found on the line. Processing of the command continued, but this line in the input file was skipped.

User Response

Edit the input file and ensure that an entry for each necessary role in the session is present on this line.

  

IWNE9452E

{0} There were no copy sets successfully created from the input.

Explanation

No copy sets could be created from the input.

User Response

Ensure that the input is valid and the correct session was specified.

  

IWNE9453E

{0} The column header row is missing or could not be read properly from the specified input.

Explanation

An error occurred while trying to read the column header row from the input. The row might be missing or an error might have occurred while trying to read the row.

User Response

Ensure that the input specified is valid and its name is spelled correctly.

  

IWNE9454E

{0} The column header row is invalid - there are not enough entries in the row.

Explanation

An error occurred while trying to read the row from the input. There might not be enough entries on the row for the session type or an error might have occurred while trying to read the row.

User Response

Ensure that each of the rows of the input specified is valid.

  

IWNE9455W

{0} The volumes specified for copy set {1}VALUE_1 do not match all of the volumes in the copy set.

Explanation

A copy set could be found belonging to the specified session using the copy set id; however, not all of the volumes provided match what was found for that copy set. It is possible this copy set information was provided in error.

User Response

Ensure that the input specified is valid before proceeding.

  

IWNE9456E

{0} The specified copy set {1}VALUE_1 cannot be found or does not belong to the session {2}VALUE_2.

Explanation

The copy set could not be found associated with the session using the copy set information provided.

User Response

Reissue the command with a valid copy set that belongs to this session.

  

IWNE9457E

{0} No copy set matches could be found.

Explanation

No valid copy set could be found for the session.

User Response

Reissue the command with valid copy sets or a different session.

  

IWNE9458W

{0} One or more copy set matches could not be found.

Explanation

One or more copy set could be found for the session.

User Response

Ensure that the input specified is valid before proceeding.

  

IWNE9459W

{0} One or more copy sets found have a warning.

Explanation

All copy sets were found but one or more of them have a warning associated with them.

User Response

Ensure that the input specified is valid before proceeding.

  

IWNE9999E

{0} The following error occurred during processing: {1}VALUE_1

Explanation

An error occurred during the processing of a command.

User Response

Get the logs for this session and contact the system administrator for further investigation.