cancel
Showing results for 
Search instead for 
Did you mean: 

Need very urgent help

Gopi4sl
Level 4

Hi Team,

Is there any command to find the File list of currend running backup.

 

Actually a duplication job is rinning. I need to find which imageid it is duplicating currently. I have checked the file list by clicking the details of the job. But nothing came. Could some one please give me a commant please.

Thanks,

Gopinath S

 

1 ACCEPTED SOLUTION

Accepted Solutions

Mark_Solutions
Level 6
Partner Accredited Certified

Do you use SLP's?

Normally a SLP duplication will show the image name in the details tab but some do not - these usually include Exchange GRT backups which do not show the image until they have done the GRT part of the process.

If it is a SLP you can use:

nbstlutil list -copy_state 2 -copy_type 1

This shows all images whose duplications are in progress

Hope this helps

View solution in original post

2 REPLIES 2

sksujeet
Level 6
Partner Accredited Certified

Most of times it does show in the Job overview of running duplication job under file list.

The other way to find out is seeing the logs if you have them enabled.

Nnote down the job id of the duplication job and media server which is used for duplicating.

Media server will be shown in the detailed status tab.

Now log onto the media server and browse to Veritas\Netbackup\logs\bpdm.

Search for the job id in the bpdm log and it will show below output

02:19:08.837 [3696.8220] <4> read_data: begin reading backup id XXXXd.usa.RL_1353146940 (duplicate), copy 1, fragment 8
02:19:11.583 [10960.9892] <2> bpdm: INITIATING (VERBOSE = 0): -copy -cmd -nosig -everything -cn 1 -c XXXXd.usa.RL -b XXXXd.usa.RL_1353147012 -port -1 -1 XXXX.usa.RL -jobid 526617 -priority 2 -shm -dst_cn 2 -p @aaaao -mediasvr YYYY.usa.RL -cmd_lc_messages C -cmd_lc_time C
02:19:11.598 [10960.9892] <2> vnet_pbxConnect: pbxConnectEx Succeeded

This image backup id XXXXd.usa.RL_1353146940 is getting duplicated right now.

Mark_Solutions
Level 6
Partner Accredited Certified

Do you use SLP's?

Normally a SLP duplication will show the image name in the details tab but some do not - these usually include Exchange GRT backups which do not show the image until they have done the GRT part of the process.

If it is a SLP you can use:

nbstlutil list -copy_state 2 -copy_type 1

This shows all images whose duplications are in progress

Hope this helps