Users Guide

Table 74. ome_identity_pool (continued)
Parameter Required Default Choices Comments
I(starting_address) and
I(identity_count) are required
to create an identity pool.
This option allows
OpenManage Enterprise to
generate a Worldwide port
name (WWPN) and Worldwide
node name (WWNN) address.
The value 0x2001 is prefixed to
the beginning address for the
generation of a WWPN, and
0x2000 for a WWNN.
suboptions:
starting_address- Starting
MAC address of the FC
setting
identity_count- Number of
MAC addresses
Return Values
msg:
type: str
description: "Overall status of the identity pool operation"
returned: always
sample: "Successfully created an identity pool."
pool_status:
type: dict
description: Details of the user operation when I(state) is C(present).
returned: success
sample: {
"Id":29,
"IsSuccessful":True,
"Issues":[]
}
error_info:
description: Details of the HTTP Error.
returned: on HTTP error
type: dict
sample: {
"error": {
"@Message.ExtendedInfo": [{
"Message": "Unable to process the request because an error occurred:
Ethernet-MAC Range overlap found (in this Identity Pool or in a different one) .",
"MessageArgs": [Ethernet-MAC Range overlap found (in this Identity Pool or in a
different one)"],
"MessageId": "CGEN6001",
"RelatedProperties": [],
"Resolution": "Retry the operation. If the issue persists, contact your system
administrator.",
"Severity": "Critical"
}],
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more information."
}}
Examples
- name: Create an identity pool using ethernet, FCoE, iCSCI and FC settings.
ome_identity_pool:
hostname: "192.168.0.1"
username: "username"
Modules for OpenManage Enterprise (OME)
101