The SDK is doing nothing - it is waiting on the results of the HPP transaction coming back. In your case, this is timing out because it is not receiving the response within the 2 minute timeout period.
I have encountered numerous similar issues with HP-UX servers in the past. It could be something in the way that the device drivers are written or something odd in the NIC cards that are used by HP.
Ensure that the duplex settings match up with those of the cluster - a mismatch can often cause problems like this. Next step is to try changing the actual NIC card or moving the host to be on the same physically connect network segment as the cluster (if possible).
Hi Mike - the only other thing I would suggest would be to have the buffer size for the NIC card set to match what the SDK uses i.e. 16KB. The SDK default values match the "best practices" for communication with the Centera.
We noticed that our network interfaces on our access nodes were all set to 100MB. The rest of our lab is mostly Gig ethernet. So we reconfigured the interfaces on the Centera for Gigabit and the errors went away. Also the stores are way faster.
gstuartemc
2 Intern
•
417 Posts
1
January 22nd, 2010 12:00
The SDK is doing nothing - it is waiting on the results of the HPP transaction coming back. In your case, this is timing out because it is not receiving the response within the 2 minute timeout period.
I have encountered numerous similar issues with HP-UX servers in the past. It could be something in the way that the device drivers are written or something odd in the NIC cards that are used by HP.
Ensure that the duplex settings match up with those of the cluster - a mismatch can often cause problems like this. Next step is to try changing the actual NIC card or moving the host to be on the same physically connect network segment as the cluster (if possible).
segapeli
1 Rookie
•
8 Posts
0
January 22nd, 2010 14:00
segapeli
1 Rookie
•
8 Posts
0
January 25th, 2010 13:00
Hi,
Do you happen to know if there is a best practices guide relating to Centera and network configurations - specifially concerning HP?
Thanks,
Mike
gstuartemc
2 Intern
•
417 Posts
0
January 26th, 2010 05:00
Hi Mike - the only other thing I would suggest would be to have the buffer size for the NIC card set to match what the SDK uses i.e. 16KB. The SDK default values match the "best practices" for communication with the Centera.
segapeli
1 Rookie
•
8 Posts
0
January 29th, 2010 13:00
Hi Graham,
We noticed that our network interfaces on our access nodes were all set to 100MB. The rest of our lab is mostly Gig ethernet. So we reconfigured the interfaces on the Centera for Gigabit and the errors went away. Also the stores are way faster.
Thanks for your help
Mike