Thursday, January 31, 2013

Solaris Server / Client services:

server
    svc:/network/rpc/bind:default            (rpcbind) converts rpc prog                                              numbers into universal addresses
                                             (must be running to use rpc)
    svc:/network/nfs/status:default          (statd) tracks clients
                                             holding file locks, informs
                                             server of client reboot so
                                             that locks can be released
     svc:/network/nfs/nlockmgr:default       (lockd) manages file locks
     svc:/network/nfs/mapid:default          (nfsmapid) v4, maps uids / gids
     svc:/network/nfs/server:default         (nfsd) also starts 'mountd'
     svc:/network/rpc/gss:default            (gssd) v4, gss-api protections
     svc:/network/nfs/rquota:default         (rquotad) nfs quota reporting
                                             daemon, optional
     /usr/lib/nfs/nfslogd                    logs NFS RPC activity for FS
                                             exported with logging enabled,
                                             not supported with v4, Each
                                             record in the log file includes
                                             a time stamp,the IP address (or
                                             hostname if it can be resolved)
                                             of the client system, the file
                                             or directory name the operation
                                             was performed on, and the type
                                             of operation. (optional)
client
     svc:/network/rpc/bind:default           (rpcbind) converts rpc
                                             prog numbers into
                                             universal addresses
                                             (must be running to use rpc)
     svc:/network/nfs/status:default         (statd) tracks clients
                                             holding file locks, informs
                                             server of client reboot so
                                             that locks can be released
     svc:/network/nfs/nlockmgr:default       (lockd) manages file locks
     svc:/network/nfs/client:default         runs 'mountall -F nfs'
     svc:/network/nfs/cbd:default            (nfs4cbd) v4, callback daemon
     svc:/network/nfs/mapid:default          (nfsmapid) v4, maps uids / gids

                                                      From Troy's Unix Space

No comments: