1752388 Members
5988 Online
108788 Solutions
New Discussion юеВ

Re: 10 TB nfs mount

 
sreeram n
Frequent Advisor

10 TB nfs mount

Hi,

We got a requirement to mount a NFS filesystem of 10 TB on hpux 11.23 system
This filesystem will be exported from an EMC datamover.

If we mount such huge filesystem using NFS, will there be network traffic even if we are not reading/writing to that file system.

We are using a 1GBPS network.


Thanks
Sree
Sreeram N
5 REPLIES 5
Michal Kapalka (mikap)
Honored Contributor

Re: 10 TB nfs mount

hi,

i think if you don't use the exported file system there should by an minimal traffic.

mikap
Steven Schweda
Honored Contributor

Re: 10 TB nfs mount

> [...] will there be network traffic even if
> we are not reading/writing to that file
> system.

Why would there be? Are you expecting long
conversations between nfsd and mountd like:

"Are you really that big?"
"Yes, I am!"
"Really?"
"Yes."
"Really?"
"Yes."
[...]
?
sreeram n
Frequent Advisor

Re: 10 TB nfs mount

Steven,

That one was nice. Thanks for explaining in such simple words.

What all are the things we need to take care while mounting a huge nfs.
If you can point me to any doc that will be great.

Thanks
Sreeram
Sreeram N
Dave Olker
HPE Pro

Re: 10 TB nfs mount

I'm confused... why would there be network traffic, which I assume you mean NFS traffic, if the filesystem is not being used?

Dave
I work for HPE

[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
Bill Hassell
Honored Contributor

Re: 10 TB nfs mount

Whethe rthe filesystem is 100 MB, 100 TB or even 100 PB, NFS is still NFS. If you don't talk to the filesystem (ie, directory queries, open/close or write/read files) then there is no LAN traffic. Of course if this filesystem has one giant directory with 100 million files, looking at the directory will be very intense...


Bill Hassell, sysadmin