- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- frecover (1071) error
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
10-08-2003 01:39 AM
10-08-2003 01:39 AM
I am trying to recover SAP/Oracle datafile via sam frecover. unfortunately, some the files are not accepting the recovery and i am not really sure if it had been copied correctly or not. All i had done was getting a list of all files that backed up to /var/tmp/index and i found the file as below.
2147491840 1 /oracle/YP1/sapdata9/es46cd_1/es46cd.data1
2147491840 1 /oracle/YP1/sapdata9/es46cd_2/es46cd.data2
while recovery i got the following:
drwxr-xr-x orayp1 dba /oracle/YP1/sapdata9/es46cd_1
frecover(1071): /oracle/YP1/sapdata9/es46cd_1/es46cd.data1 - needs -o largefiles mount option
drwxr-xr-x orayp1 dba /oracle/YP1/sapdata9/es46cd_2
frecover(1071): /oracle/YP1/sapdata9/es46cd_2/es46cd.data2 - needs -o largefiles mount option
drwxr-xr-x orayp1 dba /oracle/YP1/sapdata9/es46cd_3
-rw-r----- orayp1 dba /oracle/YP1/sapdata9/es46cd_3/es46cd.data3
drwxr-xr-x orayp1 dba /oracle/YP1/sapdata9/es46ci_1
-rw-r----- orayp1 dba /oracle/YP1/sapdata9/es46ci_1/es46ci.data1
drwxr-xr-x orayp1 dba /oracle/YP1/sapdata9/es46ci_2
-rw-r----- orayp1 dba /oracle/YP1/sapdata9/es46ci_2/es46ci.data2
drwxr-xr-x orayp1 dba /oracle/YP1/sapdata9/es46ci_3
What is the cause of this? And how i could recover those files.
With Best regards,
Ashraf
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 01:42 AM
10-08-2003 01:42 AM
SolutionIf the filesystem was created with largefiles then just "mount -o largefiles /dev/vgXX/lvolXX /mountpoint"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 01:48 AM
10-08-2003 01:48 AM
Re: frecover (1071) error
#fsadm -F vxfs -o largefiles /dev/vgXX/rvol.
Also make the appropriate entries in the /etc/fstab.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 01:56 AM
10-08-2003 01:56 AM
Re: frecover (1071) error
I created the file system with:
newfs -L -i 20000 -F hfs -b 8192 -f 8192 -m 1 /dev/vgsap2/rsapdata9
So the file is in hfs.
Appreciate your help,
Ashraf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 02:00 AM
10-08-2003 02:00 AM
Re: frecover (1071) error
No matter - HFS supports largefiles as well.
You need to run:
fsadm -F hfs -o largefiles /dev/vgsap2/rsapdata9
Then try the frecover again.
HTH,
Jeff