So installieren Sie NetWorker Module for Databases and Applications (NMDA) für Oracle unter Linux.

Summary: So installieren Sie NetWorker Module for Databases and Applications (NMDA) für Oracle unter Linux.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Instructions

Die Installation von NMDA unter Linux für Oracle-Datenbankbackups besteht aus zwei Schritten.   

 

  • Installieren der Software mithilfe von RPM
  • Verknüpfen der NMDA-Oracle-Bibliothek mit Oracle  

 

Hinweis: Aktuelle Informationen finden Sie immer in der neuesten Version des Installationshandbuchs für NetWorker Module for Databases and Application. 

 

  1. Geben Sie als Root-Nutzer den RPM-Befehl aus und stellen Sie sicher, dass der NetWorker lgtoclntund erweitertes Client-Paket lgtoxtdclnt auf dem Oracle-Host installiert sind. 
    rpm -qa |grep -i lgt
    lgtoclnt-19.14.0.0-1.x86_64
    lgtoxtdclnt-19.14.0.0-1.x86_64
    
  2. Überprüfen Sie, ob der NetWorker-nsrexecd-Hintergrundprozess ausgeführt wird, und starten Sie ihn, falls er nicht aktiv ist.
    [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. Dekomprimieren und extrahieren Sie Ihren zuvor heruntergeladenen NMDA-Tar-Ball.
    [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. Installieren Sie die NMDA-Software mithilfe des RPM-Installationsprogramms.
    [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. Werden Sie zum Oracle-Nutzer (dem Nutzer, der die $ORACLE_HOME Verzeichnis) und erstellen Sie einen symbolischen Link zur NMDA-Bibliothek.
    su - oracle
    cd $ORACLE_HOME/lib
    ln -s /usr/lib/libnsrora.so  libobk.so

     8. Überprüfen Sie, ob Sie einen SBT-Kanal mit dem neuen NMDA Bibliothek, indem Sie eine Verbindung zu RMAN und das Ausführen eines einfachen Skripts.

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>

Das oben Gesagte sollte eine Ausgabe von RMAN, in dem die NMDA Bibliothek ist in der Kanalzuweisung sichtbar.
 

Additional Information

Affected Products

NetWorker Module for Databases and Applications
Article Properties
Article Number: 000022419
Article Type: How To
Last Modified: 27 Apr 2026
Version:  6
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.