text
stringlengths
0
4.23k
deletegroup <name>
Removes the client group specified by name.
renamegroup <oldname> <newname>
Changes the name of the client group specified by oldname to newname.
addmembers <hostname>[...]
Adds a host to the client group specified by name.
listmembers <name>
Lists the host computers in the client group specified by name.
deletemembers <hostname><groupname>[...]
Removes the client specified by host from the client group specified by group.
{client|all}
<server>
{eventlog|file|both|none}
config fname
config fname
<file>
<size>
audit=[+|-]mount [+|-]read [+|-]write [+|-]create [+|-]delete [+|-]locking [+|-]all
<seconds>
{TCP|UDP|TCP+UDP}
{TCP|UDP|TCP+UDP}
{TCP|UDP|TCP+UDP}
{TCP|UDP|TCP+UDP}
{TCP|UDP|TCP+UDP}
{yes|no}
{yes|no}
<seconds>
config renewauth
<size>
<file>
{yes|no}
{yes|no}
You must also disable Windows kernel case-insensitivity to support case-sensitive file names. To support case-sensitivity, change the DWord value of the registry key, HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel, to 0.
HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel
{lower|upper|preserve}
<name>
<name>
<oldname>
<newname>
<hostname>[...]
<name>
<hostname><groupname>[...]
Client for NFS-related parameters
Parameter
Description
start
Starts the Client for NFS service.
stop
Stops the Client for NFS service.
config
Specifies general settings for Client for NFS. You must supply at least one of the following options with the config command argument:fileaccess=<mode> - Specifies the default permission mode for files created on Network File System (NFS) servers. The mode argument consists of a three digit number, from 0 to 7 (inclusive), which represent the default permissions granted the user, group, and others. The digits translate to UNIX-style permissions as follows: 0=none, 1=x (execute), 2=w (write only), 3=wx (write and execute), 4=r (read only), 5=rx (read and execute), 6=rw (read and write), and 7=rwx (read, write, and execute). For example, fileaccess=750 gives read, write, and execute permissions to the owner, read and execute permissions to the group, and no access permission to others.mapsvr=<server> - Sets server as the User Name Mapping server for Client for NFS. Although this option continues to be supported for compatibility with previous versions, you should use the sfuadmin utility instead.mtype={hard|soft} - Specifies the default mount type. For a hard mount, Client for NFS continues to retry a failed RPC until it succeeds. For a soft mount, Client for NFS returns failure to the calling application after retrying the call the number of times specified by the retry option.retry=<number> - Specifies the number of times to try to make a connection for a soft mount. This value must be from 1 to 10, inclusive. The default is 1.timeout=<seconds> - Specifies the number of seconds to wait for a connection (remote procedure call). This value must be 0.8, 0.9, or an integer from 1 to 60, inclusive. The default is 0.8.protocol={TCP|UDP|TCP+UDP} - Specifies which transport protocols the client supports. The default setting is TCP+UDP.rsize=<size> -Specifies the size, in kilobytes, of the read buffer. This value can be 0.5, 1, 2, 4, 8, 16, or 32. The default is 32.wsize=<size> - Specifies the size, in kilobytes, of the write buffer. This value can be 0.5, 1, 2, 4, 8, 16, or 32. The default is 32.perf=default - Restores the following performance settings to default values, mtype, retry, timeout, rsize, or wsize.
<mode>
fileaccess=750
<server>
{hard|soft}
<number>
<seconds>
{TCP|UDP|TCP+UDP}
<size>
<size>
Examples
To stop Server for NFS or Client for NFS, type:
nfsadmin server stop
nfsadmin client stop
To start Server for NFS or Client for NFS, type:
nfsadmin server start
nfsadmin client start
To set Server for NFS to not be case-sensitive, type:
nfsadmin server config casesensitive=no
To set Client for NFS to be case-sensitive, type:
nfsadmin client config casesensitive=yes
To display all the current Server for NFS or Client for NFS options, type:
nfsadmin server config
nfsadmin client config
nfsshare
Controls Network File System (NFS) shares. Used without parameters, this command displays all Network File System (NFS) shares exported by Server for NFS.
Syntax
nfsshare <sharename>=<drive:path> [-o <option=value>...]
nfsshare {<sharename> | <drive>:<path> | * } /delete