X-MimeOLE: Produced By Microsoft Exchange V6.5
Received: by onstor-exch02.onstor.net 
	id <01C8B30A.6A55C140@onstor-exch02.onstor.net>; Sat, 10 May 2008 18:57:49 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C8B30A.6A55C140"
References: <20080508171831.455b00be@ripper.onstor.net><BB375AF679D4A34E9CA8DFA650E2B04E09624AFB@onstor-exch02.onstor.net> <20080508201309.32657051@ripper.onstor.net>
Content-class: urn:content-classes:message
Subject: RE: please review - change 29137
Date: Sat, 10 May 2008 18:56:36 -0700
Message-ID: <BB375AF679D4A34E9CA8DFA650E2B04E09C90C0B@onstor-exch02.onstor.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: please review - change 29137
Thread-Index: AcixgpzhJS0rVOAYS6G4M7tfI6miTwBh6Itx
From: "Rendell Fong" <rendell.fong@onstor.com>
To: "Andy Sharp" <andy.sharp@onstor.com>

This is a multi-part message in MIME format.

------_=_NextPart_001_01C8B30A.6A55C140
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Ok, I've finished retesting on Cougar and Bobcat.
Can I check it in?


-----Original Message-----
From: Andy Sharp
Sent: Thu 5/8/2008 8:13 PM
To: Rendell Fong
Subject: Re: please review - change 29137
=20
On Thu, 8 May 2008 18:35:36 -0700 "Rendell Fong"
<rendell.fong@onstor.com> wrote:

> See comments below:
>=20
> >> nfx-tree/code/ssc-support/support.sh
>=20
> >> nsopt should be: bsd -- "-p tcp" linux -- "--tcp"
>=20
> Can't use "-p tcp" for BSD, it gives stats instead...

stupid old openbsd, it works perfectly on the mac

just "-t" then instead of "-p tcp"

> eng59# netstat -p tcp
> tcp:
>         23367 packets sent
>                 12126 data packets (4453725 bytes)
>                 0 data packets (0 bytes) retransmitted
>                 0 fast retransmitted packets
>                 10827 ack-only packets (0 delayed)
>                 0 URG only packets
>                 0 window probe packets
>                 4 window update packets
>                 410 control packets
>         21296 packets received
>                 11135 acks (for 4453955 bytes)
>                 8028 duplicate acks
>                 0 acks for unsent data
>                 2748 packets (511283 bytes) received in-sequence
>                 7749 completely duplicate packets (8218 bytes)
>                 4 old duplicate packets
>                 0 packets with some dup. data (0 bytes duped)
>                 169 out-of-order packets (0 bytes)
>                 0 packets (0 bytes) of data after window
>                 0 window probes
>                 27 window update packets
>                 0 packets received after close
>                 0 discarded for bad checksums
>                 0 discarded for bad header offset fields
>                 0 discarded because packet too short
>                 0 discarded for missing IPSec protection
>         203 connection requests
>         42 connection accepts
>         245 connections established (including accepts)
>         270 connections closed (including 0 drops)
>         0 embryonic connections dropped
>         11338 segments updated rtt (of 10365 attempts)
>         0 retransmit timeouts
>                 0 connections dropped by rexmit timeout
>         0 persist timeouts
>         433 keepalive timeouts
>                 154 keepalive probes sent
>                 0 connections dropped by keepalive
>         7092 correct ACK header predictions
>         1837 correct data packet header predictions
>         42 PCB cache misses
>         0 SYN packets received with same src/dst address/port
>=20
>=20
> >>  SEPCHAR should be: bsd -- "." linux -- ":"
> >>  command should be: "`netstat -an $nsopt" | grep
> $upload_addr$SEPCHAR$upload_port`"
>=20
> Ok
>=20
> >>  there should be an upper bound on how high the upload_port gets
> >>  before this whole nonsense bails.  any arbitrary number is fine.
>=20
> Added a bounds check.
>=20
> >>  all those surrounding places in the code that have $var1:$var2:
> >> and
> so on,
> >>  need to have curly braces put around the variable name for bash,
> because
> >>  $var:whatever has special meaning to bash, so bash will mess this
> up.
> >>  so ${var1}:${var2} and like that.
>=20
> Ok
>=20
> -----Original Message-----
> From: Andy Sharp=20
> Sent: Thursday, May 08, 2008 5:19 PM
> To: Rendell Fong
> Subject: Re: please review - change 29137
>=20
> nfx-tree/code/ssc-support/support.sh
>=20
>      nsopt should be: bsd -- "-p tcp" linux -- "--tcp"
>      SEPCHAR should be: bsd -- "." linux -- ":"
>      command should be: "`netstat -an $nsopt" | grep
> $upload_addr$SEPCHAR$upload_port`"
>=20
>      there should be an upper bound on how high the upload_port gets
>      before this whole nonsense bails.  any arbitrary number is fine.
>=20
> all those surrounding places in the code that have $var1:$var2: and so
> on,
> need to have curly braces put around the variable name for bash,
> because $var:whatever has special meaning to bash, so bash will mess
> this up. so ${var1}:${var2} and like that.
>=20
>=20
>=20
> On Wed, 7 May 2008 14:17:48 -0700 "Rendell Fong"
> <rendell.fong@onstor.com> wrote:
>=20
> > Change: 29137
> >=20
> > Client: rendellf-test
> > User:   rendellf
> >=20
> > Description:
> >     TED23575: EMRS: proxy mode gives: Unknown address family `n'
> > error
> >=20
> >     Fixed netstat options for Linux.  The netstat -A option has
> > different
> >     meaning in Linux and OpenBSD.
> >=20
> > Files:
> >     //depot/dev/nfx-tree/code/ssc-support/support.sh    # edit
> >=20
> >=20
> > Tested proxy enable case in both Bobcat and Cougar:
> > The following shows that the address family "n" error isn't
> > occurring anymore.
> >=20
> > BOBCAT:
> > eng59 diag> autosupport emrs proxy enable -i 10.0.0.223 -p 3128 -u
> > test -P tes
> > eng59 diag> system get logs -c 1234
> > Network ERROR: the proxy server requires Authentication
> > % Command failure.
> > eng59 diag>=20
> >=20
> > COUGAR:
> > g7r6 diag> autosupport emrs proxy enable -i 10.0.0.223 -p 3128 -u
> > test -P tes
> > g7r6 diag> system get logs -c 1234
> > Network ERROR: the proxy server requires Authentication
> > % Command failure.
> > g7r6 diag>
> > g7r6 diag> autosupport emrs proxy enable -i 10.0.0.223 -p 3128 -u
> > test -P test
> > g7r6 diag> system get logs -c 1234
> >     Uploading elog message files..           OK
> >     Uploading syslog files..                 OK
> >     Uploading auth log files..               OK
> >     Uploading ndmp log files..               OK
> >     Uploading quota log file..               SKIPPED (No files to
> > copy) Uploading kpi stats..                    OK
> > g7r6 diag>


------_=_NextPart_001_01C8B30A.6A55C140
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.7653.38">
<TITLE>RE: please review - change 29137</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=3D2>Ok, I've finished retesting on Cougar and Bobcat.<BR>
Can I check it in?<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Andy Sharp<BR>
Sent: Thu 5/8/2008 8:13 PM<BR>
To: Rendell Fong<BR>
Subject: Re: please review - change 29137<BR>
<BR>
On Thu, 8 May 2008 18:35:36 -0700 &quot;Rendell Fong&quot;<BR>
&lt;rendell.fong@onstor.com&gt; wrote:<BR>
<BR>
&gt; See comments below:<BR>
&gt;<BR>
&gt; &gt;&gt; nfx-tree/code/ssc-support/support.sh<BR>
&gt;<BR>
&gt; &gt;&gt; nsopt should be: bsd -- &quot;-p tcp&quot; linux -- =
&quot;--tcp&quot;<BR>
&gt;<BR>
&gt; Can't use &quot;-p tcp&quot; for BSD, it gives stats instead...<BR>
<BR>
stupid old openbsd, it works perfectly on the mac<BR>
<BR>
just &quot;-t&quot; then instead of &quot;-p tcp&quot;<BR>
<BR>
&gt; eng59# netstat -p tcp<BR>
&gt; tcp:<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 23367 packets =
sent<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 12126 data packets (4453725 bytes)<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 0 data packets (0 bytes) retransmitted<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 0 fast retransmitted packets<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 10827 ack-only packets (0 delayed)<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 0 URG only packets<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 0 window probe packets<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 4 window update packets<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 410 control packets<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 21296 packets =
received<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 11135 acks (for 4453955 bytes)<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 8028 duplicate acks<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 0 acks for unsent data<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 2748 packets (511283 bytes) received =
in-sequence<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 7749 completely duplicate packets (8218 =
bytes)<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 4 old duplicate packets<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 0 packets with some dup. data (0 bytes =
duped)<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 169 out-of-order packets (0 bytes)<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 0 packets (0 bytes) of data after window<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 0 window probes<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 27 window update packets<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 0 packets received after close<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 0 discarded for bad checksums<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 0 discarded for bad header offset fields<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 0 discarded because packet too short<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 0 discarded for missing IPSec protection<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 203 connection =
requests<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 42 connection =
accepts<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 245 connections =
established (including accepts)<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 270 connections =
closed (including 0 drops)<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 embryonic =
connections dropped<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11338 segments =
updated rtt (of 10365 attempts)<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 retransmit =
timeouts<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 0 connections dropped by rexmit timeout<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 persist =
timeouts<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 433 keepalive =
timeouts<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 154 keepalive probes sent<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb=
sp;&nbsp;&nbsp;&nbsp;&nbsp; 0 connections dropped by keepalive<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7092 correct ACK =
header predictions<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1837 correct data =
packet header predictions<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 42 PCB cache =
misses<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 SYN packets =
received with same src/dst address/port<BR>
&gt;<BR>
&gt;<BR>
&gt; &gt;&gt;&nbsp; SEPCHAR should be: bsd -- &quot;.&quot; linux -- =
&quot;:&quot;<BR>
&gt; &gt;&gt;&nbsp; command should be: &quot;`netstat -an $nsopt&quot; | =
grep<BR>
&gt; $upload_addr$SEPCHAR$upload_port`&quot;<BR>
&gt;<BR>
&gt; Ok<BR>
&gt;<BR>
&gt; &gt;&gt;&nbsp; there should be an upper bound on how high the =
upload_port gets<BR>
&gt; &gt;&gt;&nbsp; before this whole nonsense bails.&nbsp; any =
arbitrary number is fine.<BR>
&gt;<BR>
&gt; Added a bounds check.<BR>
&gt;<BR>
&gt; &gt;&gt;&nbsp; all those surrounding places in the code that have =
$var1:$var2:<BR>
&gt; &gt;&gt; and<BR>
&gt; so on,<BR>
&gt; &gt;&gt;&nbsp; need to have curly braces put around the variable =
name for bash,<BR>
&gt; because<BR>
&gt; &gt;&gt;&nbsp; $var:whatever has special meaning to bash, so bash =
will mess this<BR>
&gt; up.<BR>
&gt; &gt;&gt;&nbsp; so ${var1}:${var2} and like that.<BR>
&gt;<BR>
&gt; Ok<BR>
&gt;<BR>
&gt; -----Original Message-----<BR>
&gt; From: Andy Sharp<BR>
&gt; Sent: Thursday, May 08, 2008 5:19 PM<BR>
&gt; To: Rendell Fong<BR>
&gt; Subject: Re: please review - change 29137<BR>
&gt;<BR>
&gt; nfx-tree/code/ssc-support/support.sh<BR>
&gt;<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nsopt should be: bsd -- &quot;-p =
tcp&quot; linux -- &quot;--tcp&quot;<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SEPCHAR should be: bsd -- =
&quot;.&quot; linux -- &quot;:&quot;<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; command should be: &quot;`netstat -an =
$nsopt&quot; | grep<BR>
&gt; $upload_addr$SEPCHAR$upload_port`&quot;<BR>
&gt;<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; there should be an upper bound on how =
high the upload_port gets<BR>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; before this whole nonsense =
bails.&nbsp; any arbitrary number is fine.<BR>
&gt;<BR>
&gt; all those surrounding places in the code that have $var1:$var2: and =
so<BR>
&gt; on,<BR>
&gt; need to have curly braces put around the variable name for =
bash,<BR>
&gt; because $var:whatever has special meaning to bash, so bash will =
mess<BR>
&gt; this up. so ${var1}:${var2} and like that.<BR>
&gt;<BR>
&gt;<BR>
&gt;<BR>
&gt; On Wed, 7 May 2008 14:17:48 -0700 &quot;Rendell Fong&quot;<BR>
&gt; &lt;rendell.fong@onstor.com&gt; wrote:<BR>
&gt;<BR>
&gt; &gt; Change: 29137<BR>
&gt; &gt;<BR>
&gt; &gt; Client: rendellf-test<BR>
&gt; &gt; User:&nbsp;&nbsp; rendellf<BR>
&gt; &gt;<BR>
&gt; &gt; Description:<BR>
&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; TED23575: EMRS: proxy mode gives: =
Unknown address family `n'<BR>
&gt; &gt; error<BR>
&gt; &gt;<BR>
&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; Fixed netstat options for Linux.&nbsp; =
The netstat -A option has<BR>
&gt; &gt; different<BR>
&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; meaning in Linux and OpenBSD.<BR>
&gt; &gt;<BR>
&gt; &gt; Files:<BR>
&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; =
//depot/dev/nfx-tree/code/ssc-support/support.sh&nbsp;&nbsp;&nbsp; # =
edit<BR>
&gt; &gt;<BR>
&gt; &gt;<BR>
&gt; &gt; Tested proxy enable case in both Bobcat and Cougar:<BR>
&gt; &gt; The following shows that the address family &quot;n&quot; =
error isn't<BR>
&gt; &gt; occurring anymore.<BR>
&gt; &gt;<BR>
&gt; &gt; BOBCAT:<BR>
&gt; &gt; eng59 diag&gt; autosupport emrs proxy enable -i 10.0.0.223 -p =
3128 -u<BR>
&gt; &gt; test -P tes<BR>
&gt; &gt; eng59 diag&gt; system get logs -c 1234<BR>
&gt; &gt; Network ERROR: the proxy server requires Authentication<BR>
&gt; &gt; % Command failure.<BR>
&gt; &gt; eng59 diag&gt;<BR>
&gt; &gt;<BR>
&gt; &gt; COUGAR:<BR>
&gt; &gt; g7r6 diag&gt; autosupport emrs proxy enable -i 10.0.0.223 -p =
3128 -u<BR>
&gt; &gt; test -P tes<BR>
&gt; &gt; g7r6 diag&gt; system get logs -c 1234<BR>
&gt; &gt; Network ERROR: the proxy server requires Authentication<BR>
&gt; &gt; % Command failure.<BR>
&gt; &gt; g7r6 diag&gt;<BR>
&gt; &gt; g7r6 diag&gt; autosupport emrs proxy enable -i 10.0.0.223 -p =
3128 -u<BR>
&gt; &gt; test -P test<BR>
&gt; &gt; g7r6 diag&gt; system get logs -c 1234<BR>
&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; Uploading elog message =
files..&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
OK<BR>
&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; Uploading syslog =
files..&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OK<BR>
&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; Uploading auth log =
files..&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp; OK<BR>
&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; Uploading ndmp log =
files..&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp; OK<BR>
&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; Uploading quota log =
file..&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp; SKIPPED (No files to<BR>
&gt; &gt; copy) Uploading kpi =
stats..&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OK<BR>
&gt; &gt; g7r6 diag&gt;<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C8B30A.6A55C140--
