Asked By
tommy j
0 points
N/A
Posted on - 07/01/2011
when we are trying to restore one unix server from the tapes that is tapes connected to server.when I give the command to add to particular location it’s getting error as “ufsrestore > add ora/
Warning: ./ora: No space left on device”the backup was taken in ufsdump.i don’t know why it’s getting such error.someone please get me a solution for this issue.
Answered By
justin k
0 points
N/A
#127376
Error came while restoring using ufsrestore in linux server
if the backup was taken in ufsdump ,you are giving the command in ufsdump mode then the error might be the space issue in one of the filesystem in the server.check the command df –k if it’s linux server there you will be able to see different filesystem .check any filesystem having less than 0mb if you found any filesystem then you should clear up some space in that location.clear up some space with the command rm(filename) clear up as many space and run the command ,go to the ufsretsore and add whichever file you want to add.after you add it will extract the file in that location,once extraction is done you will be able to see the restored file in that location.