- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup .. make recovery .. over network ..
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
11-14-2001 06:53 AM
11-14-2001 06:53 AM
I am trying to implement some kind of backups.Right now we have none ! .. I have 2 external dds 3 ttape drives hooked up to an N class. I have been reading about fbackup and make recovery. I woudl like to start by backing up 5 servers on a weekly basis though theese tape drives.But it seems that I have to do some kind of NFS mounting to get this to work. Is there an easier way to back up over a network? And is NFS mounts a good or bad thing?
By the way on a side note I thought this was pretty funny
echo Mhbqnrnes Stbjr | tr [a-y] [b-z]
Richard
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 06:58 AM
11-14-2001 06:58 AM
Re: fbackup .. make recovery .. over network ..
and you can do make_recoverys over the network also.
Please don't do NFS mounts, it'll kill ya!
BTW I love that "tr"
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 07:02 AM
11-14-2001 07:02 AM
Re: fbackup .. make recovery .. over network ..
But all the steps I have talk about NFS ..
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 07:03 AM
11-14-2001 07:03 AM
SolutionWith regard to 'fbackup' you can use the '-f machine:device' format to specify remote backups. There is no need to invoke NFS mounts.
With regard to Ignite recovery tapes, have a look at 'make_net_recovery'. You cannot use 'make_tape_recovery' with remote tapes. Since you already have Ignite loaded on your server [ ;-) ] see here:
# /opt/ignite/share/doc/makenetrec.txt
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 07:04 AM
11-14-2001 07:04 AM
Re: fbackup .. make recovery .. over network ..
Take a look at these threads,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=97b3fec205c1b96e21/screen=ckiDisplayDocument?docId=200000006434226
http://us-support.external.hp.com/cki/bin/doc.pl/sid=97b3fec205c1b96e21/screen=ckiDisplayDocument?docId=200000048403550
http://us-support.external.hp.com/cki/bin/doc.pl/sid=77606157151086a741/screen=ckiDisplayDocument?docId=200000055821055
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 07:06 AM
11-14-2001 07:06 AM
Re: fbackup .. make recovery .. over network ..
fbackup can run over the network. You actually run it on the local machine but you can use the device on a remote machine. This only works in the HP world. If you have any other kind of UNIX boxes then you will need to use NFS. Your will need to set up an Ignite Server and set up net recovery images. Of course, this Ignite Server must be backed up so that the Images are not lost. You really should look into a solution like OmniBack.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 07:19 AM
11-14-2001 07:19 AM
Re: fbackup .. make recovery .. over network ..
to get fbackup working over the network, you need to set up a remote shell.
With only HP-UX in place this is suitable.
If you have mixed OS, I would also avoid NFS and go with tar
tar - cf - . | rsh host_with_tape -l user dd of=/dev/rmt/0mn bs=5120
Using the No Rewind device, you will be able to append more than one tar-set to the same tape.
Hope this helps
Volker
Ups, restore it with
rsh host_with_tape -l user dd if=/dev/rmt/0mn bs=5120 | tar -xvf -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 01:35 AM
11-15-2001 01:35 AM
Re: fbackup .. make recovery .. over network ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 04:44 AM
11-15-2001 04:44 AM
Re: fbackup .. make recovery .. over network ..
Points don't mean much, providing you take the right path! I'd rather someone make the right decisions than worry too much about how many points to assign, especially since you are good about doing such anyways!
live free or die
harry