Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Extremely slow file writing with many small files on mounted NAS Post 302946404 by rbatte1 on Tuesday 9th of June 2015 05:39:07 AM
Old 06-09-2015
With such a huge difference in timing, I would check if the network is happy. There is a chance that the network card and the other end (switch or other network card, depending how you have it connected) do not agree on the speed.

Have a look at the manual pages for ethtool

You might see the problem in the output of:-
Code:
ethtool -S eth0

.....adjusting for the appropriate ethernet card. There is quite a bit of output, but you really want to see very low discard values. Anything else suggests that there is a conflict.

You may need to confirm with the network team that all the hops in between are behaving correctly and that you are not getting throttled (quality/class of service) with a packet shaper or other load manager/balancer.


I hope that this helps,
Robin
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

File writing is slow

Hello Guru, I am using a Pro*C program to prepare some reports usaually the report file size is greater than 1GB. But nowadays program is very slow. I found out the program is taking much time to write data to file ..... is there any unix related reason to be slow down, the file writting... (2 Replies)
Discussion started by: bhagyaraj.p
2 Replies

2. Shell Programming and Scripting

Need help writing a small script

Hi I am trying to do the following: run a command that looks at a binary file and formats it find the first line that has what I am looking for (there will be multiple) print the name of the file that has it So I am running this but ti's not working ls -ltr *20080612* | while read line... (3 Replies)
Discussion started by: llsmr777
3 Replies

3. Shell Programming and Scripting

Split a file into 16 small files

Hi I want to split a file that has 'n' number of records into 16 small files. Can some one suggest me how to do this using Unix script? Thanks rrkk (10 Replies)
Discussion started by: rrkks
10 Replies

4. Solaris

why telnet from PC to Solaris x86 is extremely slow?

I got the following info from this forum, in regards to configuring my Solaris x86 to link to the Net: # echo 192.168.0.1 > /etc/defaultrouter # route add default 192.168.0.1 # echo nameserver 192.168.0.1 >> /etc/resolv.conf # cp /etc/nsswitch.dns /etc/nsswitch.conf So I did... (1 Reply)
Discussion started by: newbie09
1 Replies

5. Red Hat

NFS writing so slow

Hi, I facing an NFS problem. I have machine1, which has diskA and diskB, and machine2, both are Mandriva 2009 Linux. When I am on machine2 and NFS mount both diskA and diskB of machine1. Writing to diskA is very fast, but writing to diskB is very slow. I tried different mount rsize and wsize... (2 Replies)
Discussion started by: hiepng
2 Replies

6. Red Hat

file writing over nfs very slow

Hi guys, I am trying something. I wrote a simple shell program to test something where continuous while loop writes on a file over the nfs. The time taken to write "hello" 3000 times take about 10 sec which is not right. Ideally it should take fraction of seconds. If I write on the local disk, it... (1 Reply)
Discussion started by: abhig
1 Replies

7. Shell Programming and Scripting

Check if NAS filesystem is mounted

Anyone know the best way to check and see if a NAS filesystem is mounted on a linux box. I have no idea where to start :wall:. (2 Replies)
Discussion started by: d3mon_spawn
2 Replies

8. Solaris

how to make nas share mounted in zones persistent across reboots?

there are few nas shares that would be mounted on the local zone. should i add an entry into the add an entry in zone.xml file so that it gets mounted automatically when the zone gets rebooted? or whats the correct way to get it mounted automatically when the zone reboots (2 Replies)
Discussion started by: chidori
2 Replies

9. Solaris

Chgrp failed on NAS mounted

Hi, I am facing chgrp issue for a directory on a NAS mounted partation. issue details : user1 belongs to two groups grp1(primary) and grp2(secondary) not able to change directory group to secondary. WORKING on /tmp #mkdir /tmp/a #ls -ld /tmp/a drwxr-xr-x 2 user1 grp1 117 Mar 24... (7 Replies)
Discussion started by: naveen.surisett
7 Replies

10. Red Hat

Related to "NAS" some file system (mounted volumes) were not writable

Dear friends, I have been facing an issue with one of my red hat unix machine, suddenly lost to switch sudo users. My all colleagues lost to switch to access sudo users. Then, we have realized its related to NAS issue which does not allowing to write the file. because of this we got so many... (1 Reply)
Discussion started by: Chand
1 Replies
IBMTR_CS(4)						     Kernel Interfaces Manual						       IBMTR_CS(4)

NAME
ibmtr_cs - IBM Token Ring PCMCIA device driver SYNOPSIS
insmod ibmtr_cs.o [pc_debug=n] [mmiobase=n] [srambase=n] [ringspeed=n] [irq_list=i,j,...] DESCRIPTION
ibmtr_cs is the low-level Card Services driver for the IBM Token Ring network adapter and a few very similar cards. When this driver is attached to a card, it allocates the next available token ring interface (tr0..tr#). This device name will be reported in the kernel log file, and passed on to cardmgr(8). Due to awkward design of the kernel ibmtr driver, the shared packet memory for these cards must be mapped to a memory address below 1MB or 0x100000. The PCMCIA software will attempt to do this automatically, but the automatic algorithm may choose values that conflict with other system devices, so a manual override with the srambase parameter may be required. The memory-mapped IO window generally will not be a problem. PARAMETERS
pc_debug=n Selects the PCMCIA debugging level. This parameter is only available if the module is compiled with debugging enabled. A non-zero value enables debugging. mmiobase=n Specifies a fixed address for the card's memory mapped IO window. The default is to select any available memory window. srambase=n Specifies a fixed address for the card's shared packet memory. The default is to select any available window below 1MB. ringspeed=n Selects the network speed, in mb/sec. Valid values are 4 or 16, and the default is 16. AUTHOR
David Hinds - dahinds@users.sourceforge.net SEE ALSO
cardmgr(8), pcmcia(5), ifport(8). pcmcia-cs 2000/06/12 21:24:47 IBMTR_CS(4)
All times are GMT -4. The time now is 11:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy