Netapp exportfs NFS Config CLI Guide

Netapp exportfs NFS Config CLI Guide


A quick and simple Netapp NFS configuration guide with commands and options
to help explain and remove the mysteries. Netapps provide highly dependable NFS
services, as the name implies, it’s a network appliance. You really can just
turn it on and not worry much about outages. Unless someone trips on a power
chord or two. Below is a compilation of exporfs and exports configuration
options commonly used.

Rules for exporting Resources

? Specify complete pathname, meaning the path must begin with a /vol
prefix
? You cannot export /vol, which is not a pathname to a file, directory
or volume. Export each volume separately
? When export a resource to multiple
targets, separate the target names with a colon (:) Resolve hostnames using
DNS, NIS or /etc/hosts per order in /etc/nssswitch.conf

Access restrictions that specify what operations an NFS client can perform
on a resource

? Default is read-write (rw) and UNIX Auth_SYS (sys) security
? “ro”
option provides read-ony access to all hosts
? “ro=” option provides
read-only access to specified hosts
? “rw=” option provides read-write access
to specified hosts
? “root=” option specifies that root on the target has
root permissions

Examples to export resources with NFS on the CLI
> exportfs
-a

> exportfs -o rw=host1:host2 /vol/volxyz

Exportable resources are
by Volume Directory/Qtree File. Target examples from
/etc/exports Host – use name of IP address

/vol/vol0/home -rw=myhost
/vol/vol0/home
-root=myhost,-rw=hishost,therehos
t
# Netgroup – use the NIS group
name – Although I love NIS, NIS is rare nowadays. But the Netapp supports NIS.
Don’t think NIS+.
/vol/vol0/home -rw=the-nisgroup

# Subnet – specify the subnet address
/vol/vol0/home
-rw=”192.168.100.0/24″

# DNS – use DNS subdomain
/vol/vol0/home
-rw=”.sap.dev.mydomain.com”

# Command to displays all current export in memory
>
exportfs

# To export all file system paths specified in the /etc/exports
file.
> exportfs -a
Adds exports to the /etc/exports
file and in memory.  Default export options are “rw” (all hosts) and
“sec=sys”.
> exportfs -p [options] path

> exports -p rw=hostxyz /vol/vol2/sap

# To export a file system path temporarly without adding a
corresponding entry to the /etc/exports file.
> exporfs -i -o
ro=hostB /vol/vol1/lun2

# Reloads the exports from /etc/exports files
> exportfs
-r

# Unexports all exports defined in the /etc/exports file
>
exportfs -uav

# Unexports a specific export
> exportfs
-u /vol/vol2/homes

# Unexports an export and removes it from
/etc/exports file. This one is handy.
> exportfs
-z /vol/vol0/home

# To verify the actual path to which a volume is exported
>
exportfs -s /vol/vol2/vms-data

# To display list of clients mounting
from the storage system
> showmount -a filerabc

# To display list of exported resources on the storage
system
>showmount -e filerabc

# To check NFS target to access cache
> exportfs -c clientaddr
path [accesstype] [securitytype]

> exportfs -c host1
/vol/vol2 rw

# To remove entries from access cache
>
exportfs -f [path]

# Flush the access cache.
>
exportfs -f

时间: 2024-11-05 19:40:00

Netapp exportfs NFS Config CLI Guide的相关文章

NFS存储服务深度实践

第1章 NFS介绍 1.1 什么是NFS? NFS 是Network File System的缩写,中文意思是网络文件系统.它的主要功能是通过网络(一般是局域网)让不同的主机系统之间可以共享文件或目录.NFS客户端(一般为应用服务器,例如web)可以通过挂载(mount)的方式将NFS服务器端共享的数据目录挂载到NFS客户端本地系统中(就是某一个挂载点下).从客户端本地看,NFS服务器端共享的目录就好像是客户端自己的磁盘分区或者目录一样,而实际上却是远端的NFS服务器的目录. NFS网络文件系统

CentOS6.3配置NFS服务

一.NFS服务简介 NFS 是Network File System的缩写,即网络文件系统.一种使用于分散式文件系统的协定,由Sun公司开发,于1984年向外公布.功能是通过网络让不同的机器.不同的操作系统能够彼此分享个别的数据,让应用程序在客户端通过网络访问位于服务器磁盘中的数据,是在类Unix系统间实现磁盘文件共享的一种方法. NFS 的基本原则是"容许不同的客户端及服务端通过一组RPC分享相同的文件系统",它是独立于操作系统,容许不同硬件及操作系统的系统共同进行文件的分享. NF

Linux下NFS的搭建与配置

一.简介 1.NFS 是Network File System的缩写,即网络文件系统.一种使用于分散式文件系统的协定,由Sun公司开发,于1984年向外公布. 2.NFS可实现Linux系统之间的文件共享(Linux与Windows中间文件共享采用SAMBA服务). 3.NFS在文件传送或信息传送过程中依赖于RPC协议.RPC,远程过程调用 (Remote Procedure Call) 是能使客户端执行网络中其他系统中的程序. 文件或服务如同在本地一样调用的一种机制. 4.NFS为C/S架构.

CentOS 7.3 NFS服务器的安装与配置

一.NFS服务简介 ? ? ? ?NFS 是Network File System的缩写,即网络文件系统.一种使用于分散式文件系统的协定,由Sun公司开发,于1984年向外公布.功能是通过网络让不同的机器.不同的操作系统能够彼此分享个别的数据,让应用程序在客户端通过网络访问位于服务器磁盘中的数据,是在类Unix系统间实现磁盘文件共享的一种方法. ? ? ? ?NFS 的基本原则是"容许不同的客户端及服务端通过一组RPC分享相同的文件系统",它是独立于操作系统,容许不同硬件及操作系统的系

NFS服务的简介及常见故障解决方法

NFS服务的简介及常见故障解决方法 1.NFS基本介绍 (1)NFS简介 NFS 是Network File System的缩写,即网络文件系统.一种使用于分散式文件系统的协定,由Sun公司开发,于1984年向外公布.功能是让客户端通过网络访问不同主机上磁盘里的数据,主要用在类Unix系统上实现文件共享的一种方法.NFS在文件传送或信息传送过程中依赖于RPC协议. (2)NFS服务需要安装的软件 nfs-utils-* :包括基本的NFS命令与监控程序 rpcbind-* :支持安全NFS RP

运维文档分享(1):NetApp运维使用手册

前言:最近整理电脑,发现之前写的几篇生产上的运维测试文档,特来分享. 本文截图在虚拟机上完成,文末有模拟器链接. 一.Netapp简介 NetApp 系统为各种不同平台上的用户提供了对全部企业数据的无缝访问.NetApp全系列光纤网络存储系统在文件访问方面支持NFS 和CIFS,在块存储访问方面支持FCP 和iSCSI,确保您可以非常方便地将NetApp 存储系统集成到NAS 或SAN 环境中,并且保护原来的信息.    NetApp 系统运行高效的Data ONTAP? 微核操作系统,用于将U

部署NFS过程

1.1 NFS服务部署过程 rpm -qa |grep nfs 查询一个软件是否存在 (模糊查询) rpm -ql nfs-utils 查询软件安装了那些东西 rpm -qf `which ssh` 1.1.1 服务端部署 第一个历程碑:检查NFS RPC服务软件有没有安装 rpm -qa|grep nfs rpm -qa|grep rpc 说明:默认centos系统没有安装nfs与rpc服务软件 第二个历程碑:进行yum安装nfs与rpc服务软件 yum install -y nfs-util

配置NFS服务器

NFS简介 NFS 即网络文件系统(Network File-System),一种使用于分散式文件系统的协定,由Sun公司开发,于1984年向外公布.它可以通过网络,让不同机器.不同系统之间可以实现文件共享.通过 NFS,可以访问远程共享目录,就像访问本地磁盘一样.NFS只是一种文件系统,本身并没有传输功能,是基于 RPC(远程过程调用)协议实现的,采用 C/S 架构.嵌入式 Linux 开发中,通常需要在主机上配置 NFS 服务器,将某系统特定目录共享给目标系统访问和使用.通过 NFS,目标系

linux 数据备份(NFS映射方法)

环境:Red Hat 4.8.3-9(主机) ip地址:192.168.1.1 Ubuntu 4.8.4-2(从机) IP地址:192.168.1.2 用途:将从机数据备份到主机,因从机空间较小,选择使用NFS网络磁盘映射的方法完成 NFS 是Network File System的缩写,即网络文件系统 [主机] 安装NFS服务 nfs-utils-* :包括基本的NFS命令与监控程序 portmap-* :支持安全NFS RPC服务的连接(该服务改名为rpcbind) #查看是否已安装该服务