- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problems when executing "fbackup"
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
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
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
06-17-2005 02:49 AM
06-17-2005 02:49 AM
Problems when executing "fbackup"
I have a problem when executing the command "fbackup." It shows me the following error:
fbackup(1004): session begins on Fri Jun 17 10:05:05 2005
fbackup(1513): statcall failed in dotdotnotparent
fbackup(1507): WARNING: could not chdir to patch
fbackup(3055): total file blocks read for backup: 0
fbackup(3056): total blocks written to output file : 0
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2005 03:14 AM
06-17-2005 03:14 AM
Re: Problems when executing "fbackup"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2005 07:10 AM
06-17-2005 07:10 AM
Re: Problems when executing "fbackup"
Looking at error it looks like some permission issue. Check whether you have read permission on files/directories that you are backing up.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2005 08:29 AM
06-17-2005 08:29 AM
Re: Problems when executing "fbackup"
The used command was:
fbackup -f /dev/rmt/0m -i /apps/testappl -i /apps/testcomn -i /apps/testora -i /apps_srvap/testappl -i /apps_srvap/testcomn -i /apps_srvap/testora
-i /db -i /database1/datos -i /database2/datos -n -v -I /tmp/listado_bd_appl.fbackup
This servant has Oracle 11i
Thanks,
OO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2005 11:04 PM
06-19-2005 11:04 PM
Re: Problems when executing "fbackup"
If NOT, then try dropping the "-n" option.
Also, are you running this as root?
Also, it appears a directory isn't available (from this warning):
fbackup(1507): WARNING: could not chdir to patch
find that link:
find / -type l -name patch -print
If you find a link named "patch", then verify it exists:
ls -lL PATH
additionally, don't double post questions: http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=910349
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 05:17 PM
06-20-2005 05:17 PM
Re: Problems when executing "fbackup"
It looks like the patch directory is corrupt or not existing. If you know the location of the directory try to exlude that.
Eg: if your directory path is /oracle/application/patch(change to proper path whatever is the path), then exclude this directory and try fbackup.
If this directory existing and fbackup is not working when we include this dierctory, the directory is corrupted. Run fsck and clean that.
regards
Jino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2005 02:09 AM
06-21-2005 02:09 AM
Re: Problems when executing "fbackup"
The problem this resolved one.
That happened was that they were several open files characteristic of Oracle and this didn't allow to carry out the back with "fbackup"
Thanks to all for their help,
Orlando
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 08:44 AM
11-29-2005 08:44 AM
Re: Problems when executing "fbackup"
I have the same problem. i am doing nfs fbackup and restore at the same time.
also oracle. may be the open files should solve the problem.
Thanks