Error came while restoring using ufsrestore in linux server

Asked By 0 points N/A Posted on -
qa-featured

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.

SHARE
Answered By 0 points N/A #127376

Error came while restoring using ufsrestore in linux server

qa-featured

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.

Related Questions