- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup and NFS mounted systems
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-03-2001 05:59 AM
10-03-2001 05:59 AM
fbackup and NFS mounted systems
I have on the server some directories on NT stations which are mounted using NFS. my problem is that I want to back them up with our normal backups (using fbackup). I currently have 11.0. When I try to run a full backup crossing the NFS mounts, it flips out (I don't remember the exact message, I'll try to find it), and won't let me back anything up. I was able to run backup across the mount points with 10.20, but have lost that with the upgrade. Does anyone know how to do this? I can woof together a script to run tar or something every so often and dump it to a tape, but I would prefer to have it part of the normal backup. Ideas? Thanks.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 06:03 AM
10-03-2001 06:03 AM
Re: fbackup and NFS mounted systems
Try the -n option, this will cross NFS mounts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 06:15 AM
10-03-2001 06:15 AM
Re: fbackup and NFS mounted systems
That's what I tried (actually, I went through sam and checked the use NFS or whatever that option is and selected all for the directory listing). If I remember correctly (it was a month ago when I tried and gave up cause it didn't work), it started to run the backup and then stopped and wouldn't backup the files on the NFS folders. I can access them fine otherwise. There is a warning in SAM when you use the NFS option that says that there may be issues, but it always worked fine for 10.20.
I'll try to run it here for exact messages.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 06:16 AM
10-03-2001 06:16 AM
Re: fbackup and NFS mounted systems
From the 'fbackup' man pages: "By default fbackup does not cross NFS mount points, regardless of paths specified by the -i or -g options.".
Add the '-n' option to your 'fbackup' command to enable the visit.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 06:28 AM
10-03-2001 06:28 AM
Re: fbackup and NFS mounted systems
Ik found the following in the knowledge base:
The problem is that fbackup displays inconsistent behavior when used across NFS mount points. It errors out when it encounters a file with the permission of r--r-S--- or anything resembling a sticky bit file.
Basically all that can be done is to run fsck and then run the backup again. The fsck command will do a file system consistency
check and interactive repair.
It is from 1997 so maybe the problem has been fixed ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 06:31 AM
10-03-2001 06:31 AM
Re: fbackup and NFS mounted systems
I setup backup to run, backing up all files and crossing NFS mounts. This results in the fbackup command having the -0 -u -v -n -g -I options from sam. When I select the nfs mounts, it says that there may be problems with file access if "the fbackup command may not work correctly when backing up eover NFS mounted file systems as user root. File access problems may occur if the NFS file system was not mounted with root access to this system"
When I run backup, it hangs, telling me that "engpro1 not responding, still trying" (this is the first nfs mount point). I am confused about the file system mounted with root access. Does that mean that on the NT, I have to set up the validation (I use NIS) to use give my NT account root access on the server as opposed to linking it to my unix account? The file systems are mounted at startup, so I assume that root mounted them. Am I wrong here? Thanks.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 06:40 AM
10-03-2001 06:40 AM
Re: fbackup and NFS mounted systems
The file system should be exported with root access:
exportfs -o -access=[hostname],root=[hostname][file system]
This way root is allowed permission on the mounted NFS file system on [hostname]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 06:45 AM
10-03-2001 06:45 AM
Re: fbackup and NFS mounted systems
What file is that exportfs line put in? Is it on the server or on the workstation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 07:16 AM
10-03-2001 07:16 AM
Re: fbackup and NFS mounted systems
one of the nfs mounts (the nt station) is called engpro1. The two folders shared with UNIX are /temp and /Intralink_files. WIth this in mind..
I went to /etc/exports and added:
/engpro1 -access=munix, root=munix:engpro1
I then ran exportfs -a (per man) and then stopped and started /sbin/init.d/nfs.client and /sbin/init.d/nfs.server. Then I ran fbackup again and it still hung on trying to see the mount (NFS server engpro1 not responing still trying). I can cd to the directory and work with files, so it is mounted okay. Did I miss a step? Or is my export command wrong?
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 12:57 PM
10-03-2001 12:57 PM
Re: fbackup and NFS mounted systems
The fix is easy: Use HP's Omniback. Not only will you avoid all the reliability and compatibility issues with NFS, but it works across multiple platforms at the same time and tracks every tape and file and system in a database.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 05:16 AM
10-12-2001 05:16 AM