Results 1 to 6 of 6
-
08-01-2012, 05:15 PM #1Member
- Join Date
- Jun 2011
- Posts
- 102
- Thanks
- 11
- Thanked 0 Times in 0 Posts
Unable to restore files from a node
I get the following errors when trying to recover back to the original node:
"data unavailable to server"
It looks like I guess tape volumes are missing? Is that correct? Is there a way to know what volumes I need for this restore?
Thanks
-
08-01-2012, 10:54 PM #2Moderator
- Join Date
- Aug 2005
- Location
- Somewhere in the US
- Posts
- 5,303
- Thanks
- 2
- Thanked 138 Times in 136 Posts
I think this will work for starts:
select distinct volume_name from occupancy where node_name='<NODE_NAME>'
edit:
I believe I entered the wrong select command. This should be the command to find out which Volumes are needed for a node restore:
select distinct node_name, volume_name, stgpool_name from volumeusage where node_name='<NODE_NAME>'Last edited by moon-buddy; 08-03-2012 at 12:06 PM.
Ed
-
08-02-2012, 02:39 AM #3Member
- Join Date
- Oct 2011
- Posts
- 103
- Thanks
- 1
- Thanked 5 Times in 5 Posts
You should also verify that neigher the storage pool nor any volumes which are needed are set to unavlaible.
-
08-02-2012, 03:27 AM #4Member
- Join Date
- Aug 2011
- Location
- india
- Posts
- 106
- Thanks
- 13
- Thanked 2 Times in 2 Posts
Hi I have faced this problem in past , the reasons for this failure is
1 . The tape is in unavailable mode. OR
2. If you are doing the restoration in LAN-FREE path "The path from the storage agent to the server is not correct (device name is wrong in my case)".
-
08-02-2012, 05:27 AM #5Member
- Join Date
- Jun 2011
- Posts
- 102
- Thanks
- 11
- Thanked 0 Times in 0 Posts
Thanks everyone for suggestions.
I realized the volume is unavailable, after trying some of the commands here.
I am just not sure why when I look at the details of the tape there are no error read or write.
I am going to try and retrieve a copy from our offsite pool to restore volume is my plan does that sound good?
-
08-02-2012, 05:30 AM #6Member
- Join Date
- Oct 2011
- Posts
- 103
- Thanks
- 1
- Thanked 5 Times in 5 Posts
set volume to ro and do an audit volume. This will show you any problems. When there are damaged file and you have a copy of them you can do a restore volume. When everything is fine set to to r/w.
You might want to check ac log for the reason.
Similar Threads
-
user unable to restore files
By dwcasey in forum Restore / Recovery DiscussionReplies: 1Last Post: 07-13-2012, 11:10 PM -
unable to find inactive files
By unixandtsm in forum Backup / Archive DiscussionReplies: 1Last Post: 03-02-2012, 05:31 PM -
How to restore files from node A to node B with CDP
By tintin174 in forum Restore / Recovery DiscussionReplies: 1Last Post: 07-19-2009, 10:05 PM -
TDP Oracle Restore files on another node Fails with permission error
By shasan in forum TDP/Application Layer BackupReplies: 6Last Post: 07-18-2007, 03:12 AM -
Restore files to another node
By camlopez in forum Restore / Recovery DiscussionReplies: 4Last Post: 07-26-2005, 08:03 AM


Reply With Quote