- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup to SAN disk
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-24-2005 01:43 AM
08-24-2005 01:43 AM
Usually, I create an fbackup script ( SAM utility ) for taking an OS backup to tape.
In this case, two unix boxes are attached to a SAN.
The first unix has a tape for the OS backup ( fbackup script in SAM ) . No problem with that.
However, the 2nd server has NO tapedrive.
Question :
Can I use fbackup on the 2nd server with a redirection of the backup data to a volumegroup on the SAN ?
Thanks in advance for any input on this matter.
Regards,
Franky
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 01:45 AM
08-24-2005 01:45 AM
SolutionYou don't want to backup the file you are creating with the fbackup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 02:09 AM
08-24-2005 02:09 AM
Re: fbackup to SAN disk
Thanks for the quick feedback.
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 07:19 PM
08-24-2005 07:19 PM
Re: fbackup to SAN disk
You may use tape drive of first server as a remote tape drive for second server to take the backup. This can be done through SAM while you are in second server
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 07:01 PM
08-25-2005 07:01 PM
Re: fbackup to SAN disk
This sounds like a valuable solution for my problem. However, I'm not really familiar in this area. How do you specify the remote tape drive ? Something like : remoteHost:/dev/rmt/.. ?
Regards,
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 01:12 AM
08-26-2005 01:12 AM
Re: fbackup to SAN disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 01:48 AM
08-26-2005 01:48 AM
Re: fbackup to SAN disk
# Log onto systemA as root.
# Backup systemA:
# /etc/fbackup -f /dev/rmt/0m -g graph
# Backup systemB:
# remsh systemB /etc/fbackup -f systemA:/dev/rmt/0m -g graph
# Backup systemC:
# remsh systemC /etc/fbackup -f systemA:/dev/rmt/0m -g graph
You should required to make "trust" each other ..by configuring .rhosts or hosts.equiv
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2005 02:32 AM
08-26-2005 02:32 AM
Re: fbackup to SAN disk
I'll have, in the given case, an HP 5300 Tape Array (HP Ultrium 460 Array Module). I have not seen that device yet and, as a simple DBA, I don't know what it does and what it does not. I understood that multiple tapes could be loaded, but I'm not sure if multiple tape devices can be addressed. If that is the case, then my problem is solved nicely. Otherwise, with I'll have to switch tapes between the backup job of host A and the backup job of host B.
Regards,
Franky