- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup warning
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
08-31-2003 10:47 PM
08-31-2003 10:47 PM
i have a problem regarding the backup of an hp-ux machine with fbackup.
To explain it: The machine has worked fine with fbackup until two weeks ago, where i changed the ip-adress and the hostname, as the machine replaced an older one.
Now I receive following warnings for fbackup, but yesterday it seems that the machine could save all the data and the databases.
Here is the output of the logfile:
fbackup(1513): statcall failed in dotdotnotparent
fbackup(1507): WARNING: could not chdir to products
fbackup(1513): statcall failed in dotdotnotparent
fbackup(1507): WARNING: could not chdir to queue
fbackup(1513): statcall failed in dotdotnotparent
fbackup(1507): WARNING: could not chdir to save
fbackup(1513): statcall failed in dotdotnotparent
fbackup(1507): WARNING: could not chdir to InternetSrvcs
fbackup(1513): statcall failed in dotdotnotparent
fbackup(1507): WARNING: could not chdir to PHCO_26823
fbackup(9999): Permission denied
fbackup(1504): could not open directory `.' (/var/opt/dce/security/preauth)
fbackup(1513): statcall failed in dotdotnotparent
fbackup(1507): WARNING: could not chdir to AgentConfig
fbackup(1513): statcall failed in dotdotnotparent
fbackup(1507): WARNING: could not chdir to catalog
fbackup(1513): statcall failed in dotdotnotparent
fbackup(1507): WARNING: could not chdir to AgentConfig
fbackup(1513): statcall failed in dotdotnotparent
Does anyone has an idea what the error can be.
Many thanks in advance for helping me.
Kind regards
Luis Varon Marques
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2003 10:51 PM
08-31-2003 10:51 PM
SolutionDid you re-export them after you changed the ip address/hostname?
Tim.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2003 11:04 PM
08-31-2003 11:04 PM
Re: fbackup warning
Make sure that the dir has permission for the backup user.
Are u running the backup as root.
As stated above if these files are from nfs make sure that you modify the /etc/exports file to make sure that the the remote backup user has the sufficient permissions
revert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2003 11:24 PM
08-31-2003 11:24 PM
Re: fbackup warning
So you may check /etc/exports and /.rhosts files in the remote system.
To restart the nfs server on the remote system:
#/sbin/init.d/nfs.server stop
#/sbin/init.d/nfs.server start
To restart the nfs client:
#/sbin/init.d/nfs.client stop
#/sbin/init.d/nfs.client start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2003 11:54 PM
08-31-2003 11:54 PM
Re: fbackup warning
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2003 12:19 AM
09-01-2003 12:19 AM
Re: fbackup warning
You are rigth that it is an problem with the rights as i was not root while executing the backup.
Many thanks for helping me.
Kind Regards
Luis Varon Marques