Improving NFS performance.

Improving NFS performance.

Post by Hemant Sha » Sat, 17 Mar 2001 03:25:46




:)Hi Hemant,
:)
:)edit the file /etc/rc.nfs to increase number of biod- or nfsd- daemons.
:)After that you can
:)1.) kill all nfsd and biod processes
:)or
:)2.) $ stopsrc -g nfs  # stop all processes of nfs group
:)Finally restart nfs daemons by
:)a.) $ /etc/rc.nfs
:)or
:)b.) $ startsrc -g nfs
:)
:)Hope it helps.
:)
:)Bye

  That is the problem as I mentioned below. I had increased the number of
  daemons and then re-dooted the system. It re-booted with fewer daemons.
  I am not sure if re-starting the daemons will start more daemons.
:)
:)Dietmar Wuerth
:)Compaq Computer Ltd. Switzerland
:)
:)
:)
:)Hemant Shah schrieb:
:)
:)> Folks,
:)>
:)>    Where can I get info on improving NFS performance on AIX?
:)>
:)>    We are experiencing some problems when we have heavy load the AIX
:)>    system is mounting filesystems from a AUSPEX NFS file server.
:)>    Under heavy load on this system we get NFS write errors.
:)>
:)>    I also noticed couple of odd things. I increased the number of nfsd
:)>    biod in /etc/rc.nfs, but when I execute ps command after re-booting the
:)>    system it still starts default number of daemons.
:)>
:)>    [root]/etc>
:)>    -> grep nfsd rc*
:)>    rc.nfs:if [ -x /usr/sbin/nfsd -a -f /etc/exports ]; then
:)>    rc.nfs: start nfsd /usr/sbin/nfsd 20
:)>    [root]/etc>
:)>    -> grep bio rc*
:)>    rc.nfs:if [ -x /usr/sbin/biod ]; then
:)>    rc.nfs: start biod /usr/sbin/biod 8
:)>
:)>    [root]/etc>
:)>    -> ps -ef | grep nfsd
:)>        root   10334    5538   0   Feb 11      - 15:03 /usr/sbin/nfsd 8
:)>
:)>    [root]/etc>
:)>    -> ps -ef | grep biod
:)>        root   10592    5538   0   Feb 11      -  0:00 /usr/sbin/biod 6
:)>
:)>    How can I increase the number of biod daemons without re-booting the
:)>    system?
:)>
:)>
:)> --
:)> Hemant Shah                           /"\  ASCII ribbon campaign

:)>                                        X     against HTML mail
:)> TO REPLY, REMOVE NoJunkMail           / \      and postings
:)> FROM MY E-MAIL ADDRESS.
:)> -----------------[DO NOT SEND UNSOLICITED BULK E-MAIL]------------------
:)> I haven't lost my mind,                Above opinions are mine only.
:)> it's backed up on tape somewhere.      Others can have their own.
:)

--
Hemant Shah                           /"\  ASCII ribbon campaign

                                       X     against HTML mail
TO REPLY, REMOVE NoJunkMail           / \      and postings      
FROM MY E-MAIL ADDRESS.          
-----------------[DO NOT SEND UNSOLICITED BULK E-MAIL]------------------
I haven't lost my mind,                Above opinions are mine only.
it's backed up on tape somewhere.      Others can have their own.

 
 
 

Improving NFS performance.

Post by Dietmar Würt » Sat, 17 Mar 2001 01:46:39


Hi Hemant,

edit the file /etc/rc.nfs to increase number of biod- or nfsd- daemons.
After that you can
1.) kill all nfsd and biod processes
or
2.) $ stopsrc -g nfs  # stop all processes of nfs group
Finally restart nfs daemons by
a.) $ /etc/rc.nfs
or
b.) $ startsrc -g nfs

Hope it helps.

Bye

Dietmar Wuerth
Compaq Computer Ltd. Switzerland

Hemant Shah schrieb:

> Folks,

>    Where can I get info on improving NFS performance on AIX?

>    We are experiencing some problems when we have heavy load the AIX
>    system is mounting filesystems from a AUSPEX NFS file server.
>    Under heavy load on this system we get NFS write errors.

>    I also noticed couple of odd things. I increased the number of nfsd
>    biod in /etc/rc.nfs, but when I execute ps command after re-booting the
>    system it still starts default number of daemons.

>    [root]/etc>
>    -> grep nfsd rc*
>    rc.nfs:if [ -x /usr/sbin/nfsd -a -f /etc/exports ]; then
>    rc.nfs: start nfsd /usr/sbin/nfsd 20
>    [root]/etc>
>    -> grep bio rc*
>    rc.nfs:if [ -x /usr/sbin/biod ]; then
>    rc.nfs: start biod /usr/sbin/biod 8

>    [root]/etc>
>    -> ps -ef | grep nfsd
>        root   10334    5538   0   Feb 11      - 15:03 /usr/sbin/nfsd 8

>    [root]/etc>
>    -> ps -ef | grep biod
>        root   10592    5538   0   Feb 11      -  0:00 /usr/sbin/biod 6

>    How can I increase the number of biod daemons without re-booting the
>    system?

> --
> Hemant Shah                           /"\  ASCII ribbon campaign

>                                        X     against HTML mail
> TO REPLY, REMOVE NoJunkMail           / \      and postings
> FROM MY E-MAIL ADDRESS.
> -----------------[DO NOT SEND UNSOLICITED BULK E-MAIL]------------------
> I haven't lost my mind,                Above opinions are mine only.
> it's backed up on tape somewhere.      Others can have their own.


 
 
 

Improving NFS performance.

Post by Hemant Sha » Sat, 17 Mar 2001 00:42:38


Folks,

   Where can I get info on improving NFS performance on AIX?

   We are experiencing some problems when we have heavy load the AIX
   system is mounting filesystems from a AUSPEX NFS file server.
   Under heavy load on this system we get NFS write errors.

   I also noticed couple of odd things. I increased the number of nfsd
   biod in /etc/rc.nfs, but when I execute ps command after re-booting the
   system it still starts default number of daemons.

   [root]/etc>
   -> grep nfsd rc*
   rc.nfs:if [ -x /usr/sbin/nfsd -a -f /etc/exports ]; then
   rc.nfs: start nfsd /usr/sbin/nfsd 20
   [root]/etc>
   -> grep bio rc*
   rc.nfs:if [ -x /usr/sbin/biod ]; then
   rc.nfs: start biod /usr/sbin/biod 8

   [root]/etc>
   -> ps -ef | grep nfsd
       root   10334    5538   0   Feb 11      - 15:03 /usr/sbin/nfsd 8

   [root]/etc>
   -> ps -ef | grep biod
       root   10592    5538   0   Feb 11      -  0:00 /usr/sbin/biod 6

   How can I increase the number of biod daemons without re-booting the
   system?

--
Hemant Shah                           /"\  ASCII ribbon campaign

                                       X     against HTML mail
TO REPLY, REMOVE NoJunkMail           / \      and postings      
FROM MY E-MAIL ADDRESS.          
-----------------[DO NOT SEND UNSOLICITED BULK E-MAIL]------------------
I haven't lost my mind,                Above opinions are mine only.
it's backed up on tape somewhere.      Others can have their own.

 
 
 

Improving NFS performance.

Post by Alexey Rogozhki » Sat, 17 Mar 2001 04:57:22


Hi Hemant,

You don't need to put it into /etc/rc.nfs
use documented way:
man chnfs
/usr/sbin/chnfs [ -n NumberOfNfsd ] [ -b NumberOfBiod ]

Best regards,
A^R



> :)Hi Hemant,
> :)
> :)edit the file /etc/rc.nfs to increase number of biod- or nfsd- daemons.
> :)After that you can
> :)1.) kill all nfsd and biod processes
> :)or
> :)2.) $ stopsrc -g nfs  # stop all processes of nfs group
> :)Finally restart nfs daemons by
> :)a.) $ /etc/rc.nfs
> :)or
> :)b.) $ startsrc -g nfs
> :)
> :)Hope it helps.
> :)
> :)Bye

>   That is the problem as I mentioned below. I had increased the number of
>   daemons and then re-dooted the system. It re-booted with fewer daemons.
>   I am not sure if re-starting the daemons will start more daemons.
> :)
> :)Dietmar Wuerth
> :)Compaq Computer Ltd. Switzerland
> :)
> :)
> :)
> :)Hemant Shah schrieb:
> :)
> :)> Folks,
> :)>
> :)>    Where can I get info on improving NFS performance on AIX?
> :)>
> :)>    We are experiencing some problems when we have heavy load the AIX
> :)>    system is mounting filesystems from a AUSPEX NFS file server.
> :)>    Under heavy load on this system we get NFS write errors.
> :)>
> :)>    I also noticed couple of odd things. I increased the number of nfsd
> :)>    biod in /etc/rc.nfs, but when I execute ps command after re-booting the
> :)>    system it still starts default number of daemons.
> :)>
> :)>    [root]/etc>
> :)>    -> grep nfsd rc*
> :)>    rc.nfs:if [ -x /usr/sbin/nfsd -a -f /etc/exports ]; then
> :)>    rc.nfs: start nfsd /usr/sbin/nfsd 20
> :)>    [root]/etc>
> :)>    -> grep bio rc*
> :)>    rc.nfs:if [ -x /usr/sbin/biod ]; then
> :)>    rc.nfs: start biod /usr/sbin/biod 8
> :)>
> :)>    [root]/etc>
> :)>    -> ps -ef | grep nfsd
> :)>        root   10334    5538   0   Feb 11      - 15:03 /usr/sbin/nfsd 8
> :)>
> :)>    [root]/etc>
> :)>    -> ps -ef | grep biod
> :)>        root   10592    5538   0   Feb 11      -  0:00 /usr/sbin/biod 6
> :)>
> :)>    How can I increase the number of biod daemons without re-booting the
> :)>    system?
> :)>
> :)>
> :)> --
> :)> Hemant Shah                           /"\  ASCII ribbon campaign

> :)>                                        X     against HTML mail
> :)> TO REPLY, REMOVE NoJunkMail           / \      and postings
> :)> FROM MY E-MAIL ADDRESS.
> :)> -----------------[DO NOT SEND UNSOLICITED BULK E-MAIL]------------------
> :)> I haven't lost my mind,                Above opinions are mine only.
> :)> it's backed up on tape somewhere.      Others can have their own.
> :)

> --
> Hemant Shah                           /"\  ASCII ribbon campaign

>                                        X     against HTML mail
> TO REPLY, REMOVE NoJunkMail           / \      and postings
> FROM MY E-MAIL ADDRESS.
> -----------------[DO NOT SEND UNSOLICITED BULK E-MAIL]------------------
> I haven't lost my mind,                Above opinions are mine only.
> it's backed up on tape somewhere.      Others can have their own.

=========================================
Disclaimer: This is my only words ;-)
 
 
 

Improving NFS performance.

Post by Alexey Rogozhki » Sat, 17 Mar 2001 04:55:54


Hi Hemant,

You don't need to put it into /etc/rc.nfs
use documented way:
man chnfs
/usr/sbin/chnfs [ -n NumberOfNfsd ] [ -b NumberOfBiod ]

Best regards,
A^R



> :)Hi Hemant,
> :)
> :)edit the file /etc/rc.nfs to increase number of biod- or nfsd- daemons.
> :)After that you can
> :)1.) kill all nfsd and biod processes
> :)or
> :)2.) $ stopsrc -g nfs  # stop all processes of nfs group
> :)Finally restart nfs daemons by
> :)a.) $ /etc/rc.nfs
> :)or
> :)b.) $ startsrc -g nfs
> :)
> :)Hope it helps.
> :)
> :)Bye

>   That is the problem as I mentioned below. I had increased the number of
>   daemons and then re-dooted the system. It re-booted with fewer daemons.
>   I am not sure if re-starting the daemons will start more daemons.
> :)
> :)Dietmar Wuerth
> :)Compaq Computer Ltd. Switzerland
> :)
> :)
> :)
> :)Hemant Shah schrieb:
> :)
> :)> Folks,
> :)>
> :)>    Where can I get info on improving NFS performance on AIX?
> :)>
> :)>    We are experiencing some problems when we have heavy load the AIX
> :)>    system is mounting filesystems from a AUSPEX NFS file server.
> :)>    Under heavy load on this system we get NFS write errors.
> :)>
> :)>    I also noticed couple of odd things. I increased the number of nfsd
> :)>    biod in /etc/rc.nfs, but when I execute ps command after re-booting the
> :)>    system it still starts default number of daemons.
> :)>
> :)>    [root]/etc>
> :)>    -> grep nfsd rc*
> :)>    rc.nfs:if [ -x /usr/sbin/nfsd -a -f /etc/exports ]; then
> :)>    rc.nfs: start nfsd /usr/sbin/nfsd 20
> :)>    [root]/etc>
> :)>    -> grep bio rc*
> :)>    rc.nfs:if [ -x /usr/sbin/biod ]; then
> :)>    rc.nfs: start biod /usr/sbin/biod 8
> :)>
> :)>    [root]/etc>
> :)>    -> ps -ef | grep nfsd
> :)>        root   10334    5538   0   Feb 11      - 15:03 /usr/sbin/nfsd 8
> :)>
> :)>    [root]/etc>
> :)>    -> ps -ef | grep biod
> :)>        root   10592    5538   0   Feb 11      -  0:00 /usr/sbin/biod 6
> :)>
> :)>    How can I increase the number of biod daemons without re-booting the
> :)>    system?
> :)>
> :)>
> :)> --
> :)> Hemant Shah                           /"\  ASCII ribbon campaign

> :)>                                        X     against HTML mail
> :)> TO REPLY, REMOVE NoJunkMail           / \      and postings
> :)> FROM MY E-MAIL ADDRESS.
> :)> -----------------[DO NOT SEND UNSOLICITED BULK E-MAIL]------------------
> :)> I haven't lost my mind,                Above opinions are mine only.
> :)> it's backed up on tape somewhere.      Others can have their own.
> :)

> --
> Hemant Shah                           /"\  ASCII ribbon campaign

>                                        X     against HTML mail
> TO REPLY, REMOVE NoJunkMail           / \      and postings
> FROM MY E-MAIL ADDRESS.
> -----------------[DO NOT SEND UNSOLICITED BULK E-MAIL]------------------
> I haven't lost my mind,                Above opinions are mine only.
> it's backed up on tape somewhere.      Others can have their own.

=========================================
Disclaimer: This is my only words ;-)
 
 
 

Improving NFS performance.

Post by Alexey Rogozhki » Sat, 17 Mar 2001 05:01:29


Hi Hemant,

You don't need to put it into /etc/rc.nfs
use documented way:
man chnfs
/usr/sbin/chnfs [ -n NumberOfNfsd ] [ -b NumberOfBiod ]

Best regards,
A^R



> :)Hi Hemant,
> :)
> :)edit the file /etc/rc.nfs to increase number of biod- or nfsd- daemons.
> :)After that you can
> :)1.) kill all nfsd and biod processes
> :)or
> :)2.) $ stopsrc -g nfs  # stop all processes of nfs group
> :)Finally restart nfs daemons by
> :)a.) $ /etc/rc.nfs
> :)or
> :)b.) $ startsrc -g nfs
> :)
> :)Hope it helps.
> :)
> :)Bye

>   That is the problem as I mentioned below. I had increased the number of
>   daemons and then re-dooted the system. It re-booted with fewer daemons.
>   I am not sure if re-starting the daemons will start more daemons.
> :)
> :)Dietmar Wuerth
> :)Compaq Computer Ltd. Switzerland
> :)
> :)
> :)
> :)Hemant Shah schrieb:
> :)
> :)> Folks,
> :)>
> :)>    Where can I get info on improving NFS performance on AIX?
> :)>
> :)>    We are experiencing some problems when we have heavy load the AIX
> :)>    system is mounting filesystems from a AUSPEX NFS file server.
> :)>    Under heavy load on this system we get NFS write errors.
> :)>
> :)>    I also noticed couple of odd things. I increased the number of nfsd
> :)>    biod in /etc/rc.nfs, but when I execute ps command after re-booting the
> :)>    system it still starts default number of daemons.
> :)>
> :)>    [root]/etc>
> :)>    -> grep nfsd rc*
> :)>    rc.nfs:if [ -x /usr/sbin/nfsd -a -f /etc/exports ]; then
> :)>    rc.nfs: start nfsd /usr/sbin/nfsd 20
> :)>    [root]/etc>
> :)>    -> grep bio rc*
> :)>    rc.nfs:if [ -x /usr/sbin/biod ]; then
> :)>    rc.nfs: start biod /usr/sbin/biod 8
> :)>
> :)>    [root]/etc>
> :)>    -> ps -ef | grep nfsd
> :)>        root   10334    5538   0   Feb 11      - 15:03 /usr/sbin/nfsd 8
> :)>
> :)>    [root]/etc>
> :)>    -> ps -ef | grep biod
> :)>        root   10592    5538   0   Feb 11      -  0:00 /usr/sbin/biod 6
> :)>
> :)>    How can I increase the number of biod daemons without re-booting the
> :)>    system?
> :)>
> :)>
> :)> --
> :)> Hemant Shah                           /"\  ASCII ribbon campaign

> :)>                                        X     against HTML mail
> :)> TO REPLY, REMOVE NoJunkMail           / \      and postings
> :)> FROM MY E-MAIL ADDRESS.
> :)> -----------------[DO NOT SEND UNSOLICITED BULK E-MAIL]------------------
> :)> I haven't lost my mind,                Above opinions are mine only.
> :)> it's backed up on tape somewhere.      Others can have their own.
> :)

> --
> Hemant Shah                           /"\  ASCII ribbon campaign

>                                        X     against HTML mail
> TO REPLY, REMOVE NoJunkMail           / \      and postings
> FROM MY E-MAIL ADDRESS.
> -----------------[DO NOT SEND UNSOLICITED BULK E-MAIL]------------------
> I haven't lost my mind,                Above opinions are mine only.
> it's backed up on tape somewhere.      Others can have their own.

=========================================
Disclaimer: This is my only words ;-)
 
 
 

Improving NFS performance.

Post by Hemant Sha » Sat, 17 Mar 2001 06:39:11



:)Hi Hemant,
:)
:)You don't need to put it into /etc/rc.nfs
:)use documented way:
:)man chnfs
:)/usr/sbin/chnfs [ -n NumberOfNfsd ] [ -b NumberOfBiod ]
:)
:)Best regards,
:)A^R
:)
:)
:)

  Thanks, that did the trick.

--
Hemant Shah                           /"\  ASCII ribbon campaign

                                       X     against HTML mail
TO REPLY, REMOVE NoJunkMail           / \      and postings      
FROM MY E-MAIL ADDRESS.          
-----------------[DO NOT SEND UNSOLICITED BULK E-MAIL]------------------
I haven't lost my mind,                Above opinions are mine only.
it's backed up on tape somewhere.      Others can have their own.

 
 
 

1. Improving NFS performance on ATM?

I have 3 SGI workstations connected to an ATM network. I'm seeing,
at best, about a 4x increase in NFS transfer rates with ATM as compared
to regular ethernet. Does anyone have any suggestions on how to
improve NFS performance on ATM?

Thanks,
John Skinner

2. I/O with printer port under Linux

3. Improving NFS performance

4. tail -f | awk

5. acctron 1028 and caldera 1.3

6. poor NFS Performance - improves when remounting

7. RH 4.0 Prob installing vi Mitsumi 2X

8. pcsim question - advice to improve performance?

9. environment variables improving egrep performance

10. UltraSPARC and SPARCcompilers 4.0 Improve Scientific Performance

11. resources and improving performance

12. Improving performance using TCP/IP