Veritas-bu

[Veritas-bu] Solaris slow BMR performance

2004-07-07 13:36:48
Subject: [Veritas-bu] Solaris slow BMR performance
From: Karl.Rossing AT Federated DOT CA (Karl.Rossing AT Federated DOT CA)
Date: Wed, 7 Jul 2004 12:36:48 -0500
This is a multipart message in MIME format.
--=_alternative 0060C0A486256ECA_=
Content-Type: text/plain; charset="US-ASCII"

Ray,

Thanks for the response. I gave it a try but my restore was no faster.

I noticed that there is a external procedure for setting the NIC. 
# Interface name of the network card that will be forced to communicate
# at 100Mbps/Full Duplex
#Interface=hme
# Instance of the network card that will be forced to communicate 
# at 100Mbps/Full Duplex
#Instance=0

if [ -a -n "${Interface}"  -a -n "${Instance}" ]; then
        # Added code to get the interface settings
        ndd /dev/${Interface} adv_100T4_cap
        ndd /dev/${Interface} adv_100fdx_cap
        ndd /dev/${Interface} adv_100hdx_cap
        ndd /dev/${Interface} adv_10fdx_cap
        ndd /dev/${Interface} adv_10hdx_cap
        ndd /dev/${Interface} adv_autoneg_cap 


        ndd -set /dev/${Interface} instance ${Instance} 
        ndd -set /dev/${Interface} adv_100T4_cap 0 
        ndd -set /dev/${Interface} adv_100fdx_cap 1 
        ndd -set /dev/${Interface} adv_100hdx_cap 0 
        ndd -set /dev/${Interface} adv_10fdx_cap 0 
        ndd -set /dev/${Interface} adv_10hdx_cap 0 
        ndd -set /dev/${Interface} adv_autoneg_cap 0
fi

So i guess i'm back testing the NIC.

Would someone know how to get a shell?

Do i just type in sh or ksh?

Thanks,

Ray Schafer <ray.schafer AT veritas DOT com> wrote on 07/06/2004 05:22:51 PM:

> If all the NBU clients that use this SRT all have the same 
> NET_BUFFERS Setting, you can place this setting in the SRT.  If your
> SRT is in /export/srt and it's name is Sol8_NBU5_FST35 (for 
> example), the NBU directory you would put the NET_BUFFERS file into 
> is: 
/export/srt/Sol8_NBU5_FST35/Solaris_8/Tools/Boot/usr/openv/netbackup.
> 
> Creating an external procedure prob ably wouldn't work because the 
> SRT is mounted as read only during the restore.  I suppose you could
> put a symbolic link in there to point to a file in /tmp that yopu 
> can write to, but the method above will "hard code" the SRT to set 
> the NET_BUFFERS to a certain value.  That is probably just fine 
> unless you have clients that use different values for this setting.
> 
> -----Original Message-----
> From: Karl.Rossing AT Federated DOT CA [mailto:Karl.Rossing AT Federated DOT 
> CA]
> Sent: Tuesday, July 06, 2004 2:43 PM
> Cc: veritas-bu AT mailman.eng.auburn DOT edu
> Subject: Re: [Veritas-bu] Solaris slow BMR performance

> 
> I'm running BMR 4.7.1(Mp1). 
> 
> I hardcoded the switch to 100Mb FD. Solaris is seeing the link as 
> 100Mb FD on both the bmr client and the bmr/nb_master server. 
> 
> I'm currently getting 70K/sec. 
> 
> The server and the client have NET_BUFFERS setup. 
> 
> Maybe i need to put in an external procedure for NET_BUFFERS before NB 
runs. 
> 
> 
> 
> veritas-bu-admin AT mailman.eng.auburn DOT edu wrote on 07/06/2004 12:52:37 
> PM:
> 
> > What version of BMR are you running?
> > Latest is 4.7. I would try setting your switch to
> > hardcode 100MB/Full. Other than that, I haven't ran
> > into any performance problems with BMR itself..
> > 
> > -Dennis Laube
> > 
> > 
> > 
> > --- Karl.Rossing AT Federated DOT CA wrote:
> > > Hi,
> > > 
> > > I'm doing a test BMR of a client.
> > > 
> > > I'm getting slow performance when doing the restore.
> > > specifically /, other 
> > > larger data partitions seem to go quickly.
> > > 
> > > Switch is set to autoneg, solaris is set to autoneg.
> > > Switch shows full 
> > > duplex on the ports.
> > > 
> > > I'm using the Solaris 8 Feb 2004 release.
> > > 
> > > I'm wondering if anyone else ran into this?
> > 
> > 
> > =====
> > Reach me when I'm online:
> > AOL IM: djlaube
> > YIM: djlaube
> > MSN: djlaube AT msn DOT com
> > ICQ: 243471
> > 
> > 
> > 
> > __________________________________
> > Do you Yahoo!?
> > New and Improved Yahoo! Mail - Send 10MB messages!
> > http://promotions.yahoo.com/new_mail 
> > _______________________________________________
> > Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
> > http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
> > 
--=_alternative 0060C0A486256ECA_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=3>Ray,</font>
<br>
<br><font size=3>Thanks for the response. I gave it a try but my restore
was no faster.</font>
<br>
<br><font size=3>I noticed that there is a external procedure for setting
the NIC. </font>
<br><font size=2 face="Courier New"># Interface name of the network card
that will be forced to communicate</font>
<br><font size=2 face="Courier New"># at 100Mbps/Full Duplex</font>
<br><font size=2 face="Courier New">#Interface=hme</font>
<br><font size=2 face="Courier New"># Instance of the network card that
will be forced to communicate </font>
<br><font size=2 face="Courier New"># at 100Mbps/Full Duplex</font>
<br><font size=2 face="Courier New">#Instance=0</font>
<br>
<br><font size=2 face="Courier New">if [ -a -n &quot;${Interface}&quot;
&nbsp;-a -n &quot;${Instance}&quot; ]; then</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; #
Added code to get the interface settings</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; ndd
/dev/${Interface} adv_100T4_cap</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; ndd
/dev/${Interface} adv_100fdx_cap</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; ndd
/dev/${Interface} adv_100hdx_cap</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; ndd
/dev/${Interface} adv_10fdx_cap</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; ndd
/dev/${Interface} adv_10hdx_cap</font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; ndd
/dev/${Interface} adv_autoneg_cap </font>
<br>
<br>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; ndd
-set /dev/${Interface} instance ${Instance} </font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; ndd
-set /dev/${Interface} adv_100T4_cap 0 </font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; ndd
-set /dev/${Interface} adv_100fdx_cap 1 </font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; ndd
-set /dev/${Interface} adv_100hdx_cap 0 </font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; ndd
-set /dev/${Interface} adv_10fdx_cap 0 </font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; ndd
-set /dev/${Interface} adv_10hdx_cap 0 </font>
<br><font size=2 face="Courier New">&nbsp; &nbsp; &nbsp; &nbsp; ndd
-set /dev/${Interface} adv_autoneg_cap 0</font>
<br><font size=2 face="Courier New">fi</font>
<br>
<br><font size=3>So i guess i'm back testing the NIC.</font>
<br>
<br><font size=3>Would someone know how to get a shell?</font>
<br>
<br><font size=3>Do i just type in sh or ksh?</font>
<br>
<br><font size=3>Thanks,</font>
<br>
<br><font size=2><tt>Ray Schafer &lt;ray.schafer AT veritas DOT com&gt; wrote
on 07/06/2004 05:22:51 PM:<br>
<br>
&gt; If all the NBU clients that use this SRT all have the same <br>
&gt; NET_BUFFERS Setting, you can place this setting in the SRT. &nbsp;If
your<br>
&gt; SRT is in /export/srt and it's name is Sol8_NBU5_FST35 (for <br>
&gt; example), the NBU directory you would put the NET_BUFFERS file into
<br>
&gt; is: 
/export/srt/Sol8_NBU5_FST35/Solaris_8/Tools/Boot/usr/openv/netbackup.</tt></font>
<br><font size=2><tt>&gt; &nbsp;</tt></font>
<br><font size=2><tt>&gt; Creating an external procedure prob ably wouldn't
work because the <br>
&gt; SRT is mounted as read only during the restore. &nbsp;I suppose you
could<br>
&gt; put a symbolic link in there to point to a file in /tmp that yopu
<br>
&gt; can write to, but the method above will &quot;hard code&quot; the
SRT to set <br>
&gt; the NET_BUFFERS to a certain value. &nbsp;That is probably just fine
<br>
&gt; unless you have clients that use different values for this 
setting.</tt></font>
<br><font size=2><tt>&gt; &nbsp;</tt></font>
<br><font size=2><tt>&gt; -----Original Message-----<br>
&gt; From: Karl.Rossing AT Federated DOT CA [mailto:Karl.Rossing AT Federated 
DOT CA]<br>
&gt; Sent: Tuesday, July 06, 2004 2:43 PM<br>
&gt; Cc: veritas-bu AT mailman.eng.auburn DOT edu<br>
&gt; Subject: Re: [Veritas-bu] Solaris slow BMR performance<br>
</tt></font>
<br><font size=2><tt>&gt; <br>
&gt; I'm running BMR 4.7.1(Mp1). <br>
&gt; <br>
&gt; I hardcoded the switch to 100Mb FD. Solaris is seeing the link as
<br>
&gt; 100Mb FD on both the bmr client and the bmr/nb_master server. <br>
&gt; <br>
&gt; I'm currently getting 70K/sec. <br>
&gt; <br>
&gt; The server and the client have NET_BUFFERS setup. <br>
&gt; <br>
&gt; Maybe i need to put in an external procedure for NET_BUFFERS before
NB runs. <br>
&gt; <br>
&gt; <br>
&gt; <br>
&gt; veritas-bu-admin AT mailman.eng.auburn DOT edu wrote on 07/06/2004 12:52:37
PM:<br>
&gt; <br>
&gt; &gt; What version of BMR are you running?<br>
&gt; &gt; Latest is 4.7. I would try setting your switch to<br>
&gt; &gt; hardcode 100MB/Full. Other than that, I haven't ran<br>
&gt; &gt; into any performance problems with BMR itself..<br>
&gt; &gt; <br>
&gt; &gt; -Dennis Laube<br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; --- Karl.Rossing AT Federated DOT CA wrote:<br>
&gt; &gt; &gt; Hi,<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; I'm doing a test BMR of a client.<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; I'm getting slow performance when doing the restore.<br>
&gt; &gt; &gt; specifically /, other <br>
&gt; &gt; &gt; larger data partitions seem to go quickly.<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; Switch is set to autoneg, solaris is set to autoneg.<br>
&gt; &gt; &gt; Switch shows full <br>
&gt; &gt; &gt; duplex on the ports.<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; I'm using the Solaris 8 Feb 2004 release.<br>
&gt; &gt; &gt; <br>
&gt; &gt; &gt; I'm wondering if anyone else ran into this?<br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; =====<br>
&gt; &gt; Reach me when I'm online:<br>
&gt; &gt; AOL IM: djlaube<br>
&gt; &gt; YIM: djlaube<br>
&gt; &gt; MSN: djlaube AT msn DOT com<br>
&gt; &gt; ICQ: 243471<br>
&gt; &gt; <br>
&gt; &gt; <br>
&gt; &gt; &nbsp; &nbsp; &nbsp; <br>
&gt; &gt; __________________________________<br>
&gt; &gt; Do you Yahoo!?<br>
&gt; &gt; New and Improved Yahoo! Mail - Send 10MB messages!<br>
&gt; &gt; http://promotions.yahoo.com/new_mail <br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Veritas-bu maillist &nbsp;- &nbsp;Veritas-bu AT mailman.eng.auburn 
DOT edu<br>
&gt; &gt; http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu<br>
&gt; &gt; </tt></font>
--=_alternative 0060C0A486256ECA_=--


<Prev in Thread] Current Thread [Next in Thread>