Re: Indications over https is not working with IPV6 setup.

Devchandra Leishangthem <[email protected]> Fri, 14 Sep 2012 22:52:11 +0530
Newsgroups gmane.network.open-pegasus.general
Message-ID <OF471453EE.12BF1F4B-ON65257A79.005B5C62-65257A79.005F6F84@in.ibm.com>
The reason it is complaining is because of Link- local address with zone 
id , fe80::1e0f:2e0f:3e0f:6e0f%21, HostAddress class call 
convertTextToBinary(AT_IPV6, (const char*)addr, (void*)&iaddr)  which is 
not zone id aware, 
Subscribing to address fe80::1e0f:2e0f:3e0f:6e0f will work, But I am not 
quite sure how the routing can be done to the LLA without zone id, 

You can give a shot

Warm Regards
D>L> Meetei
9538270270 

IBM India Software Lab, STG
6th Floor, A0202, 
EGL -D,Bangalore, India



From:   "Karunanithy, Karthik" <[email protected]>
To:     "[email protected]" <[email protected]>, 
Date:   09/14/2012 06:55 PM
Subject:        Indications over https is not working with IPV6 setup.



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
(unnamed) (image/gif, 1.1 KB) - not displayed