man pages section 1M: System Administration Commands

Exit Print View

Updated: July 2014
 
 

reparsed(1M)

Name

reparsed - reparse point daemon

Synopsis

/usr/lib/reparse/reparsed

Description

The reparsed daemon processes kernel upcalls to interpret "reparse points", which are the basis of Microsoft DFS referrals and NFS referrals support on Solaris SMB and NFS file servers. Only the root user or a user with equivalent privileges can run this daemon. The daemon is under SMF control.

The reparsed daemon processes kernel upcalls to interpret “reparse points”, which are the basis of Microsoft DFS referrals and NFS referrals support on Solaris SMB and NFS file servers. Only the root user or a user with equivalent privileges can run this daemon. The daemon is under SMF control.

Exit Status

0

Daemon started successfully.

>0

Daemon failed to start.

Error information is reported to syslog at level LOG_ERR.

Files

/usr/lib/reparsed/*.so.1

Per-service plugins for reparsed.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/core-os
Interface Stability
Consolidation Private

See also

nfsref(1M), svcadm(1M), syslogd(1M), libreparse(3LIB), attributes(5)

Notes

Do not manually stop, start or restart the reparsed daemon. If you need to change the state of the daemon, use these commands:

Do not manually stop, start or restart the reparsed daemon. If you need to change the state of the daemon, use these commands:

# svcadm disable svc:/system/filesystem/reparse
# svcadm enable svc:/system/filesystem/reparse
# svcadm restart svc:/system/filesystem/reparse

See svcadm(1M) for additional information.