In Data ONTAP, both the Microsoft Windows Administrator and root are exempt from user and group quotas, but not from tree quotas.
http://backdrift.org/man/netapp/man1/na_quota.1.html
User and group quotas do not apply to the root user or to the Windows Administrator account; tree quotas, however, do apply even to root and the Windows Administrator account.
What command would create a LUN clone named lun0.clone from the LUN lun0 on the volume vol2?
http://backdrift.org/man/netapp/man1/na_lun.1.html
lun clone create clone_lunpath [ -o noreserve ] -b parent_lunpath parent_snap
Which iSCSI security method encrypts data between the initiator and the target?
IPSec is an encryption transport that can be used to secure any IP traffic including iSCSI.
You receive an error message from an iSCSI host stating that there is an authentication error. Which command would troubleshoot the failure?
https://library.netapp.com/ecmdocs/ECMP1196890/html/man1/na_iscsi.1.html
iscsi security show
Display the default authentication and all the initiator specific authentication information.
Hint: Remember that the iscsi command is mostly structured 'iscsi noun verb', unlike the fcp command which is structure 'fcp verb noun'. Example: iscsi initiator show, fcp show initiator.
Which three steps should be taken when troubleshooting a "stale nfs file handle" response to a NFS mount request on a Solaris system? (Choose three)
The fstab file reflects the defined filesystem mount paths (including NFS mounts).
Always check network connectivity when a problem arises with a network service.
The exportfs command will display the active exports on the storage system.
Currently there are no comments in this discussion, be the first to comment!