HMC

 View Only

Failed to configure HEA logical port at LogicalPartition

  • 1.  Failed to configure HEA logical port at LogicalPartition

    Posted Tue July 17, 2018 03:02 AM

    Originally posted by: RayTan


    Hello everybody,

     

    I am trying to update HEA logical port of logical partition by hmc logicalpartition API(v8r8.3.0), but I get the below error message:

    REST0125 Failed to set AllowedOSMacAddress for the HEA LogicalPort as your Managed System is not VirtualServerNetwork capable

    Who can help me how to resolve the issue? Thank you very much.

     

    My Api url is: /rest/api/uom/LogicalPartition/7E2350E0-E457-43E7-AE3E-CF5A3221BECB/LogicalPartitionProfile/ac97d0ab-f79c-3799-b25f-5e7f3a1140a8, method is POST.

    The part of xml content about HEA logical port is below

     

    <HostEthernetAdapterLogicalPorts kb="CUD" kxe="false" schemaVersion="V1_2_0">
            <Metadata>
                <Atom/>
            </Metadata>
            <HostEthernetAdapterLogicalPort schemaVersion="V1_2_0">
                <Metadata>
                    <Atom/>
                </Metadata>
                <AdapterID kxe="false" kb="ROR">587202560</AdapterID>
                <AllowedVLANIDs kb="CUD" kxe="false">ALL</AllowedVLANIDs>
                <LogicalPortID kb="CUD" kxe="false">3</LogicalPortID>
                <PhysicalPortID kb="ROR" kxe="false">0</PhysicalPortID>
                <PortGroupID kxe="false" kb="CUD">1</PortGroupID>
            </HostEthernetAdapterLogicalPort>
        </HostEthernetAdapterLogicalPorts>

     

     

    Thanks

    Ray