1Z0-822 · Question #66
You must configure a ZFS file system on an Oracle Solaris 11 server to share it over NFS. (rpool/export/share/data mounted on /export/share/data) The file system must be configured for read-only…
The correct answer is B. Option B. Create the NFS share. # zfs set share=name=fs1,path=/fs1, prot=nfs tank/fs1 Set the sharenfs property to on. # zfs set sharenfs=on tank/fs1 Not A, Not C: The share is not published until the sharenfs or sharesmb property is set to on. For # zfs set sharenfs=on rpool/fs1 # cat…
Question
You must configure a ZFS file system on an Oracle Solaris 11 server to share it over NFS. (rpool/export/share/data mounted on /export/share/data) The file system must be configured for read-only access and must assign anonymous users a UID of 0. The file system must allow read and write access for local users. Assuming all ZFS properties except mountpoint are at their default settings, which option supports these requirements?
Exhibit
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(24 responses)- A4% (1)
- B67% (16)
- C17% (4)
- D13% (3)
Explanation
Create the NFS share. # zfs set share=name=fs1,path=/fs1, prot=nfs tank/fs1 Set the sharenfs property to on. # zfs set sharenfs=on tank/fs1 Not A, Not C: The share is not published until the sharenfs or sharesmb property is set to on. For # zfs set sharenfs=on rpool/fs1 # cat /etc/dfs/sharetab /rpool/fs1 fs1 nfs sec=sys,rw Not B: First create the share, then set the sharenfs to on. When you create a NFS share of a ZFS file system, you must provide the following share Identify a name for your share. Maximum share name is 80 characters. Identify a path for your NFS share that must exist within the file system or directory to be shared. Identify the protocol as NFS or SMB. Identifies the ZFS file system to be shared. Additional share options include: Identifies whether the share is available as read/write or read-only to all clients. You can also specify a colon-separated list that includes hostnames, IP addresses, or a netgroup.
Topics
Community Discussion
No community discussion yet for this question.
