AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:<20080409101051.7ed9f61b@ripper.onstor.net>
CFG:
PT:0
S:andy.sharp@onstor.com
RQ:
SSV:onstor-exch02.onstor.net
NSV:
SSH:
R:<john.keiffer@onstor.com>
MAID:1
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
RMID:#mh/Mailbox/clearcrap	0	WEBMAILz4rlDQcpCqJf000011f2@mail.onstor.com
X-Sylpheed-End-Special-Headers: 1
Date: Wed, 9 Apr 2008 10:11:03 -0700
From: Andrew Sharp <andy.sharp@onstor.com>
To: <john.keiffer@onstor.com>
Subject: Re: Defect  TED00022924 Cougar- system ping does not work on vsvr
 IP from vsvr context or outside Re-opened
Message-ID: <20080409101103.1f70c748@ripper.onstor.net>
In-Reply-To: <WEBMAILz4rlDQcpCqJf000011f2@mail.onstor.com>
References: <WEBMAILz4rlDQcpCqJf000011f2@mail.onstor.com>
Organization: Onstor
X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

On 9 Apr 2008 09:57:29 -0700 <john.keiffer@onstor.com> wrote:

> Note_Entry: I'm re-opening this defect. I do not think this is
> resolved. I have a Cougar cluster g6r10 to which I added g5r10. The
> mgmt vsvr on g5r10 is enabled, has an interface, and a route. It can
> ping 10.3.0.1, but it can't ping the target vsvr of a different filer
> that I want to do a DMIP to. This vsvr on the remote cluster CAN be
> pinged by the mgmt vsvr of g6r10.
> 
> 04/09/08 09:44:21 g5r10 VS_MGMT_67415 diag> system ping 10.3.5.1 -n 5
> vsvr id = 5
> src ip bind is 192.167.5.1
> PING 10.3.5.1 (10.3.5.1) from 192.167.5.1 : 56(84) bytes of data.
> 
> --- 10.3.5.1 ping statistics ---
> 5 packets transmitted, 0 received, 100% packet loss, time 3999ms
> 
> 04/09/08 09:53:00 g5r10 VS_MGMT_67415 diag> interface show interface
> Interface  Table
> --------------------------------------------------------------------------
> Interface     Admin.     Operation  Mac Address
> LPORT          Vlan
> --------------------------------------------------------------------------
> int_mgmt      UP         UP         0:7:34:7:57:90
> fp1.0           0 04/09/08 09:53:11 g5r10 VS_MGMT_67415 diag>
> interface show ip IP Table
> ----------------------------------------------------------------
> dest              mask              interface            vlan
> ----------------------------------------------------------------
> 10.3.10.81        255.255.0.0       int_mgmt          disabled (0)
                                                        ^^^^^^^^
Does this have anything to do with why you can't ping? ~:^)

> 04/09/08 09:53:14 g5r10 VS_MGMT_67415 diag> arp show ARP Table
> ---------------------------------------------------------
> dest              mac                 age               interface
> ---------------------------------------------------------
> 10.3.34.16        0:15:17:25:46:c4    5860              int_mgmt
> 10.3.5.1          0:0:0:0:0:0         3977              int_mgmt
> 10.3.12.26        0:7:e9:17:1d:e2     5808              int_mgmt
> 10.3.34.22        0:d:60:83:ee:f6     5747              int_mgmt
> 10.3.34.27        0:d:60:83:f0:3e     5740              int_mgmt
> 10.3.5.1          0:7:34:1:b8:10      5274              int_mgmt
> 10.3.10.101       0:7:34:7:40:10      5210              int_mgmt
> 10.3.15.15        0:3:47:b1:e3:c8     5202              int_mgmt
> 10.3.10.81        0:7:34:7:57:90      0                 int_mgmt
> 10.3.0.1          0:1:30:b8:4b:80     5183              int_mgmt
> 04/09/08 09:53:18 g5r10 VS_MGMT_67415 diag>
> 
> 04/09/08 09:44:28 g6r10 VS_MGMT_1856 diag> system ping 10.3.5.1 -n 5
> vsvr id = 1
> src ip bind is 192.167.1.1
> PING 10.3.5.1 (10.3.5.1) from 192.167.1.1 : 56(84) bytes of data.
> 64 bytes from 10.3.5.1: icmp_seq=1 ttl=255 time=17.9 ms
> 64 bytes from 10.3.5.1: icmp_seq=2 ttl=255 time=8.09 ms
> 64 bytes from 10.3.5.1: icmp_seq=3 ttl=255 time=1.38 ms
> 64 bytes from 10.3.5.1: icmp_seq=4 ttl=255 time=7.95 ms
> 64 bytes from 10.3.5.1: icmp_seq=5 ttl=255 time=8.00 ms
> 
> --- 10.3.5.1 ping statistics ---
> 5 packets transmitted, 5 received, 0% packet loss, time 3999ms
> rtt min/avg/max/mdev = 1.380/8.682/17.978/5.311 ms
> 04/09/08 09:53:02 g6r10 VS_MGMT_1856 diag>
> Files_list_entry: Change 28501 by andys@ripper on 2008/03/24 16:26:27
> 
>         Fix TED00022924 - system ping -c N does not work
>         
>         This was marked for cougar but it looked to me like it
>         wouldn't work too well on bobcat either.  The count option
>         wasn't being handled right.
>         
>         Took the opportunity to clean up all the code for system ping.
>         
>         reviewed by maximk
> 
> Affected files ...
> 
> ... //depot/dev/nfx-tree/code/ssc-nfxsh/cmd_system.c#44 edit
> ... //depot/dev/nfx-tree/code/ssc-nfxsh/linux.h#12 edit
> ... //depot/dev/nfx-tree/code/ssc-nfxsh/openbsd.h#12 edit
> 
> 
> Project: 
> 
> 
