Important Update: Cohesity Products Documentation


All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.

Veritas NetBackup™ Copilot™ for Oracle 配置指南

Last Published:
Product(s): Appliances (3.1.1 (5340), 3.1.1 (5330), 3.1.1 (5240), 3.1.1 (5230), 3.1.1 (5220), 3.1 (5340), 3.1 (5330), 3.1 (5240), 3.1 (5230), 3.1 (5220))
Platform: 5220,5230,5240,5330,5340

装入设备共享

以下过程介绍如何在 Linux 或 Solaris Oracle 服务器上装入共享。有关在 Windows Oracle 服务器上装入共享的更多信息,请参考 Direct NFS (dNFS) 配置文档,网址为 http://docs.oracle.com/

注意:

为了使具有 Copilot 功能的 NFS 客户端获得最佳性能,建议采用 Oracle Direct NFS (dNFS)。

使用以下过程装入设备共享。

装入设备共享

  1. 以 root 用户身份登录到 Oracle 服务器。
  2. 使用以下命令创建装入点的目录:

    - #mkdir /mntpoint

  3. 使用以下命令装入设备共享。将 <appliancename> 替换为设备的名称,将 <share_name> 替换为要装入的共享的名称。
    • 对于基于 Linux 的服务器,请使用:

      - #mount -t nfs <appliancename>:<share_name> -o rw,bg,hard,nointr,rsize=1048576,wsize=1048576,tcp,actimeo=0,vers=3,timeo=600 /mntpoint

    • 对于基于 Solaris 的服务器,请使用:

      - #mount -F nfs <appliancename>:<share_name> -o rw,bg,hard,rsize=1048576,wsize=1048576,vers=3,forcedirectio,nointr,proto=tcp /mntpoint

  4. 使用以下命令授予 Oracle 用户访问装入点的权限:

    - #chmod 700 /mntpoint

    - #chown <oracle_user>:<oracle_group> /mntpoint

    注意:

    要更改共享权限,必须在共享上启用 no_root_squash 选项。更改了权限后,可以禁用此选项。使用 Edit Share 命令更改共享的 NFS 选项。有关编辑共享的更多信息,请参见《NetBackup Appliance 管理指南》。

    注意:

    重新启动之前,请确保卸载所有客户端上的共享。如果无法执行此操作,请卸载客户端上的共享,然后在设备完全重新启动后重新装入共享。

请参见Copilot 配置概述