- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Filesystem filling up during recovery
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 08:03 PM
12-17-2001 08:03 PM
Filesystem filling up during recovery
Any suggestions ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 08:11 PM
12-17-2001 08:11 PM
Re: Filesystem filling up during recovery
Please check that your LVM and filesystem configuration has been restored correctly before the data restoration eg. if /u1 was created as a separate filesystem before the backup, then it should be a separate filesystem before the restoration. If /u1 is not created, restoring /u1 will overflow the / space.
Perform a check via bdf.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 08:11 PM
12-17-2001 08:11 PM
Re: Filesystem filling up during recovery
If so, then that could very easily explain your problem.
Since the disk was replaced, your mount point probably doesn't exist anymore so it's trying to recover much more than what you think it should.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 08:14 PM
12-17-2001 08:14 PM
Re: Filesystem filling up during recovery
Also, check the fbackup parameters you used for your backup.
If -s was specified, the object that a symbolic link refers to is also backed up.
The default fbackup behavior is to only backup the symbolic link.
If -s was specified, then the frecover operation would restore the objects instead of the symbolic link.
That would also cause an increase in space usage during the restoration.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 08:29 PM
12-17-2001 08:29 PM
Re: Filesystem filling up during recovery
When recovering files from tape, in particular
'frecover' you need to the equivalent space
for the largest file you are restoring. For
example, if your filesystem is 2Gb and you
have one single file that is say more than
1Gb, this will present this type of problem.
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2001 10:23 PM
12-17-2001 10:23 PM
Re: Filesystem filling up during recovery
You need enough space equal to twice size of the largest file in your archive. So if a file is 300mb, you will need at least 600mb of space to play in.
Try frecover with -s option .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 02:09 AM
12-18-2001 02:09 AM
Re: Filesystem filling up during recovery
You have to use the -s option of frecover to correctly restore these files:
-s Attempt to optimize disk usage by not writing null blocks
of data to sparse files.
Regards,
Steve