NetWorker: NMDA Oracle backup failure ORA-00603 and ORA-27515
Riepilogo: Oracle backup fails with error: ORA-00603: ORACLE server session terminated by fatal error ORA-27515: inadequate memlock limit or driver settings
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.
Sintomi
NetWorker manual and scheduled backup failure as it starts. Oracle installed on the Linux operating system
Causa
On Oracle client host:
#ps -ef | grep nsrexecd (take note of the process ID PID for next command) #cat /proc/PID/limits
Output shows:
Max locked memory 65536 65536 bytes
Risoluzione
On Oracle client host:
cd /etc/systemd/system ls -ltr | grep networker.service output will be: networker.service -> /opt/nsr/admin/networker.service vi /opt/nsr/admin/networker.service
Append the line below to networker.service (do not change any other line entry in networker.service):
LimitMEMLOCK=infinity Save the networker.service
Then run the below commands:
systemctl daemon-reload systemctl restart networker ps -ef | grep nsrexecd (take note of the process ID PID for next command) cat /proc/<PID in above command>/limits Max locked memory unlimited unlimited bytes => the value changes from 65536 to unlimited
Run the Oracle database or FS backup from NetWorker NMC.
Proprietà dell'articolo
Numero articolo: 000183206
Tipo di articolo: Solution
Ultima modifica: 10 feb 2025
Versione: 6
Trova risposta alle tue domande dagli altri utenti Dell
Support Services
Verifica che il dispositivo sia coperto dai Servizi di supporto.