Oracle DB Backup in NetWorker(NMDA) - Creating client instance manually

preview_player
Показать описание
NetWorker Commands App:

My Lab Set up:

Contact Information:

To configure the Oracle database backups in NetWorker We will be using NetWorker Module for Database application. This module supports a number of different databases, but in this video we will just be looking at Oracle.
Let's break the entire procedure into these 6 steps so that you have something to validate and then move forward.

Installation of NetWorker client agents and the NMDA on the respective Oracle server.
Link the library file
Get the relevant information from the DBA.
Make sure that appropriate pool and devices are created
Create the client instances.
Test backups

Link the library file

cd $ORACLE_HOME/lib
If not relocated:

Get relevant information from the DBA
NLS_LANG=American_America.UTF8, Oracle Locale
ORACLE_HOME=/u01/app/oracle/product/12.2.0/dbhome_1 which is the Oracle installation directory
ORACLE_SID=orcl , Oracle instance SID
User name, password, Net Service name

Sample basic RMAN scripts

Full Backup:
run {
allocate channel t1 type 'SBT_TAPE';
allocate channel t2 type 'SBT_TAPE';
backup full filesperset 4 format 'FULL_%d_%U' (database);
release channel t1;
release channel t2;
}

Archive Log Backup:
run {
allocate channel t1 type 'SBT_TAPE';
allocate channel t2 type 'SBT_TAPE';
NSR_DATA_VOLUME_POOL=FS)';
backup archivelog all;
release channel t1;
release channel t2;
}
Рекомендации по теме
Комментарии
Автор

Last idea of linking confused me a lot ..need to test It out, thx for the video

Iamvikeviki
Автор

@Crazyrov can you make some videos on Exchange backup installation and backup and recovery details too for nnm???

amitavaroy
Автор

Can you please add a videos for backup and restore SAP/Oracle database with networker?

azsamih
Автор

Hello Sir, Can you please share details or process to configure Oracle backup in RAC

bhoopendramishra
Автор

Is there any command to check, how to see client hmm version involved and also test if libraries are linked

Iamvikeviki
Автор

Hello sir, can you do videos how to fill clone gaps from CLI (19.x networker on words)

viswanadhtarak
Автор

Hello
I refer to your video often.
Thank you.

Can I just ask you a question?
i need to configure NetWorker backup on Exadata.

There is a DB server and two media servers together.
The network consists of infiniband.

Backup server and
How can I assign ip to each hosts file of DB server and Media server?

As far as I know
Since the DB server does not have a SAN, it is known that the device is allocated to the media server and used as a storagenode to receive backups.

Networker client and nmda are installed on the DB server,

It looks like installing the client and node on the media server.

I can't get a sense of how to assign ip to each hosts file.

Please help.

황선혁-td
Автор

Hi Sir, If we use Database Authentication then where can we provide the username, password & Net Service Name ( when we do manual configuration)

MdManouwarAnsari
Автор

Hi, do you know the sintaxe of restore for Sybase with nsrsybrc?

andrebomb
join shbcf.ru