Results 1 to 6 of 6
-
08-27-2012, 02:17 PM #1Member
- Join Date
- Feb 2011
- Posts
- 300
- Thanks
- 14
- Thanked 0 Times in 0 Posts
Restore failed with ANS4035W File currently unavailable on server
Hi all,
I tried to restore of file from BA client and endup with following error message
How to troubleshoot this issue.Code:ANS4035W File 'file_name' currently unavailable on server.
Thanks in adavance!
-
08-27-2012, 02:46 PM #2Senior Member
- Join Date
- Apr 2007
- Location
- Oslo, Norway
- Posts
- 241
- Thanks
- 2
- Thanked 17 Times in 17 Posts
Hi,
Check if you have unavailable volumes
q vol acc=unav
upd vol VOLNAME acc=readwr
Check for damaged volumes
show damaged STGNAME
audit vol VOLNAME
Resolve these errors, and try again.-= Trident =-
-
The Following User Says Thank You to Trident For This Useful Post:
unixandtsm (08-27-2012)
-
08-27-2012, 03:17 PM #3Member
- Join Date
- Feb 2011
- Posts
- 300
- Thanks
- 14
- Thanked 0 Times in 0 Posts
Thank you Trident for very detailed explanation on how to solve this issue.
as there are many volumes in unavailable state, i am wondering if there any way to find the volume related to this specific restore only ?
so that i can follow above process and restore files quickly.
-
08-27-2012, 03:26 PM #4Senior Member
- Join Date
- Apr 2007
- Location
- Oslo, Norway
- Posts
- 241
- Thanks
- 2
- Thanked 17 Times in 17 Posts
It should be listed in the actlog. If you got a session_id to look for, try this
q actlog se=': session_id begind=-2
Are the volumes tapes or files?
Quick an dirty fix
upd vol * acc=readwr whereacc=unav
This will update all volumesthat are unavailable. After this, try the restore and look in the actlog for errors
For tapevolumes, you may have to fix your library first, then run audit library checklabel=barcode
Then, update volumes to readwrite.-= Trident =-
-
08-27-2012, 04:12 PM #5Member
- Join Date
- Feb 2011
- Posts
- 300
- Thanks
- 14
- Thanked 0 Times in 0 Posts
Hi Trident,
is there any way to find the session number for this restore ? i couldn't find the info on the client so not sure how exactly to check actlog .
volumes are tapes (both 3590 and 3592 type)
-
08-27-2012, 04:30 PM #6Senior Member
- Join Date
- Apr 2007
- Location
- Oslo, Norway
- Posts
- 241
- Thanks
- 2
- Thanked 17 Times in 17 Posts
Hi,
q actlog se=restore (hopefully there is not to many of those)
If you are not sure, then reset all of them, and see which one that goes 'unavailable' when the restore job is restarted.
Could try to search for unavailable in the actlog.
q actlog se=unavailable begind=-1-= Trident =-
Similar Threads
-
can query but can't restore (ANS4035W)
By forbidth in forum Restore / Recovery DiscussionReplies: 1Last Post: 11-18-2011, 08:54 AM -
TDP for Oracle restore error ANS1314E File data currently unavailable on server?
By hungng89 in forum OracleReplies: 8Last Post: 04-27-2011, 06:06 AM -
ANS1314E File data currently unavailable on server
By tsmhelum in forum Backup / Archive DiscussionReplies: 3Last Post: 08-18-2008, 02:47 PM -
ANS1314E File data currently unavailable on server
By GregE in forum Backup / Archive DiscussionReplies: 17Last Post: 02-18-2008, 02:10 PM -
Getting ANE4035W on server (ANS4035W on client), why???
By zaxxon in forum Backup / Archive DiscussionReplies: 5Last Post: 03-07-2006, 04:43 AM


Reply With Quote