Yea, I tried that, but still no connectivity. I even created a separate test pool and moved the problematic interfaces there, but still no connectivity.
I would try removing the interface from the pool and add back. If it works, let's get Isilon support to debug (or possibly it is an issue in earlier code).
Is the above issue resolved, i m also facing a similar crisis in a new cluster. Any assistance would be great. Its is a new cluster only node 1 & 2 external ips are ping-able, rest 3 nodes are non responsive to pings. ICMP is not disabled, rebooted the nodes.Still no luck. All teh interfaces are up & ip assigned properly.
timgone1
10 Posts
0
May 3rd, 2013 09:00
Yea, I tried that, but still no connectivity. I even created a separate test pool and moved the problematic interfaces there, but still no connectivity.
christopher_ime
4 Operator
•
2K Posts
1
May 3rd, 2013 09:00
I would try removing the interface from the pool and add back. If it works, let's get Isilon support to debug (or possibly it is an issue in earlier code).
Peter_Sero
4 Operator
•
1.2K Posts
1
May 5th, 2013 23:00
Has the issue been solved?
If not, here are some suggestions for the CLI:
# isi networks ls ifaces
Login to the unresponsive node from a responsive one, then
# ifconfig
-> the output should be consistent with the above 'isi networks'.
On the unresponsive node, can you resolve a client's hostname?
# host 'clienthostname'
reach the client? (use client's IP address instead of its hostname if the above resolving has failed):
# ping 'clienthostname'
# traceroute 'clienthostname'
Peter
cincystorage
2 Intern
•
467 Posts
1
May 7th, 2013 08:00
You can try to down the interfaces from the local nodes in questions - i've seen something similar work before.
timgone1
10 Posts
0
May 7th, 2013 09:00
Is there a way to down the interfaces in the CLI? I did it from the switch side, but the issue remained.
timgone1
10 Posts
0
May 7th, 2013 09:00
Yea, when I did this things did not look right. There were pool IPs still assigned to nodes that I had removed from the pool to troubleshoot.
I'll be calling in today to follow up on the ticket as I missed their callback on Friday.
Peter_Sero
4 Operator
•
1.2K Posts
0
May 7th, 2013 09:00
Yes, the classical UNIX way of
ifconfig 'interfacename' down (or up resp.)
is available on the CLI, but no guarantee that it won't worsen the mess here...
Peter
pb_07
1 Message
0
September 14th, 2016 21:00
Hi Guys,
Is the above issue resolved, i m also facing a similar crisis in a new cluster. Any assistance would be great. Its is a new cluster only node 1 & 2 external ips are ping-able, rest 3 nodes are non responsive to pings. ICMP is not disabled, rebooted the nodes.Still no luck. All teh interfaces are up & ip assigned properly.