72
73 FILES
74 .nfsXXX
75 Client machine pointer to an open-but-unlinked file.
76
77 /etc/system
78 System configuration information file.
79
80 /var/nfs/v4_state
81 /var/nfs/v4_oldstate
82 Directories used by the server to manage client state
83 information. These directories should not be removed.
84
85 EXIT STATUS
86 0 Daemon started successfully.
87
88 1 Daemon failed to start.
89
90 SEE ALSO
91 svcs(1), mountd(1M), share(1M), sharectl(1M), sharemgr(1M), svcadm(1M),
92 nfs(4), sharetab(4), system(4), attributes(5), smf(5)
93
94 NOTES
95 Manually starting and restarting nfsd is not recommended. If it is
96 necessary to do so, use svcadm to enable or disable the nfs service
97 (svc:/network/nfs/server). If it is disabled, it will be enabled by
98 share_nfs(1M), unless its application/auto_enable property is set to
99 false. See the , and svcadm(1M) for more information.
100
101 The nfsd service is managed by the service management facility, smf(5),
102 under the service identifier:
103
104 svc:/network/nfs/server
105
106 Administrative actions on this service, such as enabling, disabling, or
107 requesting restart, can be performed using svcadm(1M). The service's
108 status can be queried using the svcs(1) command.
109
110 If nfsd is killed with SIGTERM, it will not be restarted by the service
111 management facility. Instead, nfsd can be restarted by other signals,
112 such as SIGINT.
113
114 illumos March 12, 2016 illumos
|
72
73 FILES
74 .nfsXXX
75 Client machine pointer to an open-but-unlinked file.
76
77 /etc/system
78 System configuration information file.
79
80 /var/nfs/v4_state
81 /var/nfs/v4_oldstate
82 Directories used by the server to manage client state
83 information. These directories should not be removed.
84
85 EXIT STATUS
86 0 Daemon started successfully.
87
88 1 Daemon failed to start.
89
90 SEE ALSO
91 svcs(1), mountd(1M), share(1M), sharectl(1M), sharemgr(1M), svcadm(1M),
92 nfs(4), sharetab(4), system(4), attributes(5), smf(5), zones(5)
93
94 NOTES
95 Manually starting and restarting nfsd is not recommended. If it is
96 necessary to do so, use svcadm to enable or disable the nfs service
97 (svc:/network/nfs/server). If it is disabled, it will be enabled by
98 share_nfs(1M), unless its application/auto_enable property is set to
99 false. See smf(5) and svcadm(1M) for more information.
100
101 The nfsd service is managed by the service management facility, smf(5),
102 under the service identifier:
103
104 svc:/network/nfs/server
105
106 Administrative actions on this service, such as enabling, disabling, or
107 requesting restart, can be performed using svcadm(1M). The service's
108 status can be queried using the svcs(1) command.
109
110 If nfsd is killed with SIGTERM, it will not be restarted by the service
111 management facility. Instead, nfsd can be restarted by other signals,
112 such as SIGINT.
113
114 NFS service, which includes nfsd, can run inside a non-global zone. See
115 the discussion under ZONES in nfs(4) for more information.
116
117 illumos February 4, 2020 illumos
|