- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup, make_recovery and imported file 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
02-11-2004 01:29 AM
02-11-2004 01:29 AM
Is it possible to backup (NFS and Samba) imported filesystems using fbackup and make_recovery?
Regards,
-Alvi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 01:37 AM
02-11-2004 01:37 AM
SolutionIt is possible to backup NFS using fbackup using the option "-n". By default it does not cross NFS mounts.
make_recovery has been outdated and replaced by make_tape_recovery. Load the latest Ignite/UX software from software.hp.com. I would use Ignite/UX only for taking the OS image. It is not intended for regular data backups.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 01:37 AM
02-11-2004 01:37 AM
Re: fbackup, make_recovery and imported file systems
Oracle and other databases need to be down or scripted into backup mode for fbackup to effectively back them up.
make_recovery is obsolete and should not be used. make_tape_recovery can not be easily used to back up remove filesystems as far as I know. The command line usually discriminates by volume group.
make_tape_recovery is desinged to make bootable tapes/backups. IT has the same issues with databases as fbackup does. See the script I attache.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 01:39 AM
02-11-2004 01:39 AM
Re: fbackup, make_recovery and imported file systems
For fbackup it is a yes:
add the -n option.
-n Cross NFS mount points. By default, fbackup does not
cross NFS mount points, regardless of paths specified
by the -i or -g options.
For make_recovery i would not know how and why. You need this tape in case of server crash. I hope only one server crashes at a time :-).
HTH,
Gideon
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 01:51 AM
02-11-2004 01:51 AM
Re: fbackup, make_recovery and imported file systems
It would be possible to do this with Ignite/UX as well. You should use a recent version and use the make_tape_recovery command instead of make_recovery.
Let's say you wanted to backup the NFS filesystem mounted at /nfs_mount in addition to VG00. You would use the following command line:
# make_tape_recovery -a /dev/rmt/?mn -I -v -m tar -x inc_entire=vg00 -x include=/nfs_mount
Note that you must use the appropriate no-rewind tape device with the -a option.
Be aware that if you do backup the nfs mounted filesystem via make_tape_recovery, it WILL be restored if / when you restore your system from the tape. NFS will NOT be available at that point so it will be restored locally so if it is a large filesystem you will need to plan for the appropriate amount of disk space.