| /netbsd-src/sys/arch/sun2/conf/ |
| H A D | NFS | 1 # $NetBSD: NFS,v 1.2 2020/03/08 06:32:41 rin Exp $ 3 # GENERIC machine description file for NFS root instead of FFS 6 # Supports root on: ie0, ... (NFS) 10 file-system NFS
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | nfswizard_example.txt | 1 The following is a demonstration of the NFS client wizard tool, nfswizard.d, 8 NFS Client Wizard. 2005 Dec 2 14:59:07 -> 2005 Dec 2 14:59:14 16 NFS I/O events: 166 62 Ctrl-C. The report contains useful information about NFS client activity, 65 Note: this is measuring activity caused by NFS client processes (which must 66 be on the same server). It is not examining NFS server processes.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | nfswizard_example.txt | 1 The following is a demonstration of the NFS client wizard tool, nfswizard.d, 8 NFS Client Wizard. 2005 Dec 2 14:59:07 -> 2005 Dec 2 14:59:14 16 NFS I/O events: 166 62 Ctrl-C. The report contains useful information about NFS client activity, 65 Note: this is measuring activity caused by NFS client processes (which must 66 be on the same server). It is not examining NFS server processes.
|
| /netbsd-src/external/bsd/am-utils/dist/scripts/ |
| H A D | amd.conf-sample | 43 # NFS (RPC) retry interval/counter, in tenths of secs (amd -t interval.counter) 56 # NFS attribute cache value for Amd's automount points 94 # force NFS version or NFS protocol 99 # allow NFS requests from insecure (>=1024) ports 101 # accept local NFS packets from any local interface, not just 127.0.0.1 103 # address used for local NFS mount and RPC server (default to localhost)
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | AUTHORS | 22 May 7, 1997: contributed a special version of upl102 that included NFS V.3 32 August 8, 1998: add detection support for NFS V.3 for NetBSD 1.3F. 61 July 4, 1997: patches to get NFS V.3 working under irix5. 106 using connected sockets for NFS mounts on kernels 1.3.10 and older. Roman's 143 August 29, 1997: patch to make amd use FQHN for NFS/RPC authentication, 144 useful esp. for cross-domain NFS mounts. 149 September 4, 1997: don't ping remote servers with NFS V.3 always, but V.2, 150 regardless of client's NFS version. (conf/transp/transp_sockets.c) 178 and auto_attrcache. Patch to cleanup NFS attribute-cache flag computation. 186 November 5, 1997: NFS v.3 support for AIX 4.2.1, which does *not* include [all …]
|
| H A D | NEWS | 44 set to 'no' which means that Amd accepts local NFS packets only from 45 127.0.0.1. If set to 'yes' then Amd will accept local NFS packets from any 59 nfs_retransmit_counter, and allow you to set the "timeo" and "retrans" NFS 85 * don't turn off attribute cache for regular NFS mounts (improves 93 kernel's NFS client-side DNLC/dcache. Amd changes its view when it reloads 116 NFS attribute cache entirely. This means that Amd cannot work fully 120 Include test-attrcache script to test the NFS attribute cache behavior using 210 such as hardware failure of mounted disks, or NFS servers which are down 241 * recover from IP address change of a down NFS server 379 (often 127.0.0.1) address Amd uses to connect to for the local NFS server [all …]
|
| H A D | BUGS | 9 [1A] known to have flaky NFS V.3 and TCP. Amd tends to hang or spin 12 using NFS V.3 and TCP on these systems, by setting 188 Apparently there is an NFS client side bug in vmount() which causes amd to 189 hang when it starts (and tries to NFS-mount itself). According to IBM 190 engineers, this has to do with partial support code for IPv6: the NFS kernel 209 broken NFS/TCP connections using unprivileged ports (greater than 1024), 211 ports. This can upset quite a few NFS servers and causes accesses to the 290 Some BSD kernels don't have a way to turn off the NFS attribute cache. They 294 anywhere from 5-30 seconds). If Amd cannot turn off the NFS attribute
|
| /netbsd-src/external/bsd/am-utils/dist/m4/macros/ |
| H A D | header_templates.m4 | 26 [Define if have NFS host-tree filesystem]) 29 [Define if have nfsl (NFS with local link check) filesystem]) 32 [Define if have multi-NFS filesystem]) 86 [Define if have NFS filesystem]) 161 [Mount(2) type/name for NFS filesystem]) 239 [Mount-table entry name for NFS filesystem]) 344 [Mount Table option string: Allow NFS ops to be interrupted]) 350 [Mount Table option string: NFS server IP port number]) 359 [Mount Table option string: Max NFS read size (bytes)]) 362 [Mount Table option string: Max NFS write size (bytes)]) [all …]
|
| H A D | check_mnt2_nfs_opt.m4 | 2 dnl Find NFS-specific mount(2) options (hex numbers) 14 AMU_CACHE_CHECK_DYNAMIC(for NFS-specific mount(2) option $ac_fs_name,
|
| H A D | check_nfs_prot_headers.m4 | 2 dnl check if system has NFS protocol headers 5 AC_CACHE_CHECK(location of NFS protocol header files,
|
| H A D | try_compile_anyfs.m4 | 61 # ifndef NFS 62 # define NFS 63 # endif /* not NFS */
|
| /netbsd-src/sys/arch/emips/conf/ |
| H A D | INSTALL | 5 # nfsnetbsd: root on NFS to boot diskless for installation, 32 file-system NFS # Sun NFS-compatible filesystem (client)
|
| /netbsd-src/external/bsd/am-utils/dist/include/ |
| H A D | mount_headers1.h | 114 # ifndef NFS 115 # define NFS macro
|
| /netbsd-src/lib/libc/rpc/ |
| H A D | README | 26 Portable ONC/NFS 43 doc/ Documentation for RPC, XDR and NFS in "-ms" format. 75 needed by the RPC system. PLEASE NOTE: If your system has NFS, it 76 may have been based on Sun's NFS Source. The include files installed 77 by this package may duplicate include files you will find on your NFS 79 NFS Source include files as of the date of this distribution (not 224 3) A new manual, "Secure NFS" is provided, which describes Secure RPC 225 and Secure NFS.
|
| /netbsd-src/external/gpl2/rcs/dist/ |
| H A D | INSTALL.RCS | 265 bad_NFS_rename - Some buggy NFS file servers (e.g. some NAC releases) 285 has_NFS - Set this if the target host might use NFS. 286 NFS's ``stateless server'' protocol has well-known problems with 288 For example, unlink() can run twice on the NFS server, 291 However, has_NFS does not work around NFS implementation bugs; 292 if your NFS implementation is buggy, get another! 293 For example, make sure that your NFS uses UDP checksums, if it uses UDP. 296 has_rename - This should be 0 in SCO Unix V.3.2. Its NFS rename() is broken, 297 but if you run src/conf.sh in a non-NFS filesystem, it thinks rename() works. 309 Don't run RCS setuid under AIX 3.2 if you use NFS, since it's badly broken. [all …]
|
| /netbsd-src/sys/arch/sun3/conf/ |
| H A D | DISKLESS3X | 3 # DISKLESS - Root and swap on NFS 53 file-system NFS # Sun NFS client support
|
| /netbsd-src/distrib/miniroot/ |
| H A D | install.sh | 225 be useful if you need to transfer the installation sets via FTP or NFS. 358 also wish to take this opportunity to place NFS mounts in the fstab. 359 This would be especially useful if you plan to keep '/usr' on an NFS
|
| /netbsd-src/sys/arch/playstation2/conf/ |
| H A D | config.playstation2 | 13 file-system NFS # Sun NFS-compatible filesystem (client)
|
| /netbsd-src/sys/arch/mvme68k/conf/ |
| H A D | VME162 | 27 file-system NFS 49 ## force NFS root and swap
|
| H A D | VME147 | 24 file-system NFS 48 ## force NFS root and swap
|
| H A D | VME167 | 27 file-system NFS 49 ## force NFS root and swap
|
| H A D | VME177 | 26 file-system NFS 50 ## force NFS root and swap
|
| H A D | VME172 | 26 file-system NFS 48 ## force NFS root and swap
|
| /netbsd-src/sys/arch/newsmips/conf/ |
| H A D | DEJIKO | 29 file-system NFS # Sun NFS-compatible filesystem client
|
| /netbsd-src/sys/arch/mipsco/conf/ |
| H A D | RC3230 | 42 file-system NFS # Sun NFS-compatible filesystem client 55 options NFSSERVER # Sun NFS-compatible filesystem server
|