Adding mount options to NIM clients

You can add mount options to NIM clients. The mount options can be used when resources are mounted on the client.

To set the mount options, use the following command:

nim -o change -a mount_opts=MountOptions MachineName
Note: If you are using Network File System (NFS) version 4, the -o flag cannot be used with the mount_opts attribute.

Examples

  1. To add mount options with NFS version 3, enter the following command:
    nim -o change -a mount_opts="-o intr,vers=3,proto=udp" client1
  2. To add mount options with NFS version 4, enter the following command:
    nim -o change -a mount_opts="proto=udp" client1