Administrator Guide

uninstall ] -h : Displays help -install : Installs the plug-in -
upgrade : Upgrades the plug-in -uninstall : Uninstalls the plug-in -
force : Forces the installation of the plug-in
可以通过 Dell 网站下载此插件安装程序
导航至 dell.com/support 并找到 Drivers and Downloads驱动程序和下载位置。
找到 Dell Rapid NFS 插件并将其下载到您的系统中。
完成下载后请执行以下步骤来运行插件安装程序以便将此插件安装在指定的基于 Linux 的媒体服务器上。
: 必须在客户端系统上安装此插件才能支持客户端的重复数据消除。
1. 如前面详细说明 Dell 网站下载 DellRapidNFS-xxxxx-xxxxx-x86_64.bin.gz
2. 解压缩软件包。
unzip DellRapidNFS-xxxxx-xxxxx-x86_64.bin.gz
3. 分配执行位以更改二进制软件包的权限
chmod +x DellRapidNFS-xxxxx-xxxxx-x86_64.bin
4. 安装 Rapid NFS 软件包。在安装之前请移除过时的 NFS 条目。
DellRapidNFS-xxxxx-xxxxx-x86_64.bin -install
5. 如果尚未加载则加载用户空间文件系统 (FUSE) 模块
modprobe fuse
6. 在客户端上创建目录。例如
mkdir /mnt/backup
7. 使用 mount 命令将 Rapid NFS 装载为文件系统类型。例如
mount -t rdnfs 10.222.322.190:/containers/backup /mnt/backup
如果您使用的 DMA 可支持标记请通过在 mount 命令中使用 -o 来设置标记。例如如果要设置
CommVault 标记 (cv)
mount -t rdnfs 10.222.322.190:/containers/backup /mnt/backup -o marker=cv
: 如果需要在 AIX 上装载则必须先设置 nfs_use_reserved_ports portcheck 参数。可将这两个参
数设为 0。例如root@aixhost1 / # nfso -po portcheck=1 root@aixhost1 / #
nfso -po nfs_use_reserved_ports=1
要确保此插件正在成功运行请检查以下位置中的日志文件tail -f/var/log/oca/rdnfs.log
安装 Rapid CIFS 插件
必须在您选择的媒体服务器类型上安装 Dell Rapid CIFS 插件有关受支持的操作系统和 DMA请参阅
Dell DR
Series System Interoperability Guide
Dell DR Series 系统互操作性指南。此插件软件可启用 DR Series 系统数据
存储操作与受支持数据管理应用程序 (DMA) 之间的集成。在安装之前请确保遵循本章中另一个主题所介绍的
最佳做法进行操作。
可以使用 Dell 网站下载此插件安装程序
导航至 dell.com/support 并找到 Drivers and Downloads驱动程序和下载位置。
找到 Dell Rapid CIFS 插件并将其下载到您的系统中。
完成下载后执行以下步骤以运行此插件安装程序将此插件安装到您指定的媒体服务器上。
: 必须在客户端系统上安装此插件才能支持客户端的重复数据消除。
1. 在媒体服务器上将网络共享映射到启用 CIFS 功能的容器。
2. 如前面的详细说明 Dell 网站下载插件安装程序。
110