如何在 Linux 上安裝適用於 Oracle 的資料庫和應用程式 NetWorker 模組 (NMDA)

摘要: 如何在 Linux 上安裝適用於 Oracle 的資料庫和應用程式 NetWorker 模組 (NMDA)

本文章適用於 本文章不適用於 本文無關於任何特定產品。 本文未識別所有產品版本。

說明

在 Linux 上安裝 NMDA 以進行 Oracle 資料庫備份包含兩個步驟。   

 

  • 使用 RPM 安裝軟體
  • 連結 NMDA Oracle 程式庫與 Oracle  

 

注意:請務必參閱最新版本的資料庫和應用程式 NetWorker 模組安裝指南 以取得最新資訊 

 

  1. 以根使用者身分發出 RPM 命令,並確定 NetWorker lgtoclnt和延伸用戶端套件 lgtoxtdclnt 安裝在 Oracle 主機上。 
    rpm -qa |grep -i lgt
    lgtoclnt-19.14.0.0-1.x86_64
    lgtoxtdclnt-19.14.0.0-1.x86_64
    
  2. 確認 NetWorker nsrexecd 背景程序正在執行中,如果沒有啟動,請將其啟動。
    [root@nmda19-1 nsr]# ps -ef |grep -i nsr
    
    [root@nmda19-1 nsr]# systemctl start networker
    
    [root@nmda19-1 nsr]# ps -ef |grep -i nsr
    root      434734       1  1 15:59 ?        00:00:00 /usr/sbin/nsrexecd
    [root@nmda19-1 nsr]#
  3. 解壓縮並解壓縮之前下載的 NMDA 焦油球。
    [root@nmda19-1 19.4]# gunzip nmda19401_linux_x86_64.tar.gz
    [root@nmda19-1 19.4]# ls
    nmda19401_linux_x86_64.tar
    [root@nmda19-1 19.4]# tar -xvf nmda19401_linux_x86_64.tar
    LGTO_METAFILE_linux86w_nmda.mf
    lgtonmda-19.4.0.1-1.x86_64.rpm
    sd_products.res
    [root@nmda19-1 19.4]#
    
  4. 使用 RPM 安裝程式安裝 NMDA 軟體。
    [root@nmda19-1 19.4]# rpm -ivh lgtonmda-19.4.0.1-1.x86_64.rpm
    warning: lgtonmda-19.4.0.1-1.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c5dfe03d: NOKEY
    Verifying...                          ################################# [100%]
    Preparing...                          ################################# [100%]
    Updating / installing...
       1:lgtonmda-19.4.0.1-1              ################################# [100%]
    ***  Important information for completing your NMDA installation: ***
    ---------------------------------------------------------------------
    Depending on the database or application that you want to protect
    with NMDA, there might be additional postinstall steps you have to
    perform. Refer to the NMDA installation guide for instructions.
    
    ***  Important Information for Configuring NetWorker Module backups   ***
    -------------------------------------------------------------------------
    You can now start the NMC Backup Configuration wizard to configure the backups.
    To start the wizard:
    1. In your web browser, go to the URL of the console server
       http://nmc_server_name:9000 (the default port is 9000).
    2. Log in to the console server.
    3. Select the appropriate server name, click Launch NetWorker Administration
       in the right pane to start the NetWorker Administration interface.
    4. Click the Protection button, right-click Clients in the left pane, and
       select New or New Client Wizard from the menu.
    [root@nmda19-1 19.4]#
    
  5. 成為 Oracle 使用者 (擁有 $ORACLE_HOME 目錄),並創建指向 NMDA 庫的符號連結。
    su - oracle
    cd $ORACLE_HOME/lib
    ln -s /usr/lib/libnsrora.so  libobk.so

     8.驗證您可以使用新的 NMDA 庫,透過連接到 RMAN 並運行一個簡單的腳本。

export ORACLE_SID=orcl    
[oracle@nmda19-1 config]$ rman target /

Recovery Manager: Release 19.0.0.0.0 - Production on Fri Apr 24 16:13:02 2026
Version 19.3.0.0.0

Copyright (c) 1982, 2019, Oracle and/or its affiliates.  All rights reserved.

connected to target database: ORCL (DBID=2305358635)

RMAN> run {
2> allocate channel t1 type sbt_tape;
3> release channel t1;
4> }

using target database control file instead of recovery catalog
allocated channel: t1
channel t1: SID=5 device type=SBT_TAPE
channel t1: NMDA Oracle v19.4.0.1       <<==========

released channel: t1

RMAN>

以上應會從以下項目產生輸出: RMAN,其中 NMDA 庫在通道分配中可見。
 

其他資訊

受影響的產品

NetWorker Module for Databases and Applications
文章屬性
文章編號: 000022419
文章類型: How To
上次修改時間: 27 4月 2026
版本:  6
向其他 Dell 使用者尋求您問題的答案
支援服務
檢查您的裝置是否在支援服務的涵蓋範圍內。