- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: frecover problem
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
11-22-2008 04:44 PM
11-22-2008 04:44 PM
We have created new logical partitions on volume groups vg01 and vg02, we were succesfully restored the data from tape on vg02, but we are facing problem while restoring the data on logical volumes on vg01. can anyone help me in this?
#frecover -xvf /dev/rmt/0m -i /dev/vg01
vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)
frecover(1048): I/O error in write of file /dev/vg01/data_0
-rw-r--r-- sybase sybase /dev/vg01/data_0
frecover(1073): frecover of data_0 failed
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2008 05:00 PM
11-22-2008 05:00 PM
Re: frecover problem
Is /dev/vg01 a directory or a device file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2008 05:12 PM
11-22-2008 05:12 PM
Re: frecover problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2008 05:18 PM
11-22-2008 05:18 PM
SolutionYour root filesystem (/) is full. You have created a file called /dev/vg01/data_0 which should have been a device file. You do not restore files in vg01 by specifying the name of the device file. In order to restore files from vg01, you must:
- create vg01
- create the logical volume(s) that you need
- mount each lvol on the same mountpoint name on your fbackup tape.
- use -i to specify the mountpoint directory you want to restore so that the result will go into your new mountpoint.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2008 07:29 PM
11-22-2008 07:29 PM
Re: frecover problem
>>vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)
frecover(1048): I/O error in write of file /dev/vg01/data_0
-rw-r--r-- sybase sybase /dev/vg01/data_0
frecover(1073): frecover of data_0 failed <<<
bdf --> check any File system reached full
>>frecover(1048): I/O error in write of file /dev/vg01/data_0<<
The data can be transfered several different ways. The safest but most time consuming by pointing mount point
frecover -xvf /dev/rmt/0m -i /new_created_mount_piont
Thanks,
Johnson
frecover -xvf /dev/rmt/0m -i /d
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2008 10:02 PM
11-22-2008 10:02 PM