Job status Incomplete while running restore
Hello
Environment details
NBU_master_7.6 (2 node cluster win2008R2)
NBU_mediaserver_7.6 (2 node cluster win2008R2)
NBU_client_7.6 (fileserver)
Storage on media server is MSDP
We are backing a win2008R2 file server using NBU7.6 and backup is successfull. Howerver, we have a requirement of restoring just NTFS permissions on to a specific folder. We are firing the below command and it fires the job but job will go to incomplete status after queued and running status and eventually gives this status 2808.
We are following the article for below command.
http://www.veritas.com/docs/000028849
bprestore -s 02/05/2005 13:00:00 -e 02/05/2005 14:00:00 C:\test\ !C:\test\*
Please advise any help will be appeciated.
Thank you
Apologies for the delay - I do not always have the time to download zip-files.
It seem from Activity Monitor Details that you have run a testbackup of some folders on client dk01sn0084, right?
bprd log shows that you are not running a restore attempt for this client, but for the same server name where you are running the restore from.
Look at browse_client field below:10:56:27.432 [12788.16244] <2> process_request: requesting_clnt_hostname = ccname dk01sc0014-2
10:56:27.432 [12788.16244] <2> restorefiles: mpx_restore_possible = 1
10:56:27.432 [12788.16244] <2> restorefiles: browse_client = DK01SC0014-2
10:56:27.432 [12788.16244] <2> restorefiles: requesting_client = DK01SC0014-2
10:56:27.432 [12788.16244] <2> restorefiles: destination_client = DK01SC0014-2
10:56:27.432 [12788.16244] <2> restorefiles: requesting_client_hostname = dk01sc0014-2
10:56:27.432 [12788.16244] <2> restorefiles: destination_client_hostname = DK01SC0014-2
10:56:27.432 [12788.16244] <2> restorefiles: requesting_user = root
10:56:27.432 [12788.16244] <2> restorefiles: requesting_group = root
10:56:27.432 [12788.16244] <2> restorefiles: progress_file = NONE
10:56:27.432 [12788.16244] <2> restorefiles: rename_file = NONE
10:56:27.432 [12788.16244] <2> restorefiles: policy = DK01SN0084This is why you received 'no entity was found (227)' error - there are no backups for client DK01SC0014-2 related to policy name DK01SN0084.
You need to specify client name dk01sn0084 as source client.
The option will be '-C dk01sn0084'.The policy used for the backup is TEST_KMF, not DK01SN0084.
Please show us the command you are using. Seems you ran the command from the master and forgot to add -C <client-name>.
Best to run the command from the client as a local administrator.