Linux에서 NMDA(NetWorker Module for Databases and Applications) for Oracle을 설치하는 방법

Riepilogo: Linux에서 NMDA(NetWorker Module for Databases and Applications) for Oracle을 설치하는 방법

Questo articolo si applica a Questo articolo non si applica a Questo articolo non è legato a un prodotto specifico. Non tutte le versioni del prodotto sono identificate in questo articolo.

Istruzioni

Oracle 데이터베이스 백업용 Linux에 NMDA를 설치하는 과정은 두 단계로 구성됩니다.   

 

  • RPM을 사용하여 소프트웨어 설치
  • NMDA oracle 라이브러리와 Oracle 연결  

 

참고: 최신 정보는 항상 NetWorker Module for Databases 및 애플리케이션 설치 가이드의 최신 릴리스를 참조하십시오. 

 

  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. 새 게이트웨이를 사용하여 SBT 채널을 할당할 수 있는지 확인합니다. 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 라이브러리는 채널 할당에서 볼 수 있습니다.
 

Informazioni aggiuntive

Prodotti interessati

NetWorker Module for Databases and Applications
Proprietà dell'articolo
Numero articolo: 000022419
Tipo di articolo: How To
Ultima modifica: 27 apr 2026
Versione:  6
Trova risposta alle tue domande dagli altri utenti Dell
Support Services
Verifica che il dispositivo sia coperto dai Servizi di supporto.