Networking Forums

Networking Forums > Computer Networking > Linux Networking > Connect-a-thon test and Redhat 8

Reply
Thread Tools Display Modes

Connect-a-thon test and Redhat 8

 
 
Patch
Guest
Posts: n/a

 
      08-15-2003, 06:30 PM
If this is the wrong newsgroup for this post I apologise and please
point me in the right direction (I also posted to comp.protocols.nfs).
I am running the connect-a-thon tests from a client using Redhat 8
with the latest NFS patches to three different vendors NFS servers
products. It uses V3 to all servers. It is during test7 'link and
rename' that I am seeing this. To most NFS servers when the 'unlink'
is done it will be followed by an ACCESS call and then a LOOKUP call.
To one NFS server the ACCESS call is followed by a GETATTR instead.
This is consistent throughout the test as seen in a network trace. My
question is why the client would treat that Server differently? Here
is the code from test7:
************
if (unlink(new) < 0) {
error("can't unlink %s", new);
exit(1);
}
if (stat(str, &statb) < 0) {
error("can't stat %s after unlink %s",
str, new);
exit(1);
}
if (statb.st_nlink != 1) {
error("%s has %d links after unlink
(expect 1)",
str, statb.st_nlink);
exit(1);
}
********************

The client is doing a "stat" and I don't undertand why this would
generate GETATTR calls instead of LOOKUP to this specific product. All
mount options are consistent. Two of the products (one LOOKUP and the
GETATTR one) run on the same OS so the same server resource is used to
keep everything consistent. Any infomation is appreciated.

Patch
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Test servers cannot connect? Cep Windows Networking 7 12-19-2008 02:09 PM
How do I connect Redhat 8 to the network with a static IP address? starwars Linux Networking 1 12-02-2004 10:27 AM
How to connect three different network using redhat linux 9 - clients are window 2000 visu Linux Networking 0 11-30-2004 10:57 AM
Can't connect to yahoo with Redhat 9 Sterling Lombard Linux Networking 1 09-07-2003 01:31 AM
Can't connect in Redhat 7.3 Jonathan Linux Networking 3 08-16-2003 07:33 PM



1 2 3 4 5 6 7 8 9 10 11