06-10-2014 11:41 PM
Hi All,
Setup : Master / Media on Solaris 11 with NBU 7.6.0.1
We are taking SAN based BC Tape backup by mounting on media server but getting following errors
--------------------------------------------------
Error bpbrm (pid=XXX) from client ABC: ERR - Cannot lstat 0001X21250900X13999. Errno = 6: No such device or address
--------------------------------------------------------
Stream complets with status code 1.
Pls. suggest...!!!!
Thanks In Advance
06-11-2014 12:05 AM
so did you check that that the File system is mounted on the Media server at the time of backup?
06-11-2014 02:08 AM
This is not a NetBackup error.
Get the system owner to investigate.
What is in the policy Backup Selection?
Did you verify that correct mount(s) point is specified in the policy?
06-11-2014 02:34 AM
Hi Nagalla,
Yes when we get this error we cross checked on media server and the file is present.
06-11-2014 02:38 AM
Hi Marianne,
Backup selection is as below
---------------------------------------------
/STD_TAPE/AEM/oracle/AEM
/STD_TAPE/AEM/oracle/AEM/oraarch
------------------------------------------------------------
Yes, mount point has ben verified and it is the same as mounted on media server.
06-11-2014 02:54 AM
ERR - Cannot lstat filename
is an OS error. Not NBU.
It means that the file was present at the time that the filesystem listed the files, but when the time came to actually backup the file, it was not there.
What is the timestamp on the file?
Please show us output of 'ls -l filename' as well as the timestamp in the bpbrm log.
06-11-2014 06:28 AM
regarding time stamp it wil change after every BCV SAR is performed...
06-11-2014 06:53 AM
Because the BCV is a mirror copy of the source data, the timestamp on the file will be the same as the source.
Please navigate to the folder where this file reside and issue this command:
file <filename>
Please show us the output.
Please also ensure that bpbkar log folder exists on the client for further troubleshooting.
Increase client logging level to a minimum of 3.
Oh - just for us to better understand your environment - please share all the steps that are followed to create the mirror copy and to start the backup.
07-04-2014 02:33 AM
Hi All,
Sorry for delayed response.
Issue has been resolved as the BC copy was getting mounted as read only and that was giving the status code 1.
Thanks for all the suggestions.