Indications over https is not working with IPV6 setup.

"Karunanithy, Karthik" <[email protected]> Fri, 14 Sep 2012 13:23:21 +0000
Newsgroups gmane.network.open-pegasus.general
Message-ID <05252C6586765A42BD657632E73493DA0C6298C1@SACEXCMBX03-PRD.hq.netapp.com>
Hi ,

                I'm facing an issue with the delivery of lifecycle indications in the IPV6 setup over https. I have created an handler instance of CIM_ListenerDestinationCIMXML;

//Instance of CIM_ListenerDestinationCIMXML
instance of CIM_ListenerDestinationCIMXML
{
InstanceID = NULL;
Caption = NULL;
Description = NULL;
ElementName = NULL;
OtherPersistenceType = NULL;
OtherProtocol = NULL;
Protocol = 2;
Name = "54479A7D15EC4D4F923090046D0D9E91:https://[fe80::1e0f:2e0f:3e0f:6e0f%21]:5990/s[FE80:0000:0000:0000:1E0F:2E0F:3E0F:6E0F]/5989/CIM_StorageVolume";
Destination = "https://[fe80::1e0f:2e0f:3e0f:6e0f%21]:5990/s[FE80:0000:0000:0000:1E0F:2E0F:3E0F:6E0F]/5989/CIM_StorageVolume";
CreationClassName = "CIM_ListenerDestinationCIMXML";
SystemName = "SMIS-ClstrH2-80.vdsvss.in";
SystemCreationClassName = "CIM_ComputerSystem";
PersistenceType = 2;
};

I have subscribed for CIM_StorageVolume indications. When CIMOM parses the handler it throws an error as "Malformed CIMXML handler instance". Please find the cimserver trace statements below,

1346214648s-789942us: DiscardedData [4884:18446744073709551614:CIMxmlIndicationHandler.cpp:279]: Malformed CIM-XML handler instance, 'Destination' property "https://[fe80::1e0f:2e0f:3e0f:6e0f%21]:5990/s[FE80:0000:0000:0000:1E0F:2E0F:3E0F:6E0F]/5989/CIM_StorageVolume" is not valid.https://[fe80::1e0f:2e0f:3e0f:6e0f%21]:5990/s[FE80:0000:0000:0000:1E0F:2E0F:3E0F:6E0F]/5989/CIM_StorageVolume
1346214648s-789942us: CQL [4884:18446744073709551614:CQLExpressionRep.cpp:51]: Entering method CQLExpressionRep::CQLExpressionRep(const CQLExpressionRep* rep)

Am I missing something in creating the handler w.r.t IPV6 ? Can you please help me on this ?


Following is the setup I'm using :


1.       Pegasus 2.9.1

2.       OS : Windows 2012


Thanks in advance,
Karthik P K